//	<script src="js/flash.js" type="text/javascript"></script>
//	<script type="text/javascript" src="<%skinfile(flash.js)%>"></script>
//	<script type="text/javascript">headermenu();</script>
//	<script type="text/javascript">sidemenu();</script>
//	<script type="text/javascript">top();</script>

function headermenu()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500px" height="30px">\n');/*	Size	*/
    document.write('<param name="movie" value="swf/headermenu.swf" />\n');/*	File	*/
    document.write('<param name="quality" value="high" />\n');
    document.write('<param  name="bgcolor" value="#000" />\n');/*	Color	*/
    document.write('<param  name="wmode" value="transparent" />\n');/*	or window	*/
    document.write('<embed src="swf/headermenu.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"  type="application/x-shockwave-flash" width="500px" height="30px">');
    document.write('</embed>');
    document.write('</object>\n');
}

function sidemenu()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="175px" height="500px">\n');/*	Size	*/
    document.write('<param name="movie" value="swf/sidemenu.swf" />\n');/*	File	*/
    document.write('<param name="quality" value="high" />\n');
    document.write('<param  name="bgcolor" value="#000" />\n');/*	Color	*/
    document.write('<param  name="wmode" value="transparent" />\n');/*	or window	*/
    document.write('<embed src="swf/sidemenu.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"  type="application/x-shockwave-flash" width="175px" height="500px">');
    document.write('</embed>');
    document.write('</object>\n');
}

function top()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="650px" height="414px">\n');/*	Size	*/
    document.write('<param name="movie" value="swf/top.swf" />\n');/*	File	*/
    document.write('<param name="quality" value="high" />\n');
    document.write('<param  name="bgcolor" value="#000" />\n');/*	Color	*/
    document.write('<param  name="wmode" value="transparent" />\n');/*	or window	*/
    document.write('<embed src="swf/top.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer"  type="application/x-shockwave-flash" width="650px" height="414px">');
    document.write('</embed>');
    document.write('</object>\n');
}
