/*###################################################################*/
/* START THE FLASH FIX FOR THE WELCOME PAGE UAING PERSONAL ASSISTANT */
/*###################################################################*/
window.onload = function () {
	setTimeout(setVars,3000);
}
function dealMax() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="573" height="305" id="dealMax" />\n');
	document.write('<param name="movie" value="../flash/dealMax.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="swliveconnect" value="true" />\n');
	document.write('<param name="wmode" value="transparent" /> \n');
	document.write('<param name="bgcolor" value="#86a7c6" /> \n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="allowFullScreen" value="false" />\n');
	document.write('<embed src="../flash/dealMax.swf" width="573" height="305" name="dealMax" swliveconnect="true" wmode="transparent" bgcolor="#86a7c6" quality="high" allowScriptAccess="sameDomain" allowFullScreen="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" />\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
function getMovie(movieName) {
	if (window.document[movieName]) {
		return window.document[movieName];
	}
	if (navigator.appName.indexOf("Microsoft Internet")==-1) {
		if (document.embeds && document.embeds[movieName])
		return document.embeds[movieName];
	}
	// if (navigator.appName.indexOf("Microsoft Internet")!=-1)
	else {
		return document.getElementById(movieName);
	}
}

function setVars() {
	var flashMovie=getMovie("dealMax");
	flashMovie.SetVariable("/:message", varr1);
} 
/*###################################################################*/
/*  END THE FLASH FIX FOR THE WELCOME PAGE UAING PERSONAL ASSISTANT  */
/*###################################################################*/




          

