var nS=new Array;var hS=new Array;var nL=new Array;var hL=new Array;var nTCode=new Array;var AnimStep=0;var AnimHnd=0;var HTHnd=new Array;var MenusReady=false;var imgLRsc=new Image;var imgRRsc=new Image;var smHnd=0;var lsc=null;var tmrHideHnd=0;var IsOverHS=false;var IsContext=false;var IsFrames=false;var dxFilter=null;var AnimSpeed=35;var TimerHideDelay=2000;var SubMenusDelay=200;var cntxMenu='';var DoFormsTweak=true;var opsa=["position","left","top","width","height","border","font-family","font-size","font-weigth","font-style","text-decoration","color","background-color","background-image","cursor"];function GetOPStyle(mc){var rs="";var vfix;for(var i=0;i<opsa.length;i++){vfix=mc.style[CAttName(opsa[i])];if(vfix) rs+=opsa[i]+":"+vfix+";";}return rs;}function SetOPStyle(mc,ss){var p;var sp;var ep;var vfix;var afix;var k="";for(var i=0;i<opsa.length;i++){afix=CAttName(opsa[i]);mc.style[afix]="";p=ss.indexOf(opsa[i]);if(p!=-1){p++;sp=p+opsa[i].length;ep=ss.indexOf(";",p)-sp;vfix=ss.substr(sp,ep);while(vfix.substr(0,1)==" ") vfix=vfix.substr(1);mc.style[afix]=vfix;}}}function CAttName(n){var afix;if(n.indexOf("-")!=-1){afix=n.split("-")[1];afix=afix.substr(0,1).toUpperCase()+afix.substr(1);afix=n.split("-")[0]+afix;}else afix=n;return afix;}var nsOW;var nsOH;var mFrame;var cFrame=self;var OpenMenus=new Array;var nOM=0;var mX;var mY;var BV=parseFloat(navigator.appVersion.indexOf("MSIE")>0?navigator.appVersion.split(";")[1].substr(6):navigator.appVersion);var BN=navigator.appName;var IsWin=(navigator.userAgent.indexOf('Win')!=-1);var IsMac=(navigator.userAgent.indexOf('Mac')!=-1);var KQ=(BN.indexOf('Konqueror')!=-1&&(BV>=5))?true:false;var OP=(navigator.userAgent.indexOf('Opera')!=-1&&BV>=4)?true:false;var NS=(BN.indexOf('Netscape')!=-1&&(BV>=4&&BV<5)&&!OP)?true:false;var SM=(BN.indexOf('Netscape')!=-1&&(BV>=5)||OP)?true:false;var IE=(BN.indexOf('Explorer')!=-1&&(BV>=4)||SM||KQ)?true:false;var IX=(IE&&IsWin&&!SM&&!OP&&(BV>=5.5)&&(dxFilter!=null));if(!eval(frames['self'])){frames.self=window;frames.top=top;}var lmcHS=null;var tbNum=0;var fx=2;hS[0]="border:1px groove -2;font-family:F11normal#FFFFFF	4C8264;";hS[1]=hS[0];hS[2]=hS[0];hS[3]=hS[0];hS[4]=hS[0];hS[5]=hS[0];hS[6]=hS[0];hS[7]=hS[0];hS[8]=hS[0];hS[9]=hS[0];hS[10]=hS[0];hS[11]=hS[0];hS[12]=hS[0];hS[13]=hS[0];function GetCurCmd(e){if(SM) var cc=e;else{var cc=mFrame.window.event;if(!cc) cc=cFrame.window.event;cc=cc.srcElement;}while(cc.id==""){cc=cc.parentElement;if(cc==null) break;}return cc;}function HoverSel(mode,imgLName,imgRName,e){var nS;var mc;if(mode==0&&OpenMenus[nOM].SelCommand!=null) HoverSel(1);if(mode==0){mc=GetCurCmd(e);if(nOM>1){if(mc==OpenMenus[nOM-1].SelCommand)return false;while(((BV>=5)?mc.parentNode.parentNode.id!=OpenMenus[nOM].mName:mc.parentElement.parentElement.id!=OpenMenus[nOM].mName)) Hide();}if(imgLName) imgLRsc=eval(imgLName+"On");if(imgRName) imgRRsc=eval(imgRName+"On");if(OP) mc.opw=OpenMenus[nOM].width-2*mc.style.left;else{mc.opw=mc.style.width;mc.b=mc.style.borderLeft;mc.hasBorder=mc.b.split(" ").length>1;}if(!mc.nS){if(OP) mc.nS=GetOPStyle(mc);else mc.nS=SM?mc.getAttribute("style"):mc.style.cssText;mc.hS=GetCStyle(mc.style)+((SM||KQ)?xrep(hS[mc.id],"hand","pointer"):hS[mc.id]);}OpenMenus[nOM].SelCommand=mc;OpenMenus[nOM].SelCommandPar=[imgLName,imgRName,mc.nS];if(SM||KQ){IsOverHS=false;if(OP) SetOPStyle(mc,mc.hS);else mc.setAttribute("style",mc.hS);}else mc.style.cssText=mc.hS;if(!OP) FixCursor(mc.style,mc.hS);}else{mc=(mode==1)?OpenMenus[nOM].SelCommand:OpenMenus[nOM].Opener;imgLName=(mode==1)?OpenMenus[nOM].SelCommandPar[0]:OpenMenus[nOM].OpenerPar[0];imgRName=(mode==1)?OpenMenus[nOM].SelCommandPar[1]:OpenMenus[nOM].OpenerPar[1];nS=(mode==1)?OpenMenus[nOM].SelCommandPar[2]:OpenMenus[nOM].OpenerPar[2];mc.style.background="";if(IsMac) mc.style.border="0px none";if(SM||KQ){if(OP) SetOPStyle(mc,nS);else mc.setAttribute("style",nS);}else mc.style.cssText=((BV<5)?GetCStyle(mc.style):"")+nS;if(imgLName) imgLRsc=eval(imgLName+"Off");if(imgRName) imgRRsc=eval(imgRName+"Off");OpenMenus[nOM].SelCommand=null;}if(imgLName) mFrame.document.images[imgLName].src=_fip(imgLRsc);if(imgRName) mFrame.document.images[imgRName].src=_fip(imgRRsc);if(!OP) FixHover(mc,mode);return true;}function FixHover(mc,mode){var hasBorder;var bw;if(mode==0){if(BV>=5) s=mc.getElementsByTagName("SPAN")[0];else s=mc.document.all.tags("SPAN")[0];mc.s=s;mc.stop=s.style.top;mc.sleft=s.style.left;hasBorder=mc.style.borderLeft.split(" ").length>1;if(hasBorder != mc.hasBorder){bw=(hasBorder?-GetBorderWidth(mc.style.borderLeft):GetBorderWidth(mc.b));s.style.left=parseInt(s.style.left)+bw+"px";s.style.top=parseInt(s.style.top)+bw+"px";if(SM) with(mc.style){mc.cwidth=width;mc.cheight=height;width=parseInt(width)+2*bw+"px";height=parseInt(height)+2*bw+"px";}}}else{mc.s.style.top=mc.stop;mc.s.style.left=mc.sleft;if(SM){mc.style.width=mc.cwidth;mc.style.height=mc.cheight;}}}function Hide(){ClearTimer(HTHnd[nOM]);HTHnd[nOM]=0;ClearTimer(AnimHnd);AnimHnd=0;ClearTimer(tmrHideHnd);if(nOM){if(OpenMenus[nOM].SelCommand!=null){if(IE) HoverSel(1);if(NS) NSHoverSel(1);}if(OpenMenus[nOM].Opener!=null){if(IE) HoverSel(3);if(NS) NSHoverSel(3);}FormsTweak("visible");OpenMenus[nOM].visibility="hidden";nOM--;}if(nOM==0){if(tbNum&&lmcHS){if(IE) hsHoverSel(1);if(NS) hsNSHoverSel(1);}status="";}else if(!InMenu()) HTHnd[nOM]=window.setTimeout("Hide()",TimerHideDelay/20);}function ShowMenu(mName,x,y,isCascading,hsImgName,algn){ClearTimer(smHnd);smHnd=0;if(IX) if(document.readyState!="complete") return false;if(isCascading){lsc=OpenMenus[nOM].SelCommand;smHnd=window.setTimeout("if(nOM)if(lsc==OpenMenus[nOM].SelCommand)ShowMenu2('"+mName+"',0,0,true,'',"+algn+")",SubMenusDelay);}else ShowMenu2(mName,x,y,false,hsImgName,algn);return true;}function ShowMenu2(mName,x,y,isCascading,hsImgName,algn){var xy;ClearTimer(parseInt(HTHnd[nOM]));HTHnd[nOM]=0;x=parseInt(x);y=parseInt(y);var Menu=GetObj(mName);if(!Menu) return false;if(IE){Menu=Menu.style;Menu.obj=GetObj(mName);Menu.frmt=GetObj(mName+"frmt").style;}if(nOM>0) if(OpenMenus[1].mName==mName&&!isCascading){IsOverHS=true;return false;}if(Menu==OpenMenus[nOM]) return false;if(AnimHnd&&nOM>0){AnimStep=100;Animate();}if(!isCascading){var oldlmcHS=lmcHS;lmcHS=null;HideAll();lmcHS=oldlmcHS;}Menu.mName=mName;Menu.Opener=nOM>0?OpenMenus[nOM].SelCommand:null;Menu.OpenerPar=nOM>0?OpenMenus[nOM].SelCommandPar:null;Menu.SelCommand=null;if(OP){Menu.width=Menu.pixelWidth;Menu.height=Menu.pixelHeight;}if(!isCascading){if(hsImgName){var imgObj=NS?FindImage(cFrame.document,hsImgName.split("|")[0]):cFrame.document.images[hsImgName.split("|")[0]];if(imgObj){var tbMode=hsImgName.split("|")[1];if(tbMode&2) x=AutoPos(Menu,imgObj,algn)[0]+(IsFrames?GetLeftTop()[0]:0);if(tbMode&1) y=AutoPos(Menu,imgObj,algn)[1]+(IsFrames?GetLeftTop()[1]:0);if(IsMac&&IE&&!SM&&(BV>=5)){x+=parseInt(mFrame.document.body.leftMargin);y+=parseInt(mFrame.document.body.topMargin);}}}if(!IsContext){x+=2;y+=-3;}}var pW=GetWidthHeight()[0]+GetLeftTop()[0];var pH=GetWidthHeight()[1]+GetLeftTop()[1];if(IE){if(SM) Menu.display="none";if(isCascading){xy=GetSubMenuPos(Menu,algn);x=xy[0];y=xy[1];}Menu.left=FixPos(x,parseInt(Menu.width),pW)+"px";Menu.top=FixPos(y,parseInt(Menu.height),pH)+(OP?"":"px");if(!IX&&!SM&&IsWin) Menu.clip="rect(0 0 0 0)";}if(NS){if(isCascading){xy=GetSubMenuPos(Menu,algn);x=xy[0];y=xy[1];}Menu.moveToAbsolute(FixPos(x,Menu.w,pW),FixPos(y,Menu.h,pH));}if(isCascading)Menu.zIndex=parseInt(OpenMenus[nOM].zIndex)+1;OpenMenus[++nOM]=Menu;if(SM&&!OP) FixCommands(mName);if(SM) Menu.display="inline";if(IX){Menu.filter+=dxFilter;for(var i=0;i<Menu.obj.filters.length;i++){Menu.obj.filters[i].apply();Menu.obj.filters[i].play();}}else{HTHnd[nOM]=0;if((IE&&IsWin&&!SM)||(NS&&Menu.clip.width==0)) AnimHnd=window.setTimeout("Animate()",10);}Menu.visibility="visible";FormsTweak("hidden");if(!isCascading&&!IsContext) IsOverHS=true;IsContext=false;ClearTimer(tmrHideHnd);tmrHideHnd=window.setTimeout("AutoHide()",TimerHideDelay);return true;}function GetSubMenuPos(mg,a){var x;var y;var pg=OpenMenus[nOM];var sc=pg.SelCommand;if(NS){pg.width=pg.w;pg.height=pg.h;mg.width=mg.w;mg.height=mg.h;sc.width=sc.clip.width;sc.height=sc.clip.height;}else if(OP){sc.left=sc.style.left;sc.top=sc.style.top;sc.width=sc.style.pixelWidth;sc.height=sc.style.pixelHeight;}else sc=sc.style;var lp=parseInt(pg.left)+parseInt(sc.left);var tp=parseInt(pg.top)+parseInt(sc.top);switch(a){case 0:x=lp;y=tp+parseInt(sc.height);break;case 1:x=lp+parseInt(sc.width)-parseInt(mg.width);y=tp+parseInt(sc.height);break;case 2:x=lp;y=tp-parseInt(mg.height);break;case 3:x=lp+parseInt(sc.width)-parseInt(mg.width);y=tp-parseInt(mg.height);break;case 4:x=lp-parseInt(mg.width);y=tp;break;case 5:x=lp-parseInt(mg.width);y=tp+parseInt(sc.height)-parseInt(mg.height);break;case 6:x=lp+parseInt(sc.width);y=tp;break;case 7:x=lp+parseInt(sc.width);y=tp+parseInt(sc.height)-parseInt(mg.height);break;}return [x,y];}function FixCommands(mName,f){if(!f) f=mFrame;var m=GetObj(mName);if(!m.Fixed){var sd=m.getElementsByTagName("DIV");with(sd[0].style){var b=GetBorderWidth(borderLeft);width=parseInt(width)-2*b+"px";height=parseInt(height)-2*b+"px";}for(i=1;i<(sd.length);i++) with(sd[i].style){if(borderLeft.indexOf("none")==-1){width=parseInt(width)-2*GetBorderWidth(borderLeft)+"px";height=parseInt(height)-2*GetBorderWidth(borderTop)+"px";if(mName.indexOf("dmbTB")!=-1) top=parseInt(top)-1+"px"}}}m.Fixed=true;}function Animate(){var r='';var nw=nh=0;if(AnimStep+AnimSpeed>100) AnimStep=100;switch(fx){case 1:if(IE) r="0 "+AnimStep+"% "+AnimStep+"% 0";if(NS) nw=AnimStep;nh=AnimStep;break;case 2:if(IE) r="0 100% "+AnimStep+"% 0";if(NS) nw=100;nh=AnimStep;break;case 3:if(IE) r="0 "+AnimStep+"% 100% 0";if(NS) nw=AnimStep;nh=100;break;case 0:if(IE) r="0 100% 100% 0";if(NS) nw=100;nh=100;break;}if(OpenMenus[nOM]){with(OpenMenus[nOM]){if(IE) clip= "rect("+r+")";if(NS){clip.width=w*(nw/100);clip.height=h*(nh/100);}}AnimStep+=AnimSpeed;if(AnimStep<=100) AnimHnd=window.setTimeout("Animate()",25);else{ClearTimer(AnimHnd);AnimStep=0;AnimHnd=0;}}}function InTBHotSpot(){if(!tbNum) return false;var m=lmcHS;if(!m) return false;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))||IsOverHS;}function InMenu(){var m=OpenMenus[nOM];if(!m) return false;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))||IsOverHS;}function SetPointerPos(e){if(IE){if(!SM){if(mFrame!=cFrame||event==null) if(mFrame.window.event==null) return;else e=mFrame.window.event;else e=event;}mX=e.clientX+GetLeftTop()[0];mY=e.clientY+GetLeftTop()[1];}if(NS){mX=e.pageX;mY=e.pageY;}}function HideMenus(e){if(nOM>0){SetPointerPos(e);if(OpenMenus[nOM].SelCommand!=null) if(!InMenu()&&!HTHnd[nOM]) HTHnd[nOM]=window.setTimeout("if(nOM>0)if(!InMenu())Hide()",TimerHideDelay);}}function FormsTweak(state){var fe;if(IE&&(!SM||OP)){var m=OpenMenus[nOM];if((BV>=5.5)&&!OP&&m) cIF(state=="visible"?"hidden":"visible");else if(DoFormsTweak&&(nOM==1)) for(var f=0;f<=(mFrame.document.forms.length-1);f++) for(var e=0;e<=(mFrame.document.forms[f].elements.length-1);e++){fe=mFrame.document.forms[f].elements[e];if(fe.type) if(fe.type.indexOf("select")==0) fe.style.visibility=state;}}}function cIF(state){var m=OpenMenus[nOM];var iname=m.obj.id+"iframe";var i=GetObj(iname);if(!i){i=mFrame.document.createElement("IFRAME",m.obj);if(location.protocol=="https:") i.src="ifo.htm";i.frameborder=0;i.scroll=0;i.id=iname;mFrame.document.body.insertBefore(i);i.style.position="absolute";i.style.filter="progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)";}i=i.style;i.visibility=state;i.left=m.left;i.top=m.top;i.width=m.width;i.height=m.height;i.zIndex=m.zIndex-1;}function execURL(url,tframe){HideAll();window.setTimeout("execURL2('"+escape(_purl(url))+"','"+tframe+"')",100);}function execURL2(url,tframe){var fObj=(tframe=="_blank"?window.open(""):(tframe=="_parent"?mFrame.parent:eval(rStr(tframe))));url=rStr(unescape(url));url.indexOf("javascript:")!=url.indexOf("vbscript:")?eval(url):fObj.location.href=url;}function rStr(s){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 HideAll(){if(nOM) while(nOM>0) Hide();else Hide();}function GetLeftTop(f){if(!f) f=mFrame;if(IE) if(SM) return [OP?0:f.scrollX,OP?0:f.scrollY];else if(f.document.body) return [f.document.body.scrollLeft,f.document.body.scrollTop];else return [0,0];if(NS) return [f.pageXOffset,f.pageYOffset];}function tHideAll(){IsOverHS=false;HTHnd[nOM]=window.setTimeout("if(!InMenu()&&!InTBHotSpot())HideAll();else HTHnd[nOM]=0;",TimerHideDelay);}function GetWidthHeight(f){if(!f) f=mFrame;if(IE&&!SM) return [f.document.body.clientWidth,f.document.body.clientHeight];if(NS||SM) return [f.innerWidth,f.innerHeight];}function GetBorderWidth(b){if(OP) return 0;var w;var l=b.split(" ");for(var i=0;i<l.length;i++){w=parseInt(l[i]);if(w>0) return w;}return 0;}function GetCStyle(cmc){return "position:absolute;left:"+cmc.left+    ";top:"+cmc.top+    ";width:"+(OP?cmc.pixelWidth:cmc.width)+    ";height:"+(OP?cmc.pixelHeight:cmc.height)+";";}function AutoPos(Menu,imgObj,arAlignment){var x=GetImgXY(imgObj)[0];var y=GetImgXY(imgObj)[1];var mW=parseInt(NS?Menu.w:Menu.width);var mH=parseInt(NS?Menu.h:Menu.height);switch(arAlignment){case 0:y+=GetImgWH(imgObj)[1];break;case 1:x+=GetImgWH(imgObj)[0]-mW;y+=GetImgWH(imgObj)[1];break;case 2:y-=mH;break;case 3:x+=GetImgWH(imgObj)[0]-mW;y-=mH;break;case 4:x-=mW;break;case 5:x-=mW;y-=mH-GetImgWH(imgObj)[1];break;case 6:x+=GetImgWH(imgObj)[0];break;case 7:x+=GetImgWH(imgObj)[0];y-=mH-GetImgWH(imgObj)[1];break;}return [x,y];}function GetImgXY(imgObj){var x;var y;if(IE){x=getOffset(imgObj)[0];y=getOffset(imgObj)[1];}else{y=GetImgOffset(cFrame,imgObj.name,0,0);x=imgObj.x+y[0];y=imgObj.y+y[1];}return [x,y];}function GetImgWH(imgObj){return [parseInt(imgObj.width),parseInt(imgObj.height)];}function getOffset(imgObj){x=imgObj.offsetLeft;y=imgObj.offsetTop;ce =imgObj.offsetParent;while (ce!=null){y+=ce.offsetTop;x+=ce.offsetLeft;ce=ce.offsetParent;}return [x,y];}function AutoHide(){var original_nOM=nOM;var OktoClose=true;for(;nOM>0;nOM--) if(InMenu()){OktoClose=false;break;}nOM=original_nOM;if(OktoClose&&!IsOverHS) Hide();if(nOM) if(!InMenu()) tmrHideHnd=window.setTimeout("AutoHide()",TimerHideDelay);}function ShowContextMenu(e){if(cntxMenu!=''){if(IE){SetPointerPos(e);IsContext=true;cFrame.ShowMenu(cntxMenu,mX-1,mY-1,false);return false;}if(NS) if(e.which==3){IsContext=true;cFrame.ShowMenu(cntxMenu,e.x-1,e.y-1,false);return false;}}return true;}function SetUpEvents(){if(!SM) onerror=errHandler;if(!mFrame) mFrame=cFrame;if(typeof(mFrame)=="undefined") window.setTimeout("SetUpEvents()",10);else{if(NS){mFrame.captureEvents(Event.MOUSEMOVE);mFrame.onmousemove=HideMenus;if(cntxMenu!=""){mFrame.window.captureEvents(Event.MOUSEDOWN);mFrame.window.onmousedown=ShowContextMenu;}nsOW=GetWidthHeight()[0];nsOH=GetWidthHeight()[1];window.onresize=rHnd;PrepareEvents();}if(IE){document.onmousemove=HideMenus;mFrame.document.onmousemove=document.onmousemove;mFrame.document.oncontextmenu=ShowContextMenu;if(SM&&!OP){var i=0;var m;while(GetObj(i)){m=GetObj(i++);m.style.width=parseInt(m.style.width)-2*parseInt(m.style.paddingLeft)+"px";m.style.height=parseInt(m.style.height)-2*parseInt(m.style.paddingTop)+"px";}}}IsFrames=(cFrame!=mFrame);MenusReady=true;if(IE) FixImages();}}function errHandler(sMsg,sUrl,sLine){if(sMsg.substr(0,16)!="Access is denied"&&sMsg!="Permission denied"&&sMsg.indexOf("cursor")==-1) alert("Java Script Error\n"+      "\nDescription:"+sMsg+      "\nSource:"+sUrl+      "\nLine:"+sLine);return true;}function FixPos(p,s,r){var n=(p+s>r)?r-s:p;return (n<0)?0:n;}function ClearTimer(t){if(t) window.clearTimeout(t);}function xrep(s,f,n){if(s) s=s.split(f).join(n);return s;}function FixCursor(mcs,s){if(mcs.cursor=="") mcs.cursor=(BV<6?"default":s.split("cursor:url(")[1].split(")")[0]);}function GetObj(oName,f){var obj;if(!f) f=mFrame;if(NS) obj=f.document.layers[oName];else if(BV>=5) obj=f.document.getElementById(oName);else obj=f.document.all[oName];return obj;}function FixImages(){;}function _purl(u){return u;}function _fip(img){return img.src;}if(IE) with(document){open();write(Expand("<div id=\"Patient_Area0018954Patient_Areafrmt0018954px	447559;border-left:B 2@D 2top:C 2?D 21317916F11normal#FFFFFF	447559047Provide Insurance Information\';https://www.hcmg.net/patients/insurance.asp4=!23173126-11730,Provide Insurance Information/17317916F11normal#FFFFFF	447559147Make a payment\';https://www.hcmg.net/patients/payment.asp4=!23173126-11730,Make a Secure Credit Card Payment/33317916F11normal#FFFFFF	447559247Submit a question or comment to HCMG\';https://www.hcmg.net/about/csContact.asp?acthldr=true4=!23173126-11730,Contact Patient Services3Employee_News_Logged_Out0020550Employee_News_Logged_Outfrmt0020550px	447559;border-left:B 2@D 2top:C 2?D 21319544F11normal#FFFFFF	447559347Go to HCMG Employee News (Login Required)\';https://www.hcmg.net/employees/index.asp4=!23189406-11890,This area is for HCMG Employees Only.<br>If you have a password,&nbsp;please click<br>here to log in.3Employee_News_Logged_In_Admin0014570Employee_News_Logged_In_Adminfrmt0014570px	447559;border-left:B 2@D 2top:C 2?D 21313516F11normal#FFFFFF	447559447Administer the HCMG Web Site\';https://www.hcmg.net/employees/admin/index.asp4=!23129126-11290,Administer the Site/17313516F11normal#FFFFFF	447559547View all HCMG bulletins & upcoming events\';https://www.hcmg.net/employees/index.asp4=!23129126-11290,Bulletins & Events/33313516F11normal#FFFFFF	447559647Submit a question or comment to Human Resources\';https://www.hcmg.net/careers/hrContact.asp?hcmgEmp=true4=!23129126-11290,Contact Human Resources/49313516F11normal#FFFFFF	447559747Log out from HCMG Employee News\';https://www.hcmg.net/employees/index.asp?logout=true4=!23129126-11290,Log Out3Employee_News_Logged_In0014554Employee_News_Logged_Infrmt0014554px	447559;border-left:B 2@D 2top:C 2?D 21313516F11normal#FFFFFF	447559847View all HCMG bulletins & upcoming events\';https://www.hcmg.net/employees/index.asp4=!23129126-11290,Bulletins & Events/17313516F11normal#FFFFFF	447559947Submit a question or comment to Human Resources\';https://www.hcmg.net/careers/hrContact.asp?hcmgEmp=true4=!23129126-11290,Contact Human Resources/33313516F11normal#FFFFFF	4475591047Log out from HCMG Employee News\';https://www.hcmg.net/employees/index.asp?logout=true4=!23129126-11290,Log Out3Career_Opportunities0014654Career_Opportunitiesfrmt0014654px	447559;border-left:B 2@D 2top:C 2?D 21313616F11normal#FFFFFF	4475591147View all medical facilities & positions for which HCMG is currently hiring8careers/jobListing.asp4=!23130126-11300,Review Available Positions/17313616F11normal#FFFFFF	4475591247Submit your resume to HCMG Human Resources\';https://www.hcmg.net/careers/resumeForm.asp4=!23130126-11300,Submit Resume to HCMG/33313616F11normal#FFFFFF	4475591347Submit a question or comment to HCMG Human Resources\';https://www.hcmg.net/careers/hrContact.asp4=!23130126-11300,Contact Human Resources3Contact_HCMG00106Contact_HCMGfrmt00106px	447559;border-left:B 2@D 2top:C 2?D 2;\"></div></div>"));close();}SetUpEvents();function Expand(code){code=xrep(code, "","position:absolute;top:");code=xrep(code, "","px;left:");code=xrep(code, "","px;width:");code=xrep(code, "","px;height:");code=xrep(code, "","px;z-index:1000;visibility:hidden");code=xrep(code, "","\"><div id=\"");code=xrep(code, "","\" style=\"");code=xrep(code, "	",";background-color:#");xA("	",";background-color:#");code=xrep(code, "","px solid ;border-");code=xrep(code, "","px solid ");code=xrep(code, "",";\"><div nowrap=true style=\"");code=xrep(code, "","px;font-family:");code=xrep(code, "",";font-size:");xA("",";font-size:");code=xrep(code, "","px;font-weight:");xA("","px;font-weight:");code=xrep(code, "",";font-style:normal;text-decoration:none;color:");xA("",";font-style:normal;text-decoration:none;color:");code=xrep(code, "",";cursor:hand");xA("",";cursor:hand");code=xrep(code, "",";\" id=");code=xrep(code, ""," OnMouseOver=\"cFrame.HoverSel(0,\'");code=xrep(code, "!",");\"><span style=\"");code=xrep(code, ",","px;\" align=left>");code=xrep(code, "/","</div></span></div><div nowrap=true style=\"");code=xrep(code, "3","</div></span></div></div></div><div id=\"");code=xrep(code, "4","\',\'");code=xrep(code, "6","px;\"><div style=\"");code=xrep(code, "7","\',this);status=\'");code=xrep(code, "8","\';\" OnClick=\"cFrame.execURL(\'/");code=xrep(code, ";",";\" OnClick=\"cFrame.execURL(\'");code=xrep(code, "=","this\'");code=xrep(code, "?","bottom:");code=xrep(code, "@","right:");code=xrep(code, "B","#6F947F");code=xrep(code, "C","#447559");code=xrep(code, "D","#294635");code=xrep(code, "F","Arial");xA("F","Arial");return code;}function xA(o,n){for(var i=0;i<hS.length;i++){hS[i]=xrep(hS[i],o,n);}}

