function show_contact()   {
winLoc = "contact.htm"
newwindow = window.open(winLoc, "popup", "width=600,height=400");
}




