var flashfilename='none'

if (location.href=='http://www.planetimageclub.com/home.html')
{// Size
var iWidth = 320;
var iHeight = 420;

// Absolute positions
var iTop = 210;
var iLeft = 390;

//file name
var flashfilename='flash/imageplanet_homecombined2.swf';
}

if (location.href=='http://www.planetimageclub.com/personal_training.html')
{// Size
var iWidth = 320;
var iHeight = 440;

// Absolute positions
var iTop = 120;
var iLeft = 290;

//file name
var flashfilename='flash/imageplanet_personal2_2.swf';
}

if (location.href=='http://www.planetimageclub.com/corporate_wellness.html')
{// Size
var iWidth = 320;
var iHeight = 440;

// Absolute positions
var iTop = 160;
var iLeft = 420;

//file name
var flashfilename='flash/imageplanet_wellness_2.swf';
}

if (location.href=='http://www.planetimageclub.com/image_planet_schedule.html')
{	var iWidth = 320;
	var iHeight = 300;

	
	// Absolute positions
	var iTop = 210;
	var iLeft = 390;
	
	//file name
	var flashfilename='flash/imageplanet_classes2.swf';
}



// Do not modify bellow
function InitSpeakFlash() {
	var oParent = document.getElementById("pagecontainer");
	oParent.style.position = "relative";	
	var video=new iSpeakVideo();
	video.src=flashfilename;
	video.height=iHeight;
	video.width=iWidth;
	video.positionFrom='fromTop';
	video.ReferenceID='imgReference';
	video.Intialize();
	
	var addTop = 0;
	if(document.all) {addTop -10;}
	if(typeof(window.opera) != 'undefined') {addTop = -10;}
	var oDiv = document.createElement("div");
	oDiv.id = "speakflash";
	oDiv.style.position = "absolute";
	oDiv.style.left = iLeft + "px";
	oDiv.style.top = iTop + addTop + "px";
	oDiv.style.width = iWidth + "px"
	oDiv.style.height = iHeight + "px";	
	oDiv.innerHTML = video.s_body;
	oParent.appendChild(oDiv);
}

function hideWhenFinished() {
	document.getElementById("speakflash").style.display = "none";
}

if (flashfilename=='none')
{var SpeakFlash = false;}
else
{var SpeakFlash = true;}
