/*	File		:	Resume.js
**	Author		:	Dr. Clue	( A.K.A. Ian A. Storms )
**	Description	:
*/



/*	Function	:
**	Parameters	:
**	Returns		:
**	Description	:
*/
function clicked(oB)
	{
	szTarget=String(oB.href+"#Home").split("#")[1]
	if(String(":Power:Appliances:Communications:").indexOf(":"+szTarget+":")>-1)szTarget+=("/"+szTarget)
	self.oT=self.document.getElementById("IFContent")
/*var v='';var y=0;for( i in self.oT)	{	y++;	v+=((y==3)?'\n':',')+i;if(y==3)y=0	};alert(v)*/
	self.oT.contentWindow.document.body.innerHTML="<br><b>&nbsp;<i>Loading...</i></b>"
	self.oT.src="Content/"+szTarget+"/"+szTarget+".html"
	return false;
	}
/*	Function	:
**	Parameters	:
**	Returns		:
**	Description	:
*/
function autoexec()
	{
	DCshow("self.document.all.Loading",false)
	}
