function RunHdr()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="787" height="262">\n');
   document.write('<param name="movie" value="images/sz_header.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="images/sz_header.swf" width="787" height="262" quality="high"></embed>\n');
   document.write('</object>\n');
}

function RunIntro()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="199" height="180">\n');
   document.write('<param name="movie" value="images/webintro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent"/>\n');   
   document.write('<embed src="images/webintro.swf" wmode="transparent" width="199" height="180" quality="high"></embed>\n');
   document.write('</object>\n');
}
