// JavaScript Document
function popup(url){ 

window.open(url, "window_name", "width=600,scrollbars=yes,resizable=yes"); 

} 