function pop(dURL,dx,dy) 
{ 
 window.open(dURL,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,resizable=0,width='+dx+',height='+dy+''); 
} 
