<!-- 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		= "200"		// HEIGHT OF THE FLASH
var color		= "141C24"	// INTRO BACKGROUND COLOR


// FLASH MP3 PLAYER VARIABLES

var showplayer		= "no"		// SHOW INTRO MP3 PLAYER
var flashwidth_P	= "200"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight_P	= "58"		// HEIGHT OF THE FLASH (IN PIXELS)
var color_P		= "141C24"	// INTRO BACKGROUND COLOR



// COPYRIGHT 2008 © 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 (showplayer == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color_P+'"><tr><td align="left">');
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_P+'" HEIGHT="'+flashheight_P+'" id="mp3_player">');
document.write('<PARAM NAME=movie VALUE="mp3_player.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE="#'+color_P+'">');
document.write('<EMBED src="mp3_player.swf" quality=high bgcolor="#'+color_P+'" WIDTH="'+flashwidth_P+'" HEIGHT="'+flashheight_P+'" NAME="mp3_player" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td><td>');
document.write('<img src="picts/spacer.gif" width="10" height="58" alt="image" border="0"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td align="center" bgcolor="#'+color+'">');
}
   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 -->
