function specials() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 300
topPos = (screen.height / 2) - 135
}
ElementWindow = window.open('specialpopup.html','ElementWin1','width=602,height=255,scrollbars=no,left='+leftPos+',top='+topPos)
}

function sitemap() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 360
topPos = (screen.height / 2) - 400
}
ElementWindow = window.open('sitemappopup.html','ElementWin1','width=720,height=800,scrollbars=yes,left='+leftPos+',top='+topPos)
}