<!--
function jumpKit() {
        var page_selected = document.buttonnav.kit.options[document.buttonnav.kit.selectedIndex].value;
           
        if (page_selected != "0") {
        eval("document.location = '" + page_selected + "'");
        }
       }
        
function jumpFont() {

        var page_selected = document.buttonnav.font.options[document.buttonnav.font.selectedIndex].value;
           
        if (page_selected != "0") {
        eval("document.location = '" + page_selected + "'");
        }
       }

function scrolHome() {
	if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
		self.scrollTo(0,0)
		}
	onload="scrolHome()"
	}

var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function index2_DoFSCommand(command, args) {
  var index2Obj = InternetExplorer ? index2 : document.index2;
  //
  // Place your code here...
  //
}
// Hook for Internet Explorer 
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && 
	  navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub index2_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call index2_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
// -->

