// MENU OPTIONS

var showflash	= "yes"		// SHOW FLASH ADSHOW
var flashcolor	= "033702"		// FLASH BACKGROUND COLOR (edit in css also)
var flashwC		= "575"		// WIDTH OF THE FLASH ADSHOW
var flashhC		= "350"		// HEIGHT OF THE FLASH ADSHOW


// START FLASH HEADER


// FLASH CHANGER
   if (showflash == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="homeflash"><tr><td valign="top">');
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="'+flashwC+'" HEIGHT="'+flashhC+'" id="homeflash">');
document.write('<PARAM NAME="movie" VALUE="homeflash.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="homeflash.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="homeflash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');

}

else {

document.write('<img src="picts/homeflash-1.jpg" width="575" height="350"></a><br>');

}