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 printaway()
      { 
       window.parent.focus();  
       onClick = window.print(); 
}


var genwindow
function StepbyStep(src) 
    { 
	genwindow= window.open(src, "stepview", "width=475,height=400,resizable=yes,scrollbars=auto,menubar=no"); 
	if (window.focus) {genwindow.focus()}
    } 



var vidwindow;
function StepbyStepV(src)
{
	vidwindow=window.open(src, "vidstepview","width=500,height=375,resizable=no,scrollbars=no,menubar=no"); 
	if (window.focus) {vidwindow.focus()}
}


var txtwindow;
function StepbyStepT(src) 
    { 
	txtwindow=window.open(src, "textstepview", "width=475,height=400,resizable=yes,scrollbars=yes,menubar=no"); 
	if (window.focus) {txtwindow.focus()}
    } 


function GetMoreHelp(loc)
	{
	var loc;
	parent.location = "http://switchboard.real.com/player/help.html?cd=" + loc + "&release=rp10v8_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 valign=middle border=0 hspace=0 alt='Click to see the online Help which includes additional links, images, and interactive instructions'></a>");
	}