function disp1(url){
window.open(url, "window_name", "width=700,height=570,scrollbars=yes,resizable=yes,status=yes");
} 
function disp2(url){
window.open(url, "window_name", "width=700,height=750,scrollbars=yes,resizable=yes,status=yes");
} 
