function Show(adress) {
var width = 500;
var height = 750;
var x = Math.round((screen.width-width)/2);
var y = Math.round((screen.height-height)/2);
	windowprops = "height="+height+",width="+width+",location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no,left="+x+",top="+y;	window.open(adress,"Popup", windowprops);
}	

function v_Show(adress,alt) {
var width = 920;
var height = 620;
var x = Math.round((screen.width-width)/2);
var y = Math.round((screen.height-height)/2);
windowprops = "height="+height+",width="+width+",location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left="+x+",top="+y;	

 var msgWindow=window.open("","Popup",windowprops);
   msgWindow.document.write('<html><head><title>Театр моды "Совершенство"</title></head><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#00386C"><table border=0 width="100%" height="100%"><tr><td align=center valign=center><img src="'+adress+'" alt="'+alt+'"></td></tr></table></body></html>');
   msgWindow.document.close();
}	

function m_Show(adress,alt) {
var width = 520;
var height = 750;
var x = Math.round((screen.width-width)/2);
var y = Math.round((screen.height-height)/2);
windowprops = "height="+height+",width="+width+",location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no,left="+x+",top="+y;	

 var msgWindow=window.open("","Popup",windowprops);
   msgWindow.document.write('<html><head><title>Театр моды "Совершенство"</title></head><body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#00386C"><table border=0 width="100%" height="100%"><tr><td align=center valign=center><img src="'+adress+'" alt="'+alt+'"></td></tr></table></body></html>');
   msgWindow.document.close();
}




function w_open_i(bpict){
    window.open(bpict, '', 'left=100,top=100,toolbar=no,menubar=no,scrollbars=no,width=400,height=602');
}

function drawPageContent(foto, name, href, w, h) {
        var w = window.open('', '', 'left=100,top=100,toolbar=no,menubar=no,scrollbars=no,width='+w+',height='+h+'');
        w.document.write('<html><head><link href="img/style.css" rel="stylesheet" type="text/css"></head><body class="body"><a target="_blank" href="' + href + '" alt="' + name + '" ><img src="' + foto + '" alt="' + name + '"></a></body></html>');
        w.document.close();
}

