
<!-- Begin FLASH FAQ logo

// NOTE: If you use a ' add a slash before it like this \'


var color		= "24702A"	// HEADER BACKGROUND COLOR
var flashcolor		= "24702A"	// FLASH BACKGROUND COLOR
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashwidth		= "375"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var linecolor	  	= "24702A"		// COLOR OF THE HEADER LINE
var lineheight  	= "10"		// HEIGHT OF THE HEADER LINE





document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'"><tr><td>');

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="faqlogo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="faqlogo.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="faqlogo.swf" quality=high wmode=transparent bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="faqlogo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');

document.write('</td></tr><tr><td bgcolor="#'+linecolor+'" colspan="2" height="'+lineheight+'" align="right" background="picts/background-menu-horz.gif">');
document.write('<img src="picts/spacer.gif" HEIGHT="'+lineheight+'" WIDTH="15" border="0"><br>');
document.write('</tr></td></table>');

//  End -->