function openPopup() {
	window.open("", "popup", "left=184, top=100, height=500, width=660, toolbar=no, statusbar=no, menubar=no, scrollbars=yes, resizable=no");
}

function openPopup2() {
	window.open("", "popup2", "left=184, top=50, height=700, width=660, toolbar=no, statusbar=no, menubar=no, scrollbars=yes, resizable=no");
}

function openSitemap() {
	window.open("", "sitemap", "left=138, top=100, height=450, width=748, toolbar=no, statusbar=no, menubar=no, scrollbars=no, resizable=no");
}