//////////////////////////////////////////////////
// DMB DHTML ENGINE 2.06.017                    //
// (c)xFX JumpStart                             //
//                                              //
// PSN: BCF9-300618-XFX-5932                    //
//                                              //
// GENERATED: 5/28/2010 - 9:37:00 AM            //
// -------------------------------------------- //
//  Config: bethesda-afcea.org                  //
//   AddIn: RollerEffect2                       //
// JS Name: menu                                //
//////////////////////////////////////////////////

	
	var nTCode = [];
	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 = 200;
	var smDelay = 150;
	var rmDelay = 0;
	var scDelay = 0;

	var cntxMenu = '';
	var DoFormsTweak = true;
	var DMB_MM_swapImgRestore;
	var DMB_MM_nbGroup;

	var mibc = 0;
	var mibm;
	var mibs = 440;
	
	var nsOWH;
	
	var mFrame;
	var cFrame = self;
	
	var om = [];
	var nOM = 0;
	
	var mX;
	var mY;
	
	acc.prototype.start = function() {
	this.t0 = new Date().getTime();
	this.t1 = this.t0 + this.dt;
	var dx= this.x1 - this.x0;
	acc._add(this);
	};
	
	acc.prototype.stop = function() {
	acc._remove(this);
	};
	
	acc.prototype._paint = function(time) {
	if(time < this.t1) {
	var elapsed = time - this.t0;
	var ps;
	if(1==1)
	ps = Math.abs(Math.log(elapsed+1));
	else
	ps = Math.abs(Math.pow(elapsed, this.zip));
	this.obj[this.prop] = ps * this.A + this.x0 + this.unit;
	} else
	this._end();
	};
	
	acc.prototype._end = function() {
	acc._remove(this);
	this.obj[this.prop] = this.x1 + this.unit;
	this.onend();
	};
	
	acc._add = function(o) {
	var index = this.instances.length;
	this.instances[index] = o;
	if(this.instances.length == 1) {
	this.timerID = window.setInterval("acc._paintAll()", this.targetRes);
	}
	};
	
	acc._remove = function(o) {
	for(var i=0; i<this.instances.length; i++) {
	if(o == this.instances[i]) {
	this.instances = this.instances.slice(0,i).concat(this.instances.slice(i+1));
	break;
	}
	}
	if(this.instances.length == 0) {
	window.clearInterval(this.timerID);
	this.timerID = null;
	}
	};
	
	acc._paintAll = function() {
	var now = new Date().getTime();
	for(var i=0; i<this.instances.length; i++) {
	this.instances[i]._paint(Math.max(now, this.instances[i].t0));
	}
	};
	
	acc.instances = [];
	acc.targetRes = 6;
	acc.timerID = null;
	
	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);
	if(nua.indexOf("Netscape/8.1")!=-1) document.open = new Function('');
	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;

	function DMB_changeImages(){if(arguments.length==1)arg=arguments[0].toString().split(',');else  arg=arguments;for(var i=0;i<arg.length;i++)arg[i]=xrep(arg[i],"'",'');if(document.images&&(preloadFlag==true)){for(i=0;i<arg.length;i+=2){if(document[arg[i]])document[arg[i]].src=arg[i+1];}}}

	function myMMfcn(){if(nOM>0){m=om[1];if(m.state==0 || typeof(m.state)=='undefined')m.state=1;if(m.state==1){m.state=2;var f = 'DMB_MM_nbGroup(';for(var i=0; i<arguments.length; i++){switch(typeof(arguments[i])){case 'string':f += "'" + arguments[i] + "'";break;case 'number':f += arguments[i].toString();break;}if(i<arguments.length-1) f += ',';}f += ')';eval(f);}}}

	var fx = 0;





	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.
		//------------------------------
		//Version 16.5
		//
		var mc;
		var lc;
		

		if(nOM==0) return false;
		ClearTimer("smHnd");
		
		if((om[1].pHS != lmcHS) && om[1].pHS) {
			if(lmcHS) hsHoverSel(1,0,1);
			lmcHS = om[1].pHS;
			SwapMC(mode, om[1].pHS, cFrame);
		}
		
		if(mode==0) {
			if(om[nOM].sc!=null) HoverSel(1);
			if(nOM>1)
				if(om[nOM-1].sc!=null) {
					om[nOM-1].ssc = om[nOM-1].sc;
					SwapMC(1, om[nOM-1].sc);
				}
			mc = GetCurCmd(e);
			if(scDelay) {
				if(!mc.onmouseout) mc.onmouseout = new Function("if(nOM)om[nOM].hsm = window.setTimeout(\"HideSubMenus('"+mc.id+"')\", scDelay)");
				for(var i=1; i<=nOM; i++) ClearTimer("om["+i+"].hsm");
			} else
				HideSubMenus(mc.id);
			if(nOM==0) return;
			om[nOM].sc = mc;
			if(nOM>1) if(om[nOM-1].id != gpid(mc)) SwapMC(0, om[nOM-1].ssc);
			FixCursor(mc);
		} else {
			mc = (mode==1)?om[nOM].sc:om[nOM].op;

			om[nOM].sc = null;
		}
		
		SwapMC(mode, mc);
		
		return true;
	}

	function HideSubMenus(id) {
		//IE,SM,OP,KQ
		//This function handles the submenus visibility
		//------------------------------
		//Version 1.0
		//
		var mc = GetObj(id, mFrame);
		if(nOM>1) {
			if(mc==om[nOM-1].sc) return false;
			while(true) {
				if(!nOM) return false;
				if(gpid(mc)==om[nOM].id) break;
				Hide();
			}
			if(nOM && scDelay) mc.onmouseover();
		}
	}

	function SwapMC(mode, mc) {
		//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
		//

		var id = mc.id.substr(1);
		var n1 = GetObj((mode!=0?"O":"N") + id);
		n1.style.visibility = "hidden";
		var n2 = GetObj((mode==0?"O":"N") + id);
		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.0
		//
		var mcN;
		var mn;
		
		ClearTimer("smHnd");
		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.6
		//
		var m;
		var cl = false;
		
		ClearTimer("mhdHnd");
		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);
			}
			if(nOM==1)if(om[nOM].irp)DMB_changeImages(om[nOM].irp);

			ToggleMenu(m, "hidden");
			ClearTimer("om[nOM].hsm");
			nOM--;
			cl = (nOM==0);
			if(cl) imgObj = null;
			if(nOM==0){if(DMB_MM_swapImgRestore)DMB_MM_swapImgRestore();if(DMB_MM_nbGroup){om[1].state = 1;DMB_MM_nbGroup('out');}}

		}
		
		if(cl||chk) {
			ClearTimer("smHnd");
			if(tbNum && lmcHS)
				if(!lmcHS.disable) {
					if(IE) hsHoverSel(1);
					if(NS) hsNSHoverSel(1);
				}
			if(!lmcHS) window.status = "";
		}
		if((nOM>0||lmcHS)&&!InSelMenu()) 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") {
				if(!m.fs) {
					m.style.filter = dxFilter + m.style.filter;
					m.fs = true;
				}
				for(var i=0; i<m.filters.length; i++) {
					m.filters[i].apply();
					if(s=="visible") m.style.visibility = s;
					m.filters[i].play();
				}
			}
		if(s=="hidden" && !NS) {
			m.m.acs.stop();
			if(!m.m.ach) {
				m.m.ach = new acc(m.m.style, m.m.prop, parseInt(m.m.t2), 200, 2);
				m.m.ach.r = true;
				m.m.ach.onend = new Function("this.r=false;var m=GetObj('"+m.id+"');if(m)m.style.visibility='hidden'");
			}
			window.setTimeout("var m=GetObj('"+m.id+"');if(m)if(m.m)if(m.m.ach)m.m.ach.start();", m.hd);
		} else
			m.style.visibility = s;
		FormsTweak(s=="visible"?"hidden":"visible");
	}

	function ShowMenu(mName, x, y, isc, hsimg, algn) {
		//IE,NS,SM,OP,KQ
		//This function controls the way menus and submenus are displayed.
		//It also applies a delay to display submenus.
		//------------------------------
		//Version 1.0
		//
		if(!algn) algn = 0;
		var f = ["ShowMenu2('"+mName+"',"+x+","+y+","+isc+",'"+hsimg+"',"+algn+")"];

		ClearTimer("smHnd");
		if(isc) {
			if(nOM==0) return false;
			lsc = om[nOM].sc;
			f[1] = "if(nOM)if(lsc==om[nOM].sc)";
			f[2] = smDelay;
		} else {
			if(nOM>0) if(om[1].id == mName) return false;
			ClearTimer("mhdHnd");
			if(algn<0 && !lmcHS) return false;
			f[1] = "HideAll(1);";
			f[2] = mDelay();
		}
		if(isc)smHnd = window.setTimeout(f[1]+f[0], f[2]); else eval(f[1]+f[0]);
		return true;
	}

	function ShowMenu2(mName, x, y, isc, hsimg, 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.
		//isc: True if the menu has been triggered from a command.
		//hsimg: Image to which the menu is attached to.
		//algn: Alignment setting for the menu.
		//------------------------------
		//Version 20.6
		//
		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;
		
		Menu.op = nOM?om[nOM].sc:null;
		Menu.sc = null;
		
		imgObj = null;
		if(isc) {
			if(!NS) HideSubMenus(om[nOM].sc.id);
			xy = GetSubMenuPos(Menu, algn);

			var gs = om[nOM].gs; if(gs) xy[1] += parseInt(gs.top);
		} else {
			if(algn<0 && !lmcHS) return false;
			Menu.pHS = lmcHS;
			xy = (algn<0?GetHSPos(x, y, NS?Menu.w:Menu.offsetWidth, NS?Menu.h:Menu.offsetHeight, -algn):[x,y]);
			if(hsimg) {
				var hss = hsimg.split("|");
				imgObj = NS?FindImage(cFrame.document, hss[0]):cFrame.document.images[hss[0]];
				if(imgObj) {
					if(hss[1]&2) xy[0] = AutoPos(Menu, imgObj, algn)[0] + (IsFrames?GetLeftTop()[0]:0) + MacOffset()[0];
					if(hss[1]&1) xy[1] = AutoPos(Menu, imgObj, algn)[1] + (IsFrames?GetLeftTop()[1]:0) + MacOffset()[1];
				}
			}
			if(!IsContext) {xy[0] += 1;}

			algn = y;
		}
		
		if(xy) {x = xy[0];y = xy[1];}
		var pWH = [GetWidthHeight()[0] + GetLeftTop()[0], GetWidthHeight()[1] + GetLeftTop()[1]];
		

		
		if(IE) {
			with(Menu) {
				if(SM) style.display = "none";
				style.left = FixPos(x,offsetWidth,pWH[0],0) + "px";
				style.top = FixPos(y,offsetHeight,pWH[1],1) + "px";
				style.overflow = "hidden";
			}
			var offset = 0;
			if(SM) {
				var imgbs = Menu.getElementsByTagName("SPAN");
				if(imgbs.length>0) offset = parseInt(imgbs[0].style.width);
			}
		
			var mf = GetObj(mName+"frmt");
			mf.w = parseInt(mf.style.width);
			mf.h = parseInt(mf.style.height);
			switch(algn) {
				case 0:
				case 1:
				case 2:
				case 3:
				case 5:
				case 9:
				case 11:
					mf.to = mf.offsetTop;
					mf.prop = "top";
					mf.style.top = mf.t2 = -mf.h + "px";
					break;
				case 4:
					mf.to = mf.offsetLeft;
					mf.prop = "left";
					mf.style.left = mf.t2 = mf.w + "px";
					break;
				case 10:
					mf.to = mf.offsetTop;
					mf.prop = "top";
					mf.style.top = mf.t2 = mf.h + "px";
					break;
				case 6:
				case 7:
				case 9:
					mf.to = mf.offsetLeft + offset;
					mf.prop = "left";
					mf.style.left = mf.t2 = -mf.w + "px";
					break;
			}
			Menu.m = mf;
			if(mf.ach) if(mf.ach.r) mf.ach.stop();
			if(!mf.acs) {
				mf.acs = new acc(mf.style, mf.prop, mf.to, 200, 2);
				mf.acs.r = true;
				mf.acs.onend = new Function("this.r=false");
			}
			mf.acs.start();
		}
		
		if(NS)  {
			Menu.clip.width = 0;
			Menu.clip.height = 0;

			Menu.moveToAbsolute(FixPos(x,Menu.w,pWH[0]),FixPos(y,Menu.h,pWH[1]));
		}
		Menu.style.zIndex = 2000+tbNum+nOM;
		om[++nOM] = Menu;
		if(IE) for(i=nOM;i>0;i--) om[nOM-i+1].hd = (i-1)*200;
		
		if(!NS) FixCommands(mName);
		if(SM) Menu.style.display = "inline";
		
		ToggleMenu(Menu, "visible");
		IsContext = false;
		smHnd = 0;
		
		return true;
	}

	function mDelay() {
		//turn (nOM==0&&scDelay>0?rmDelay/2:rmDelay);
		//
		//
		return rmDelay/(nOM==0&&scDelay>0?4:1);
	}

	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 aNaN(n) {
		//IE,NS,SM,OP,KQ
		//This function converts NaN values to 0
		//------------------------------
		//Version 1.0
		//
		n = parseInt(n);
		return isNaN(n)?0:n;
	}

	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 = (NS?pg.sc:GetObj("O" + pg.sc.id.substr(1)));
		
		if(NS) {
			pg.offsetLeft = pg.left;
			pg.offsetTop = pg.top;
			pg.offsetWidth = pg.w;
			pg.offsetHeight = pg.h;
			mg.offsetWidth = mg.w;
			mg.offsetHeight = mg.h;
			sc.offsetLeft = sc.left;
			sc.offsetTop = sc.top;
			sc.offsetWidth = sc.clip.width;
			sc.offsetHeight = sc.clip.height;
		}
		var lp = pg.offsetLeft + sc.offsetLeft;
		var tp = pg.offsetTop + sc.offsetTop;
		
		switch(a) {
			case 0:
				x = lp;
				y = tp + sc.offsetHeight;
				break;
			case 1:
				x = lp + sc.offsetWidth - mg.offsetWidth;
				y = tp + sc.offsetHeight;
				break;
			case 2:
				x = lp;
				y = tp - mg.offsetHeight;
				break;
			case 3:
				x = lp + sc.offsetWidth - mg.offsetWidth;
				y = tp - mg.offsetHeight;
				break;
			case 4:
				x = lp - mg.offsetWidth;
				y = tp;
				break;
			case 5:
				x = lp - mg.offsetWidth;
				y = tp + sc.offsetHeight - mg.offsetHeight;
				break;
			case 6:
				x = lp + sc.offsetWidth;
				y = tp;
				break;
			case 7:
				x = lp + sc.offsetWidth;
				y = tp + sc.offsetHeight - mg.offsetHeight;
				break;
			case 8:
				x = lp - mg.offsetWidth;
				y = tp + (sc.offsetHeight - mg.offsetHeight)/2;
				break;
			case 9:
				x = lp + sc.offsetWidth;
				y = tp + (sc.offsetHeight - mg.offsetHeight)/2;
				break;
			case 10:
				x = lp + (sc.offsetWidth - mg.offsetWidth)/2;
				y = tp - mg.offsetHeight;
				break;
			case 11:
				x = lp + (sc.offsetWidth - mg.offsetWidth)/2;
				y = tp + sc.offsetHeight;
				break;
		}
		return [x,y];
	}

	function FixCommands(mName, 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 b;
		var en = true;
		var m = GetObj(mName);
		var wh;
		if(!m.fixed) {
			m.fixed = true;
			if(!t) t = 0;
			if(IE&&(!SM||OP)) en = (document.compatMode=="CSS1Compat");
			if(en && t>0 && (!SM || OP)) {
				b = GetBorderSize(tbS[t]);
				tbS[t].width = Math.abs(aNaN(tbS[t].width) - b[0]) + "px";
				tbS[t].height = Math.abs(aNaN(tbS[t].height) - b[1]) + "px";
			}
			var sd = (BV<5?m.all.tags("DIV"):m.getElementsByTagName("DIV"));
			for(var i=0;i<(sd.length);(t>0?i+=2:i++)) {
				sd[i].noWrap = true;
				if(en)
					with(sd[i].style) {
						b = GetBorderSize(sd[i].style);
						if(parseInt(width) && parseInt(height)) {
							width = parseInt(width) - b[0] + "px";
							height = parseInt(height) - b[1] + "px";
						}
					}
			}
		}
	}

	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
		//
		
	}

	function InTBHotSpot() {
		//IE,NS,SM,OP,KQ
		//This function returns true if the mouse pointer is over a toolbar item.
		//------------------------------
		//Version 1.1
		//
		var m = (imgObj?imgObj:lmcHS);
		var tp = [0, 0];
		var tbb;
		if(!m) return false;
		if(imgObj)
			if(imgObj.name.indexOf("dmbHSdyna")!=-1) {
				imgObj = null;
				return false;
			}	
		var x = mX;
		var y = mY;
		if(!imgObj) {
			if(IE) {
				if(BV<5&&!IsMac) m.parentNode = m.parentElement;
			} else
				m.parentNode = m.parentLayer;
			var i = m.parentNode.id.substr(5);
			tp = getTBPos(i);
			if(IE) m = m.style;
		} else {
			m.left = GetImgXY(imgObj)[0];
			m.top = GetImgXY(imgObj)[1];
			if(NS) m.clip = m;
		}
		var l = parseInt(m.left) + tp[0];
		var r = l+(IE?parseInt(m.width):m.clip.width);
		var t = parseInt(m.top) + tp[1];
		var b = t+(IE?parseInt(m.height):m.clip.height);
		
		if(IsFrames&&!NS) {
			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.1
		//
		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.6
		//
		if(IE) {
			if(!SM) {
				if(mFrame!=cFrame||event==null) {
					var cfe = cFrame.window.event;
					var mfe = mFrame.window.event;
					if(IE&&IsMac) cfe = (cfe.type=="mousemove"?cfe:null);
					if(IE&&IsMac) mfe = (mfe.type=="mousemove"?mfe:null);
					if(mfe==null && cfe==null) return;
					e = (cfe?cfe:mfe);
				} else
					e = event;
			}
			mX = e.clientX + lt[0];
			mY = e.clientY + lt[1];
		
			ClearTimer("cFrame.iefwh");
			cFrame.iefwh = window.setTimeout("lt=GetLeftTop()", 100);
		}
		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.0
		//
		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 25.2
		//

		SetPointerPos(e);
		if(!IsOverMenus() && mhdHnd==0)
			mhdHnd = window.setTimeout("mhdHnd=0;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)&&(mfd.getElementsByTagName("IFRAME").length==0)) return;
			var m = om[nOM];
			var iname = m.id + "iframe";
			var i = GetObj(iname, mFrame);
			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
		//
		var d = 100;
		if(mibc && !NS) {
			d += mibs * mibc;
			if(lmcHS) mibm = lmcHS;
			if(nOM)
				for(var n=nOM; n>0; n--)
					if(om[n].sc) {
						mibm = om[n].sc;
						break;
					}
			if(mibm) {
				mibm.n = mibc;
				BlinkItem(url, tframe);
			}
		} else {
			HideAll();
			Wait4Rollup(url, tframe);
		}
	}

	function BlinkItem(url, tframe) {
		//IE,NS,SM,OP,KQ
		//This function is used to blink a menu item when cliked.
		//------------------------------
		//Version 1.0
		//
		var f = (mibm.id.substr(1)>1000?cFrame:mFrame);
		mibm.bs = !Math.abs(mibm.bs);
		SwapMC(mibm.bs, mibm, f);
		mibc--;
		if(mibc>=0)
			window.setTimeout("BlinkItem('"+url+"','"+tframe+"')", mibs);
		else {
			mibc = mibm.n;
			mibm = null;
			HideAll();
			Wait4Rollup(url, tframe);
		}
	}

	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 2.1
		//
		var w = eval("windo" + "w.ope" + "n");
		url = rStr(unescape(url));
		if(url.indexOf("javascript:")!=url.indexOf("vbscript:"))
			eval(url);
		else {
			switch(tframe) {
				case "_self":
					if(IE&&!SM&&!KQ&&(BV>4)) {
						var a = mFrame.document.createElement("A");
						a.href = url;
						mFrame.document.body.appendChild(a);
						a.click();
					} else
						mFrame.location.href = url;
					break;
				case "_blank":
					w(url, tframe);
					break;
				default:
					var f = rStr(tframe);
					var fObj = (tframe=='_parent'?mFrame.parent:eval(f));
					if(typeof(fObj) == "undefined")
						w(url, f.substr(8, f.length-10));
					else
						fObj.location.href = url;
					break;
			}
		}
	}

	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(dr) {
		//IE,NS,SM,OP,KQ
		//This function will hide all the currently opened menus.
		//------------------------------
		//Version 1.1
		//
		var o = lmcHS;
		if(dr) lmcHS = null;
		Hide();
		while(nOM>0) Hide();
		lmcHS = o;
	}

	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.2
		//
		ClearTimer("mhdHnd");
		mhdHnd = window.setTimeout("mhdHnd=0;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);
				return (b?[b.scrollLeft,b.scrollTop]:[0,0]);
			}
		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
		//
		if(!f) f = mFrame;
		if(NS||SM) {
			return [SM?Math.min(Math.min(f.innerWidth,document.body.clientWidth), document.documentElement.clientWidth):f.innerWidth,f.innerHeight];
		} else {
			var b = GetBodyObj(f);
			return (b?[b.clientWidth,b.clientHeight]:[0,0]);
		}
	}

	function GetBodyObj(f) {
		//IE
		//
		//------------------------------
		//Version 1.0
		//
		if(!f.bo) f.bo = (f.document.compatMode=="BackCompat"||BV<6||IsMac)?f.document.body:f.document.documentElement;
		return f.bo;
	}

	function GetBorderSize(s) {
		//IE,SM
		//This functions returns the widths of a border
		//------------------------------
		//Version2.0
		//
		return [(s.borderLeftStyle==""||s.borderLeftStyle=="none"?0:parseInt(s.borderLeftWidth)) + (s.borderRightStyle==""||s.borderRightStyle=="none"?0:parseInt(s.borderRightWidth)),
		     (s.borderTopStyle==""||s.borderTopStyle=="none"?0:parseInt(s.borderTopWidth)) + (s.borderBottomStyle==""||s.borderBottomStyle=="none"?0:parseInt(s.borderBottomWidth))];
	}

	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 = (NS?m.w:m.offsetWidth);
		var mH = (NS?m.h:m.offsetHeight);
			
		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.3
		//
		var x;
		var y;
			
		if(NS)	{
			y = GetImgOffset(cFrame, img.name, 0, 0);
			x = img.x + y[0];
			y = img.y + y[1];
		} else {
			y = getOffset(img);
			x = y[0];
			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.1
		//
		var xy = [img.offsetLeft, img.offsetTop];
		var 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 tmp;
		
		if(d.images[img]) return d.images[img];
		
		for(var 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(IE) {
			SetPointerPos(e);
			IsContext = true;
		} else
			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
		//
		nOM = 0;
		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;
				}
				nsOWH = GetWidthHeight();
				window.onresize = rHnd;
				PrepareEvents();
			}
			if(IE) {
				document.onmousemove = HideMenus;
				mFrame.document.onmousemove = document.onmousemove;
				if(cntxMenu) mFrame.document.oncontextmenu = ShowContextMenu;
				if(IsFrames) mFrame.window.onunload = new Function("mFrame=null;SetUpEvents()");
				cFrame.lt = [0, 0];
				if(tbNum==0) window.onscroll = GetLeftTop;
			}


			MenusReady = true;
		}
		if(!DMB_MM_swapImgRestore&&typeof(MM_swapImgRestore)!='undefined'){DMB_MM_swapImgRestore = MM_swapImgRestore;MM_swapImgRestore = new Function('if(nOM==0)DMB_MM_swapImgRestore();');}
		if(!DMB_MM_nbGroup&&typeof(MM_nbGroup)!='undefined'){DMB_MM_nbGroup = MM_nbGroup;MM_nbGroup = myMMfcn;}

		changeImages=new Function("var arg=\"'\";var ar=[];for(var i=0;i<arguments.length;i++)arg=arg+arguments[i]+\"','\";arg=arg.substr(0,arg.length-2);ar=arg.split(','); if(nOM>0){if(om[nOM].irp!=true){DMB_changeImages(ar);om[nOM].irp=true;}else om[nOM].irp=ar;}else DMB_changeImages(ar);");

		
		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&&sMsg.substr(0,16)!="Member not found")
			alert("Java Script Error\n" +
			      "\nDescription: " + sMsg +
			      "\nSource: " + sUrl +
			      "\nLine: "+sLine);
		return true;
	}

	function FixPos(v, 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 = (v+s>r)?r-s:v;
		else
			n = (v+s>r)?parseInt(om[nOM].style.left)-s:v;
		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, f) {
		//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(!f) cFrame.f = cFrame;
		if(eval(t)) eval("cFrame.f.clearTimeout("+t+");"+t+"=0");
	}

	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
		//
		var nsCWH = GetWidthHeight();
		if((nsCWH[0]!=nsOWH[0]) || (nsCWH[1]!=nsOWH[1]))
			frames["top"].location.reload();
	}

	function FixPNG(d) {
		//IE
		//This function fixes a bug that affects IE6 and PNG images.
		//------------------------------
		//Version 1.1
		//
		if(IE&&!SM&&(BV<7)&&(!d.fixPNG)) {
			var img;
			var sd = d.getElementsByTagName("DIV");
			for(var i=0; i<sd.length; i++)
				if(sd[i].style.backgroundImage) {
					img = sd[i].style.backgroundImage;
					img = img.substr(4, img.length-5);
					if(img.toLowerCase().indexOf(".png")!=-1) {
						sd[i].style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+img+"', sizingMethod='scale')";
						sd[i].style.backgroundImage = "";
					}
				}
			d.fixPNG = true;
		}
	}

	function FixCursor(mc) {
		//IE
		//This function fixes a bug that affects IE6 and custom cursors.
		//------------------------------
		//Version 1.0
		//
		if(!OP) {
			var os = GetObj("O" + mc.id.substr(1)).style;
			var s = os.cursor;
			if(s=="") os.cursor = (BV<6?"hand":s.split("cursor: url(")[1].split(")")[0]);
		}
	}

	function GetObj(oName, f, sf, r) {
		//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)
			if(IsFrames && tbNum) {
				if(!sf) sf = window.parent;
				for(var i=0; i<sf.frames.length; i++) {
					f = sf.frames[i];
					if(!(obj = GetObj(oName, f)) && f.length)
						if(obj = GetObj(oName, null, f, true)) {
							f = obj[1];
							obj = obj[0];
						}
					if(obj) break;
				}
				if(obj) {
				    f.cFrame = cFrame;
				    if(tbNum>0) {
				    	if(NS)
				    		f.hsNSHoverSel = hsNSHoverSel;
				    	else
				    		f.hsHoverSel = hsHoverSel;				    	
				    }
				    f.execURL = execURL;
				}
			} else
				f = mFrame;
		if(NS)
			obj = f.document.layers[oName];
		else {
			obj = (BV>=5?f.document.getElementById(oName):f.document.all[oName]);
			if(obj) if(obj.id!=oName) obj = null;
		}
		return r?[obj, f]:obj;
	}

	function gpid(o) {
		//IE,SM,OP,KQ
		//This function returns the ID of the parent group of a command.
		//------------------------------
		//Version 1.0
		//
		return (BV>=5?o.parentNode.parentNode.id:o.parentElement.parentElement.id);
	}

	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]];
							}
						}
				for(var t=1; t<=tbNum; t++) {
					tb = cFrame.document.layers['dmbTBBack'+t];
					for(var sl=0; sl<tb.layers['dmbTB'+t].layers.length; sl++) {
						slo = tb.layers['dmbTB'+t].layers[sl];
						if(slo.name.indexOf('EH')>0) {
							slo.document.onmouseup = hNSCClick;
							slo.document.TCode = nTCode[slo.name.split('EH')[1]];
						}
					}
				}
			}
		}
	}

	function acc(obj, prop, to, time, zip, unit) {
		//
		//
		//
		if (typeof zip  == "undefined") zip  = 0;
		if (typeof unit == "undefined") unit = "px";
		
		if (zip > 2 || zip <= 0) zip=0;
		
		this.obj = obj;
		this.prop = prop;
		this.x1 = to;
		this.dt = time;
		this.zip = zip;
		this.unit = unit;
		this.x0 = parseInt(this.obj[this.prop]);
		this.D = this.x1 - this.x0;
		if(1==1)
			this.A = this.D / Math.abs(Math.log(time));
		else
			this.A = this.D / Math.abs(Math.pow(time, this.zip));
		this.id = acc.instances.length;
		this.onend = null;
	}

	function hsHoverSel(mode, e, f) {
		//
		//
		//
		var mc;
		var fh = false;
		
		if(mibm) return false;
		ClearTimer("smHnd");
		ClearTimer("smfHnd");
		if(SM && mode==1 && !f) {
			smfHnd = window.setTimeout("hsHoverSel(1,0,1)", 10);
			return false;
		}
		
		if(mode==0) {
			mc = GetCurCmd(e);
			if(!mc) return false;
			if(lmcHS==mc) return false;
			if(lmcHS) hsHoverSel(1,0,1);
			if(mc!=lmcHS) {
				if(!mc.onmouseover)
					fh = true;
				else
					if(mc.onmouseover.toString().indexOf("ShowMenu")==-1) fh = true;
				if(fh) smHnd = window.setTimeout("HideAll(1)",mDelay());
			}
			FixCursor(mc, cFrame);
			lmcHS = mc;
		} else {
			mc = lmcHS;
			
			lmcHS = null;
		}
		
		SwapMC(mode, mc, cFrame);
		
		return true;
	}

	function Wait4Rollup(url, tframe) {
		//
		//
		//
		var m;
		var i = 1;
		while(true) {
			if((nOM==0) || !om[i]) break;
			if(om[i].m.ach) if(om[i].m.ach.r) {
				window.setTimeout("Wait4Rollup('"+url+"', '"+tframe+"')", 200);
				return;
			} else
				om[i] = null;
			i++;
		}
		execURL2(escape(_purl(url)), tframe);
	}





function _purl(u){return u;}function _fip(img){return img.src;}
	if(IE)
		with(document) {
			open();
			write("<div id=\"Group001\" style=\"position:absolute; top:0px; left:0px; width:209px; height:160px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group001frmt\" style=\"position:absolute; top:0px; left:0px; width:203px; height:154px; background-color:#C1D48B; background-image:url(/Menu/Images/bg_about_us.png); border-left:#88AD1F 2px solid; border-right:#88AD1F 2px solid; border-bottom:#88AD1F 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N0 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>Scholarship Program</div></div><div style=\"position:absolute; top:3px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O0 OnClick=\"cFrame.execURL(\'/About_Us/scholarship.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:24px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N1 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>Small Business Innovation</div></div><div style=\"position:absolute; top:24px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O1 OnClick=\"cFrame.execURL(\'/About_Us/small_business.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:45px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N2 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>In The News</div></div><div style=\"position:absolute; top:45px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O2 OnClick=\"cFrame.execURL(\'/About_Us/in_the_news.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:66px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N3 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>2009 - 2010 Officers</div></div><div style=\"position:absolute; top:66px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O3 OnClick=\"cFrame.execURL(\'/About_Us/officers.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:87px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N4 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>2009 - 2010 Advisory Council</div></div><div style=\"position:absolute; top:87px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O4 OnClick=\"cFrame.execURL(\'/About_Us/advisory_council.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:108px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N5 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left>Past Presidents</div></div><div style=\"position:absolute; top:108px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O5 OnClick=\"cFrame.execURL(\'/About_Us/past_presidents.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:178px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:129px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N6 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'Group005\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:163px; left:7px;\" align=left>Links</div><img style=\"position:absolute; top:4px; left:177px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:129px; left:7px; width:185px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O6><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:163px; left:7px;\" align=left></div><img style=\"position:absolute; top:4px; left:177px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div></div></div><div id=\"Group002\" style=\"position:absolute; top:0px; left:0px; width:374px; height:391px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group002frmt\" style=\"position:absolute; top:0px; left:0px; width:368px; height:385px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N7 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'SubGrp_MonBre011\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:328px; left:7px;\" align=left>Monthly Breakfast</div><img style=\"position:absolute; top:4px; left:342px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:3px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O7><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:328px; left:7px;\" align=left></div><img style=\"position:absolute; top:4px; left:342px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div><div style=\"position:absolute; top:24px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N8 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 Senior Government Executive Dinner</div></div><div style=\"position:absolute; top:24px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O8 OnClick=\"cFrame.execURL(\'/execdinner\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:45px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N9 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 ARRA Small Business Breakfast</div></div><div style=\"position:absolute; top:45px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O9 OnClick=\"cFrame.execURL(\'/arra\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:66px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N10 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 Charity Golf Tournament</div></div><div style=\"position:absolute; top:66px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O10 OnClick=\"cFrame.execURL(\'http://bethesdaafcea.golfreg.com/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:87px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N11 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 Virtualization Symposium</div></div><div style=\"position:absolute; top:87px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O11 OnClick=\"cFrame.execURL(\'/virtualization\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:108px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N12 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left>2010 Excellence Awards</div></div><div style=\"position:absolute; top:108px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O12 OnClick=\"cFrame.execURL(\'/Events/Misc/2010_Excellence_Awards/awards.asp\', \'_self\');\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left></div></div><div style=\"position:absolute; top:137px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N13 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 NIH Charity Event</div></div><div style=\"position:absolute; top:137px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O13 OnClick=\"cFrame.execURL(\'/Events/NIH_2010/nih.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:158px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N14 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 Health IT Day</div></div><div style=\"position:absolute; top:158px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O14 OnClick=\"cFrame.execURL(\'/HealthITDay\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:179px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N15 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2010 Operation Jump Start IV</div></div><div style=\"position:absolute; top:179px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O15 OnClick=\"cFrame.execURL(\'https://1105govinfoevents.com/EventRegistration.aspx?Event=OJS10\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:200px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N16 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2009 Energy and the Environment IT Day</div></div><div style=\"position:absolute; top:200px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O16 OnClick=\"cFrame.execURL(\'/EEITDay\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:221px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N17 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2009 CIO-SP3 Half-Day Symposium</div></div><div style=\"position:absolute; top:221px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O17 OnClick=\"cFrame.execURL(\'/ciosp3\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:242px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N18 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left>2009 Biometrics and Identity Management Symposium</div></div><div style=\"position:absolute; top:242px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O18 OnClick=\"cFrame.execURL(\'/Events/Misc/2009_security/security.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:263px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N19 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left>2009 NIH Charity Event</div></div><div style=\"position:absolute; top:263px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O19 OnClick=\"cFrame.execURL(\'/Events/NIH_2009/nih.asp\', \'_self\');\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left></div></div><div style=\"position:absolute; top:292px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N20 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left>2009 NASA Small Business Breakfast</div></div><div style=\"position:absolute; top:292px; left:7px; width:350px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O20 OnClick=\"cFrame.execURL(\'/Events/Misc/2009_NASA_Small_Bus/index.asp\', \'_self\');\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:341px; left:8px;\" align=left></div></div><div style=\"position:absolute; top:321px; left:7px; width:350px; height:26px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N21 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:3px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:5px; width:343px; left:7px;\" align=left>2009 Law Enforcement IT Day</div></div><div style=\"position:absolute; top:321px; left:7px; width:350px; height:26px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O21 OnClick=\"cFrame.execURL(\'/Events/LEIT_2009/LE-IT.asp\', \'_self\');\"><img style=\"position:absolute; top:3px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:5px; width:343px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:348px; left:7px; width:350px; height:11px;\" id=N999 ><div style=\"position:absolute; top:5px; left:35px; width:280px; height:1px; overflow:hidden; background-color:#000000\"></div></div><div style=\"position:absolute; top:360px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N22 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'SubGrp_Arc010\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:328px; left:7px;\" align=left>Archives</div><img style=\"position:absolute; top:4px; left:342px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:360px; left:7px; width:350px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O22><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:328px; left:7px;\" align=left></div><img style=\"position:absolute; top:4px; left:342px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div></div></div><div id=\"Group009\" style=\"position:absolute; top:0px; left:0px; width:175px; height:163px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group009frmt\" style=\"position:absolute; top:0px; left:0px; width:169px; height:157px; background-color:#DF9394; background-image:url(/Menu/Images/bg_gallery.png); border-left:#C12F32 2px solid; border-right:#C12F32 2px solid; border-bottom:#C12F32 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N23 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>2006 - 2007 Breakfasts</div></div><div style=\"position:absolute; top:3px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O23 OnClick=\"cFrame.execURL(\'/Gallery/2006%20-%202007%20Breakfasts/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N24 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>2007 - 2008 Breakfasts</div></div><div style=\"position:absolute; top:28px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O24 OnClick=\"cFrame.execURL(\'/Gallery/2007%20-%202008%20Breakfasts/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:53px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N25 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>2008 - 2009 Breakfasts</div></div><div style=\"position:absolute; top:53px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O25 OnClick=\"cFrame.execURL(\'/Gallery/2008%20-%202009%20Breakfasts/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:78px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N26 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>NIH Gala</div></div><div style=\"position:absolute; top:78px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O26 OnClick=\"cFrame.execURL(\'/Gallery/NIH%20Gala/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:103px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N27 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>Endowment Signing</div></div><div style=\"position:absolute; top:103px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O27 OnClick=\"cFrame.execURL(\'/Gallery/Endowment%20Signing/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:128px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N28 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left>Excellence Awards</div></div><div style=\"position:absolute; top:128px; left:7px; width:151px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O28 OnClick=\"cFrame.execURL(\'/Gallery/ExcellenceAwards/2008%20Excellence%20Awards/gallery.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:137px; left:7px;\" align=left></div></div></div></div><div id=\"Group003\" style=\"position:absolute; top:0px; left:0px; width:186px; height:76px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group003frmt\" style=\"position:absolute; top:0px; left:0px; width:180px; height:70px; background-color:#95AFCA; background-image:url(/Menu/Images/bg_sponsors.png); border-left:#336699 2px solid; border-right:#336699 2px solid; border-bottom:#336699 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N29 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left>View All Sponsors</div></div><div style=\"position:absolute; top:3px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O29 OnClick=\"cFrame.execURL(\'/Sponsors/view_sponsors.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:24px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N30 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left>Sponsorship Information</div></div><div style=\"position:absolute; top:24px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O30 OnClick=\"cFrame.execURL(\'/Sponsors/sponsor_info.asp\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:45px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N31 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left>2009 Excellence Awards</div></div><div style=\"position:absolute; top:45px; left:7px; width:162px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O31 OnClick=\"cFrame.execURL(\'/Events/Misc/2009_Excellence_Awards/2009%20Annual%20Awards%20Luncheon%20Sponsorship%20Details.pdf\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:155px; left:7px;\" align=left></div></div></div></div><div id=\"Group010\" style=\"position:absolute; top:0px; left:0px; width:154px; height:88px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group010frmt\" style=\"position:absolute; top:0px; left:0px; width:148px; height:82px; background-color:#040702; background-image:url(/Menu/Images/bg_contact.jpg); border-left:#66CC33 2px solid; border-right:#66CC33 2px solid; border-bottom:#66CC33 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000; background-color:#AFE495;\" id=N32 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left>General Question</div></div><div style=\"position:absolute; top:3px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O32 OnClick=\"cFrame.execURL(\'/Contact_Us/question.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000; background-color:#AFE495;\" id=N33 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left>Join Mailing List</div></div><div style=\"position:absolute; top:28px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O33 OnClick=\"cFrame.execURL(\'/Contact_Us/mailing_list_join.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:53px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000; background-color:#AFE495;\" id=N34 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left>Leave Mailing List</div></div><div style=\"position:absolute; top:53px; left:7px; width:130px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#FFFFFF; ; cursor:pointer; visibility:hidden;\" id=O34 OnClick=\"cFrame.execURL(\'/Contact_Us/mailing_list_leave.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:116px; left:7px;\" align=left></div></div></div></div><div id=\"Group005\" style=\"position:absolute; top:0px; left:0px; width:160px; height:139px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group005frmt\" style=\"position:absolute; top:0px; left:0px; width:154px; height:133px; background-color:#C1D48B; background-image:url(/Menu/Images/bg_about_us.png); border-left:#88AD1F 2px solid; border-right:#88AD1F 2px solid; border-bottom:#88AD1F 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N35 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>AFCEA International</div></div><div style=\"position:absolute; top:3px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O35 OnClick=\"cFrame.execURL(\'http://www.afcea.org/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:24px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N36 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>Young AFCEA</div></div><div style=\"position:absolute; top:24px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O36 OnClick=\"cFrame.execURL(\'/yafcea/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:45px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N37 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>AFFIRM</div></div><div style=\"position:absolute; top:45px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O37 OnClick=\"cFrame.execURL(\'http://www.affirm.org/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:66px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N38 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>AFCEA Fort Belvoir</div></div><div style=\"position:absolute; top:66px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O38 OnClick=\"cFrame.execURL(\'http://belvoir.afceachapter.org/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:87px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N39 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>AFCEA Germantown</div></div><div style=\"position:absolute; top:87px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O39 OnClick=\"cFrame.execURL(\'http://germantown.afceachapter.org/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:108px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N40 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left>AFCEA NOVA</div></div><div style=\"position:absolute; top:108px; left:7px; width:136px; height:20px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O40 OnClick=\"cFrame.execURL(\'http://www.afceanova.org/\', \'_self\');\"><img style=\"position:absolute; top:0px; left:0px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:2px; width:129px; left:7px;\" align=left></div></div></div></div><div id=\"SubGrp_Arc010\" style=\"position:absolute; top:0px; left:0px; width:204px; height:245px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"SubGrp_Arc010frmt\" style=\"position:absolute; top:0px; left:0px; width:198px; height:239px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N41 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'SubGrp_200Eve011\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left>2006 - 2007 Breakfasts</div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:3px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O41><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left></div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div><div style=\"position:absolute; top:32px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N42 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'Group008\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left>2007 - 2008 Breakfasts</div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:32px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O42><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left></div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div><div style=\"position:absolute; top:61px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N43 OnMouseOver=\"cFrame.HoverSel(0,this);cFrame.ShowMenu(\'SubGrp_20_20Br011\', 0, 0, true, \'\', 6);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left>2008 - 2009 Breakfasts</div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_off.gif\" width=8 height=11></div><div style=\"position:absolute; top:61px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O43 OnClick=\"cFrame.execURL(\'\', \'_self\');\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:144px; left:14px;\" align=left></div><img style=\"position:absolute; top:8px; left:165px;\" src=\"/Menu/Images/arrow_right_on.gif\" width=8 height=11></div><div style=\"position:absolute; top:90px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N44 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:171px; left:8px;\" align=left>2009 Excellence Awards</div></div><div style=\"position:absolute; top:90px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O44 OnClick=\"cFrame.execURL(\'/Events/Misc/2009_Excellence_Awards/AFCEA%20Bethesda%20Chapter%20Award%20Selection%202009.pdf\', \'_self\');\"><img style=\"position:absolute; top:4px; left:1px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:171px; left:8px;\" align=left></div></div><div style=\"position:absolute; top:119px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N45 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left>2008 Mission IT Day</div></div><div style=\"position:absolute; top:119px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O45 OnClick=\"cFrame.execURL(\'http://www.afceabethesda.org/missionitday/\', \'_self\');\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left></div></div><div style=\"position:absolute; top:148px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N46 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left>2008 Health IT Day</div></div><div style=\"position:absolute; top:148px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O46 OnClick=\"cFrame.execURL(\'/Events/HealthIT_2008/Health-IT.asp\', \'_self\');\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left></div></div><div style=\"position:absolute; top:177px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N47 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left>2008 NIH Charity Event</div></div><div style=\"position:absolute; top:177px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O47 OnClick=\"cFrame.execURL(\'/Events/NIH_2008/nih.asp\', \'_self\');\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left></div></div><div style=\"position:absolute; top:206px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N48 OnMouseOver=\"cFrame.HoverSel(0,this);\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/spacer.gif\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left>2008 Excellence Awards</div></div><div style=\"position:absolute; top:206px; left:7px; width:180px; height:28px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O48 OnClick=\"cFrame.execURL(\'/About_Us/press_releases/2008-07-29-ExcellenceAward.pdf\', \'_self\');\"><img style=\"position:absolute; top:4px; left:7px;\" src=\"/Menu/Images/\" width=0 height=20><div style=\"position:absolute; top:6px; width:159px; left:14px;\" align=left></div></div></div></div><div id=\"SubGrp_200Eve011\" style=\"position:absolute; top:0px; left:0px; width:349px; height:63px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"SubGrp_200Eve011frmt\" style=\"position:absolute; top:0px; left:0px; width:343px; height:57px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:325px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N49 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:311px; left:7px;\" align=left>2007-05-24 Information Sharing, Beyond the Hype</div></div><div style=\"position:absolute; top:3px; left:7px; width:325px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O49 OnClick=\"cFrame.execURL(\'/Events/breakfast/2006-2007/2007-05/2007-05-24.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:311px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:325px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N50 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:311px; left:7px;\" align=left>2007-06-21 Bold IT Programs</div></div><div style=\"position:absolute; top:28px; left:7px; width:325px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O50 OnClick=\"cFrame.execURL(\'/Events/breakfast/2006-2007/2007-06/2007-06-21.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:311px; left:7px;\" align=left></div></div></div></div><div id=\"Group008\" style=\"position:absolute; top:0px; left:0px; width:339px; height:263px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"Group008frmt\" style=\"position:absolute; top:0px; left:0px; width:333px; height:257px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N51 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>September 18 - Emergency Preparedness</div></div><div style=\"position:absolute; top:3px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O51 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2007-09/2007-09-18.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N52 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>October 18 - Financial Transformation</div></div><div style=\"position:absolute; top:28px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O52 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2007-10/2007-10-18.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:53px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N53 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>November 15 - Federal Consolidation Initiatives</div></div><div style=\"position:absolute; top:53px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O53 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2007-11/2007-11-15.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:78px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N54 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>December 13 - Secure Identity Management</div></div><div style=\"position:absolute; top:78px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O54 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2007-12/2007-12-13.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:103px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N55 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>January 17 - Contracting Roulette</div></div><div style=\"position:absolute; top:103px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O55 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-01/2008-01-17.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:128px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N56 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>February 20 - Annual CIO Budget Preview</div></div><div style=\"position:absolute; top:128px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O56 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-02/2008-02-20.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:153px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N57 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>March 27 - Service Oriented Architecture</div></div><div style=\"position:absolute; top:153px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O57 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-03/2008-03-27.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:178px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N58 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>April 24 - Electronic Medical Records</div></div><div style=\"position:absolute; top:178px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O58 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-04/2008-04-24.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:203px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N59 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>May 22 - Independent Risk Analysis</div></div><div style=\"position:absolute; top:203px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O59 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-05/2008-05-22.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:228px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N60 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left>June 19 - New Direction of Contracting Vehicles</div></div><div style=\"position:absolute; top:228px; left:7px; width:315px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:pointer; visibility:hidden;\" id=O60 OnClick=\"cFrame.execURL(\'/Events/breakfast/2007-2008/2008-06/2008-06-19.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:301px; left:7px;\" align=left></div></div></div></div><div id=\"SubGrp_20_20Br011\" style=\"position:absolute; top:0px; left:0px; width:437px; height:263px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"SubGrp_20_20Br011frmt\" style=\"position:absolute; top:0px; left:0px; width:431px; height:257px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N61 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>September 19 - Version 3</div></div><div style=\"position:absolute; top:3px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O61 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2008-09/2008-09-19.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N62 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>October 16 - Securing the Nation’s Cyber Networks</div></div><div style=\"position:absolute; top:28px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O62 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2008-10/2008-10-16.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:53px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N63 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>November 19 - IT Infrastructure Consolidation and Optimization</div></div><div style=\"position:absolute; top:53px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O63 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2008-11/2008-11-19.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:78px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N64 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>December 18 - Agencies in Transition</div></div><div style=\"position:absolute; top:78px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O64 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2008-12/2008-12-18.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:103px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N65 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>January 14 - Web 2.0</div></div><div style=\"position:absolute; top:103px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O65 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2009-01/2009-01-14.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:128px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N66 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>February 18 - Information Sharing</div></div><div style=\"position:absolute; top:128px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O66 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2009-02/2009-02-18.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:153px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N67 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>March 27 - Major IT Contract Vehicles</div></div><div style=\"position:absolute; top:153px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O67 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2009-03/2009-03-27.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:178px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N68 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>April 23 - Open Government</div></div><div style=\"position:absolute; top:178px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O68 OnClick=\"cFrame.execURL(\'/Events/breakfast/2008-2009/2009-04/2009-04-23.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:203px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N69 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>May 21 - ARRA</div></div><div style=\"position:absolute; top:203px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O69 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-05/2009-05-21.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:228px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N70 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left>June 18 - Health IT</div></div><div style=\"position:absolute; top:228px; left:7px; width:413px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O70 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-06/2009-06-18.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:399px; left:7px;\" align=left></div></div></div></div><div id=\"SubGrp_MonBre011\" style=\"position:absolute; top:0px; left:0px; width:422px; height:263px; visibility:hidden; filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=6, color=#999999)\"><div id=\"SubGrp_MonBre011frmt\" style=\"position:absolute; top:0px; left:0px; width:416px; height:257px; background-color:#AC91B9; background-image:url(/Menu/Images/bg_events.png); border-left:#622C7A 2px solid; border-right:#622C7A 2px solid; border-bottom:#622C7A 2px solid;\"><div style=\"position:absolute; top:3px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N71 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>September 30, 2009 - Cyber Security</div></div><div style=\"position:absolute; top:3px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O71 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-09/index.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:28px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N72 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>October 21, 2009 - Enterprise Architecture</div></div><div style=\"position:absolute; top:28px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O72 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-10/index.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:53px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N73 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>November 18, 2009 - Major IT Contract Vehicles</div></div><div style=\"position:absolute; top:53px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O73 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-11/index.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:78px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N74 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>December 17, 2009 - Federal Cloud Computing Environments</div></div><div style=\"position:absolute; top:78px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O74 OnClick=\"cFrame.execURL(\'/Events/Breakfast/2008-2009/2009-12/index.asp\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:103px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N75 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>January 21, 2010 - Federal Web 2.0</div></div><div style=\"position:absolute; top:103px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O75 OnClick=\"cFrame.execURL(\'/janbreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:128px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N76 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>February 26, 2010 - Budget Preview</div></div><div style=\"position:absolute; top:128px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O76 OnClick=\"cFrame.execURL(\'/febbreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:153px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N77 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>March 30, 2010 -  Government Transformation</div></div><div style=\"position:absolute; top:153px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O77 OnClick=\"cFrame.execURL(\'/marbreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:178px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N78 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>April 20, 2010 - Information Sharing</div></div><div style=\"position:absolute; top:178px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O78 OnClick=\"cFrame.execURL(\'/aprbreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:203px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N79 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>May 20, 2010 - Federal .Gov Initiatives</div></div><div style=\"position:absolute; top:203px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O79 OnClick=\"cFrame.execURL(\'/maybreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div><div style=\"position:absolute; top:228px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:none; color:#000000;\" id=N80 OnMouseOver=\"cFrame.HoverSel(0,this);\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left>June 24, 2010 - Role of the CISO</div></div><div style=\"position:absolute; top:228px; left:7px; width:398px; height:24px; white-space:nowrap; font-family:Arial; font-size:13px; font-weight:bold; font-style:normal; text-decoration:underline; color:#F3F3F3; ; cursor:default; visibility:hidden;\" id=O80 OnClick=\"cFrame.execURL(\'/junbreakfast\', \'_self\');\"><div style=\"position:absolute; top:4px; width:384px; left:7px;\" align=left></div></div></div></div>");
			close();
		}
SetUpEvents();

