function whereami()
	{
		if (top == self)
		{
			top.location = "noframealert.htm";
		}
	}

function killFrames()
	{
	top.location = self.location.href;
	} 


function midHelp(loc)
	{
		if (top == self)
		{
			top.location = "noframealert.htm";
		}
		else 
		{
			var loc;
			parent.frames['mlinfo'].location =loc;
		}

	}

function lowerHelp(loc)
	{
		if (top == self)
		{
			top.location = "noframealert.htm";
		}
		else 
		{
			var loc;
			parent.frames['UIinfo'].location =loc;
		}

	}

function GetMoreHelp(loc)
	{
	var loc;
	parent.location = "http://switchboard.real.com/player/help.html?cd=" + loc + "&release=rp10_gold&language=en&type=htm";

	}

function moreHelpimg()
	{
	document.write("<a href='javascript:GetMoreHelp(cdvalue)'><img  src='images/helpicons/needmorehelp.gif' width=145 height=20 align=right border=0 hspace=0></a>");
	}