function popup(url) {

pop=window.open(url,'popup','left=150,top=100,width=500,height=500,scrollbars=yes,resizable=no,status=no'); 
pop.focus();

}