function popup(w, h, what) {
		var newURL = '/img/boats/'+what; 
		window.open(newURL, "newwin","toolbar=no, width="+w+",height="+h+",location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
}

function popwin(newURL, w, h) 
{
  window.open(newURL, "newwin","toolbar=no, width="+w+",height="+h+",location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no");
};