﻿// JScript File

function insertFlash(path,base,width,height) {
        strContent = '<object id="flashMovie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + ' width="'+width+'" height="'+height+'"'
        + ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">'
        + ' <param name="movie" value="'+path+'.swf" />'
        + ' <param name="quality" value="high" />'
        + ' <param name="scale" value="noscale" />'
        + ' <param name="base" value="'+base+'" />'
        + ' <param name="allowScriptAccess" value="always" />'
        + ' <embed src="'+path+'.swf" width="'+width+'" height="'+height+'" base="'+base+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'
        + ' type="application/x-shockwave-flash" allowScriptAccess="always" scale="noscale" name="flashObject"></embed></object>';
        document.write(unescape(strContent));
}

function insertFlashTrans(path,base,width,height) {
        strContent = '<object id="flashMovie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + ' width="'+width+'" height="'+height+'"'
        + ' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">'
        + ' <param name="movie" value="'+path+'.swf" />'
        + ' <param name="quality" value="high" />'
		+ ' <param name="wmode" value="transparent" />'
        + ' <param name="scale" value="noscale" />'
        + ' <param name="base" value="'+base+'" />'
        + ' <param name="allowScriptAccess" value="always" />'
        + ' <embed src="'+path+'.swf" width="'+width+'" height="'+height+'" base="'+base+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"'
        + ' type="application/x-shockwave-flash" allowScriptAccess="always" scale="noscale" name="flashObject"></embed></object>';
        document.write(unescape(strContent));
}

function getFlash(){
	 //var strContentb
     strContentb = '<br><p align="center">We require  Macromedia Flash Player, ver 8,0,0,0 or above to view our content correctly. <br>Why not download and install  the latest version now?<br>It will only take a moment. <A HREF="http://www.macromedia.com/go/getflashplayer" target="_blank"> ClickHere</a></p><p align="center">This web site makes use of <A HREF="http://www.macromedia.com/software/flash/" TARGET="_blank">Macromedia<SUP><FONT SIZE="-1">&reg;</FONT></SUP> Flash<SUP><FONT SIZE="-2">TM</FONT></SUP></A> software<br><br><a href="http://www.adobe.com/shockwave/download/index.cgi" target="_blank"><img src="/images/flash/get_flashplayer_88_31.gif" border="0"></a><br><br><br></p>';
    document.write(unescape(strContentb));       
}
