// JavaScript Document
function writeFlash(theScript,w,h)
{
	if (theScript == 'navINT_aquacare')
	{
		theScript = 'navINT_AQUA';
	}
	else if (theScript == 'navINT_ptpartners')
	{
		theScript = 'navINT_PT';
	}
	else if (theScript == 'navINT_fitnessforum')
	{
		theScript = 'navINT_FF';
	}
	else if (theScript == 'navINT_sopt')
	{
		theScript = 'navINT_SOPT';
	}
	else if (theScript == 'navINT_healthclub')
	{
		theScript = 'navINT_HC';
	}
	else if (theScript == 'homeFlash_AQUA' || theScript == 'homeFlash_FF' || theScript == 'homeFlash_HC' || theScript == 'homeFlash_PT' || theScript == 'homeFlash_SOPT' || theScript == 'tempSite')
	{
		theScript = theScript;
	}
	else
	{
		theScript = 'navINT_FF';
	}
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="'+ w +'" HEIGHT="' + h + '" id="' + theScript + '" ALIGN VIEWASTEXT>');
	document.write('<param NAME="movie" VALUE="/_flash/' + theScript + '.swf">');
	document.write('<param NAME="quality" VALUE="high">');
	document.write('<PARAM NAME="wmode" value="transparent">');
	document.write('<PARAM NAME="allowScriptAccess" value="sameDomain">');
	document.write('<embed src="/_flash/' + theScript + '.swf" quality="high" allowScriptAccess="sameDomain" bgcolor="#640a01" NAME="' + theScript + '" ALIGN WIDTH="'+ w +'" HEIGHT="' + h + '" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" wmode="transparent">');
	document.write('</object>');
}