function wpm_onload(){
	var url = String(window.location);
	var index = url.indexOf("wpm");
	if (index > 0) {
		showwpm_home();
	}
}

function showwpm(){
	var thediv;

	thediv = document.getElementById("flash");
	if (!(thediv == null)) {
		thediv.style.display = "none";
	}
	thediv = document.getElementById("box0");
	thediv.style.height = document.body.clientHeight+"px";
	if(thediv.style.display == "none"){
		thediv.style.display = "";
	}
	thediv = document.getElementById("box1");
	if(thediv.style.display == "none"){
		thediv.style.display = "";
	}
}

function showwpm_home(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_home.jpg USEMAP='#wpm_home' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_1.jpg><IMG SRC=wpm/wpm_NFP_1.jpg>";
}

function showwpm_FP_1(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_1.jpg USEMAP='#wpm_FP_1' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_2.jpg>";
}

function showwpm_FP_2(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_2.jpg USEMAP='#wpm_FP_2' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_3.jpg>";
}

function showwpm_FP_3(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_3.jpg USEMAP='#wpm_FP_3' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_4.jpg>";
}

function showwpm_FP_4(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_4.jpg USEMAP='#wpm_FP_4' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_5.jpg>";
}

function showwpm_FP_5(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_5.jpg USEMAP='#wpm_FP_5' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_6.jpg>";
}

function showwpm_FP_6(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_FP_6.jpg USEMAP='#wpm_FP_6' width='850px' height='600px' border='0'>";
}

function showwpm_NFP_1(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_1.jpg USEMAP='#wpm_NFP_1' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_2.jpg>";
}

function showwpm_NFP_2(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_2.jpg USEMAP='#wpm_NFP_2' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_3.jpg>";
}

function showwpm_NFP_3(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_3.jpg USEMAP='#wpm_NFP_3' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_4.jpg>";
}

function showwpm_NFP_4(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_4.jpg USEMAP='#wpm_NFP_4' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_5.jpg>";
}

function showwpm_NFP_5(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_5.jpg USEMAP='#wpm_NFP_5' width='850px' height='600px' border='0'>";
	thediv = document.getElementById('prefetch');
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_6.jpg>";
}

function showwpm_NFP_6(){
	var thediv = document.getElementById('box1');
	showwpm();
	thediv.innerHTML = "<IMG SRC=/wpm/wpm_NFP_6.jpg USEMAP='#wpm_NFP_6' width='850px' height='600px' border='0'>";
}

function closewpm(){
	var thediv = document.getElementById('box0');
	thediv.style.display = "none";
	thediv = document.getElementById('box1');
	thediv.style.display = "none";
	thediv = document.getElementById("flash");
	if (!(thediv == null)) {
		thediv.style.display = "";
	}
}
