// JavaScript Document
function nav(nr){
	if(nr==2){
		var agt=navigator.userAgent;
		if (agt.indexOf("Wii") != -1) {
			top.location.href = "http://www.mirf.net/pg/games/b25/b25.swf";	
		}else{
			top.location.href = "http://www.platinagames.com/game2.html";	
		}
	}else if(nr==3){
		var agt=navigator.userAgent;
		if (agt.indexOf("Wii") != -1) {
			top.location.href = "http://www.mirf.net/pg/games/memo3/memo3.swf";	
		}else{
			top.location.href = "http://www.platinagames.com/game3.html";	
		}
	}else if(nr==4){
		var agt=navigator.userAgent;
		if (agt.indexOf("Wii") != -1) {
			top.location.href = "http://www.mirf.net/pg/games/rt/rt.swf";	
		}else{
			top.location.href = "http://www.platinagames.com/game4.html";		
		}
	}else if(nr==9){
		var agt=navigator.userAgent;
		if (agt.indexOf("Wii") != -1) {
			top.location.href = "http://www.mirf.net/pg/games/rtr/ritris.swf";	
		}else{
			top.location.href = "http://www.platinagames.com/game9.html";		
		}
	}
}
