var newwindow; 
function pop(url) 
{ newwindow=window.open(url,'name','height=200,width=275,resizable=no,scrollbars=no,toolbar=no,status=no'); 
}