﻿var flasheight	= "50"	
var flashwidth	= "750"	
var flashname	= "header.swf"
//var flashcolor	= "83B2AD"	
var flashcolor	= "FFFFFF"	

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+flashcolor+'"><tr><td align="left">');
document.write('<object type="application/x-shockwave-flash" data="'+flashname+'" width="'+flashwidth+'" height="'+flasheight+'" align="">');
document.write('<param name="movie" value="'+flashname+'" /><img src="picts/noflash.jpg" alt="Macromedia Flash Player" />');
document.write('<param name=bgcolor value="#'+flashcolor+'">');
document.write('</object><br>');
document.write('</td></tr></table>');
 