function disp1(url){ 

window.open(url, "profile", "width=480,height=600,"); 

} 
function disp2(url){ 

window.open(url, "record", "width=387,height=200,scrollbars=yes"); 

} 

