function PlayCNNSample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_cnn.htm";
	return false;
}

function PlayDIYSample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_diy.htm";
	return false;
}

function PlayDiscoverySample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_discovery.htm";
	return false;
}

function PlayESPNSample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_espn.htm";
	return false;
}

function PlayCSISample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_csi.htm";
	return false;
}

function PlayUnitSample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_theunit.htm";
	return false;
}

function PlayNicktoonsSample()
{
	document.getElementById("bgcover").style.display="block";
	document.getElementById("tvbrandingpopup").style.display="block";
	document.getElementById("tvsample").src="tvbranding_nicktoons.htm";
	return false;
}

function RestorePage()
{
	document.getElementById("bgcover").style.display="none";
	document.getElementById("tvbrandingpopup").style.display="none";
	document.getElementById("tvsample").src="blank.htm";
	return false;
}

document.getElementById("cnnlink").onclick=PlayCNNSample;
document.getElementById("diylink").onclick=PlayDIYSample;
document.getElementById("discoverylink").onclick=PlayDiscoverySample;
document.getElementById("espnlink").onclick=PlayESPNSample;
document.getElementById("csimiamilink").onclick=PlayCSISample;
document.getElementById("theunitlink").onclick=PlayUnitSample;
document.getElementById("nicktoonslink").onclick=PlayNicktoonsSample;
