

<!-- Begin
function popupPage(l, t, w, h) {
var windowprops = 
"location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes" +
",left=" + l + ",top=" + t + ",width=" + w + ",height=" + h;

var URL = "pop.html";
popup = window.open(URL,"_blank",windowprops);
}
//  End -->
