function PopUp(url) {
window.open(url,"MyPopup",'height=600,width=400');
}