//function culture(name){window.open(name,"","resizable=on,scrollbars=no,status=no,toolbar=no,menubar=no,location=no,width=480,height=300");}
function opennews(name){window.open(name,"","resizable=on,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,width=778,height=600");}
//function bphotos(name){window.open(name,"","resizable=on,scrollbars=no,status=no,toolbar=no,menubar=no,location=no,width=1024,height=768");}
//function sphotos(name){window.open(name,"","resizable=on,scrollbars=no,status=no,toolbar=no,menubar=no,location=no,width=800,height=600");}
//function map(name){window.open(name,"","resizable=on,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,width=778,height=600");}
//function MM_swapImgRestore() { //v3.0
//  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;


function mOvr(src) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand';}}
function mOut(src) { if (!src.contains(event.toElement)) { src.style.cursor = 'default';}}

function MenuClick(name)
{

	if (name.style.display=="none")
	{
		dsn01.style.display="none";
		dsn03.style.display="none";
		dsn06.style.display="none";
		name.style.display="block";
	 }
else
		name.style.display="none";
}		