// JavaScript Document

//name these frames as needed
var clipArray = new Array("");


function showAdditionalInfo(mVal)
{
	 flashcontent.TGotoLabel("_level0/contentMC",clipArray[mVal]);  
	 
}

function loadClip()
{
	document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="640" height="510" id="profile" align="middle">');
	document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
	document.writeln('<param name="movie" value="profile.swf" />');
	document.writeln('<param name="quality" value="high" />');
	//
	document.writeln('<param name="menu" value="false" />');
	//
	document.writeln('<param name="bgcolor" value="#000000" />');
	document.writeln('<embed src="profile.swf" quality="high" bgcolor="#000000" width="640" height="510" name="profile" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.writeln('</object>');
};