function image(src,w,h,t) {
if(t!='') h=h+40;
var outp=window.open('','','toolbar=no, width='+w+', height='+h+',0,0');
with (outp.document){
open();
write("<html><head><title>Lider Realt: управление недвижимостью</title>\
<link rel='stylesheet' href='/css' type='text/css'>\
<SCR"+"I"+"PT language='javascript' type='text/javascript' src='/js'></SCR"+"I"+"PT></head>\
<body style='margin:0; padding:0; background:black'>\
<table border='0' cellspacing='0' cellpadding='0'>\
<tr><td><h3 style='padding:13px 0px 0px 10px; color:white;'>"+t+"</h3></td></tr>\
<tr><td><a href='javascript:window.close();'><IMG src='"+src+"' border=0></a></body></html></td></tr>\
</table>");
close();
}}


