//////////////////////////////////////////////////
// DMB DHTML ENGINE 2.2.001                     //
// (c)xFX JumpStart                             //
//                                              //
// PSN: 372607-TWB-7205-010B98                  //
//                                              //
// GENERATED: 1/17/2007 - 3:40:15 PM            //
// -------------------------------------------- //
//  Config: Remote                              //
//   AddIn:                                     //
// JS Name: menu                                //
//////////////////////////////////////////////////


	var nTCode = new Array;
	var AnimStep = 0;
	var AnimHnd = 0;
	var NSDelay = 0;
	var MenusReady = false;
	var smHnd = 0;
	var mhdHnd = 0;
	var lsc = null;
	var imgObj = null;
	var IsContext = false;
	var IsFrames = false;
	var dxFilter=null;

	var AnimSpeed = 35;
	var TimerHideDelay = 25;
	var smDelay = 10;
	var rmDelay = 15;

	var cntxMenu = '';
	var DoFormsTweak = true;


	var nsOW;
	var nsOH;

	var mFrame;
	var cFrame = self;

	var om = new Array;
	var nOM = 0;

	var mX;
	var mY;	

	var BV=parseFloat(navigator.appVersion.indexOf("MSIE")>0?navigator.appVersion.split(";")[1].substr(6):navigator.appVersion);
	var BN=navigator.appName;
	var nua = navigator.userAgent;
	var IsWin=(nua.indexOf('Win')!=-1);
	var IsMac=(nua.indexOf('Mac')!=-1);
	var KQ=(BN.indexOf('Konqueror')!=-1&&(BV>=5))||(nua.indexOf('Safari')!=-1);
	var OP=(nua.indexOf('Opera')!=-1&&BV>=4);
	var NS=(BN.indexOf('Netscape')!=-1&&(BV>=4&&BV<5)&&!OP);
	var SM=(BN.indexOf('Netscape')!=-1&&(BV>=5)||OP);
	var IE=(BN.indexOf('Explorer')!=-1&&(BV>=4)||SM||KQ);
	var IX=(IE&&IsWin&&!SM&&!OP&&(BV>=5.5)&&(dxFilter!=null)&&(nua.indexOf('CE')==-1));

	if(!eval(frames['self'])) {
		frames.self = window;
		frames.top = top;
	}
	
var lmcHS = null;
	var tbNum = 0;



	var fx = 0;


	nTCode[1]="cFrame.execURL('/news.asp', '_self');";
	nTCode[2]="cFrame.execURL('/events.asp', '_self');";
	nTCode[3]="cFrame.execURL('/faqs.asp', '_self');";
	nTCode[4]="cFrame.execURL('/consumer.asp', '_self');";
	nTCode[5]="cFrame.execURL('/newsline.asp', '_self');";
	nTCode[6]="cFrame.execURL('/locator.asp', '_self');";
	nTCode[7]="cFrame.execURL('/locator.asp?dealername=&make=&city=&county=&zip=1', '_self');";
	nTCode[8]="cFrame.execURL('/training.asp', '_self');";
	nTCode[9]="cFrame.execURL('/jobpostings.asp', '_self');";
	nTCode[10]="cFrame.execURL('/jobdescriptions.asp', '_self');";
	nTCode[11]="cFrame.execURL('/autoshows.asp', '_self');";
	nTCode[12]="cFrame.execURL('/news.asp?id=92', '_self');";
	nTCode[13]="cFrame.execURL('/directions.asp', '_self');";
	nTCode[14]="cFrame.execURL('/gallery.asp', '_self');";
	nTCode[15]="cFrame.execURL('/advertising.asp', '_self');";
	nTCode[16]="cFrame.execURL('/aboutus.asp', '_self');";
	nTCode[17]="cFrame.execURL('/vision.asp', '_self');";
	nTCode[18]="cFrame.execURL('/membership.asp', '_self');";
	nTCode[19]="cFrame.execURL('/charitable.asp', '_self');";
	nTCode[20]="cFrame.execURL('/contributions.asp', '_self');";



	function GetCurCmd(e) {
		//IE,SM,OP,KQ
		//This function will return the current command under the mouse pointer.
		//It will return null if the mouse is not over any command.
		//------------------------------
		//Version 1.6
		//
		var cc = e;
		while(cc.id=="") {
			cc = cc.parentElement;
			if(cc==null) break;
		}
		return cc;
	}

	function HoverSel(mode, e) {
		//IE,SM,OP,KQ
		//This is the function called every time the mouse pointer is moved over a command.
		//------------------------------
		//mode: 0 if the mouse is moving over the command and 1 if is moving away.
		//imgLName: Name of the left image object, if any.
		//imgRName: Name of the right image object, if any.
		//------------------------------
		//Version 16.6
		//
		var mc;
		var lc;
		
		if(nOM==0) return false;
		ClearTimer(smHnd);smHnd = 0;
		
		if(mode==0) {
			if(om[nOM].sc!=null) HoverSel(1);
			mc = GetCurCmd(e);
			if(nOM>1) {
				if(mc==om[nOM-1].sc) return false;
				lc = (BV>=5?mc.parentNode.parentNode.id:mc.parentElement.parentElement.id);
				while(true) {
					if(!nOM) return false;
					if(lc==om[nOM].id) break;
					Hide();
				}
			}
			om[nOM].sc = mc;
			if(!OP) FixCursor(mc);
		} else {
			mc = (mode==1)?om[nOM].sc:om[nOM].op;

			om[nOM].sc = null;
		}

		SwapMC(mode, mc);
		
		return true;
	}
	
	function SwapMC(mode, mc, f) {
		//IE,SM,OP,KQ
		//This is the function swaps the normal/over items to create the rollover effect.
		//------------------------------
		//mode: 0 if the mouse is moving over the command and 1 if is moving away.
		//mc: reference to the item that must be swapped.
		//------------------------------
		//Version 1.0
		//
		if(!f) f = mFrame;
		var id = mc.id.substr(1);
		n1 = GetObj((mode!=0?"O":"N") + id, f);
		n1.style.visibility = "hidden";
		n2 = GetObj((mode==0?"O":"N") + id, f);
		n2.style.visibility = "inherit";		
		if(mode==0 && !n1.c) {
			n1.c = true;
			n1 = (BV<5?n1.all.tags("DIV"):n1.getElementsByTagName("DIV"))[0];
			if(n1)
				(BV<5?n2.all.tags("DIV"):n2.getElementsByTagName("DIV"))[0].innerHTML = n1.innerHTML;
		}
	}
	
	function NSHoverSel(mode, mc) {
		//NS
		//This is the function called every time the mouse pointer is moved over or away from a command.
		//------------------------------
		//mode: 0 if the mouse is moving over the command and 1 if is moving away.
		//------------------------------
		//Version 13.1
		//
		var mcN;
		var mn;
		
		ClearTimer(smHnd);smHnd = 0;
		if(!nOM) return false;
		
		if(mode==0 && om[nOM].sc!=null) NSHoverSel(1);
		
		if(mode==0) {
			mn = mc.name.substr(0, mc.name.indexOf("EH"));
			mcN = mc.parentLayer.layers[mn + "N"];
			mcN.mcO = mc.parentLayer.layers[mn + "O"];
			if(nOM>1) if(mc==om[nOM-1].sc) return false;
			while(!InMenu()&&nOM>1) Hide();
			om[nOM].sc = mcN;
			mcN.mcO.visibility = "show";
			mcN.visibility = "hide";
		} else {
			mcN = (mode==1)?om[nOM].sc:om[nOM].op;
			mcN.visibility = "show";
			mcN.mcO.visibility = "hide";						
			om[nOM].sc = null;
		}
		return true;
	}

	function Hide(chk) {
		//IE,NS,SM,OP,KQ
		//This function hides the last opened group and it keeps hiding all the groups until
		//no more groups are opened or the mouse is over one of them.
		//Also takes care of reseting any highlighted commands.
		//------------------------------
		//Version 4.7
		//
		var m;
		var cl = false;
		
		ClearTimer(mhdHnd);
		ClearTimer(AnimHnd);AnimHnd = 0;		
		if(chk)	if(InMenu()) return false;
		
		if(nOM) {
			m = om[nOM];
			if(m.sc!=null) {
				if(IE) HoverSel(1);
				if(NS) NSHoverSel(1);
			}
			if(m.op!=null) {
				if(IE) HoverSel(3);
				if(NS) NSHoverSel(3);
			}

			ToggleMenu(m, "hidden");
			nOM--;
			cl = (nOM==0);
			if(cl) imgObj = null;

		}
		
		if(cl||chk) {
			ClearTimer(smHnd);smHnd = 0;
			if(tbNum && lmcHS)
				if(!lmcHS.disabled) {
					if(IE) hsHoverSel(1);
					if(NS) hsNSHoverSel(1);
				}
			status = "";
		}
		if((nOM>0||lmcHS)&&!InMenu()) mhdHnd = window.setTimeout("Hide(1)", TimerHideDelay/20);
		
		return true;
	}
	
	function ToggleMenu(m, s) {
		//IE,NS,SM,OP,KQ
		//This function controls how the menus are displayed
		//and hidden from the screen.
		//------------------------------
		//Version 1.2
		//
		if(IX)
			if(document.readyState=="complete" && m.getAttribute("filters")!=null) {
				if(!m.fs) {
					m.fsn = m.filters.length;
					m.style.filter = dxFilter + m.style.filter;
					m.fs = true;
				}
				for(var i=0; i<m.filters.length - m.fsn; i++) {
					m.filters[i].apply();
					m.style.visibility = s;
					m.filters[i].play();
				}
			}
		m.style.visibility = s;
		FormsTweak(s=="visible"?"hidden":"visible");
	}
	
	function ShowMenu(mName, x, y, isCascading, hsImgName, algn) {
		//IE,NS,SM,OP,KQ
		//This function controls the way menus and submenus are displayed.
		//It also handles the display menus delay.
		//------------------------------
		//Version 2.0
		//
		ClearTimer(smHnd);smHnd = 0;
		if(isCascading) {
			lsc = om[nOM].sc;
			smHnd = window.setTimeout("if(nOM)if(lsc==om[nOM].sc)ShowMenu2('"+mName+"',0,0,true,'',"+algn+")", smDelay);
		} else {
			if(nOM>0)
				if(om[1].id == mName) return false;
			ClearTimer(mhdHnd);
			if(!algn) algn = 0;
			if(algn<0 && !lmcHS) return false;
			
			var oldlmcHS = lmcHS;
			lmcHS = null;
			HideAll();
			lmcHS = oldlmcHS;
			smHnd = window.setTimeout("ShowMenu2('"+mName+"',"+x+","+y+",false,'"+hsImgName+"',"+algn+")",rmDelay);
		}
		return true;
	}

	function ShowMenu2(mName, x, y, isCascading, hsImgName, algn) {
		//IE,NS,SM,OP,KQ
		//This is the main function to show the menus when a hotspot is triggered or a cascading command is activated.
		//------------------------------
		//mName: Name of the <div> or <layer> to be shown.
		//x: Left position of the menu.
		//y: Top position of the menu.
		//isCascading: True if the menu has been triggered from a command.
		//hsImgName: Image to which the menu is attached to.
		//algn: Alignment setting for the menu.
		//------------------------------
		//Version 21.0
		//
		var xy;
		x = parseInt(x);y = parseInt(y);
		
		var Menu = GetObj(mName);
		if(!Menu) return false;
		
		if(Menu==om[nOM]) return false;
		if(NS) Menu.style = Menu;
			
		if(AnimHnd && nOM>0) {
			AnimStep=100;
			Animate();
		}
			
		if(OP) {
			Menu.style.width = Menu.style.pixelWidth;
			Menu.style.height = Menu.style.pixelHeight;
		}
		
		Menu.op = nOM>0?om[nOM].sc:null;
		Menu.sc = null;

		imgObj = null;
		if(isCascading) {
			xy = GetSubMenuPos(Menu.style, algn);

			var gs = om[nOM].gs; if(gs) xy[1] += parseInt(gs.top);
		} else {
			xy = (algn<0?GetHSPos(x, y, NS?Menu.w:parseInt(Menu.style.width), NS?Menu.h:parseInt(Menu.style.height), -algn):[x,y]);
			if(hsImgName) {
				imgObj = NS?FindImage(cFrame.document, hsImgName.split("|")[0]):cFrame.document.images[hsImgName.split("|")[0]];
				if(imgObj) {
					var tbMode = hsImgName.split("|")[1];
					if(tbMode&2) xy[0] = AutoPos(Menu.style, imgObj, algn)[0] + (IsFrames?GetLeftTop()[0]:0) + MacOffset()[0];
					if(tbMode&1) xy[1] = AutoPos(Menu.style, imgObj, algn)[1] + (IsFrames?GetLeftTop()[1]:0) + MacOffset()[1];
				}
			}				

		}
		
		if(xy) {x = xy[0];y = xy[1];}
		var pW = GetWidthHeight()[0] + GetLeftTop()[0];
		var pH = GetWidthHeight()[1] + GetLeftTop()[1];
		
		if(IE) {
			if(SM) Menu.style.display = "none";
			Menu.style.left = FixPos(x,parseInt(Menu.style.width),pW,0) + "px";
			Menu.style.top = FixPos(y,parseInt(Menu.style.height),pH,1) + (OP?"":"px");
			if(!IX&&!SM&&IsWin) Menu.style.clip = "rect(0 0 0 0)";
		}
		if(NS) {

			Menu.moveToAbsolute(FixPos(x,Menu.w,pW),FixPos(y,Menu.h,pH));
		}
		Menu.style.zIndex = 1000+tbNum+nOM;
		om[++nOM] = Menu;
		
		if(!NS) FixCommands(mName);
		if(SM) Menu.style.display = "inline";
		
		if(!IX) {
			if((IE&&IsWin&&!SM)||(NS&&Menu.style.clip.width==0))
				AnimHnd = window.setTimeout("Animate()", 10);
		}
		ToggleMenu(Menu, "visible");
		IsContext = false;
		smHnd = 0;
		
		return true;
	}
	
	function MacOffset(f) {
		//IE
		//This function calculates the margins for the body under IE/Mac.
		//------------------------------
		//Version 1.0
		//
		var mo = [0,0];
		if(!f) f = mFrame;
		if(IsMac&&IE&&!SM&&!KQ&&(BV>=5))
			mo = [parseInt(f.document.body.leftMargin),parseInt(f.document.body.topMargin)];
		return mo;
	}
	
	function GetSubMenuPos(mg, a) {
		//IE,NS,SM,OP,KQ
		//This function calculates the position of a submenu based on its alignment.
		//------------------------------
		//Version 1.1
		//
		var x;
		var y;
		var pg = om[nOM];
		var sc = pg.sc;
		
		if(NS) {
			pg.width = pg.w;
			pg.height = pg.h;
			mg.width = mg.w;
			mg.height = mg.h;
			sc.width = sc.clip.width;
			sc.height = sc.clip.height;
		} else
			if(OP) {
				sc.left = sc.style.left;
				sc.top = sc.style.top;
				sc.width = sc.style.pixelWidth;
				sc.height = sc.style.pixelHeight;
			} else
				sc = sc.style;
		pg = pg.style;
		var lp = parseInt(pg.left) + parseInt(sc.left);
		var tp = parseInt(pg.top) + parseInt(sc.top);

		switch(a) {
			case 0:
				x = lp;
				y = tp + parseInt(sc.height);
				break;
			case 1:
				x = lp + parseInt(sc.width) - parseInt(mg.width);
				y = tp + parseInt(sc.height);
				break;
			case 2:
				x = lp;
				y = tp - parseInt(mg.height);
				break;
			case 3:
				x = lp + parseInt(sc.width) - parseInt(mg.width);
				y = tp - parseInt(mg.height);
				break;
			case 4:
				x = lp - parseInt(mg.width);
				y = tp;
				break;
			case 5:
				x = lp - parseInt(mg.width);
				y = tp + parseInt(sc.height) - parseInt(mg.height);
				break;
			case 6:
				x = lp + parseInt(sc.width);
				y = tp;
				break;
			case 7:
				x = lp + parseInt(sc.width);
				y = tp + parseInt(sc.height) - parseInt(mg.height);
				break;
			case 8:
				x = lp - parseInt(mg.width);
				y = tp + (parseInt(sc.height) - parseInt(mg.height))/2;
				break;
			case 9:
				x = lp + parseInt(sc.width);
				y = tp + (parseInt(sc.height) - parseInt(mg.height))/2;
				break;
			case 10:
				x = lp + (parseInt(sc.width) - parseInt(mg.width))/2;
				y = tp - parseInt(mg.height);
				break;
			case 11:
				x = lp + (parseInt(sc.width) - parseInt(mg.width))/2;
				y = tp + parseInt(sc.height);
				break;
		}
		return [x,y];
	}
	
	function FixCommands(mName, f, t) {
		//IE, SM
		//This function is used to fix the way the Gecko engine calculates
		//the borders and the way they affect the size of block elements.
		//It also fixes the way IE renderes pages while running CSS1Compat mode.
		//------------------------------
		//Version 2.3
		//
		var en = !OP;
		var m = GetObj(mName, f);
		var b;
		if(!m.Fixed) {
			if(!f) f = mFrame;
			if(!t) t = 0;
			if(IE&&!SM) en = (OP?false:(f.document.compatMode=="CSS1Compat"));
			if(en) {
				var sd = m.getElementsByTagName("DIV");
				for(var i=0;i<(sd.length);(t>0?i+=2:i++))
					with(sd[i].style) {
						b = GetBorderWidth(borderLeft);
						if(borderLeft.indexOf("none")==-1)
							if(parseInt(width) && parseInt(height)) {
								width = parseInt(width) - 2*b + "px";
								height = parseInt(height) - 2*b + "px";
							}
					}
			}
		}
		m.Fixed = true;
	}

	function Animate() {
		//IE,NS,SM,OP,KQ
		//This function is called by ShowMenu every time a new group must be displayed and produces the predefined unfolding effect.
		//Currently is disabled for Navigator, because of some weird bugs we found with the clip property of the layers.
		//------------------------------
		//Version 1.9
		//
		var r = '';
		var nw = nh = 0;
		if(AnimStep+AnimSpeed>100) AnimStep = 100;
		switch(fx) {
			case 1:
				if(IE) r = "0 " + AnimStep + "% " + AnimStep + "% 0";
				if(NS) nw = AnimStep; nh = AnimStep;
				break;
			case 2:
				if(IE) r = "0 100% " + AnimStep + "% 0";
				if(NS) nw = 100; nh = AnimStep;
				break;
			case 3:
				if(IE) r = "0 " + AnimStep + "% 100% 0";
				if(NS) nw = AnimStep; nh = 100;
				break;
			case 0:
				if(IE) r = "0 100% 100% 0";
				if(NS) nw = 100; nh = 100;
				break;
		}
		if(om[nOM]) {
			with(om[nOM].style) {
				if(IE)
					clip = "rect(" + r + ")";
				if(NS) {
					clip.width = w*(nw/100);
					clip.height = h*(nh/100);
				}
			}
			AnimStep += AnimSpeed;
			if(AnimStep<=100)
				AnimHnd = window.setTimeout("Animate()",25);
			else {
				ClearTimer(AnimHnd);
				AnimStep = 0;
				AnimHnd = 0;
			}
		}
	}
	
	function InTBHotSpot() {
		//IE,NS,SM,OP,KQ
		//This function returns true if the mouse pointer is over a toolbar item.
		//------------------------------
		//Version 2.1
		//
		var m = (imgObj?imgObj:lmcHS);
		if(!m) return false;
		if(imgObj)
			if(imgObj.name.indexOf("dmbHSdyna")!=-1) {
				imgObj = null;
				return false;
			}	
		var tbl = 0;
		var tbt = 0;
		var x = mX;
		var y = mY;
		if(!imgObj) {
			if(IE) {
				if(BV<5) m.parentNode = m.parentElement;
				tbl = parseInt(m.parentNode.style.left);
				tbt = parseInt(m.parentNode.style.top);
				m = m.style;
			} else {
				tbl = m.parentLayer.left;
				tbt = m.parentLayer.top;
			}
		} else {
			m.left = GetImgXY(imgObj)[0];
			m.top = GetImgXY(imgObj)[1];
			if(NS) m.clip = m;
		}
		var l = parseInt(m.left) + tbl;
		var r = l+(IE?parseInt(m.width):m.clip.width);
		var t = parseInt(m.top) + tbt;
		var b = t+(IE?parseInt(m.height):m.clip.height);

		if(IsFrames) {
			x -= GetLeftTop()[0];
			y -= GetLeftTop()[1];
		}
		return ((x>=l && x<=r) && (y>=t && y<=b));
	}
	
	function InMenu() {
		//IE,NS,SM,OP,KQ
		//This function returns true if the mouse pointer is over the last opened menu.
		//------------------------------
		//Version 2.5
		//
		var m = om[nOM];
		if(!m)
			return false;
		else
			if(IE) m = m.style;
		var l = parseInt(m.left);
		var r = l+(IE?parseInt(m.width):m.clip.width);
		var t = parseInt(m.top);
		var b = t+(IE?parseInt(m.height):m.clip.height);
		return ((mX>=l && mX<=r) && (mY>=t && mY<=b));			
	}

	function SetPointerPos(e) {
		//IE,NS,SM,OP,KQ
		//This function sets the mX and mY variables with the current position of the mouse pointer.
		//------------------------------
		//e: Only used under Navigator, corresponds to the Event object.
		//------------------------------
		//Version 1.7
		//
		if(IE) {
			if(!SM) {
				var cfe = cFrame.window.event;
				if(IE&&IsMac) cfe = (cfe.type=="mousemove"?cfe:null);
				var mfe = mFrame.window.event;
				if(IE&&IsMac) mfe = (mfe.type=="mousemove"?mfe:null);
				if(mFrame!=cFrame||event==null)
					if(mfe==null) {
						if(cfe==null)
							return;
						else
							e = cfe;
					} else
						e = mfe;
				else
					e = event;
			}
			mX = e.clientX + GetLeftTop()[0];
			mY = e.clientY + GetLeftTop()[1];
		}
		if(NS) {
			mX = e.pageX;
			mY = e.pageY;
		}
	}
	
	function InSelMenu() {
		//IE,NS,SM,OP,KQ
		//This function checks if the mouse pointer is on over the selected menu.
		//------------------------------
		//Version 1.1
		//
		var nOMb = nOM--;
		for(; nOM>0; nOM--)
			if(om[nOM].sc!=null) break;
		var im = InMenu();
		nOM = nOMb;
		return im || InMenu();
	}
	
	function IsOverMenus() {
		//IE,NS,SM,OP,KQ
		//This function checks if the mouse pointer is on over any part of the menus.
		//------------------------------
		//Version 1.0
		//
		return (lmcHS||imgObj?InTBHotSpot():(nOM==1?!(om[nOM].sc!=null):false))||(nOM>0?InSelMenu():false);
	}
	
	function HideMenus(e) {
		//IE,NS,SM,OP,KQ
		//This function checks if the mouse pointer is on a valid position and if the current menu should be kept visible.
		//The function is called every time the mouse pointer is moved over the document area.
		//------------------------------
		//e: Only used under Navigator, corresponds to the Event object.
		//------------------------------
		//Version 26.0
		//
		SetPointerPos(e);
		if(!IsOverMenus()) {
			ClearTimer(mhdHnd);
			mhdHnd = window.setTimeout("if(!IsOverMenus())Hide()", TimerHideDelay);
		}
	}
	
	function FormsTweak(state) {
		//IE,SM,OP
		//This is an undocumented function, which can be used to hide every listbox (or combo) element on a page.
		//This can be useful if the menus will be displayed over an area where is a combo box, which is an element that cannot be placed behind the menus and it will always appear over the menus resulting in a very undesirable effect.
		//------------------------------
		//Version 3.2
		//
		var fe;
		if(IE&&(!SM||OP)&&DoFormsTweak) {
			var m = om[nOM];
			if((BV>=5.5)&&!OP&&m&&!KQ)
				cIF(state=="visible"?"hidden":"visible");
			else
				if(nOM==1)
					for(var f=0; f<mFrame.document.forms.length; f++)
						for(var e=0; e<mFrame.document.forms[f].elements.length; e++) {
							fe = mFrame.document.forms[f].elements[e];
							if(fe.type) if(fe.type.indexOf("select")==0) fe.style.visibility = state;
						}
		}
	}
	
	function cIF(state) {
		//IE
		//------------------------------
		//Version 1.4
		//
		var mfd = mFrame.document;
		if(mfd.readyState=="complete") {
			if(mfd.getElementsByTagName("SELECT").length==0) return;
			var m = om[nOM];
			var iname = m.id + "iframe";
			var i = GetObj(iname);
			if(!i) {
				i = mfd.createElement("?");
				i.id = iname + "pobj";
				mfd.body.insertBefore(i);
				i = mfd.createElement("IFRAME");
				if(location.protocol=="https:") i.src = "/ifo.htm";
				i.id = iname;
				i.style.position = "absolute";
				i.style.filter = "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
				mfd.getElementById(iname + "pobj").insertBefore(i);
			}		
			with(i.style) {
				m = m.style;
				left = m.left;
				top = m.top;
				width = m.width;
				height = m.height;
				zIndex = m.zIndex-1;
				visibility = state;
			}
		}
	}

	function execURL(url, tframe) {
		//IE,NS,SM,OP,KQ
		//This function is called every time a command is triggered to jump to another page or execute some javascript code.
		//------------------------------
		//url: Encrypted URL that must be opened or executed.
		//tframe: If the url is a document location, tframe is the target frame where this document will be opened.
		//------------------------------
		//Version 1.3
		//
		HideAll();
		window.setTimeout("execURL2('" + escape(_purl(url)) + "', '" + tframe + "')", 100);
	}
	
	function execURL2(url, tframe) {
		//IE,NS,SM,OP,KQ
		//This function is called every time a command is triggered to jump to another page or execute some javascript code.
		//------------------------------
		//url: Encrypted URL that must be opened or executed.
		//tframe: If the url is a document location, tframe is the target frame where this document will be opened.
		//------------------------------
		//Version 3.0
		//
		url = rStr(unescape(url));
		if(url.indexOf("javascript:")!=url.indexOf("vbscript:"))
			eval(url);
		else {
			switch(tframe) {
				case "_self":
					mFrame.location.href = url;
					break;
				case "_blank":
					window.open(url, tframe);
					break;
				default:
					var f = rStr(tframe);
					var fObj = (tframe=='_parent'?mFrame.parent:eval(f));
					if(typeof(fObj) == "undefined")
						fObj = findFrame(top.frames, f.substr(8, f.length-10));
					fObj.location.href = url;
					break;
			}
		}
	}
	
	function findFrame(fc, fn) {
		//IE,NS,SM,OP,KQ
		//This recursive function is used to find a frame when the target frame path specified
		//on a menu item does not exists.
		//------------------------------
		//Version 1.0
		//
		var ff;
		for(var i=0; i<fc.length; i++) {
			if(fc[i].name == fn)
				ff = fc[i];
			else
				if(fc[i].frames.length) ff = findFrame(fc[i].frames, fn);
			if(ff) return ff;
		}
		return null;
	}

	function rStr(s) {
		//IE,NS,SM,OP,KQ
		//This function is used to decrypt the URL parameter from the triggered command.
		//------------------------------
		//Version 1.2
		//
		s = xrep(s,"%1E", "'");
		s = xrep(s,"\x1E", "'");
		if(OP&&s.indexOf("frames[")!=-1)
			s = xrep(s,String.fromCharCode(s.charCodeAt(7)), "'");
		return xrep(s,"\x1D", "\x22");
	}

	function hNSCClick(e) {
		//NS
		//This function executes the selected command's trigger code.
		//------------------------------
		//Version 1.0
		//
		eval(this.TCode);
	}
	
	function HideAll() {
		//IE,NS,SM,OP,KQ
		//This function will hide all the currently opened menus.
		//------------------------------
		//Version 1.1
		//
		if(nOM)
			while(nOM>0) Hide();
		else Hide();
	}
	
	function tHideAll() {
		//IE,NS,SM,OP,KQ
		//This function is called when the mouse is moved away from a hotspot to close any opened menu.
		//------------------------------
		//Version 1.5
		//
		ClearTimer(mhdHnd);
		mhdHnd = window.setTimeout("if(!InSelMenu())HideAll();", TimerHideDelay);
	}
	
	function GetLeftTop(f) {
		//IE,NS,SM,OP,KQ
		//This function returns the scroll bars position on the menus frame.
		//------------------------------
		//Version 2.7
		//
		if(!f) f = mFrame;
		if(IE)
			if(SM)
				return [OP?f.pageXOffset:f.scrollX,OP?f.pageYOffset:f.scrollY];
			else {
				var b = GetBodyObj(f);
				if(!b) return [0,0];
				return [b.scrollLeft,b.scrollTop];
			}
		if(NS)
			return [f.pageXOffset,f.pageYOffset];
	}

	function GetWidthHeight(f) {
		//IE,NS,SM,OP,KQ
		//This function returns the width and height of the menus frame.
		//------------------------------
		//Version 2.5
		//
		var k = 0;
		if(!f) f = mFrame;
		if(NS||SM) {
			if(f.scrollbars)
				k = (f.scrollbars.visible?20:0);
			return [f.innerWidth-k,f.innerHeight-k];
		} else {
			var b = GetBodyObj(f);
			if(!b) return [0,0];
			return [b.clientWidth,b.clientHeight];
		}
	}
	
	function GetBodyObj(f) {
		//IE
		//
		//------------------------------
		//Version 1.0
		//
		return (f.document.compatMode=="BackCompat"||BV<6||IsMac)?f.document.body:f.document.documentElement;
	}
	
	function GetBorderWidth(b) {
		//IE,SM
		//This functions returns the width of a border
		//------------------------------
		//Version 1.3
		//
		if(OP&&BV<7) return 0;
		var w;
		var l = b.split(" ");
		for(var i=0; i<l.length; i++)
			if(l[i].indexOf("px")!=-1) {
				w = parseInt(l[i]);
				if(w>0) return w;
			}
		return 0;
	}
	
	function GetCStyle(cmc) {
		//IE,SM,OP
		//This function completes the style of command with all the common
		//parameters from the original style code.
		//------------------------------
		//Version 1.0
		//
		return "position: absolute; white-space: nowrap; left:" + cmc.left + 
			   "; top: " + cmc.top + 
			   "; width: " + (OP?cmc.pixelWidth:cmc.width) + 
			   "; height: " + (OP?cmc.pixelHeight:cmc.height) + "; ";
	}
	
	function AutoPos(m, img, arl) {
		//IE,NS,SM,OP,KQ
		//This function finds the image-based hotspot and returns the position at which 
		//the menu should be displayed based on the alignment setting.
		//------------------------------
		//Version 1.5
		//
		var x = GetImgXY(img)[0];
		var y = GetImgXY(img)[1];
		var iWH = GetImgWH(img);
		var mW = parseInt(NS?m.w:m.width);
		var mH = parseInt(NS?m.h:m.height);
			
		switch(arl) {
			case 0:
				y += iWH[1];
				break;
			case 1:
				x += iWH[0] - mW;
				y += iWH[1];
				break;
			case 2:
				y -= mH;
				break;
			case 3:
				x += iWH[0] - mW;
				y -= mH;
				break;
			case 4:
				x -= mW;
				break;
			case 5:
				x -= mW;
				y -= mH - iWH[1];
				break;
			case 6:
				x += iWH[0];
				break;
			case 7:
				x += iWH[0];
				y -= mH - iWH[1];
				break;
			case 8:
				x -= mW;
				y += (iWH[1] - mH)/2;
				break;
			case 9:
				x += iWH[0];
				y += (iWH[1] - mH)/2;
				break;
			case 10:
				x += (iWH[0] - mW)/2;
				y -= mH;
				break;
			case 11:
				x += (iWH[0] - mW)/2;
				y += iWH[1];
				break;
		}		
		return [x, y];
	}

	function GetImgXY(img) {
		//IE,NS,SM,OP,KQ
		//This function returns the x,y coordinates of an image.
		//------------------------------
		//Version 1.4
		//
		var x;
		var y;
			
		if(IE)	{
			y = getOffset(img);
			x = y[0];
			y = y[1];
		} else	{
			y = GetImgOffset(cFrame, img.name, 0, 0);
			x = img.x + y[0];
			y = img.y + y[1];
		}			
		return [x, y];		
	}

	function GetImgWH(img) {
		//IE,NS,SM,OP,KQ
		//This function returns the width and height of an image.
		//------------------------------
		//Version 1.2
		//
		return [parseInt(img.width), parseInt(img.height)];
	}

	function getOffset(img) {
		//IE,NS,SM,OP,KQ
		//This function returns the horizontal and vertical offset of an object.
		//------------------------------
		//Version 1.2
		//
		xy = [img.offsetLeft, img.offsetTop];
		ce = img.offsetParent;
		while(ce!=null)	{
			xy[0] += ce.offsetLeft;
			xy[1] += ce.offsetTop;
			ce = ce.offsetParent;
		}
		return xy;
	}
	
	function FindImage(d, img) {
		//NS
		//This function finds an image regardless of its location in the document structure.
		//------------------------------
		//Version 1.0
		//
		var i;
		var tmp;
		
		if(d.images[img]) return d.images[img];
		
		for(i=0; i<d.layers.length; i++) {
			tmp = FindImage(d.layers[i].document, img);
			if(tmp) return tmp;
		}
		return null;
	}

	function GetImgOffset(d, img, ox, oy) {
		//NS
		//This function finds the offset to an image regardless of its location in the document structure.
		//------------------------------
		//Version 1.0
		//
		var i;
		var tmp;
		
		if(d.left) {
			ox += d.left;
			oy += d.top;
		}
				
		if(d.document.images[img]) return [ox, oy];
		
		for(i=0; i<d.document.layers.length; i++) {
			tmp = GetImgOffset(d.document.layers[i], img, ox, oy);
			if(tmp) return [tmp[0], tmp[1]];
		}		
		return null;
	}
	
	function ShowContextMenu(e) {
		//IE,NS,SM
		//This function is called when a user rightclicks on the document and it will show a predefined menu.
		//------------------------------
		//Version 1.3
		//
		if(cntxMenu!='') {
			if(IE) {
				IsContext = true;
				SetPointerPos(e);
			}			
			if(NS)
				if(e.which==3) {
					IsContext = true;
					mX = e.x;
					mY = e.y;
				}
		}
		if(IsContext) {
			HideAll();
			cFrame.ShowMenu2(cntxMenu, mX-1, mY-1, false);
			return false;
		}
		return true;
	}

	function SetUpEvents() {
		//IE,NS,SM,OP,KQ
		//This function initializes the frame variables and setups the event handling.
		//------------------------------
		//Version 2.8
		//
		if(!SM) onerror = errHandler;
		if(!mFrame) mFrame = cFrame;
		if(typeof(mFrame)=="undefined" || (NS && (++NSDelay<2)))
			window.setTimeout("SetUpEvents()",10);
		else {
			IsFrames = (cFrame!=mFrame);
			if(NS) {
				mFrame.captureEvents(Event.MOUSEMOVE);
				mFrame.onmousemove = HideMenus;
				if(cntxMenu!="") {
					mFrame.window.captureEvents(Event.MOUSEDOWN);
					mFrame.window.onmousedown = ShowContextMenu;
				}
				nsOW = GetWidthHeight()[0];
				nsOH = GetWidthHeight()[1];
				window.onresize = rHnd;
				PrepareEvents();
			}
			if(IE) {
				document.onmousemove = HideMenus;
				mFrame.document.onmousemove = document.onmousemove;
				mFrame.document.oncontextmenu = ShowContextMenu;
				if(IsFrames) mFrame.onunload = new Function("mFrame=null;SetUpEvents()");
				if(SM&&!OP) {
					var i = 0;
					var m;
					while(GetObj(i)) {
						m = GetObj(i++);
						m.style.width = parseInt(m.style.width) - 2*parseInt(m.style.paddingLeft) + "px";
						m.style.height = parseInt(m.style.height) - 2*parseInt(m.style.paddingTop) + "px";
					}
				}
			}

			MenusReady = true;
		}


		
		return true;
	}
	
	function errHandler(sMsg,sUrl,sLine) {
		//IE,NS
		//This function will trap any errors generated by the scripts and filter the unhandled ones.
		//------------------------------
		//Version 1.1
		//
		if(sMsg.substr(0,16)!="Access is denied"&&sMsg!="Permission denied"&&sMsg.indexOf("cursor")==-1)
			alert("Java Script Error\n" +
			      "\nDescription: " + sMsg +
			      "\nSource: " + sUrl +
			      "\nLine: "+sLine);
		return true;
	}
	
	function FixPos(p, s, r, k) {
		//IE,NS,SM,OP,KQ
		//This function optimizes the position of the menus in order to ensure that they are always
		//displayed inside the browser's visible area.
		//------------------------------
		//Version 2.0
		//
		var n;
		if(nOM==0||k==1)
			n = (p+s>r)?r-s:p;
		else
			n = (p+s>r)?parseInt(om[nOM].style.left)-s:p;
		return (n<0)?0:n;
	}
	
	function FixPointSize(s) {
		//NS
		//This function increases the point-size value for Navigator 4.
		//------------------------------
		//Version 2.0
		//
		if(IsWin||!NS) return s;
		for(var i=54; i>1; i--)
			if(s.indexOf("point-size=" + i)!=-1)
				s = xrep(s, "point-size=" + i, "point-size=" + (i+3));
		return s;
	}
	
	function ClearTimer(t) {
		//IE,NS,SM,OP,KQ
		//This is a helper function used to overcome a bug in very
		//old versions of Navigator 4
		//------------------------------
		//Version 1.0
		//
		if(t) window.clearTimeout(t);
	}
	
	function xrep(s, f, n) {
		//IE,NS,SM,OP,KQ
		//This function looks for any occurrence of the f string and replaces it with the n string.
		//------------------------------
		//Version 1.2
		//
		if(s) s = s.split(f).join(n);
		return s;
	}
	
	function rHnd() {
		//NS
		//This function is used to reload the page when Navigator window is resized.
		//Original Code from DHTML Lab
		//------------------------------
		//Version 1.0
		//
		if((GetWidthHeight()[0]!=nsOW) || (GetWidthHeight()[1]!=nsOH))
			frames["top"].location.reload();
	}
	
	function FixCursor(mc, f) {
		//IE
		//This function fixes a bug that affects IE6 and custom cursors.
		//------------------------------
		//Version 1.1
		//
		if(!f) f = mFrame;
		var os = GetObj("O" + mc.id.substr(1), f).style;
		var s = os.cursor;
		if(s=="") os.cursor = (BV<6?"hand":s.split("cursor: url(")[1].split(")")[0]);
	}
	
	function GetObj(oName, f) {
		//IE,NS,SM,OP,KQ
		//This function returns the object whose name is oName and its located in the f frame.
		//------------------------------
		//Version 1.1
		//
		var obj = null;
		if(!f) f = mFrame;
		if(NS)
			obj = f.document.layers[oName];
		else {
			if(BV>=5)
				obj = f.document.getElementById(oName);
			else
				obj = f.document.all[oName];
			if(obj)
				if(obj.id!=oName) obj = null;
		}
		return obj;
	}

	function PrepareEvents() {
		//NS
		//This function is called right after the menus are rendered.
		//It has been designed to attach the event handlers to the <layer> tag and
		//fix the font size problems with Navigator under the Mac and Linux.
		//------------------------------
		//Version 4.1
		//
		for(var l=0; l<mFrame.document.layers.length; l++) {
			var lo = mFrame.document.layers[l];
			if(lo.layers.length) {
				lo.w = lo.clip.width;
				lo.h = lo.clip.height;
				for(var sx=0; sx<lo.layers.length; sx++)
					for(var sl=0; sl<lo.layers[sx].layers.length; sl++) {
						var slo = mFrame.document.layers[l].layers[sx].layers[sl];
						if(slo.name.indexOf("EH")>0) {
							slo.document.onmouseup = hNSCClick;
							slo.document.TCode = nTCode[slo.name.split("EH")[1]];
						}
					}

			}
		}
	}



function _purl(u){return u;}function _fip(img){return img.src;}
	if(IE)
		with(document) {
			open();
			write("<div id=\"News_and_Information\" style=\"position: absolute; top:0px; left:0px;; width:117px; height:94px; visibility: hidden;\"><div id=\"News_and_Informationfrmt\" style=\"position: absolute; top:0px; left:0px; width: 117px; height: 94px; background-color: #BA7F3F; ; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; border-bottom: #000000 1px solid;\"><div nowrap style=\"position: absolute; white-space: nowrap; top: 4px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N0 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'News\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left>News</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 4px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O0 OnClick=\"cFrame.execURL(\'/news.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 21px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N1 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Events\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left>Events</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 21px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O1 OnClick=\"cFrame.execURL(\'/events.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 38px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N2 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'FAQs\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left>FAQs</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 38px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O2 OnClick=\"cFrame.execURL(\'/faqs.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 55px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N3 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Consumer Information\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left>Consumer Information</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 55px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O3 OnClick=\"cFrame.execURL(\'/consumer.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 72px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N4 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Newsline Pricing\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left>Newsline Pricing</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 72px; left: 4px; width: 107px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O4 OnClick=\"cFrame.execURL(\'/newsline.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 105px; height: 14px;\"><div style=\"position:absolute; top:0px; width:105px; left:0px;\" align=left></div></span></div></div></div><div id=\"RADA_Dealer_Locator\" style=\"position: absolute; top:0px; left:0px;; width:56px; height:43px; visibility: hidden;\"><div id=\"RADA_Dealer_Locatorfrmt\" style=\"position: absolute; top:0px; left:0px; width: 56px; height: 43px; background-color: #BA7F3F; ; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; border-bottom: #000000 1px solid;\"><div nowrap style=\"position: absolute; white-space: nowrap; top: 4px; left: 4px; width: 46px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N5 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Search\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 44px; height: 14px;\"><div style=\"position:absolute; top:0px; width:44px; left:0px;\" align=left>Search</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 4px; left: 4px; width: 46px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O5 OnClick=\"cFrame.execURL(\'/locator.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 44px; height: 14px;\"><div style=\"position:absolute; top:0px; width:44px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 21px; left: 4px; width: 46px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N6 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Directory\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 44px; height: 14px;\"><div style=\"position:absolute; top:0px; width:44px; left:0px;\" align=left>Directory</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 21px; left: 4px; width: 46px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O6 OnClick=\"cFrame.execURL(\'/locator.asp?dealername=&make=&city=&county=&zip=1\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 44px; height: 14px;\"><div style=\"position:absolute; top:0px; width:44px; left:0px;\" align=left></div></span></div></div></div><div id=\"Career__Training___Placement\" style=\"position: absolute; top:0px; left:0px;; width:92px; height:60px; visibility: hidden;\"><div id=\"Career__Training___Placementfrmt\" style=\"position: absolute; top:0px; left:0px; width: 92px; height: 60px; background-color: #BA7F3F; ; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; border-bottom: #000000 1px solid;\"><div nowrap style=\"position: absolute; white-space: nowrap; top: 4px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N7 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Training\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left>Training</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 4px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O7 OnClick=\"cFrame.execURL(\'/training.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 21px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N8 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Job Postings\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left>Job Postings</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 21px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O8 OnClick=\"cFrame.execURL(\'/jobpostings.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 38px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N9 OnMouseOver=\"cFrame.HoverSel(0,this);\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left>Job Descriptions</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 38px; left: 4px; width: 82px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O9 OnClick=\"cFrame.execURL(\'/jobdescriptions.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 80px; height: 14px;\"><div style=\"position:absolute; top:0px; width:80px; left:0px;\" align=left></div></span></div></div></div><div id=\"Auto_Shows\" style=\"position: absolute; top:0px; left:0px;; width:129px; height:94px; visibility: hidden;\"><div id=\"Auto_Showsfrmt\" style=\"position: absolute; top:0px; left:0px; width: 129px; height: 94px; background-color: #BA7F3F; ; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; border-bottom: #000000 1px solid;\"><div nowrap style=\"position: absolute; white-space: nowrap; top: 4px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N10 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Show Info\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left>Show Info</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 4px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O10 OnClick=\"cFrame.execURL(\'/autoshows.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 21px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N11 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Show Details\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left>Show Details</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 21px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O11 OnClick=\"cFrame.execURL(\'/news.asp?id=92\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 38px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N12 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Parking & Directions\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left>Parking & Directions</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 38px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O12 OnClick=\"cFrame.execURL(\'/directions.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 55px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N13 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Photo Gallery\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left>Photo Gallery</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 55px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O13 OnClick=\"cFrame.execURL(\'/gallery.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 72px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N14 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Advertising\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left>Advertising at the Show</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 72px; left: 4px; width: 119px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O14 OnClick=\"cFrame.execURL(\'/advertising.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 117px; height: 14px;\"><div style=\"position:absolute; top:0px; width:117px; left:0px;\" align=left></div></span></div></div></div><div id=\"About_Us\" style=\"position: absolute; top:0px; left:0px;; width:138px; height:108px; visibility: hidden;\"><div id=\"About_Usfrmt\" style=\"position: absolute; top:0px; left:0px; width: 138px; height: 108px; background-color: #BA7F3F; ; border-left: #000000 1px solid; border-right: #000000 1px solid; border-top: #000000 1px solid; border-bottom: #000000 1px solid;\"><div nowrap style=\"position: absolute; white-space: nowrap; top: 4px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N15 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Our Story\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left>Our Story</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 4px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O15 OnClick=\"cFrame.execURL(\'/aboutus.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 21px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N16 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Vision&nbsp;/&nbsp;Mission Statement\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left>Vision&nbsp;/&nbsp;Mission Statement</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 21px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O16 OnClick=\"cFrame.execURL(\'/vision.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 38px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N17 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Membership\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left>Membership</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 38px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O17 OnClick=\"cFrame.execURL(\'/membership.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 55px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N18 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Charitable Foundation\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left>Charitable Foundation</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 55px; left: 4px; width: 128px; height: 16px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O18 OnClick=\"cFrame.execURL(\'/charitable.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 14px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left></div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; top: 72px; left: 4px; width: 128px; height: 30px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; color: #000000; ; background-color: #BA7F3F;\" id=N19 OnMouseOver=\"cFrame.HoverSel(0,this);status=\'Annual Contributions of NY\\'s New Vehicle Dealer\';\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 28px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left>Annual Contributions of<br>NY\'s New Vehicle Dealer</div></span></div><div nowrap style=\"position: absolute; white-space: nowrap; visibility: hidden; top: 72px; left: 4px; width: 128px; height: 30px; font-family: Arial; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: underline; color: #FFFFFF; ; background-color: #BA7F3F; cursor: pointer;\" id=O19 OnClick=\"cFrame.execURL(\'/contributions.asp\', \'_self\');\"><span style=\"position:absolute; top: 1px; left: 1px; width: 126px; height: 28px;\"><div style=\"position:absolute; top:0px; width:126px; left:0px;\" align=left></div></span></div></div></div>");
			close();
		}
	if(NS)
		with(document) {
			open();
			write(FixPointSize("<layer name=News_and_Information top=0 left=0 width=117 height=94 z-index=1000 bgColor=#000000 visibility=hidden><layer bgColor=#BA7F3F left=1 top=1 width=115 height=92 z-index=1001><layer name=MC1EH1 left=4 top=4 width=107 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'News\';\"></layer><layer name=MC1N left=4 top=4 width=107 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>News</div></layer></layer></font></ilayer></layer><layer name=MC1O left=4 top=4 width=107 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>News</div></layer></layer></font></u></ilayer></layer><layer name=MC2EH2 left=4 top=21 width=107 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Events\';\"></layer><layer name=MC2N left=4 top=21 width=107 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Events</div></layer></layer></font></ilayer></layer><layer name=MC2O left=4 top=21 width=107 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Events</div></layer></layer></font></u></ilayer></layer><layer name=MC3EH3 left=4 top=38 width=107 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'FAQs\';\"></layer><layer name=MC3N left=4 top=38 width=107 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>FAQs</div></layer></layer></font></ilayer></layer><layer name=MC3O left=4 top=38 width=107 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>FAQs</div></layer></layer></font></u></ilayer></layer><layer name=MC4EH4 left=4 top=55 width=107 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Consumer Information\';\"></layer><layer name=MC4N left=4 top=55 width=107 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Consumer Information</div></layer></layer></font></ilayer></layer><layer name=MC4O left=4 top=55 width=107 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Consumer Information</div></layer></layer></font></u></ilayer></layer><layer name=MC5EH5 left=4 top=72 width=107 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Newsline Pricing\';\"></layer><layer name=MC5N left=4 top=72 width=107 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Newsline Pricing</div></layer></layer></font></ilayer></layer><layer name=MC5O left=4 top=72 width=107 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=105 height=14><layer top=0 width=105 left=0><div align=left>Newsline Pricing</div></layer></layer></font></u></ilayer></layer></layer></layer><layer name=RADA_Dealer_Locator top=0 left=0 width=56 height=43 z-index=1000 bgColor=#000000 visibility=hidden><layer bgColor=#BA7F3F left=1 top=1 width=54 height=41 z-index=1001><layer name=MC6EH6 left=4 top=4 width=46 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Search\';\"></layer><layer name=MC6N left=4 top=4 width=46 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=44 height=14><layer top=0 width=44 left=0><div align=left>Search</div></layer></layer></font></ilayer></layer><layer name=MC6O left=4 top=4 width=46 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=44 height=14><layer top=0 width=44 left=0><div align=left>Search</div></layer></layer></font></u></ilayer></layer><layer name=MC7EH7 left=4 top=21 width=46 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Directory\';\"></layer><layer name=MC7N left=4 top=21 width=46 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=44 height=14><layer top=0 width=44 left=0><div align=left>Directory</div></layer></layer></font></ilayer></layer><layer name=MC7O left=4 top=21 width=46 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=44 height=14><layer top=0 width=44 left=0><div align=left>Directory</div></layer></layer></font></u></ilayer></layer></layer></layer><layer name=Career__Training___Placement top=0 left=0 width=92 height=60 z-index=1000 bgColor=#000000 visibility=hidden><layer bgColor=#BA7F3F left=1 top=1 width=90 height=58 z-index=1001><layer name=MC8EH8 left=4 top=4 width=82 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Training\';\"></layer><layer name=MC8N left=4 top=4 width=82 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Training</div></layer></layer></font></ilayer></layer><layer name=MC8O left=4 top=4 width=82 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Training</div></layer></layer></font></u></ilayer></layer><layer name=MC9EH9 left=4 top=21 width=82 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Job Postings\';\"></layer><layer name=MC9N left=4 top=21 width=82 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Job Postings</div></layer></layer></font></ilayer></layer><layer name=MC9O left=4 top=21 width=82 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Job Postings</div></layer></layer></font></u></ilayer></layer><layer name=MC10EH10 left=4 top=38 width=82 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'\';\"></layer><layer name=MC10N left=4 top=38 width=82 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Job Descriptions</div></layer></layer></font></ilayer></layer><layer name=MC10O left=4 top=38 width=82 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=80 height=14><layer top=0 width=80 left=0><div align=left>Job Descriptions</div></layer></layer></font></u></ilayer></layer></layer></layer><layer name=Auto_Shows top=0 left=0 width=129 height=94 z-index=1000 bgColor=#000000 visibility=hidden><layer bgColor=#BA7F3F left=1 top=1 width=127 height=92 z-index=1001><layer name=MC11EH11 left=4 top=4 width=119 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Show Info\';\"></layer><layer name=MC11N left=4 top=4 width=119 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Show Info</div></layer></layer></font></ilayer></layer><layer name=MC11O left=4 top=4 width=119 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Show Info</div></layer></layer></font></u></ilayer></layer><layer name=MC12EH12 left=4 top=21 width=119 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Show Details\';\"></layer><layer name=MC12N left=4 top=21 width=119 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Show Details</div></layer></layer></font></ilayer></layer><layer name=MC12O left=4 top=21 width=119 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Show Details</div></layer></layer></font></u></ilayer></layer><layer name=MC13EH13 left=4 top=38 width=119 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Parking & Directions\';\"></layer><layer name=MC13N left=4 top=38 width=119 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Parking & Directions</div></layer></layer></font></ilayer></layer><layer name=MC13O left=4 top=38 width=119 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Parking & Directions</div></layer></layer></font></u></ilayer></layer><layer name=MC14EH14 left=4 top=55 width=119 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Photo Gallery\';\"></layer><layer name=MC14N left=4 top=55 width=119 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Photo Gallery</div></layer></layer></font></ilayer></layer><layer name=MC14O left=4 top=55 width=119 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Photo Gallery</div></layer></layer></font></u></ilayer></layer><layer name=MC15EH15 left=4 top=72 width=119 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Advertising\';\"></layer><layer name=MC15N left=4 top=72 width=119 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Advertising at the Show</div></layer></layer></font></ilayer></layer><layer name=MC15O left=4 top=72 width=119 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=117 height=14><layer top=0 width=117 left=0><div align=left>Advertising at the Show</div></layer></layer></font></u></ilayer></layer></layer></layer><layer name=About_Us top=0 left=0 width=138 height=108 z-index=1000 bgColor=#000000 visibility=hidden><layer bgColor=#BA7F3F left=1 top=1 width=136 height=106 z-index=1001><layer name=MC16EH16 left=4 top=4 width=128 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Our Story\';\"></layer><layer name=MC16N left=4 top=4 width=128 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Our Story</div></layer></layer></font></ilayer></layer><layer name=MC16O left=4 top=4 width=128 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Our Story</div></layer></layer></font></u></ilayer></layer><layer name=MC17EH17 left=4 top=21 width=128 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Vision&nbsp;/&nbsp;Mission Statement\';\"></layer><layer name=MC17N left=4 top=21 width=128 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Vision&nbsp;/&nbsp;Mission Statement</div></layer></layer></font></ilayer></layer><layer name=MC17O left=4 top=21 width=128 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Vision&nbsp;/&nbsp;Mission Statement</div></layer></layer></font></u></ilayer></layer><layer name=MC18EH18 left=4 top=38 width=128 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Membership\';\"></layer><layer name=MC18N left=4 top=38 width=128 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Membership</div></layer></layer></font></ilayer></layer><layer name=MC18O left=4 top=38 width=128 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Membership</div></layer></layer></font></u></ilayer></layer><layer name=MC19EH19 left=4 top=55 width=128 height=16 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Charitable Foundation\';\"></layer><layer name=MC19N left=4 top=55 width=128 height=16 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Charitable Foundation</div></layer></layer></font></ilayer></layer><layer name=MC19O left=4 top=55 width=128 height=16 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=126 height=14><layer top=0 width=126 left=0><div align=left>Charitable Foundation</div></layer></layer></font></u></ilayer></layer><layer name=MC20EH20 left=4 top=72 width=128 height=30 z-index=1003 OnMouseOver=\"cFrame.NSHoverSel(0,this);status=\'Annual Contributions of NY\\'s New Vehicle Dealer\';\"></layer><layer name=MC20N left=4 top=72 width=128 height=30 z-index=1002 bgColor=#BA7F3F><ilayer left=0 top=1><font face=Arial point-size=8 color=#000000><layer left=1 top=0 width=126 height=28><layer top=0 width=126 left=0><div align=left>Annual Contributions of<br>NY\'s New Vehicle Dealer</div></layer></layer></font></ilayer></layer><layer name=MC20O left=4 top=72 width=128 height=30 z-index=1002 bgColor=#BA7F3F visibility=hidden><ilayer left=0 top=1><u><font face=Arial point-size=8 color=#FFFFFF><layer left=1 top=0 width=126 height=28><layer top=0 width=126 left=0><div align=left>Annual Contributions of<br>NY\'s New Vehicle Dealer</div></layer></layer></font></u></ilayer></layer></layer></layer>"));
			close();
		}
SetUpEvents();

