// POP
function pop(url){

window.open(url, "window_name", "width=400,height=300,scrollbars=auto,resizable=no,status=no");

}

//