﻿<!-- 
function checkParent() {if (parent != self)
top.location = self.location.href}
checkParent(); 
//-->
<!-- 
function load()
{window.moveTo(0,0);}
{window.resizeTo(screen.availWidth, screen.availHeight);}
// -->
function start_fix()
{
document.write('<object + class="startswf" + data="start.swf" + type="application/x-shockwave-flash"/>');
document.write('<param + name="movie" + value="start.swf"/>');
document.write('</object>');
}

function eng_fix()
{
document.write('<object + data="topflash.swf" + type="application/x-shockwave-flash" + WIDTH="750" + HEIGHT="150"/>');
document.write('<param + name="movie" + value="topflash.swf"/>');
document.write('<param + name="menu" + value="false">');
document.write('</object>');
}

function dk_fix()
{
document.write('<object + data="topflash.swf" + type="application/x-shockwave-flash" + WIDTH="750" + HEIGHT="150"/>');
document.write('<param + name="movie" + value="topflash.swf"/>');
document.write('<param + name="menu" + value="false">');
document.write('</object>');
}
<!-- 
var message=''; function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function('return false')
// -->