// Copyright Acro Media Inc. 1998-2003, www.acromediainc.com

// Setup global variables and Style settings for VER 4+ browsers

NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
NS3 = (!NS4 && !IE4 && document.images) ? 1 : 0;
NS2 = (!NS4 && !IE4 && !NS3 && !document.images) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
isMac = (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;
isGo = (NS4 || (IE4 && !isMac)) ? 1 : 0;
newWin=0;

isDom = (document.getElementById) ? true : false;

if(isDom){
	defaultStyle = "<STYLE TYPE='text/css'>"
	+ ".obj {"
	+ "position:absolute;"
	+ "visibility:hidden;"
	+ "width:10;"
	+ "height:10;"
	+ "}"
	+ "</STYLE>";

	document.write(defaultStyle);
}

function initArray(){
      if (document.images) {
      this.length = initArray.arguments.length;
      for (var i=0;i<= this.length; i++)
         this[i] = initArray.arguments[i];
   }
}

function mouseOverSub(imageID) {
		hideMenu = 0;
		showSub(imageID);
}

function mouseOutSub(imageID) {
		hideSub(imageID);
}

if(isDom) document.write("<SCRIPT LANGUAGE='JavaScript' SRC='sub_menuinfo.js'><\/SCRIPT>");
if(isDom) document.write("<SCRIPT LANGUAGE='JavaScript' SRC='sub_dom_menus.js'><\/SCRIPT>");

