
var loadingHtml = "<div style='position:relative; top:0px; left:0px; visibility:visible'><table width='100%' height='100%' border='0' cellpading='0' cellspacing='0'><tr><td align='center' valign='middle'><img src='images/loading.gif' border='0'></td></tr></table></div>"

var loadingHtmlSection2 = "<div style='position:relative; top:0px; left:0px; visibility:visible;'><table width='100%' height='100%' border='0' cellpading='0' cellspacing='0'><tr><td background='images/photoTopLoading.jpg' align='center' valign='middle'><img src='images/loading.gif' border='0'></td></tr></table></div>"

function fct_changeCursorOver(obj){
	obj.style.cursor = "pointer"
}

function fct_changeCursorOut(obj){
	obj.style.cursor = "auto"
}


