// JavaScript Document

<!--

document.write ('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write (' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
document.write (' WIDTH="800" HEIGHT="860">');

document.write ('<PARAM NAME=movie VALUE="top.swf"> ');
document.write ('<PARAM NAME=loop VALUE=false> ');
document.write ('<PARAM NAME=quality VALUE=high> ');
document.write ('<PARAM NAME=scale VALUE=noscale> ');
document.write ('<PARAM NAME=salign VALUE=RT> ');
document.write ('<PARAM NAME=wmode VALUE=transparent>');
document.write ('<PARAM NAME="BGCOLOR" value="#CCFFFF"> ');
document.write(' <PARAM NAME=FlashVars VALUE="frame_id=');
document.write(frame_id_h);
document.write('&cimg_no=');
document.write(458);
document.write('">');
document.write ('<EMBED src="top.swf" FlashVars="frame_id=');
document.write (frame_id_h);
document.write('&cimg_no=');
document.write(458);
document.write ('" ');
document.write ('WIDTH="800" HEIGHT="860" loop=false quality=medium scale=noscale salign=LT wmode=transparent bgcolor=#CCFFFF');
document.write (' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write ('</OBJECT>');

//-->