<!--\\
function popup(url, width, height){ Win = window.open(url,"",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,status=no,resizable=no'); Win.moveTo((screen.width-width)/2,(screen.height-height)/2); }
//-->
