// JavaScript Document

function opengooglemap() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('googlemap.htm','ElementWin1','width=640,height=480,scrollbars=no,left='+leftPos+',top='+topPos)
} 

function opengooglemapgreystone() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('googlegreystone.htm','ElementWin2','width=640,height=480,scrollbars=no,left='+leftPos+',top='+topPos)
}


function opengooglemaplanding() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('googlelanding.htm','ElementWin3','width=640,height=480,scrollbars=no,left='+leftPos+',top='+topPos)
}

function opengooglemapmelyn() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 450
topPos = (screen.height / 2) - 415
}
ElementWindow = window.open('googlemelyn.htm','ElementWin4','width=640,height=480,scrollbars=no,left='+leftPos+',top='+topPos)
} 