<!--
if(parent.frames['menuFrame'])setTimeout("parent.frames['menuFrame'].stato();",2000);
if(navigator.userAgent.indexOf('Mac')==-1 && navigator.userAgent.indexOf('MSIE')!=-1){
	coll=document.all.tags("td");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
	coll=document.all.tags("table");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
	coll=document.all.tags("p");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
	coll=document.all.tags("span");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
	coll=document.all.tags("b");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
	coll=document.all.tags("font");
	for(k=0; k<coll.length;k++)coll[k].unselectable="on";
}
document.ondragstart = new Function("return false;");
document.oncontextmenu = new Function("return false;");
//-->
