function popUp(name, url) {
   window.open(url,name,'toolbar=0,menubar=0,scrollbars=1,resizable,status=1,location=0,left=30,top=30,width=500,height=350');
}