function popPoster() {
	xWindow.openScroll("html/pop/poster.html", "poster", 620, 600);
}

function popPrivacy(){
	xWindow.openCenter("html/pop/privacy.html", 'WOTW', 600, 460);
}

function popTerms(){
	xWindow.openCenter("html/pop/terms.html", 'WOTW', 600, 460);	
}

function popIMV(){
	xWindow.openCenter("html/pop/imv.html", 'WOTWIMV', 715, 405);	
}

function popMessage(m){
	window.alert(m);
}