var buf="";
function popupImg___(pname, url, w, h) {
ImgName=url;
ImgWidth=w;
ImgHeight=h;
//function pict(ImgName,ImgWidth,ImgHeight){
buf="";
myWin=window.open("","big_pictures",'width='+eval(ImgWidth+12)+'height='+eval(ImgHeight+27)+',titlebar=no,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=yes,menubar=no');
buf+='
Техношок'+
''+
''+
''+
' '+
' |
'+
'
';
myWin.document.write(buf);
myWin.document.close();
myWin.window.focus();
}
function pictAlt(ImgName,ImgWidth,ImgHeight,alt){
buf="";
myWin=window.open("","big_pictures",'width='+eval(ImgWidth+12)+'height='+eval(ImgHeight+27)+',titlebar=no,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=yes,menubar=no');
buf+='Идеальный Свет'+
''+
''+
''+
' '+
' |
'+
''+alt+' |
'+
'
';
myWin.document.write(buf);
myWin.document.close();
myWin.window.focus();
}
function popup(pname, url, w, h) {
var lnk = '';
var wx = (screen.width-w)/2;
var wy = (screen.height-h)/2;
scrwin = open(url, pname, "width="+ (w+5) + ", height="+ (h+5) +", toolbar=no,menubar=no,location=no,scrollbars=no,resize=no, left=" +wx+ ", top=" +wy);
scrwin.focus();
}
function popupImg(pname, url, w, h) {
//alert('1');
var wx = (screen.width-w)/2;
var wy = (screen.height-h)/2;
if (url && w && h > 0) {
descrwin = open(null, pname, "width="+eval(w) + ", height="+ eval(h) +", toolbar=no,menubar=no,location=no,scrollbars=no,resize=no, left=" +wx+ ", top=" +wy);
descrwin.document.write("");
descrwin.document.write('Техношок');
descrwin.document.write('
');
descrwin.document.write("");
descrwin.focus();
}
}
function title_PopUp(obj, name) {
if (obj && obj.title && obj.title.length > 0) {
var w = 320;
var h = 240;
var wx = (screen.width-w)/2;
var wy = (screen.height-h)/2;
descrwin = open(null, "param_describe", "width="+ w + ", height="+ h +", toolbar=no,menubar=no,location=no,scrollbars=yes,resize=no, left=" +wx+ ", top=" +wy);
descrwin.document.write("");
descrwin.document.write('нОХЯЮМХЕ ОЮПЮЛЕРПЮ');
if (name && name.length > 0)
descrwin.document.write("
"+ name +"");
descrwin.document.write(obj.title);
descrwin.document.write('
гЮЙПШРЭ НЙМН');
descrwin.document.write("
");
descrwin.focus();
}
}