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+='<html><head><title>Техношок</title>'+
	'</head>'+
	'<body bgcolor=#3D3D3D link=#005DA6 vlink=#005DA6 alink=#005DA6 topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 '+
		'onload="javacsript:self.resizeTo('+eval(ImgWidth+12)+','+eval(ImgHeight+27)+')">'+
	'<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr><td>'+
	'<center><a href="javascript:window.close()"><img src="'+ImgName+'" width='+ImgWidth+' height='+ImgHeight+' border=0 alt="Нажмите на картинку, чтобы закрыть окно"></a>'+
	'</td></tr>'+
	'</table></body></html>';
	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+='<html><head><title>Идеальный Свет</title>'+
	'</head>'+
	'<body bgcolor=#3D3D3D link=#005DA6 vlink=#005DA6 alink=#005DA6 topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 '+
		'onload="javacsript:self.resizeTo('+eval(ImgWidth+12)+','+eval(ImgHeight+140)+')">'+
	'<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr valign=top><td>'+
	'<center><a href="javascript:window.close()"><img src="'+ImgName+'" width='+ImgWidth+' height='+ImgHeight+' border=0 alt="Нажмите на картинку, чтобы закрыть окно"></a>'+
	'</td></tr>'+
	'<tr valign=top><td align=center><h4><font color=#FFFFFF>'+alt+'</font></h4></td></tr>'+
	'</table></body></html>';
	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("<html>");
        descrwin.document.write('<html><HEAD><TITLE>'+pname+'</TITLE><meta charset="koi8-r"></HEAD><style>html,body{margin:0; padding:0;}</style><body>');
		descrwin.document.write('<a href="javascript:window.close()"><img style="border:none;" src="'+url+'" alt="'+pname+'" title="'+pname+'" /></a>');
		descrwin.document.write("</body></html>");
        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("<html>");
        descrwin.document.write('<html><HEAD><TITLE>нОХЯЮМХЕ ОЮПЮЛЕРПЮ</TITLE></HEAD><body bgcolor="#FFFFFF"><div style="padding: 2px; color: #415073; font-size: 10px; font-family: verdana; text-align: justify;">');

        if (name && name.length > 0)
            descrwin.document.write("<b>"+ name +"</b><br>");
        descrwin.document.write(obj.title);

        descrwin.document.write('<br><br><a href="javascript:window.close();">гЮЙПШРЭ НЙМН</a><br>');
        descrwin.document.write("</div></body></html>");
        descrwin.focus();
    }
}

