function go2(page){ //v3.0
 window.location.href = page;
}

function checkForm()
{
	if(document.getElementById("outDepCode")[document.getElementById("outDepCode").selectedIndex].value == "n")
	{
		document.getElementById("outDepCode").style.background="yellow";
		return false;
	}
	else
	{
		return true;
	}
}

function clearDestBackground()
{
	document.getElementById("outDepCode").style.background="white";
}

var newwindow;
function popitup(url)
{
	newwindow=window.open(url,'More_information','height=500,width=500');
	if (window.focus) {newwindow.focus()}
}

var PlayBackPath = "http://www.webromtv.com/engine/PlayBack.aspx";
function PlayWebrom( pwebxml )
{
 // strip off /engine
 webxml = pwebxml.substr(7);
 
 var hr = PlayBackPath + "?Webrom=" + webxml;
 var w = window.open("about:blank", "", "width=5000,height=5000,top=0,left=0,toolbar=no,status=no", true);
 // move it
 var sw = window.screen.width;
 var sh = window.screen.height;
 var newX = ((5000-sw)/2) * -1;
 var newY = ((5000-sh)/2) * -1;
 w.moveTo( newX, newY );
 // navigate it
 w.location.href = hr;
}
function gg_media(x) { //v3.0
//alert ("This is a Javascript Alert");
document.getElementById(x).style.display=(document.getElementById(x).style.display=="none") ? "" : "none";
document.getElementById("jmp").style.display=(document.getElementById("jmp").style.display=="none") ? "" : "none";
 }
function gg_show(x) { //v3.0
//alert ("This is a Javascript Alert");
document.getElementById(x).style.display=(document.getElementById(x).style.display=="none") ? "" : "none";
document.getElementById(x+"t").style.display=(document.getElementById(x+"t").style.display=="none") ? "" : "none";
 }
function gg_show2(x) { //v3.0
//alert ("This is a Javascript Alert");
document.getElementById(x).style.display=(document.getElementById(x).style.display=="none") ? "" : "none";
 }
 