// JavaScript Documentfunction loadWin(filename, windowname, width, height){               sFeatures = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + width + ",height=" + height;        var wAppWindow = window.open( filename, windowname, sFeatures );                sBrowserInfo = new String( navigator.appVersion );                if ( sBrowserInfo.indexOf( "Macintosh" ) == -1 && sBrowserInfo.indexOf( "MSIE 3" ) == -1 )        {                wAppWindow.window.focus();        }}function VersionNavigator(Netscape, Explorer) {	if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||	(navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))	return true;	else return false;}browser_name = navigator.appName;browser_version = parseFloat(navigator.appVersion);if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true';}else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 4.0) { roll = 'true'; }else { roll = 'false'; }if (roll == 'true'){	var imglist = new Array (		"images/mainmenu_01.png",		"images/mainmenu_on_01.png",		"images/mainmenu_02.png",		"images/mainmenu_on_02.png",		"images/mainmenu_03.png",		"images/mainmenu_on_03.png",		"images/mainmenu_04.png",		"images/mainmenu_on_04.png",		"images/mainmenu_05.png",		"images/mainmenu_on_05.png",		"images/mainmenu_06.png",		"images/mainmenu_on_06.png",		"images/mainmenu_07.png",		"images/mainmenu_on_07.png");	var imgs = new Array();		var count;	if (document.images)	for (count=0; count<imglist.length; count++)	{imgs[count]=new Image(); imgs[count].src=imglist[count];}}function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);