// JavaScript Document
function PopUp(url) { window.open(url,"MyPopup",'height=500,width=600, scrollbars=1'); }
