function wopen(url,w,h){
eval('opened=window.open("","none","top=0, left=0, width="+w+", height="+h+", resizable=0","replace=yes")');
opened.document.open();
opened.document.write('<html><head><title>ЮВЕНТА ГРУПП: Бассейны и аксессуары</title>');
opened.document.write('<link rel="stylesheet" type="text/css" href="/img/style.css" />');
opened.document.write('</head><body bgcolor="#ffffff" style="margin: 0px; padding: 0px;">');
opened.document.write('<a href="#" onClick="window.close()"><img src="'+url+'" title="Чтобы закрыть окно, нажмите на картинке"></a>');
opened.document.write('</body></html>');
opened.document.close();
}
