// JavaScript Document
function popMe(page){
if(page){
mywin = window.open(page,null,"height=650,width=450,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,left=10,top=10");
}
}

