//It is a code to redirect you to the static page for the specific product.

if(location.href=="http://222.73.38.134/ZH/Product/Product.aspx?CategoryID=C6&&ProductID=P230"){
location.href="http://222.73.38.134/ZH/Product/static/DX4640PD.html";		 	
}
if(location.href=="http://www.ricoh.com.cn/ZH/Product/Product.aspx?CategoryID=C6&&ProductID=P230"){
location.href="http://www.ricoh.com.cn/ZH/Product/static/DX4640PD.html";		 	
}

// Have Global Navigation MouseOver Swapped Static Ver.

function swaponBg(target) {
	if(window.opera){
		return true;
	}
	else{
		target.style.backgroundColor = '#006699';
	}
}

function swapoffBg(target) {
	if(window.opera){
		return true;
	}
	else{
		target.style.backgroundColor = '#44AADD';
	}
}
