function popup(url){

window.open(url, "window_name", "width=720,height=670,scrollbars=yes");

} 
