// JavaScript Document
function popup(name, title, w, h){
var width = w+20;
var height = h+40;
pic_window=window.open('http://www.boats-elit.ru/popup.php?name='+name+'&title=&gt;&gt;&gt; '+title,'pic_win','toolbar=no,bar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+width+',height='+height+',top=0,left=0');
}
