<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

var flashwidth	= "100%"	// WIDTH OF THE FLASH (IN PIXELS)
var flashheight	= "275"		// HEIGHT OF THE FLASH (IN PIXELS)
var color		= "000000"	// INTRO BACKGROUND COLOR

// COPYRIGHT 2010 © OpenWare Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

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="intro">');
document.write('<param name="movie" value="intro.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="intro.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="intro" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed>');
document.write('</object><br>');

//  End -->
