function sn_toolTip( id ){
	ge(id).style.visibility = "visible";
}

function hiddenPopup( id ){
	ge(id).style.visibility = "hidden";
}
