function inputText(target,checkString){
	if(target.value==checkString){
		target.value='';
		target.className='textboxActive';
	}
}
function embedBody(isIE){
	if(getQueryParamValue("disableFlash")!='true'){
		var flashNavEmbed = new SWFObject("flash/tl-holding.swf", "flash-home", "100%", "100%", "8", "#000000");
		flashNavEmbed.addParam("allowScriptAccess", "always");
		flashNavEmbed.addVariable('isIE',isIE);
	    flashNavEmbed.write("body");
	}	
}