

var swfOn = "";
swfOn = swfOn + "<p><a href=\"flash.html\" target=\"flash\" onclick=\"openFullscreenWindow(this.href,this.target); return false;\" class=\"navi1\"><img src=\"img\/btn_001.gif\" alt=\"Full screen\" width=\"117\" height=\"42\" onmouseover=\"this.src='img/btn_001o.gif'\" onmouseout=\"this.src='img/btn_001.gif'\"><\/a><span>|<\/span><a href=\"flash.html\" target=\"_blank\" class=\"navi2\"><img src=\"img\/btn_002.gif\" alt=\"Normal screen\" width=\"146\" height=\"42\" onmouseover=\"this.src='img/btn_002o.gif'\" onmouseout=\"this.src='img/btn_002.gif'\"><\/a><\/p>";


var swfOff = "";
swfOff = swfOff + "<p><a href=\"http:\/\/www.macromedia.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash\"><img src=\"img\/btn_003.gif\" alt=\"Get Macromedia Flash Player\" width=\"268\" height=\"42\" class=\"navi3\" onmouseover=\"this.src='img/btn_003o.gif'\" onmouseout=\"this.src='img/btn_003.gif'\"><\/a><\/p><p><img src=\"img\/text_001.gif\" alt=\"This site requires the latest version of Macrommedia Flash Player.\" width=\"529\" height=\"34\"><\/p>";


var plugin;
var isWinIE;
var get_ver;
/*@cc_on @if (@_win32 || @_win16) isWinIE = true; @end @*/
if(isWinIE){
document.write('<script language="VB'+'Script" \="">\n');
document.write('on error resume next \n');
document.write('Dim Flash \n');
document.write('Dim get_verw \n');
document.write('Flash=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash")) \n');
document.write('If Flash Then \n');
document.write('get_verw=(CreateObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")) \n');
document.write('End If \n');
document.write('</s'+'cript\> \n');
if (get_verw) get_verw = parseInt(get_verw.match(/(\d+)(,\d+)+/)[1]);}

else {
plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
	if(plugin){get_ver=parseInt(plugin.description.match(/(\d+)\./)[1], 10);}
	}





function putLink(){

if(!isWinIE){
	if(get_ver >=8){
		document.writeln(swfOn);
	} else {
		document.writeln(swfOff);
	}
}



if(isWinIE) {
	if(get_verw >=8){
		document.writeln(swfOn);
	} else {
		document.writeln(swfOff);
	}
}
}