var isWindow;
isWindow=0;

function big_pict(w,h,purl)
{
  if (isWindow==1) {newWindow.close();isWindow=0;}
  nurl="javascript:document.write('<head><title>WWW.SANHE.RU</title><link rel=STYLESHEET type=text/css href=/bin/css/style.css></head><body><img src=\"/bin/img/"+purl+"\" width="+w+" height="+h+"></body>');";
  newWindow=window.open(nurl,'bigPicture','resizable=no,scrollbars=no,toolbar=no,status=no,location=no,menubar=no,left=0,top=0,width='+w+',height='+h);
  isWindow=1;
}
function openw(URL)
{
new_window = window.open(URL, "Image",
    "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=550,height=300");
}




function Hide(ttt)
{
	var on = document.getElementById(ttt).style.display;
	if(on == '') {
		document.getElementById(ttt).style.display = 'none';
	} else {
		document.getElementById(ttt).style.display = '';
	}
}


