﻿var NN=(navigator.appName == "Netscape")?true:false;

function LoadSWF(oImg,oAlt,W,H)
{
 document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
 document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"');
 document.write('alt="'+oAlt+'" title="'+oAlt+'" ');
 document.write('ID="FLASH_1" WIDTH='+W+' HEIGHT='+H+'>');
 document.write('<PARAM NAME=movie VALUE="'+oImg+'"><PARAM NAME=quality VALUE=high>');
 document.write('<PARAM NAME=bgcolor VALUE=transparent>');
 document.write('<PARAM NAME=wmode VALUE=transparent>');
 document.write('<EMBED name="FLASH_1" src="'+oImg+'" quality=high bgcolor=transparent wmode=transparent ');
 document.write('swLiveConnect=FALSE WIDTH='+W+' HEIGHT='+H+' alt='+oAlt+' title='+oAlt+' ');
 document.write('TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
 document.write('</EMBED>');
 document.write('</OBJECT>');
}

