function popUp(url) { var Win = window.open(url,"displayWindow",'width=600,height=350,resizable=0,scrollbars=yes'); 
if (Win) { Win.focus(); } } 