NN=navigator.appName.indexOf("Netscape");
IE=navigator.appName.indexOf("Microsoft Internet Explorer");
Ve=navigator.appVersion.charAt(0);
if (NN>-1 && Ve<5){
document.location.href="nn.html";
}
if (IE>-1 && Ve<4){
document.location.href="nn.html";
}


function hands(v){
	document.getElementById("kura1").style.visibility="hidden";
	document.getElementById("kura51").style.visibility="hidden";
	document.getElementById("kura101").style.visibility="hidden";
	document.getElementById("kura151").style.visibility="hidden";
	document.getElementById("kura201").style.visibility="hidden";
	document.getElementById("kura251").style.visibility="hidden";
	document.getElementById("kura301").style.visibility="hidden";
	document.getElementById(v).style.visibility="visible";
}

function opWIN(wid,hei,scr,res,url){
newWin = window.open("","photo_movie","width="+wid+",height="+hei+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbers="+scr+",resizable="+res+"");
newWin.document.open();
newWin.document.write("<html><head></head><body bgcolor='#ffffff' topmargin='10' leftmargin='10' marginheight='10' marginwidth='10'>");
newWin.document.write(url);
newWin.document.write("</body></html>");
newWin.document.close();
}

function opALB(wid,hei,url){
newWin = window.open(url,"photo_album","width="+wid+",height="+hei+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbers=no,resizable=no");
newWin.focus();
}

