var intScreenWidth = screen.width;
var strFlashWidth = "980";

if (intScreenWidth < 990)
{
	strFlashWidth = "100%";
}

function setTopFlash()
{
   document.write('<object width="' + strFlashWidth + '" height="85">\n');
   document.write('<param name="movie" value="/data/top4.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="/data/top4.swf" width="' + strFlashWidth + '" height="85"></embed>\n');
   document.write('</object>\n');
}

function setLeftFlash()
{
   document.write('<object width="240" height="490">\n');
   document.write('<param name="movie" value="/data/left_41.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="/data/left_41.swf" width="240" height="490"></embed>\n');
   document.write('</object>\n');
}