<!-- Begin OPTIONS CODE


// YOU CAN CHANGE ANY OF THESE VARIABLES



// FLASH INTRO TEXT VARIABLES

var showflash		= "yes"		// SHOW INTRO TEXT ANIMATION
var flashwidth		= "100%"	// WIDTH OF THE FLASH
var flashheight		= "300"		// HEIGHT OF THE FLASH
var color		= "000000"	// INTRO BACKGROUND COLOR (This is set to transparent)







// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td valign="top">');

   if (showflash == "yes") {
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"></EMBED></OBJECT><br>');
}
else{
document.write('<img src="picts/spacer.gif" width="10" height="1" alt="image" border="0"><br>');
}
document.write('</td></tr></table>');



//  End -->