function NewWindow() {
win = window.open("Contact.htm","MyPage","width=400,height=300,scrollbars=no,resize=no,title=no");
}
