// JavaScript Document
function adjustFlashContent () {
	var x=document.getElementById("healthfare");
	//x.style.height = '100%';
	x.style.width = '100%';
}


function showMain () {
	
	document.write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="925px" id="healthfare" align="middle">\n');
	document.write ('<param name="allowScriptAccess" value="sameDomain" />\n');	
	document.write ('<param name="wmode" value="transparent" />\n');	
	document.write ('<param name="movie" value="flash/healthfare.swf?id=41" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" />\n');	
	document.write ('<embed src="flash/healthfare.swf?id=41" wmode="transparent" quality="high" bgcolor="#FFFFFF" width="100%" height="925px" name="healthfare" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');	
	document.write ('</object>\n');	
	
	adjustFlashContent();	
}

// POPUP WINDOW
function popup (myPage) {
	var myName = "Healthfare";
	var h = "600";
	var w = "645";
	var scroll = "yes";
	var winl = ((screen.width - w) / 2);
	var wint = ((screen.height - h) / 2);
	winprops = 'height=' + h +',width=' + w + ',top=' + wint + ',left=' + winl + ',scrollbars=' + scroll + ',resizable=no';
	win = window.open (myPage, myName, winprops);
}
