function popup(url){

window.open(url, "window_name", "width=650,height=540,scrollbars=yes");

} 

