//Navigation Menu

currentMenuItem = "";
menuItemNormal = "";

function setCurrentMenuItem(item, normal) {
  if(currentMenuItem != MM_findObj(item)) {
    currentMenuItem.src = menuItemNormal;
    currentMenuItem = MM_findObj(item);
    menuItemNormal = normal;
  }
}

function toggleList(id) {
  list = document.getElementById(id);
  if (list.style.display == "none") {
    list.style.display = "";
  } else {
    list.style.display = "none";
  }
}

//Bookmark Page

function bookmarkIt() { 
  var bookmarktitle = document.title;
  var bookmarkurl = document.location;
  var netscape
  var macintosh
  netscape="Attention Netscape Users. To Bookmark this page please click the page you would like to bookmark and press CTRL+D. If you would like to add this page to your Netscape Sidebar, please click OK on the next window which appears.";
  macintosh="Attention Macintosh User. To Bookmark this page please click the page you would like to bookmark and press CTRL+D.";

  if (window.sidebar&&window.sidebar.addPanel) { 
    alert(netscape);
    window.sidebar.addPanel(bookmarktitle, bookmarkurl,""); 
  } else if (isMac) {
    alert(macintosh);
  } else if (document.all) {
    window.external.AddFavorite(bookmarkurl, bookmarktitle);
  } else if (window.opera && window.print) {
    return true;
  }
}

//Print Page

function printIt() { 
  var macprint;
  macprint = "Attention Macintosh User. Unfortunately this functionality is not available on the Macintosh OS. Please click the page you would like to print a select print from your browser menu.";

  if (isMac) { 
    alert(macprint);
  } else {
  self.print()
  }
}

function MM_swapImgRestore() {
  var i,x,a=document.MM_sr;
  for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) {
    if(x!=currentMenuItem)
      x.src=x.oSrc;
  }
}

//Rollover Effects

function MM_preloadImages() {
  var d=document;
  if(d.images){
    if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0) {
      d.MM_p[j]=new Image;
      d.MM_p[j++].src=a[i];
    }
  }
}

function MM_findObj(n, d) {
  var p,i,x;
  if(!d) d=document;
  if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
  }
  if(!(x=d[n])&&d.all) x=d.all[n];
  for (i=0;!x&&i<d.forms.length;i++)
    x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n);
    return x;
}

function MM_swapImage() {
  var i,j=0,x,a=MM_swapImage.arguments;
  document.MM_sr = new Array;
  for(i=0;i<(a.length-2);i+=3) {
    if ((x=MM_findObj(a[i]))!=null) {
      document.MM_sr[j++]=x;
      if(x!=currentMenuItem) {
        if(!x.oSrc) x.oSrc=x.src;
        x.src=a[i+2];
      }
    }
  }
}

//Open Browser Window

function OpenBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

isIE = isIE4 = isIE5 = isIE6 = isIE7 = isNS = isNS4 = isNS6 = isNS7 = isNS8 = isGecko = isOpera = isBlazer = isFlash5 = isFlashMX = false;

// Browser Detection
if (navigator.userAgent.indexOf('Gecko') > 0) isGecko = true;
if (navigator.appName.indexOf('Netscape') == 0) isNS = true;
if (navigator.appName.indexOf('Microsoft') == 0) isIE = true;
if (navigator.appName.indexOf('Opera') == 0) isOpera = true;
if (navigator.appName.indexOf('Blazer') == 0) isBlazer = true;
isUNIX = (window.navigator.appVersion.indexOf("X11") != -1) ||
         (window.navigator.appVersion.indexOf("Linux") != -1) ||
         (window.navigator.appVersion.indexOf("SunOS") != -1) ||
         (window.navigator.appVersion.indexOf("IRIX") != -1) ||
         (window.navigator.appVersion.indexOf("HP-UX") != -1);
isMac = (window.navigator.appVersion.indexOf("Mac") != -1);
isWindows = navigator.userAgent.indexOf("Windows 95") != -1 ||
            navigator.userAgent.indexOf("Windows 98") != -1 ||
            navigator.userAgent.indexOf("Windows NT") != -1;
isMacIE = (isMac && isIE);

// Browser Versions
if (isNS) {
  v = parseInt(navigator.appVersion);
  if(v == 4) {
    isNS4 = true;
  } else if(v == 5) {
    p = navigator.userAgent.lastIndexOf('/');
    v = parseInt(navigator.userAgent.substr(p+1));
    eval("isNS" + v + " = true");
  }
}

if (isIE) {
  v = parseInt(navigator.appVersion.substr(navigator.appVersion.indexOf("MSIE")+5));
  eval("isIE" + v + " = true");
}

if (isOpera) {
  v = parseInt(navigator.appVersion);
}

// Flash Version
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 ) {
      isFlash5 = true;
    }
    if ( versionIndex >= 6 ) {
      isFlashMX = true;
    }
  }
} else if (isIE && isWindows) {
  document.write('<script language="VBScript">\n');
  document.write('on error resume next\n');
  document.write('isFlash5 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
  document.write('isFlashMX = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
  document.write('</script>\n');
}

//Random Quote Generator
var theImages = new Array()

theImages[0] = '/images/quote_1.gif'
theImages[1] = '/images/quote_2.gif'
theImages[2] = '/images/quote_3.gif'
theImages[3] = '/images/quote_4.gif'
theImages[4] = '/images/quote_5.gif'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
  document.write('<img src="'+theImages[whichImage]+'">');
}

//expire in 30 days
expire = new Date(new Date().getTime() + 1000 * 60 * 60 * 24 * 30);

if (document.location.toString().indexOf('browser_detect.php') < 1) {
  //Check for compliant browser:
  cleared = false;
  param = '';
  // Allow IE 5+, Netscape 6+, Opera 7+, and Mozilla/Gecko based browsers
  if ((isIE && v >= 5) || (isNS && v > 4) || isGecko || (isOpera && v > 6)) {
    cleared = true;
  }
  if (isBlazer) // Clear the Treo browser, but don't enable Flash:
    cleared = true;

  if (!cleared && getCookie('ignoreBrowserCheck') != 1) {
    document.location = '/browser_detect.php' + param;
  }
/*
  if (getCookie('flash') == null && location.toString().indexOf('cookiecheck=1') < 1) {
    if (isFlashMX) {// || isFlash5) {
      setFlashCookie(true);
    } else {
      setFlashCookie(false);
    }
  }
*/
}


function ignoreDetect() {
  setCookie('ignoreBrowserCheck', 1, expire);
}

function setCookie(name, value, expires) {
  document.cookie = name + "=" + escape(value) +
    ((expires) ? "; expires=" + expires.toGMTString() : "") +
    "; path=/";
}

function getCookie(name) {
  var dc = document.cookie;
  var prefix = name + "=";
  var begin = dc.indexOf("; " + prefix);
  if (begin == -1) {
    begin = dc.indexOf(prefix);
    if (begin != 0) return null;
  } else {
    begin += 2;
  }
  var end = document.cookie.indexOf(";", begin);
  if (end == -1) {
    end = dc.length;
  }
  return unescape(dc.substring(begin + prefix.length, end));
}

function deleteCookie(name) {
  if (getCookie(name))
    document.cookie = name + "=; path=/; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function toggleFlash(enable) {
  if (getCookie('flash') == null &&
    location.toString().indexOf('cookiecheck=1') > 0) {
    alert('Cookies are required to disable the Flash interface.');
  } else
    setFlashCookie(enable);
  return false;
}

function setFlashCookie(enable) {
    if (typeof(encodeURIComponent) == 'function')
      loc = encodeURIComponent(document.location);
    else
      loc = escape(document.location);
    if (enable) {
      location.replace("/cookie.php?flash=1&cookiecheck=1&loc=" + loc);
    } else {
      location.replace("/cookie.php?flash=0&cookiecheck=1&loc=" + loc);
    }
}

function eulaDownload($file) {
  window.open('/drivers/license.php?file=' + $file, '_download',
              'height=550,width=450,location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=yes');
  return false;
}

// DHTML menu functions
var timeout;
var menus = Array();

function DOMBrowser() {
	return document.body && document.body.style && document.getElementById;
}
function getX(elem) {
  var x = 0;
  if (elem.offsetParent)
    x = getX(elem.offsetParent);
  return x + elem.offsetLeft;
}
function getY(elem) {
  var y = 0;
  if (elem.offsetParent)
    y = getY(elem.offsetParent);
  return y + elem.offsetTop;
}
function enterMenu(elem) {
  if (DOMBrowser()) {
    // Hide any past menus
    hideMenus(elem.offsetParent.id);
    showSubmenu(elem);
    if (timeout)
      clearTimeout(timeout);
  }
  return true;
}
function leaveMenu(elem) {
  if (DOMBrowser()) {
    timeout = setTimeout("hideMenus()", 500);
  }
  return true;
}
function getXPos(elem, child) {
  //Temporarily set the display to block so that we can calculate offsetWidth/Height
  child.style.display = "block";
  parentX = getX(elem);
  x = parentX + elem.offsetWidth - 5;
  //document.body.scrollLeft;
  if (x + child.offsetWidth > document.body.clientWidth + document.body.scrollLeft) { // If the menu would appear offscreen:
    if (parentX - child.offsetWidth - document.body.scrollLeft + 5 > 0) { // If there's room to the left of the parent menu:
      x = parentX - child.offsetWidth + document.body.scrollLeft + 5;
    } else { // Fit as much in as possible:
      availSpace = (document.body.clientWidth - elem.offsetWidth) / 2;
      x = document.body.clientWidth + document.body.scrollLeft - child.offsetWidth;
      if (parentX > availSpace)
        x = 0;
      //Don't overlap the parent:
      if (x == parentX) x -= 5;
    }
  }
  child.style.display = "none";
  return x;
}
function getYPos(elem, child) {
  //Temporarily set the display to block so that we can calculate offsetWidth/Height
  child.style.display = "block";
  parentY = getY(elem);
  y = parentY + 5;
  if (y + child.offsetHeight > document.body.clientHeight + document.body.scrollTop) { // If the menu would appear offscreen:
    if (parentY - child.offsetHeight - document.body.scrollTop + 5 > 0) { // If there's room above the parent menu:
      y = parentY - child.offsetHeight + document.body.scrollTop + 5 ;
    } else { // Fit as much in as possible:
      y = document.body.clientHeight + document.body.scrollTop - child.offsetHeight - 5;
      if (y < 0) y = 0;
    }
  }
  child.style.display = "none";
  return y;
}
function showSubmenu(elem) {
  var id = elem.id + "_submenu";
  menu = document.getElementById(id);
  if (menu) {
    // Reset display so that browsers are not confused when we postion (Opera in particular)
    menu.style.display = "none";
    menu.style.top = getYPos(elem, menu);
    menu.style.left = getXPos(elem, menu);
    menu.style.display = "block";
    menus.push(menu);
  }
}
function hideMenus(elemID) {
  // Hide up to the passed element:
  var elem;
  if (elemID)
    elem = document.getElementById(elemID);
  while (men = menus.pop()) {
    if (elem && men.id == elem.id) {
      menus.push(men); // Put the match back into the array
      return;
    } else
      men.style.display = "none";
  }
}

function amPopUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=450,left = 312,top = 184');");
}

function pickStyle(style) {
  lastStyle = getCookie('selectedStyle');
  ss = document.getElementById(lastStyle);
  if (ss)
    ss.disabled = true;
  setCookie('selectedStyle', style, expire);
  ss = document.getElementById(style);
  if (ss) {
    ss.disabled=true;
    ss.disabled=false;
  }
}

// Reset the user's font size pref when the page is loaded
val = getCookie('selectedStyle');
if (val && val != 'undefined') {
  pickStyle(val);
}

// Float market descriptions on the home page
var gFloater = null;
function showfloater(e) {
  var e = (e) ? e : event;
  var tgt = (e.target) ? e.target : e.srcElement;
  var x = e.clientX + document.body.scrollLeft;
  var y = e.clientY + document.body.scrollTop;
  if (x && y)
    floatMessage(x + 10, y + 10, tgt.id);
  return false;
}
function floatMessage(x, y, id) {
  gFloater = document.getElementById("floater_" + id);
  if (gFloater) {
    gFloater.style.display='none';
    gFloater.style.position = "absolute";
    gFloater.style.width = 250;
    gFloater.style.left = x;
    gFloater.style.top = y;
    gFloater.style.display='block';
  }
}
function hidefloater() {
  if (gFloater)
    gFloater.style.display='none';
}
function initFloater() {
  var anchors = document.getElementsByTagName("a");
  for (i = 0; i < anchors.length; i++) {
    var a = anchors[i];
    if (a.id && a.id.indexOf('market_') >= 0) {
      a.onmouseover = showfloater;
      a.onmouseout = hidefloater;
    }
  }
}

/**
 * mm_menu 20MAR2002 Version 6.0
 * Andy Finnell, March 2002
 * Copyright (c) 2000-2002 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */
function Menu(label, mw, mh, fnt, fs, fclr, fhclr, bg, bgh, halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah) 
{
	this.version = "020320 [Menu; mm_menu.js]";
	this.type = "Menu";
	this.menuWidth = mw;
	this.menuItemHeight = mh;
	this.fontSize = 12;
	this.fontWeight = "plain";
	this.fontFamily = fnt;
	this.fontColor = "#FFFFFF";
	this.fontColorHilite = fhclr;
	this.bgColor = "#FFFFFF";
	this.menuBorder = 1;
	this.menuBgOpaque=opq;
	this.menuItemBorder = 1;
	this.menuItemIndent = idt;
	this.menuItemBgColor = bg;
	this.menuItemVAlign = valgn;
	this.menuItemHAlign = halgn;
	this.menuItemPadding = pad;
	this.menuItemSpacing = space;
	this.menuLiteBgColor = "#ffffff";
	this.menuBorderBgColor = "#777777";
	this.menuHiliteBgColor = bgh;
	this.menuContainerBgColor = "#cccccc";
	this.childMenuIcon = "arrows.gif";
	this.submenuXOffset = sx;
	this.submenuYOffset = sy;
	this.submenuRelativeToItem = srel;
	this.vertical = vert;
	this.items = new Array();
	this.actions = new Array();
	this.childMenus = new Array();
	this.hideOnMouseOut = true;
	this.hideTimeout = to;
	this.addMenuItem = addMenuItem;
	this.writeMenus = writeMenus;
	this.MM_showMenu = MM_showMenu;
	this.onMenuItemOver = onMenuItemOver;
	this.onMenuItemAction = onMenuItemAction;
	this.hideMenu = hideMenu;
	this.hideChildMenu = hideChildMenu;
	if (!window.menus) window.menus = new Array();
	this.label = " " + label;
	window.menus[this.label] = this;
	window.menus[window.menus.length] = this;
	if (!window.activeMenus) window.activeMenus = new Array();
}

function addMenuItem(label, action) {
	this.items[this.items.length] = label;
	this.actions[this.actions.length] = action;
}

function FIND(item) {
	if( window.mmIsOpera ) return(document.getElementById(item));
	if (document.all) return(document.all[item]);
	if (document.getElementById) return(document.getElementById(item));
	return(false);
}

function writeMenus(container) {
	if (window.triedToWriteMenus) return;
	var agt = navigator.userAgent.toLowerCase();
	window.mmIsOpera = agt.indexOf("opera") != -1;
	if (!container && document.layers) {
		window.delayWriteMenus = this.writeMenus;
		var timer = setTimeout('delayWriteMenus()', 500);
		container = new Layer(100);
		clearTimeout(timer);
	} else if (document.all || document.hasChildNodes || window.mmIsOpera) {
		document.writeln('<span id="menuContainer"></span>');
		container = FIND("menuContainer");
	}

	window.mmHideMenuTimer = null;
	if (!container) return;	
	window.triedToWriteMenus = true; 
	container.isContainer = true;
	container.menus = new Array();
	for (var i=0; i<window.menus.length; i++) 
		container.menus[i] = window.menus[i];
	window.menus.length = 0;
	var countMenus = 0;
	var countItems = 0;
	var top = 0;
	var content = '';
	var lrs = false;
	var theStat = "";
	var tsc = 0;
	if (document.layers) lrs = true;
	for (var i=0; i<container.menus.length; i++, countMenus++) {
		var menu = container.menus[i];
		if (menu.bgImageUp || !menu.menuBgOpaque) {
			menu.menuBorder = 0;
			menu.menuItemBorder = 0;
		}
		if (lrs) {
			var menuLayer = new Layer(100, container);
			var lite = new Layer(100, menuLayer);
			lite.top = menu.menuBorder;
			lite.left = menu.menuBorder;
			var body = new Layer(100, lite);
			body.top = menu.menuBorder;
			body.left = menu.menuBorder;
		} else {
			content += ''+
			'<div id="menuLayer'+ countMenus +'" style="position:absolute;z-index:1;left:10px;top:'+ (i * 100) +'px;visibility:hidden;color:' +  menu.menuBorderBgColor + ';">\n'+
			'  <div id="menuLite'+ countMenus +'" style="position:absolute;z-index:1;left:'+ menu.menuBorder +'px;top:'+ menu.menuBorder +'px;visibility:hide;" onmouseout="mouseoutMenu();">\n'+
			'	 <div id="menuFg'+ countMenus +'" style="position:absolute;left:'+ menu.menuBorder +'px;top:'+ menu.menuBorder +'px;visibility:hide;">\n'+
			'';
		}
		var x=i;
		for (var i=0; i<menu.items.length; i++) {
			var item = menu.items[i];
			var childMenu = false;
			var defaultHeight = menu.fontSize+2*menu.menuItemPadding;
			if (item.label) {
				item = item.label;
				childMenu = true;
			}
			menu.menuItemHeight = menu.menuItemHeight || defaultHeight;
			var itemProps = '';
			if( menu.fontFamily != '' ) itemProps += 'font-family:' + menu.fontFamily +';';
			itemProps += 'font-weight:' + menu.fontWeight + ';fontSize:' + menu.fontSize + 'px;';
			if (menu.fontStyle) itemProps += 'font-style:' + menu.fontStyle + ';';
			if (document.all || window.mmIsOpera) 
				itemProps += 'font-size:' + menu.fontSize + 'px;" onmouseover="onMenuItemOver(null,this);" onclick="onMenuItemAction(null,this);';
			else if (!document.layers) {
				itemProps += 'font-size:' + menu.fontSize + 'px;';
			}
			var l;
			if (lrs) {
				var lw = menu.menuWidth;
				if( menu.menuItemHAlign == 'right' ) lw -= menu.menuItemPadding;
				l = new Layer(lw,body);
			}
			var itemLeft = 0;
			var itemTop = i*menu.menuItemHeight;
			if( !menu.vertical ) {
				itemLeft = i*menu.menuWidth;
				itemTop = 0;
			}
			var dTag = '<div id="menuItem'+ countItems +'" style="position:absolute;left:' + itemLeft + 'px;top:'+ itemTop +'px;'+ itemProps +'">';
			var dClose = '</div>'
			if (menu.bgImageUp) dTag = '<div id="menuItem'+ countItems +'" style="background:url('+menu.bgImageUp+');position:absolute;left:' + itemLeft + 'px;top:'+ itemTop +'px;'+ itemProps +'">';

			var left = 0, top = 0, right = 0, bottom = 0;
			left = 1 + menu.menuItemPadding + menu.menuItemIndent;
			right = left + menu.menuWidth - 2*menu.menuItemPadding - menu.menuItemIndent;
			if( menu.menuItemVAlign == 'top' ) top = menu.menuItemPadding;
			if( menu.menuItemVAlign == 'bottom' ) top = menu.menuItemHeight-menu.fontSize-1-menu.menuItemPadding;
			if( menu.menuItemVAlign == 'middle' ) top = ((menu.menuItemHeight/2)-(menu.fontSize/2)-1);
			bottom = menu.menuItemHeight - 2*menu.menuItemPadding;
			var textProps = 'position:absolute;left:' + left + 'px;top:' + top + 'px;';
			if (lrs) {
				textProps +=itemProps + 'right:' + right + ';bottom:' + bottom + ';';
				dTag = "";
				dClose = "";
			}
			
			if(document.all && !window.mmIsOpera) {
				item = '<div align="' + menu.menuItemHAlign + '">' + item + '</div>';
			} else if (lrs) {
				item = '<div style="text-align:' + menu.menuItemHAlign + ';">' + item + '</div>';
			} else {
				var hitem = null;
				if( menu.menuItemHAlign != 'left' ) {
					if(window.mmIsOpera) {
						var operaWidth = menu.menuItemHAlign == 'center' ? -(menu.menuWidth-2*menu.menuItemPadding) : (menu.menuWidth-6*menu.menuItemPadding);
						hitem = '<div id="menuItemHilite' + countItems + 'Shim" style="position:absolute;top:1px;left:' + menu.menuItemPadding + 'px;width:' + operaWidth + 'px;text-align:' 
							+ menu.menuItemHAlign + ';visibility:visible;">' + item + '</div>';
						item = '<div id="menuItemText' + countItems + 'Shim" style="position:absolute;top:1px;left:' + menu.menuItemPadding + 'px;width:' + operaWidth + 'px;text-align:' 
							+ menu.menuItemHAlign + ';visibility:visible;">' + item + '</div>';
					} else {
						hitem = '<div id="menuItemHilite' + countItems + 'Shim" style="position:absolute;top:1px;left:1px;right:-' + (left+menu.menuWidth-3*menu.menuItemPadding) + 'px;text-align:' 
							+ menu.menuItemHAlign + ';visibility:visible;">' + item + '</div>';
						item = '<div id="menuItemText' + countItems + 'Shim" style="position:absolute;top:1px;left:1px;right:-' + (left+menu.menuWidth-3*menu.menuItemPadding) + 'px;text-align:' 
							+ menu.menuItemHAlign + ';visibility:visible;">' + item + '</div>';
					}
				} else hitem = null;
			}
			if(document.all && !window.mmIsOpera) item = '<div id="menuItemShim' + countItems + '" style="position:absolute;left:0px;top:0px;">' + item + '</div>';
			var dText	= '<div id="menuItemText'+ countItems +'" style="' + textProps + 'color:'+ menu.fontColor +';">'+ item +'&nbsp</div>\n'
						+ '<div id="menuItemHilite'+ countItems +'" style="' + textProps + 'color:'+ menu.fontColorHilite +';visibility:hidden;">' 
						+ (hitem||item) +'&nbsp</div>';
			if (childMenu) content += ( dTag + dText + '<div id="childMenu'+ countItems +'" style="position:absolute;left:0px;top:3px;"><img src="'+ menu.childMenuIcon +'"></div>\n' + dClose);
			else content += ( dTag + dText + dClose);
			if (lrs) {
				l.document.open("text/html");
				l.document.writeln(content);
				l.document.close();	
				content = '';
				theStat += "-";
				tsc++;
				if (tsc > 50) {
					tsc = 0;
					theStat = "";
				}
				status = theStat;
			}
			countItems++;  
		}
		if (lrs) {
			var focusItem = new Layer(100, body);
			focusItem.visiblity="hidden";
			focusItem.document.open("text/html");
			focusItem.document.writeln("&nbsp;");
			focusItem.document.close();	
		} else {
		  content += '	  <div id="focusItem'+ countMenus +'" style="position:absolute;left:0px;top:0px;visibility:hide;" onclick="onMenuItemAction(null,this);">&nbsp;</div>\n';
		  content += '   </div>\n  </div>\n</div>\n';
		}
		i=x;
	}
	if (document.layers) {		
		container.clip.width = window.innerWidth;
		container.clip.height = window.innerHeight;
		container.onmouseout = mouseoutMenu;
		container.menuContainerBgColor = this.menuContainerBgColor;
		for (var i=0; i<container.document.layers.length; i++) {
			proto = container.menus[i];
			var menu = container.document.layers[i];
			container.menus[i].menuLayer = menu;
			container.menus[i].menuLayer.Menu = container.menus[i];
			container.menus[i].menuLayer.Menu.container = container;
			var body = menu.document.layers[0].document.layers[0];
			body.clip.width = proto.menuWidth || body.clip.width;
			body.clip.height = proto.menuHeight || body.clip.height;
			for (var n=0; n<body.document.layers.length-1; n++) {
				var l = body.document.layers[n];
				l.Menu = container.menus[i];
				l.menuHiliteBgColor = proto.menuHiliteBgColor;
				l.document.bgColor = proto.menuItemBgColor;
				l.saveColor = proto.menuItemBgColor;
				l.onmouseover = proto.onMenuItemOver;
				l.onclick = proto.onMenuItemAction;
				l.mmaction = container.menus[i].actions[n];
				l.focusItem = body.document.layers[body.document.layers.length-1];
				l.clip.width = proto.menuWidth || body.clip.width;
				l.clip.height = proto.menuItemHeight || l.clip.height;
				if (n>0) {
					if( l.Menu.vertical ) l.top = body.document.layers[n-1].top + body.document.layers[n-1].clip.height + proto.menuItemBorder + proto.menuItemSpacing;
					else l.left = body.document.layers[n-1].left + body.document.layers[n-1].clip.width + proto.menuItemBorder + proto.menuItemSpacing;
				}
				l.hilite = l.document.layers[1];
				if (proto.bgImageUp) l.background.src = proto.bgImageUp;
				l.document.layers[1].isHilite = true;
				if (l.document.layers.length > 2) {
					l.childMenu = container.menus[i].items[n].menuLayer;
					l.document.layers[2].left = l.clip.width -13;
					l.document.layers[2].top = (l.clip.height / 2) -4;
					l.document.layers[2].clip.left += 3;
					l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu;
				}
			}
			if( proto.menuBgOpaque ) body.document.bgColor = proto.bgColor;
			if( proto.vertical ) {
				body.clip.width  = l.clip.width +proto.menuBorder;
				body.clip.height = l.top + l.clip.height +proto.menuBorder;
			} else {
				body.clip.height  = l.clip.height +proto.menuBorder;
				body.clip.width = l.left + l.clip.width  +proto.menuBorder;
				if( body.clip.width > window.innerWidth ) body.clip.width = window.innerWidth;
			}
			var focusItem = body.document.layers[n];
			focusItem.clip.width = body.clip.width;
			focusItem.Menu = l.Menu;
			focusItem.top = -30;
            focusItem.captureEvents(Event.MOUSEDOWN);
            focusItem.onmousedown = onMenuItemDown;
			if( proto.menuBgOpaque ) menu.document.bgColor = proto.menuBorderBgColor;
			var lite = menu.document.layers[0];
			if( proto.menuBgOpaque ) lite.document.bgColor = proto.menuLiteBgColor;
			lite.clip.width = body.clip.width +1;
			lite.clip.height = body.clip.height +1;
			menu.clip.width = body.clip.width + (proto.menuBorder * 3) ;
			menu.clip.height = body.clip.height + (proto.menuBorder * 3);
		}
	} else {
		if ((!document.all) && (container.hasChildNodes) && !window.mmIsOpera) {
			container.innerHTML=content;
		} else {
			container.document.open("text/html");
			container.document.writeln(content);
			container.document.close();	
		}
		if (!FIND("menuLayer0")) return;
		var menuCount = 0;
		for (var x=0; x<container.menus.length; x++) {
			var menuLayer = FIND("menuLayer" + x);
			container.menus[x].menuLayer = "menuLayer" + x;
			menuLayer.Menu = container.menus[x];
			menuLayer.Menu.container = "menuLayer" + x;
			menuLayer.style.zindex = 1;
		    var s = menuLayer.style;
			s.pixeltop = -300;
			s.pixelleft = -300;
			s.top = '-300px';
			s.left = '-300px';

			var menu = container.menus[x];
			menu.menuItemWidth = menu.menuWidth || menu.menuIEWidth || 140;
			if( menu.menuBgOpaque ) menuLayer.style.backgroundColor = menu.menuBorderBgColor;
			var top = 0;
			var left = 0;
			menu.menuItemLayers = new Array();
			for (var i=0; i<container.menus[x].items.length; i++) {
				var l = FIND("menuItem" + menuCount);
				l.Menu = container.menus[x];
				l.Menu.menuItemLayers[l.Menu.menuItemLayers.length] = l;
				if (l.addEventListener || window.mmIsOpera) {
					l.style.width = menu.menuItemWidth + 'px';
					l.style.height = menu.menuItemHeight + 'px';
					l.style.pixelWidth = menu.menuItemWidth;
					l.style.pixelHeight = menu.menuItemHeight;
					l.style.top = top + 'px';
					l.style.left = left + 'px';
					if(l.addEventListener) {
						l.addEventListener("mouseover", onMenuItemOver, false);
						l.addEventListener("click", onMenuItemAction, false);
						l.addEventListener("mouseout", mouseoutMenu, false);
					}
					if( menu.menuItemHAlign != 'left' ) {
						l.hiliteShim = FIND("menuItemHilite" + menuCount + "Shim");
						l.hiliteShim.style.visibility = "inherit";
						l.textShim = FIND("menuItemText" + menuCount + "Shim");
						l.hiliteShim.style.pixelWidth = menu.menuItemWidth - 2*menu.menuItemPadding - menu.menuItemIndent;
						l.hiliteShim.style.width = l.hiliteShim.style.pixelWidth;
						l.textShim.style.pixelWidth = menu.menuItemWidth - 2*menu.menuItemPadding - menu.menuItemIndent;
						l.textShim.style.width = l.textShim.style.pixelWidth;	
					}
				} else {
					l.style.pixelWidth = menu.menuItemWidth;
					l.style.pixelHeight = menu.menuItemHeight;
					l.style.pixelTop = top;
					l.style.pixelLeft = left;
					if( menu.menuItemHAlign != 'left' ) {
						var shim = FIND("menuItemShim" + menuCount);
						shim[0].style.pixelWidth = menu.menuItemWidth - 2*menu.menuItemPadding - menu.menuItemIndent;
						shim[1].style.pixelWidth = menu.menuItemWidth - 2*menu.menuItemPadding - menu.menuItemIndent;
						shim[0].style.width = shim[0].style.pixelWidth + 'px';
						shim[1].style.width = shim[1].style.pixelWidth + 'px';
					}
				}
				if( menu.vertical ) top = top + menu.menuItemHeight+menu.menuItemBorder+menu.menuItemSpacing;
				else left = left + menu.menuItemWidth+menu.menuItemBorder+menu.menuItemSpacing;
				l.style.fontSize = menu.fontSize + 'px';
				l.style.backgroundColor = menu.menuItemBgColor;
				l.style.visibility = "inherit";
				l.saveColor = menu.menuItemBgColor;
				l.menuHiliteBgColor = menu.menuHiliteBgColor;
				l.mmaction = container.menus[x].actions[i];
				l.hilite = FIND("menuItemHilite" + menuCount);
				l.focusItem = FIND("focusItem" + x);
				l.focusItem.style.pixelTop = -30;
				l.focusItem.style.top = '-30px';
				var childItem = FIND("childMenu" + menuCount);
				if (childItem) {
					l.childMenu = container.menus[x].items[i].menuLayer;
					childItem.style.pixelLeft = menu.menuItemWidth -11;
					childItem.style.left = childItem.style.pixelLeft + 'px';
					childItem.style.pixelTop = (menu.menuItemHeight /2) -4;
					childItem.style.top = childItem.style.pixelTop + 'px';
					l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu;
				}
				l.style.cursor = "hand";
				menuCount++;
			}
			if( menu.vertical ) {
				menu.menuHeight = top-1-menu.menuItemSpacing;
				menu.menuWidth = menu.menuItemWidth;
			} else {
				menu.menuHeight = menu.menuItemHeight;
				menu.menuWidth = left-1-menu.menuItemSpacing;
			}

			var lite = FIND("menuLite" + x);
			var s = lite.style;
			s.pixelHeight = menu.menuHeight +(menu.menuBorder * 2);
			s.height = s.pixelHeight + 'px';
			s.pixelWidth = menu.menuWidth + (menu.menuBorder * 2);
			s.width = s.pixelWidth + 'px';
			if( menu.menuBgOpaque ) s.backgroundColor = menu.menuLiteBgColor;

			var body = FIND("menuFg" + x);
			s = body.style;
			s.pixelHeight = menu.menuHeight + menu.menuBorder;
			s.height = s.pixelHeight + 'px';
			s.pixelWidth = menu.menuWidth + menu.menuBorder;
			s.width = s.pixelWidth + 'px';
			if( menu.menuBgOpaque ) s.backgroundColor = menu.bgColor;

			s = menuLayer.style;
			s.pixelWidth  = menu.menuWidth + (menu.menuBorder * 4);
			s.width = s.pixelWidth + 'px';
			s.pixelHeight  = menu.menuHeight+(menu.menuBorder*4);
			s.height = s.pixelHeight + 'px';
		}
	}
	if (document.captureEvents) document.captureEvents(Event.MOUSEUP);
	if (document.addEventListener) document.addEventListener("mouseup", onMenuItemOver, false);
	if (document.layers && window.innerWidth) {
		window.onresize = NS4resize;
		window.NS4sIW = window.innerWidth;
		window.NS4sIH = window.innerHeight;
		setTimeout("NS4resize()",500);
	}
	document.onmouseup = mouseupMenu;
	window.mmWroteMenu = true;
	status = "";
}

function NS4resize() {
	if (NS4sIW != window.innerWidth || NS4sIH != window.innerHeight) window.location.reload();
}

function onMenuItemOver(e, l) {
	MM_clearTimeout();
	l = l || this;
	a = window.ActiveMenuItem;
	if (document.layers) {
		if (a) {
			a.document.bgColor = a.saveColor;
			if (a.hilite) a.hilite.visibility = "hidden";
			if (a.Menu.bgImageOver) a.background.src = a.Menu.bgImageUp;
			a.focusItem.top = -100;
			a.clicked = false;
		}
		if (l.hilite) {
			l.document.bgColor = l.menuHiliteBgColor;
			l.zIndex = 1;
			l.hilite.visibility = "inherit";
			l.hilite.zIndex = 2;
			l.document.layers[1].zIndex = 1;
			l.focusItem.zIndex = this.zIndex +2;
		}
		if (l.Menu.bgImageOver) l.background.src = l.Menu.bgImageOver;
		l.focusItem.top = this.top;
		l.focusItem.left = this.left;
		l.focusItem.clip.width = l.clip.width;
		l.focusItem.clip.height = l.clip.height;
		l.Menu.hideChildMenu(l);
	} else if (l.style && l.Menu) {
		if (a) {
			a.style.backgroundColor = a.saveColor;
			if (a.hilite) a.hilite.style.visibility = "hidden";
			if (a.hiliteShim) a.hiliteShim.style.visibility = "inherit";
			if (a.Menu.bgImageUp) a.style.background = "url(" + a.Menu.bgImageUp +")";;
		} 
		l.style.backgroundColor = l.menuHiliteBgColor;
		l.zIndex = 1;
		if (l.Menu.bgImageOver) l.style.background = "url(" + l.Menu.bgImageOver +")";
		if (l.hilite) {
			l.hilite.style.visibility = "inherit";
			if( l.hiliteShim ) l.hiliteShim.style.visibility = "visible";
		}
		l.focusItem.style.pixelTop = l.style.pixelTop;
		l.focusItem.style.top = l.focusItem.style.pixelTop + 'px';
		l.focusItem.style.pixelLeft = l.style.pixelLeft;
		l.focusItem.style.left = l.focusItem.style.pixelLeft + 'px';
		l.focusItem.style.zIndex = l.zIndex +1;
		l.Menu.hideChildMenu(l);
	} else return;
	window.ActiveMenuItem = l;
}

function onMenuItemAction(e, l) {
	l = window.ActiveMenuItem;
	if (!l) return;
	hideActiveMenus();
	if (l.mmaction) eval("" + l.mmaction);
	window.ActiveMenuItem = 0;
}

function MM_clearTimeout() {
	if (mmHideMenuTimer) clearTimeout(mmHideMenuTimer);
	mmHideMenuTimer = null;
	mmDHFlag = false;
}

function MM_startTimeout() {
	if( window.ActiveMenu ) {
		mmStart = new Date();
		mmDHFlag = true;
		mmHideMenuTimer = setTimeout("mmDoHide()", window.ActiveMenu.Menu.hideTimeout);
	}
}

function mmDoHide() {
	if (!mmDHFlag || !window.ActiveMenu) return;
	var elapsed = new Date() - mmStart;
	var timeout = window.ActiveMenu.Menu.hideTimeout;
	if (elapsed < timeout) {
		mmHideMenuTimer = setTimeout("mmDoHide()", timeout+100-elapsed);
		return;
	}
	mmDHFlag = false;
	hideActiveMenus();
	window.ActiveMenuItem = 0;
}

function MM_showMenu(menu, x, y, child, imgname) {
	if (!window.mmWroteMenu) return;
	MM_clearTimeout();
	if (menu) {
		var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];
		x = moveXbySlicePos (x, obj);
		y = moveYbySlicePos (y, obj);
	}
	if (document.layers) {
		if (menu) {
			var l = menu.menuLayer || menu;
			l.top = l.left = 1;
			hideActiveMenus();
			if (this.visibility) l = this;
			window.ActiveMenu = l;
		} else {
			var l = child;
		}
		if (!l) return;
		for (var i=0; i<l.layers.length; i++) { 			   
			if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";
			if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);
		}
		if (l.parentLayer) {
			if (x != "relative") l.parentLayer.left = x || window.pageX || 0;
			if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);
			if (y != "relative") l.parentLayer.top = y || window.pageY || 0;
			if (l.parentLayer.isContainer) {
				l.Menu.xOffset = window.pageXOffset;
				l.Menu.yOffset = window.pageYOffset;
				l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;
				l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;
				if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;
			}
		}
		l.visibility = "inherit";
		if (l.Menu) l.Menu.container.visibility = "inherit";
	} else if (FIND("menuItem0")) {
		var l = menu.menuLayer || menu;	
		hideActiveMenus();
		if (typeof(l) == "string") l = FIND(l);
		window.ActiveMenu = l;
		var s = l.style;
		s.visibility = "inherit";
		if (x != "relative") {
			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;
			s.left = s.pixelLeft + 'px';
		}
		if (y != "relative") {
			s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;
			s.top = s.pixelTop + 'px';
		}
		l.Menu.xOffset = document.body.scrollLeft;
		l.Menu.yOffset = document.body.scrollTop;
	}
	if (menu) window.activeMenus[window.activeMenus.length] = l;
	MM_clearTimeout();
}

function onMenuItemDown(e, l) {
	var a = window.ActiveMenuItem;
	if (document.layers && a) {
		a.eX = e.pageX;
		a.eY = e.pageY;
		a.clicked = true;
    }
}

function mouseupMenu(e) {
	hideMenu(true, e);
	hideActiveMenus();
	return true;
}

function getExplorerVersion() {
	var ieVers = parseFloat(navigator.appVersion);
	if( navigator.appName != 'Microsoft Internet Explorer' ) return ieVers;
	var tempVers = navigator.appVersion;
	var i = tempVers.indexOf( 'MSIE ' );
	if( i >= 0 ) {
		tempVers = tempVers.substring( i+5 );
		ieVers = parseFloat( tempVers ); 
	}
	return ieVers;
}

function mouseoutMenu() {
	if ((navigator.appName == "Microsoft Internet Explorer") && (getExplorerVersion() < 4.5))
		return true;
	hideMenu(false, false);
	return true;
}

function hideMenu(mouseup, e) {
	var a = window.ActiveMenuItem;
	if (a && document.layers) {
		a.document.bgColor = a.saveColor;
		a.focusItem.top = -30;
		if (a.hilite) a.hilite.visibility = "hidden";
		if (mouseup && a.mmaction && a.clicked && window.ActiveMenu) {
 			if (a.eX <= e.pageX+15 && a.eX >= e.pageX-15 && a.eY <= e.pageY+10 && a.eY >= e.pageY-10) {
				setTimeout('window.ActiveMenu.Menu.onMenuItemAction();', 500);
			}
		}
		a.clicked = false;
		if (a.Menu.bgImageOver) a.background.src = a.Menu.bgImageUp;
	} else if (window.ActiveMenu && FIND("menuItem0")) {
		if (a) {
			a.style.backgroundColor = a.saveColor;
			if (a.hilite) a.hilite.style.visibility = "hidden";
			if (a.hiliteShim) a.hiliteShim.style.visibility = "inherit";
			if (a.Menu.bgImageUp) a.style.background = "url(" + a.Menu.bgImageUp +")";
		}
	}
	if (!mouseup && window.ActiveMenu) {
		if (window.ActiveMenu.Menu) {
			if (window.ActiveMenu.Menu.hideOnMouseOut) MM_startTimeout();
			return(true);
		}
	}
	return(true);
}

function hideChildMenu(hcmLayer) {
	MM_clearTimeout();
	var l = hcmLayer;
	for (var i=0; i < l.Menu.childMenus.length; i++) {
		var theLayer = l.Menu.childMenus[i];
		if (document.layers) theLayer.visibility = "hidden";
		else {
			theLayer = FIND(theLayer);
			theLayer.style.visibility = "hidden";
			if( theLayer.Menu.menuItemHAlign != 'left' ) {
				for(var j = 0; j < theLayer.Menu.menuItemLayers.length; j++) {
					var itemLayer = theLayer.Menu.menuItemLayers[j];
					if(itemLayer.textShim) itemLayer.textShim.style.visibility = "inherit";
				}
			}
		}
		theLayer.Menu.hideChildMenu(theLayer);
	}
	if (l.childMenu) {
		var childMenu = l.childMenu;
		if (document.layers) {
			l.Menu.MM_showMenu(null,null,null,childMenu.layers[0]);
			childMenu.zIndex = l.parentLayer.zIndex +1;
			childMenu.top = l.Menu.menuLayer.top + l.Menu.submenuYOffset;
			if( l.Menu.vertical ) {
				if( l.Menu.submenuRelativeToItem ) childMenu.top += l.top + l.parentLayer.top;
				childMenu.left = l.parentLayer.left + l.parentLayer.clip.width - (2*l.Menu.menuBorder) + l.Menu.menuLayer.left + l.Menu.submenuXOffset;
			} else {
				childMenu.top += l.top + l.parentLayer.top;	
				if( l.Menu.submenuRelativeToItem ) childMenu.left = l.Menu.menuLayer.left + l.left + l.clip.width + (2*l.Menu.menuBorder) + l.Menu.submenuXOffset;
				else childMenu.left = l.parentLayer.left + l.parentLayer.clip.width - (2*l.Menu.menuBorder) + l.Menu.menuLayer.left + l.Menu.submenuXOffset;
			}
			if( childMenu.left < l.Menu.container.clip.left ) l.Menu.container.clip.left = childMenu.left;
			var w = childMenu.clip.width+childMenu.left-l.Menu.container.clip.left;
			if (w > l.Menu.container.clip.width)  l.Menu.container.clip.width = w;
			var h = childMenu.clip.height+childMenu.top-l.Menu.container.clip.top;
			if (h > l.Menu.container.clip.height) l.Menu.container.clip.height = h;
			l.document.layers[1].zIndex = 0;
			childMenu.visibility = "inherit";
		} else if (FIND("menuItem0")) {
			childMenu = FIND(l.childMenu);
			var menuLayer = FIND(l.Menu.menuLayer);
			var s = childMenu.style;
			s.zIndex = menuLayer.style.zIndex+1;
			if (document.all || window.mmIsOpera) {
				s.pixelTop = menuLayer.style.pixelTop + l.Menu.submenuYOffset;
				if( l.Menu.vertical ) {
					if( l.Menu.submenuRelativeToItem ) s.pixelTop += l.style.pixelTop;
					s.pixelLeft = l.style.pixelWidth + menuLayer.style.pixelLeft + l.Menu.submenuXOffset;
					s.left = s.pixelLeft + 'px';
				} else {
					s.pixelTop += l.style.pixelTop;
					if( l.Menu.submenuRelativeToItem ) s.pixelLeft = menuLayer.style.pixelLeft + l.style.pixelLeft + l.style.pixelWidth + (2*l.Menu.menuBorder) + l.Menu.submenuXOffset;
					else s.pixelLeft = (menuLayer.style.pixelWidth-4*l.Menu.menuBorder) + menuLayer.style.pixelLeft + l.Menu.submenuXOffset;
					s.left = s.pixelLeft + 'px';
				}
			} else {
				var top = parseInt(menuLayer.style.top) + l.Menu.submenuYOffset;
				var left = 0;
				if( l.Menu.vertical ) {
					if( l.Menu.submenuRelativeToItem ) top += parseInt(l.style.top);
					left = (parseInt(menuLayer.style.width)-4*l.Menu.menuBorder) + parseInt(menuLayer.style.left) + l.Menu.submenuXOffset;
				} else {
					top += parseInt(l.style.top);
					if( l.Menu.submenuRelativeToItem ) left = parseInt(menuLayer.style.left) + parseInt(l.style.left) + parseInt(l.style.width) + (2*l.Menu.menuBorder) + l.Menu.submenuXOffset;
					else left = (parseInt(menuLayer.style.width)-4*l.Menu.menuBorder) + parseInt(menuLayer.style.left) + l.Menu.submenuXOffset;
				}
				s.top = top + 'px';
				s.left = left + 'px';
			}
			childMenu.style.visibility = "inherit";
		} else return;
		window.activeMenus[window.activeMenus.length] = childMenu;
	}
}

function hideActiveMenus() {
	if (!window.activeMenus) return;
	for (var i=0; i < window.activeMenus.length; i++) {
		if (!activeMenus[i]) continue;
		if (activeMenus[i].visibility && activeMenus[i].Menu && !window.mmIsOpera) {
			activeMenus[i].visibility = "hidden";
			activeMenus[i].Menu.container.visibility = "hidden";
			activeMenus[i].Menu.container.clip.left = 0;
		} else if (activeMenus[i].style) {
			var s = activeMenus[i].style;
			s.visibility = "hidden";
			s.left = '-200px';
			s.top = '-200px';
		}
	}
	if (window.ActiveMenuItem) hideMenu(false, false);
	window.activeMenus.length = 0;
}

function moveXbySlicePos (x, img) { 
	if (!document.layers) {
		var onWindows = navigator.platform ? navigator.platform == "Win32" : false;
		var macIE45 = document.all && !onWindows && getExplorerVersion() == 4.5;
		var par = img;
		var lastOffset = 0;
		while(par){
			if( par.leftMargin && ! onWindows ) x += parseInt(par.leftMargin);
			if( (par.offsetLeft != lastOffset) && par.offsetLeft ) x += parseInt(par.offsetLeft);
			if( par.offsetLeft != 0 ) lastOffset = par.offsetLeft;
			par = macIE45 ? par.parentElement : par.offsetParent;
		}
	} else if (img.x) x += img.x;
	return x;
}

function moveYbySlicePos (y, img) {
	if(!document.layers) {
		var onWindows = navigator.platform ? navigator.platform == "Win32" : false;
		var macIE45 = document.all && !onWindows && getExplorerVersion() == 4.5;
		var par = img;
		var lastOffset = 0;
		while(par){
			if( par.topMargin && !onWindows ) y += parseInt(par.topMargin);
			if( (par.offsetTop != lastOffset) && par.offsetTop ) y += parseInt(par.offsetTop);
			if( par.offsetTop != 0 ) lastOffset = par.offsetTop;
			par = macIE45 ? par.parentElement : par.offsetParent;
		}		
	} else if (img.y >= 0) y += img.y;
	return y;
}


//timeout =5; // Close window after __ number of seconds?
// 0 = do not close, anything else = number of seconds

function Start(URL, WIDTH, HEIGHT) {
windowprops = "left=50,top=50,width=" + (WIDTH+50) + ",height=" + (HEIGHT+50);

text = "<html><head><title>Preview</title></head><body bgcolor='white'";


text += "><center><img src='" + URL + "'>";

text +="<br><a href=\"JavaScript:self.close();\">Close Window</font>";

text += "</center></body></html>";

preview = window.open("", "preview", windowprops);
preview.document.open();
preview.document.write(text);
preview.document.close();
}

function mmLoadMenus() {
  if (window.mm_menu_1127174346_0) return; 


	  

//ABOUT US MENU DROP DOWNS-------------------------------------------------------

window.mm_menu_1127174346_0_1 = new Menu("Who We Are",140,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
	mm_menu_1127174346_0_1.addMenuItem("Who we are","location='./who_we_are.php'");
	mm_menu_1127174346_0_1.addMenuItem("Why we exist","location='why_we_exist.php'");
    mm_menu_1127174346_0_1.addMenuItem("Values and Principles","location='values_and_principles.php'");
    mm_menu_1127174346_0_1.addMenuItem("About CVS's","location='about_cvs.php'");
	mm_menu_1127174346_0_1.addMenuItem("About Lewisham","location='about_lewisham.php'");
	mm_menu_1127174346_0_1.hideOnMouseOut=true;
    mm_menu_1127174346_0_1.bgColor='#B27FE5';
    mm_menu_1127174346_0_1.menuBorder=1;
    mm_menu_1127174346_0_1.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_1.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174346_0_2 = new Menu("VAL's Work",190,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174346_0_2.addMenuItem("VAL's Work","location='./vals_work.php'");
	mm_menu_1127174346_0_2.addMenuItem("Information Gathering","location='information_gathering.php'");
    mm_menu_1127174346_0_2.addMenuItem("Representation and Advocacy","location='representation_and_advocacy.php'");
    mm_menu_1127174346_0_2.addMenuItem("Community Empowerment","location='community_empowerment.php'");
	mm_menu_1127174346_0_2.addMenuItem("Partnerships","location='partnerships.php'");
	mm_menu_1127174346_0_2.hideOnMouseOut=true;
    mm_menu_1127174346_0_2.bgColor='#B27FE5';
    mm_menu_1127174346_0_2.menuBorder=1;
    mm_menu_1127174346_0_2.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_2.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174346_0_3 = new Menu("Staffing",100,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174346_0_3.addMenuItem("Staffing","location='./staffing.php'");
	mm_menu_1127174346_0_3.addMenuItem("VAL's Structure","location='vals_structure.php'");
    mm_menu_1127174346_0_3.addMenuItem("Meet the Team","location='meet_the_team.php'");
    mm_menu_1127174346_0_3.addMenuItem("Finding VAL","location='finding_val.php'");
	mm_menu_1127174346_0_3.hideOnMouseOut=true;
    mm_menu_1127174346_0_3.bgColor='#B27FE5';
    mm_menu_1127174346_0_3.menuBorder=1;
    mm_menu_1127174346_0_3.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_3.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174346_0_4 = new Menu("Governance",160,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174346_0_4.addMenuItem("Governance","location='governance.php'");
	mm_menu_1127174346_0_4.addMenuItem("Trustees and Executive Committee","location='trustees_and_executive_commitee.php'");
    mm_menu_1127174346_0_4.addMenuItem("Funding","location='funding.php'");
    mm_menu_1127174346_0_4.addMenuItem("AGM","location='agm.php'");
	mm_menu_1127174346_0_4.addMenuItem("Annual Review & Finance","location='annual_review_and_finance.php'");
	mm_menu_1127174346_0_4.hideOnMouseOut=true;
    mm_menu_1127174346_0_4.bgColor='#B27FE5';
    mm_menu_1127174346_0_4.menuBorder=1;
    mm_menu_1127174346_0_4.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_4.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174346_0_5 = new Menu("Policies",100,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174346_0_5.addMenuItem("Policies","location='policy_and_procedures.php'");
    mm_menu_1127174346_0_5.addMenuItem("VAL's Policies","location='vals_policies.php'");
	mm_menu_1127174346_0_5.hideOnMouseOut=true;
    mm_menu_1127174346_0_5.bgColor='#B27FE5';
    mm_menu_1127174346_0_5.menuBorder=1;
    mm_menu_1127174346_0_5.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_5.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174346_0_6 = new Menu("Jobs",90,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174346_0_6.addMenuItem("Jobs","location='./jobs_and_vacancies.php'");
	mm_menu_1127174346_0_6.addMenuItem("Volunteering","location='volunteering.php'");
	mm_menu_1127174346_0_6.hideOnMouseOut=true;
    mm_menu_1127174346_0_6.bgColor='#B27FE5';
    mm_menu_1127174346_0_6.menuBorder=1;
    mm_menu_1127174346_0_6.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174346_0_6.menuBorderBgColor='#1D13CE';
	
window.mm_menu_1127174346_0 = new Menu("root",149,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_1,"location='who_we_are.php'");
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_2,"location='vals_work.php'");
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_3,"location='staffing.php'");
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_4,"location='governance.php'");
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_5,"location='policy_and_procedures.php'");
  mm_menu_1127174346_0.addMenuItem(mm_menu_1127174346_0_6,"location='jobs_and_vacancies.php'");

//END OF ABOUT US MENU DROP DOWNS-------------------------------------------------------

//HELP MENU DROP DOWNS-------------------------------------------------------

window.mm_menu_1127174347_0_7 = new Menu("Developing Organisations Capacity",180,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_7.addMenuItem("Start Up Sessions","location='./start_up.php'");
	mm_menu_1127174347_0_7.addMenuItem("Management Committees Info","location='./management_committees.php'");
    mm_menu_1127174347_0_7.addMenuItem("Good Practice Fact Files","location='./practice_fact_files.php'");
	mm_menu_1127174347_0_7.addMenuItem("Funding and Fundraising","location='./fundraising.php'");
	mm_menu_1127174347_0_7.hideOnMouseOut=true;
    mm_menu_1127174347_0_7.bgColor='#B27FE5';
    mm_menu_1127174347_0_7.menuBorder=1;
    mm_menu_1127174347_0_7.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_7.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_8 = new Menu("ASSET Community Accountancy",200,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_8.addMenuItem("ASSET Training","location='./asset_training.php'");
	mm_menu_1127174347_0_8.addMenuItem("Financial Information","location='./financial_information.php'");
    mm_menu_1127174347_0_8.addMenuItem("ASSET Newsletters & Fact Sheets","location='./asset_newsletters.php'");
	mm_menu_1127174347_0_8.hideOnMouseOut=true;
    mm_menu_1127174347_0_8.bgColor='#B27FE5';
    mm_menu_1127174347_0_8.menuBorder=1;
    mm_menu_1127174347_0_8.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_8.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_9 = new Menu("Community Development",220,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_9.addMenuItem("Community Development Forums","location='./cd_forums.php'");
	mm_menu_1127174347_0_9.addMenuItem("Community Development Training","location='./cd_training.php'");
    mm_menu_1127174347_0_9.addMenuItem("Community Development Strategy","location='./cd_strategy.php'");
    mm_menu_1127174347_0_9.addMenuItem("Lewisham Ethnic Minority Partnership","location='./minority_partnership.php'");
	mm_menu_1127174347_0_9.hideOnMouseOut=true;
    mm_menu_1127174347_0_9.bgColor='#B27FE5';
    mm_menu_1127174347_0_9.menuBorder=1;
    mm_menu_1127174347_0_9.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_9.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_10 = new Menu("Health & Social Care",200,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_10.addMenuItem("Health & Social Care Forum","location='./hs_ forum.php'");
	mm_menu_1127174347_0_10.addMenuItem("Health & Social Care","location='./hs_care.php'");
    mm_menu_1127174347_0_10.addMenuItem("Health Partnerships","location='./hs_partnerships.php'");
    mm_menu_1127174347_0_10.addMenuItem("Health Policies & Strategies","location='./hs_policies.php'");
	mm_menu_1127174347_0_10.hideOnMouseOut=true;
    mm_menu_1127174347_0_10.bgColor='#B27FE5';
    mm_menu_1127174347_0_10.menuBorder=1;
    mm_menu_1127174347_0_10.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_10.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_11 = new Menu("Youth Providers Forum",150,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_11.addMenuItem("Youth Providers Database","location='./youth_providers_database.php'");
	mm_menu_1127174347_0_11.addMenuItem("Connexions","location='./connexions.php'");
    mm_menu_1127174347_0_11.addMenuItem("Lewisham Children Services","location='./lewisham_children_services.php'");
	mm_menu_1127174347_0_11.hideOnMouseOut=true;
    mm_menu_1127174347_0_11.bgColor='#B27FE5';
    mm_menu_1127174347_0_11.menuBorder=1;
    mm_menu_1127174347_0_11.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_11.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_12 = new Menu("Information & Resources",100,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_12.addMenuItem("Grapevine","location='./grapevine.php'");
	mm_menu_1127174347_0_12.addMenuItem("Advertising","location='advertising.php'");
    mm_menu_1127174347_0_12.addMenuItem("Annual Report","location='./annual_report.php'");
	mm_menu_1127174347_0_12.hideOnMouseOut=true;
    mm_menu_1127174347_0_12.bgColor='#B27FE5';
    mm_menu_1127174347_0_12.menuBorder=1;
    mm_menu_1127174347_0_12.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_12.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_13 = new Menu("Training",150,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_13.addMenuItem("VAL Annual Training","location='./val_annual_training.php'");
	mm_menu_1127174347_0_13.addMenuItem("LEAD in Lewisham","location='./lead_in_lewisham.php'");
	mm_menu_1127174347_0_13.hideOnMouseOut=true;
    mm_menu_1127174347_0_13.bgColor='#B27FE5';
    mm_menu_1127174347_0_13.menuBorder=1;
    mm_menu_1127174347_0_13.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_13.menuBorderBgColor='#1D13CE';

window.mm_menu_1127174347_0_14 = new Menu("Support Services",220,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174347_0_14.addMenuItem("Payroll","location='./payroll.php'");
	mm_menu_1127174347_0_14.addMenuItem("Photocopy & Room Hire","location='./room_hire.php'");
	mm_menu_1127174347_0_14.hideOnMouseOut=true;
    mm_menu_1127174347_0_14.bgColor='#B27FE5';
    mm_menu_1127174347_0_14.menuBorder=1;
    mm_menu_1127174347_0_14.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174347_0_14.menuBorderBgColor='#1D13CE';
//END OF HELP MENU DROP DOWNS-------------------------------------------------------

//MEMBERSHIP MENU DROP DOWNS-------------------------------------------------------

window.mm_menu_1127174348_0_1 = new Menu("Membership Services",180,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
    mm_menu_1127174348_0_1.addMenuItem("Advice & Guidance","location='./advice_guidance.php'");
	mm_menu_1127174348_0_1.addMenuItem("Policies","location='./member_policies.php'");
    mm_menu_1127174348_0_1.addMenuItem("Mail","location='./mail.php'");
	mm_menu_1127174348_0_1.addMenuItem("Fact Sheets & General Info","location='./fact_sheets.php'");
	mm_menu_1127174348_0_1.addMenuItem("Special Promotions","location='special_promotions.php'");
	mm_menu_1127174348_0_1.hideOnMouseOut=true;
    mm_menu_1127174348_0_1.bgColor='#B27FE5';
    mm_menu_1127174348_0_1.menuBorder=1;
    mm_menu_1127174348_0_1.menuLiteBgColor='#FFFFFF';
    mm_menu_1127174348_0_1.menuBorderBgColor='#1D13CE';

//END OF MEMBERSHIP MENU DROP DOWNS-------------------------------------------------------



window.mm_menu_1127174347_0 = new Menu("root",200,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174347_0.addMenuItem("Developing Organisations Capacity","location='developing_organisations_capacity.php'");
  mm_menu_1127174347_0.addMenuItem("ASSET Community Accountancy","location='asset_community_accountancy.php'");
  mm_menu_1127174347_0.addMenuItem("Community Development","location='community_development.php'");
  mm_menu_1127174347_0.addMenuItem("Health and Social Care","location='health_and_social_care.php'");
  mm_menu_1127174347_0.addMenuItem("Youth Providers Forum","location='youth_providers_forum.php'");
  mm_menu_1127174347_0.addMenuItem("Information and Resources","location='information_and_resources.php'");
  mm_menu_1127174347_0.addMenuItem("Training","location='training.php'");
  mm_menu_1127174347_0.addMenuItem("Support Services","location='support_services.php'");

window.mm_menu_1127174348_0 = new Menu("root",129,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174348_0.addMenuItem("Membership Services","location='membership_services.php'");
  mm_menu_1127174348_0.addMenuItem("Joining VAL","location='joining_val.php'");
  mm_menu_1127174348_0.addMenuItem("Change Details","location='change_details.php'");
  mm_menu_1127174348_0.addMenuItem("New Members","location='new_members.php'");

window.mm_menu_1127174349_0 = new Menu("root",180,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174349_0.addMenuItem("News","location='news.php'");
  mm_menu_1127174349_0.addMenuItem("What's On at VAL","location='whats_on_at_val.php'");
  mm_menu_1127174349_0.addMenuItem("Community Diary and Events","location='community_diary.php'");
  mm_menu_1127174349_0.addMenuItem("Information and Resources","location='information_and_resources2.php'");

window.mm_menu_1127174350_0 = new Menu("root",119,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174350_0.addMenuItem("Training Providers Forum","location='training_providers_forum.php'");
  mm_menu_1127174350_0.addMenuItem("Meet the Team","location='meet_the_team.php'");
  mm_menu_1127174350_0.addMenuItem("Help and Support","location='help_and_support.php'");
  mm_menu_1127174350_0.addMenuItem("Training in Lewisham","location='training_in_lewisham.php'");

window.mm_menu_1127174351_0 = new Menu("root",119,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#9E6BD1","#9D85A4","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127174351_0.addMenuItem("Development Forums","location='development_forums.php'");
  mm_menu_1127174351_0.addMenuItem("Have your Say!","location='have_your_say.php'");
  mm_menu_1127174351_0.addMenuItem("Community Development Strategy","location='community_development_strategy.php'");
  mm_menu_1127174351_0.addMenuItem("Promoting Equality","location='promoting_equality.php'");
  mm_menu_1127174351_0.addMenuItem("LCN Database","location='lcn_database.php'");


   mm_menu_1127174346_0.hideOnMouseOut=true;
   mm_menu_1127174346_0.childMenuIcon="arrows.gif";
   mm_menu_1127174346_0.bgColor='#ffffff';
   mm_menu_1127174346_0.menuBorder=1;
   mm_menu_1127174346_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1127174346_0.menuBorderBgColor='#1D13CE';

window.mm_menu_1127175523_0 = new Menu("root",115,16,"Arial, Helvetica, sans-serif",10,"#FFFFFF","#FFFFFF","#3366FF","#FF0D12","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1127175523_0.addMenuItem("Latest&nbsp;News","location='latest_news.html'");
  mm_menu_1127175523_0.addMenuItem("Latest&nbsp;Products","location='latest_product.html'");
   mm_menu_1127175523_0.hideOnMouseOut=true;
   mm_menu_1127175523_0.bgColor='#ffffff';
   mm_menu_1127175523_0.menuBorder=1;
   mm_menu_1127175523_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1127175523_0.menuBorderBgColor='#1D13CE';

mm_menu_1127175523_0.writeMenus();
} // mmLoadMenus()<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}