

  var FlashMode = 0;



  // <!-- attempt to detect at least Flash 6 -->

    if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] 
    && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) 
    {

    if (navigator.plugins && navigator.plugins["Shockwave Flash"] 
    && (versionIndex = navigator.plugins["Shockwave Flash"].description.indexOf(".")) 
    != - 1) {

    var versionString = navigator.plugins["Shockwave Flash"].description.substring(versionIndex-1, versionIndex);

    versionIndex = parseInt( versionString );
	
    if ( versionIndex >= 5 ) {

    FlashMode = 1;

    }

    }

    }

    else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
    

    && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 
    )) {

    document.write('<SCRIPT LANGUAGE=VBScript\> \n');

    document.write('on error resume next \n');

    document.write('FlashMode = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');

    document.write('</SCRIPT\> \n');

    }






    if ( FlashMode == 1 ) {

    // <!-- F6 -->

		document.write('<div align="center"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="230" HEIGHT="250" id="RIS_Home" ALIGN=""><PARAM NAME=movie VALUE="tourLoad.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="tourLoad.swf" quality=high bgcolor=#FFFFFF  WIDTH="230" HEIGHT="250" NAME="RIS_Home" ALIGN="" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></div>');
		//document.write('<a href="javascript:popup()"><div align="center"><img src="images/demo.jpg" width="230" height="250" alt="" border="0"></div></a>');
		document.write('<div class="text"><br>This demo requires the Macromedia Flash plug-in. If you can see an image above, you have the correct plug-in and can view the tour. If there is no image above this paragraph, please visit <a href="http://macromedia.com/go/getflashplayerbutton/" target="_blank">Macromedia</a> to download the latest Flash player.<br></div>');

    } else {

    // <!-- neither SW8.5 nor F5 are installed-->

    document.write('You do not have the Flash Plugin. You will not be able to view the interactive demo without it. Please visit <a href="http://macromedia.com/go/getflashplayerbutton/" target="_blank">Macromedia</a> to download the latest Flash player.');

    } 



