var popupvenster;
function launchSite(){
	var url = "flash.html";
	
	if((screen.availWidth > 1 && window.screen.width < popupwidth) || window.screen.height < popupheight){
		document.location = "resolution.php";
		return;
	}
	
	setTimeout('gotoThanks()', '5000');
}
function gotoThanks(){
	document.location = "thanks.html";
}

window.status = "AEG";
