var Type="";

function Active()
{
	var theObjects = document.getElementById("Flash"); 
	theObjects.innerHTML = theObjects.innerHTML; 


}
function WriteFlash(FlashID)
{
	Type=FlashID;
}
function WriteFlash2()
{
}

function WriteFlash3()
{
}
function WriteFlash4()
{
}
function WriteFlash5()
{
}
function Why(URL)
{
	if (URL)
	{
		var	wWhy = window.open("why_presentation.asp?s=t", wWhy, "width=700, height=440, scrolbars=no"),
		iLeft = (screen.width / 2) - 350,
		iTop = (screen.height / 2) - 220;
	wWhy.moveTo(iLeft, iTop);
	wWhy.focus();
	}
	else
	{
		var	wWhy = window.open("why_presentation.asp", wWhy, "width=700, height=440, scrolbars=no"),
		iLeft = (screen.width / 2) - 350,
		iTop = (screen.height / 2) - 220;
	wWhy.moveTo(iLeft, iTop);
	wWhy.focus();
	}
	
}


/*
	var oFlash=$("Flash"),
		aFlash=[];

	Type=FlashId;

	aFlash.push('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
		aFlash.push('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
		aFlash.push('width="765" ');
		aFlash.push('height="900" ');
		aFlash.push('id="FlashObject">');
		aFlash.push('<param name=movie value="swf/klaf.swf?open='+FlashId+'">');
		aFlash.push('<param name="wmode" value="transparent">');
		aFlash.push('<param name="quality" value="high">');
		aFlash.push('<param name="bgcolor" value="#FFFFFF">');
		aFlash.push('<embed src="swf/klaf.swf?open='+FlashId+'" menu="false" quality="high" scale="exactfit" wmode="transparent" width="765" HEIGHT="900" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"">');
	aFlash.push('</embed>');

	oFlash.innerHTML=aFlash.join("");
*/