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

