// POP window open
function disp(url){

window.open(url, "window_name", "width=500,height=375,toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,left=10,top=50");

} 

