function showmenu(elmnt)
{
document.getElementById(elmnt).style.visibility="visible"
}

function hidemenu(elmnt)
{
document.getElementById(elmnt).style.visibility="hidden"
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


function picture(FileName,size){     
	try { pw.close(); }	catch (exception) {};

	 winOpt="toolbar=0,location=0,"+size;

	 pw=window.open("","pw",winOpt);
     pw.document.open();
     pw.document.writeln("<HTML><TITLE>Сочи</TITLE>");  
     pw.document.writeln("<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
     pw.document.writeln("<CENTER><P>");
     pw.document.writeln("<IMG SRC='"+FileName+"'  BORDER=0>");
     pw.document.writeln("</P></CENTER>");
     pw.document.writeln("</BODY>");
     pw.document.writeln("</HTML>");
}

function openwindow(url) { 
	try { cw.close(); }	catch (exception) {};
	cw=open(url, 'cw', "width=700,height=530,status=no,toolbar=no,menubar=yes,resizable=yes,scrollbars=yes");
}


function imgover(imgname){

     imgname.src = 'images/point2.gif'

	
	}
function imgout(imgname){
     imgname.src = 'images/point1.gif'}
 
