sw=screen.width;
sh=screen.height;
function wwwh(ww_,wh_)
{
ww=ww_;
wh=wh_;
wl=sw/2-ww/2;
wt=sh/2-wh/2;
}
function zakaz1(n,l,m)
{
wwwh(444,343);
var w=window.open('/p/zakaz.html?n='+n+'&l='+l+'&m='+m, 'ImageWindow', 'height='+wh+', width='+ww+', left='+wl+', top='+wt+' alight=center, location=no, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no');
w.focus();
}
function zakaz2()
{
wwwh(444,380);
var w=window.open('/p/zakaz.html', 'ImageWindow', 'height='+wh+', width='+ww+', left='+wl+', top='+wt+' alight=center, location=no, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no');
w.focus();
return false;
}
function message()
{
wwwh(444,330);
var w=window.open('/p/message.html', 'ImageWindow', 'height='+wh+', width='+ww+', left='+wl+', top='+wt+' alight=center, location=no, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=no');
w.focus();
}
var win, www;
function image(s,w,h)
{
ww=w;
wh=h;
wl=sw/2-ww/2;
wt=sh/2-wh/2;
try {win.close()} catch(e){}
win=window.open('i.html?im='+s, 'ImageWindow', 'height='+wh+', width='+ww+', left='+wl+', top='+wt+' alight=center, location=no, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
win.focus();
}



