function popup(url){
window.open(url, "window_name", "width=750,height=550,scrollbars=yes,resizable=yes,status=yes");
}
