function letsgo(lang){
	window.open("ae2_"+lang+".html","asfd","width=700,height=400,left=55,top=28", scrollbars=0);
}

function popup800600WP1(){
	window.open('800600WP1.html','WP1','width=800, height=600, left=100, top=25');
}
function popup800600WP2(){
	window.open('800600WP2.html','WP2','width=800, height=600, left=100, top=25');
}
function popup800600WP3(){
	window.open('800600WP3.html','WP3','width=800, height=600, left=100, top=25');
}
function popup800600WP4(){
	window.open('800600WP4.html','WP4','width=800, height=600, left=100, top=25');
}
function popup800600WP5(){
	window.open('800600WP5.html','WP5','width=800, height=600, left=100, top=25');
}
function popup1024768WP1(){
	window.open('1024768WP1.html','WP6','width=1024, height=768, left=100, top=25');
}
function popup1024768WP2(){
	window.open('1024768WP2.html','WP7','width=1024, height=768, left=100, top=25');
}
function popup1024768WP3(){
	window.open('1024768WP3.html','WP8','width=1024, height=768, left=100, top=25');
}
function popup1024768WP4(){
	window.open('1024768WP4.html','WP9','width=1024, height=768, left=100, top=25');
}
function popup1024768WP5(){
	window.open('1024768WP5.html','WP10','width=1024, height=768, left=100, top=25');
}
function topMonkeyWin(lang){
	window.open('topMonkeyWin_'+lang+'.html','TopMonkey','width=600, height=400, left=100, top=25');
}
function arcticAmbushWin(lang){
	window.open('arcticAmbushWin_'+lang+'.html','ArcticAmbush','width=500, height=400, left=100, top=25');
}

function viewerWin(lang){
	window.open('viewerWin_'+lang+'.html','Viewer','width=400, height=400, left=100, top=25');
}

function launch(){
	if(document.forms.addresses.sellist.options[document.forms.addresses.sellist.selectedIndex].value=="us"){
		self.location.href="http://www.apeescapetwo.com";
		self.history.replace("http://www.apeescapetwo.com");
		// GI JOE!!!!!!!
	}
	if(document.forms.addresses.sellist.options[document.forms.addresses.sellist.selectedIndex].value!=""){
		window.open("ae2_"+(document.forms.addresses.sellist.options[document.forms.addresses.sellist.selectedIndex].value)+".html","asfd","width=700,height=400,left=55,top=28", scrollbars=0);
	}
}
