function PopUp() {
window.open("Main.html", "","statusbar=0, height=600,width=900,left=60,top=40");
}

