// JavaScript Document
<!--
function whpopup(url) {
window.open(url,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=1000,height=1200');
}
//-->

