function insert(a){
if (a.style.display=='none'){
a.style.display='';
}
else{
a.style.display='none';
}
}
function loadpic(foto,wdth,hght) {
  size = "top=10,left=10, width=" + (loadpic.arguments[1]+20) + ", height=" + (loadpic.arguments[2]+100) + ", toolbar=no,status=no,fullscreen=no,";
  var aboutwindow = window.open("","ampliacion", size);
  aboutwindow.document.open();
  aboutwindow.document.write("<head><TITLE>"+loadpic.arguments[3]+"</TITLE><link rel=stylesheet type=text/css href='/strop.css'></head>");
  aboutwindow.document.write('<BODY bgcolor="#DFE99B" background="/img/background.gif" leftmargin="0" topmargin="0" bottonmargin="0" marginwidth="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0" onload="window.focus()"><table align=center width=100% height=100% ><tr><td valign=middle><br><h3 class="popup">'+loadpic.arguments[3]+'</h3><center><img src="'+foto+'" width="'+wdth+'" height="'+hght+'" border="1"></center></td></tr><tr><td><center><input type="button" onClick="window.close(self)" value="Закрыть окно"></td></tr></table></BODY>');
  aboutwindow.document.close();
}

function loadpicnb(foto,wdth,hght) {
  size = "top=10,left=10, width=" + (loadpicnb.arguments[1]+20) + ", height=" + (loadpicnb.arguments[2]+100) + ", toolbar=no,status=no,fullscreen=no,";
  var aboutwindow = window.open("","ampliacion", size);
  aboutwindow.document.open();
  aboutwindow.document.write("<head><TITLE>"+loadpicnb.arguments[3]+"</TITLE><link rel=stylesheet type=text/css href='/strop.css'></head>");
  aboutwindow.document.write('<BODY bgcolor="#DFE99B" background="/img/background.gif" leftmargin="0" topmargin="0" bottonmargin="0" marginwidth="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0" onload="window.focus()"><table align=center width=100% height=100% ><tr><td valign=middle><br><h3 class="popup">'+loadpicnb.arguments[3]+'</h3><center><img src="'+foto+'" width="'+wdth+'" height="'+hght+'" border="0"></center></td></tr><tr><td><center><input type="button" onClick="window.close(self)" value="Закрыть окно"></td></tr></table></BODY>');
  aboutwindow.document.close();
}

function gallery(url)
	{
		windowName = ""
		properties_V = "width=600,"
			+ "height=500,"
			+ "location=0,"
			+ "menubar=0,"
			+ "resizable=1,"
			+ "scrollbars=1,"
			+ "status=0,"
			+ "titlebar=0,"
			+ "toolbar=0,"
			+ "hotkeys=0,"
			+ "screenx=100,"
			+ "screeny=10,"
			+ "left=100,"
			+ "top=10";
		newWindow = open(url, windowName, properties_V);
		newWindow.focus();
		return;
	}
function show(o) {
	o.filters.blendTrans.apply();
	o.style.visibility="visible";
	o.filters.blendTrans.play();
}