var color		= "000000"
var flashwidth		= "600"
var flashheight		= "40"
var logotype 		= "flash"
var flashmode		= "window"
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" valign="middle">');
   if (logotype == "flash") {
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="logo-S">');
document.write('<param name="movie" value="flash/logo-S.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="flash/logo-S.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="logo-S" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
}
   if (logotype == "graphic") {
document.write('<img src="images/logo.jpg" border="0"><br>');
}
document.write('</td></tr></table>');
