<!-- 
function openWindow(url) {popupWin = window.open(url, 'remote', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,dependent,width=575,height=500,left=0,top=0')}

var newwindow = ''
function  winopen(url,remote,params) {
if (newwindow.location && !newwindow.closed) { newwindow.location.href = url; newwindow.focus(); } 
else { newwindow=window.open(url,remote,params);} }
// -->