var flashName	= "flash/kfwb.swf"; var altImgName	= "jpg/kfwb.jpg"; // alternate file //for testing....//var minFlashVer	= prompt("Flash? type '1' for yes, '2' for no");//minFlashVer	= minFlashVer*5;var minFlashVer	= 5; // Min Flash version requiredvar width = 400;var height = 200;var plugin = 0;var d = document; if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) { 	if (navigator.plugins && navigator.plugins["Shockwave Flash"]) 		pos = navigator.plugins["Shockwave Flash"].description.indexOf("Shockwave Flash"); 		pos += 16; 		var swver = navigator.plugins["Shockwave Flash"].description.substr(pos,1) 		if (swver >= minFlashVer) 			plugin = 1;} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0     && (navigator.userAgent.indexOf("Windows")>=0)) { 	d.write('<SCRIPT LANGUAGE=VBScript> \n'); 	d.write('on error resume next \n'); 	d.write('if ( minFlashVer = 3 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n'); 	d.write('if (( minFlashVer <= 4) and (plugin <= 0 )) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n'); 	d.write('if (( minFlashVer <= 5) and (plugin <= 0 )) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n'); 	d.write("</SCR"+"IPT> \n"); } if ( plugin ) {	var so = new SWFObject(flashName, "mymovie", "400", "200", "8", "#FFFFFF");
    so.addParam("quality", "high");
    so.addParam("wmode", "transparent");
    so.write("flashcontent");} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){ 	d.write('<img src="gifs/home_no_flash.gif" width="729" height="174" alt="SiteLab - Our powerful solutions bring the right business to you." />');}