﻿// JScript File
function writeBanner()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="693" height="142" border="0" vspace="0" hspace="0" name="bundlead"><param name="movie" value="flash/home.swf"/><param name="quality" value="high"/><param name="wmode" value="transparent"/><embed src="flash/home.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="693" height="142"  name="bundlead" vspace="0" hspace="0" bgcolor="#FFFFFF"></embed></object>');
}
function writeChart()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="540" height="348" border="0" vspace="0" hspace="0" name="bundlead"><param name="movie" value="flash/chart.swf"/><param name="quality" value="high"/><param name="wmode" value="transparent"/><embed src="flash/chart.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="540" height="348"  name="bundlead" vspace="0" hspace="0" bgcolor="#FFFFFF"></embed></object>');
}
function writeGetFlash()
{
document.write('<div style="border: 1px solid #ccc; padding:10px; color:Black; font-style:italic; font-size:11px;font-weight:bold;">This content requires the Adobe Flash Player 7 or greater.<br/><a  style="color:Blue;" href="http://www.adobe.com/go/getflash/" target="_blank">Get Flash Player 9</a><br><br>To skip the flash install and view the static version, please <a  style="color:Blue;" href="static/home/solutions.html">click here</a>.</div>');
}