<!-- Begin HEADER OPTIONS CODE




var flashwidth		= "400"		// WIDTH OF THE FLASH CHANGER (IN PIXELS)
var flashheight		= "325"		// HEIGHT OF THE FLASH CHANGER (IN PIXELS)
var color		= "2e4588"	// FLASH CHANGER BACKGROUND COLOR






// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'" bgcolor="#'+color+'"><tr ><td  HEIGHT="'+flashheight+'">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="0718_2" align="top" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<param name="movie" value="0718_2.swf" />');
document.write('<embed src="0718_2.swf" quality="high"  bgcolor="#'+color+'" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" name="0718_2" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
document.write('</td></tr></table>');




//  End -->