var a = b = c = d = e = 0;
var time = addr = "";
var surveyFlag = surveyFlag;
var fav = true;
var FavUrl = FavTitle = lc = Host = HostUrl = "";
var Rate = 0;
var DialogWidth = 300;
var DialogHeight = 300;
var first = "";
function SetFirst(sName)
{
if (first == "") first = sName;
}
function fnAddToFavs()
{
c++;
SetFirst('3');
fav = false;
window.external.AddFavorite(FavUrl, FavTitle);
}
function DoPopup()
{
try
{
if (surveyFlag == null || surveyFlag == false)
{
if (Math.random() <= Rate)
{
if (GetCookie("cars") == null)
{
SetCookie("cars", "1");
var retVal = window.showModalDialog("/library/mnp/2/aspx/surveypopup.aspx?locale=" + lc,"","dialogHeight:" + DialogHeight + "px; dialogWidth:" + DialogWidth + "px; dialogTop: px; dialogLeft: px; edge: Raised; center: Yes; help: No; resizable: No; scroll: No; status: No; unadorned: Yes; ");
if (retVal != null)
{
if (retVal != false)
{
time = retVal.substring(0, retVal.indexOf(";"));
addr = retVal.substring(retVal.indexOf(";") + 1, retVal.length);
}
}
}
}
}
}
catch (e)
{
//noop
}
}
function GetCookie(sName)
{
//cookies are separated by semicolons
var aCookie = document.cookie.split("; ");
CookieLength = aCookie.length;
for (var i=0; i < CookieLength; i++)
{
// a name/value pair (a crumb) is separated by an equal sign
var aCrumb = aCookie[i].split("=");
if (sName == aCrumb[0]) return unescape(aCrumb[1]);
}
// a cookie with the requested name does not exist
return null;
}
function SetCookie(sName, sValue)
{
var date = new Date();
date.setDate(date.getDate() + 90);
document.cookie = sName + "=" + escape(sValue) + "; expires=" + date.toGMTString() + "; path=/; domain=microsoft.com";
}
window.onunload = UnLoad;
function UnLoad()
{
if (a > 0 || b > 0 || c > 0 || d > 0 || e > 0)
{
if (addr == "")
ListenerFrame.navigate('/library/mnp/2/aspx/listener.aspx?s=' + encodeURIComponent(Host + '^' + HostUrl + '^' + a + '^' + b + '^' + c + '^' + d + "^" + e + "^" + time + "^" + addr + "^" + FavTitle + "^" + lc + "^" + FavUrl + "^" + first));
else
window.showModalDialog('/library/mnp/2/aspx/listener.aspx?s=' + encodeURIComponent(Host + '^' + HostUrl + '^' + a + '^' + b + '^' + c + '^' + d + "^" + e + "^" + time + "^" + addr + "^" + FavTitle + "^" + lc + "^" + FavUrl + "^" + first),"","dialogHeight:" + DialogHeight + "px; dialogWidth:" + DialogWidth + "px; dialogTop: px; dialogLeft: px; edge: Raised; center: Yes; help: No; resizable: Yes; scroll: Yes; status: No; unadorned: Yes; ");
}
}
window.onbeforeunload = BeforeUnload;
function BeforeUnload()
{
if (a > 0 || b > 0 || c > 0 || d > 0 || e > 0)
{
if (fav)
DoPopup();
else
fav = true;
}
}
window.onbeforeprint = BeforePrint;
function BeforePrint()
{
SetFirst('1');
a++;
}
var mnpMenuTop = null;
var mnpMenuKill = null;
var mnpMenuPopup = null;
var mnpMenuUrl = null;
var mnpMenuParent = null;
var mnpMenuScrollTimer = null;
var mnpMenuShadows = new Array();
var mnpMenuDirSave = "LTR";
var mnpMenuCTSave = false;
var mnpMenuRenderStart = null;
var mnpMenuShadowsEnabled = true;
window.attachEvent("onload", mnpMenuInit);
function mnpMenuInit()
{
try
{
mnpMenuDirSave = mnpMenuDir();
mnpMenuCTSave = mnpMenuCT();
}
catch(e)
{
return;
}
mnpMenuTop = document.getElementById("mnpMenuTop");
mnpMenuUrl = mnpMenuTop.getAttribute("url");
mnpMenuParent = mnpMenuTop.getAttribute("parent");
mnpMenuAttach(mnpMenuTop);
}
function mnpPage(label, url, target, menu, linkID)
{
this.label = label;
this.url = url;
this.target = target;
this.menu = menu;
this.linkID = linkID;
}
function mnpLabel(label)
{
this.label = label;
}
function mnpMenuEnter()
{
if (mnpMenuKill)
{
window.clearTimeout(mnpMenuKill);
mnpMenuKill = null;
}
}
function mnpMenuLeave()
{
mnpMenuKill = window.setTimeout("mnpMenuKiller()", 200);
}
function mnpMenuKiller()
{
mnpKillMenu(mnpMenuTop.getAttribute("currentMenu"));
mnpMenuTop.removeAttribute("currentMenu");
}
function mnpMenuAttach(el)
{
el.attachEvent("onmouseenter", mnpMenuEnter);
el.attachEvent("onmouseleave", mnpMenuLeave);
var divs = el.getElementsByTagName("DIV");
var t = divs.length;
for (var i=0; i < t; i++)
{
var div = divs.item(i);
if (div.className == "mnpMenuRow")
{
div.attachEvent("onmouseenter", mnpMenuMouseover);
div.attachEvent("onmouseleave", mnpMenuMouseout);
div.attachEvent("onmousedown", mnpMenuMousedown);
div.attachEvent("onmouseup", mnpMenuMouseup);
div.setAttribute("save-background", div.style.background);
div.setAttribute("save-border", div.style.borderColor);
var a = div.getElementsByTagName("A");
if (a.length > 0)
{
var a0 = a[0];
if (a0.getAttribute("aoff"))
a0.outerHTML = a0.innerHTML;
else
{
div.setAttribute("status", a0.href);
div.attachEvent("onclick", mnpMenuClick);
}
}
if (div.getAttribute("menu"))
{
var imgs = div.getElementsByTagName("IMG");
if (imgs.length > 0)
{
var img = imgs[0];
img.style.visibility = "visible";
}
else
{
var x;
if (mnpMenuDirSave == "LTR")
x = (div.offsetWidth - 10) + "px";
else if (mnpMenuTop.contains(div))
x = "4px";
else
x = "6px";
var img = "<IMG src='Scripting Games MMVI_files/arrow" + mnpMenuDirSave + ".gif' width='4' height='7' border='0' class='mnpMenuArrow' style='left: " + x + "' />";
div.insertAdjacentHTML("afterBegin", img);
}
}
}
}
}
function mnpMenuClick()
{
var div = window.event.srcElement;
var a = div.getElementsByTagName("A");
if (a.length == 0) return;
if (window.event.shiftKey)
{
var target = a[0].target;
a[0].target = "_new";
a[0].click();
a[0].target = target;
}
else
a[0].click();
}
function mnpKillMenu(id)
{
if (id == null) return;
var menu = document.getElementById(id);
var current = menu.getAttribute("currentMenu");
if (current)
{
mnpKillMenu(current);
menu.removeAttribute("currentMenu");
}
var temp = mnpMenuShadows[id];
if (temp)
{
var i;
var tempLength = temp.length;
for (i=0; i<tempLength; i++)
if (temp[i])
document.body.removeChild(temp[i]);
mnpMenuShadows[id] = null;
}
var parent = document.getElementById(menu.getAttribute("parentMenu"));
var rows = parent.getElementsByTagName("DIV");
var rLength = rows.length;
for (var i=0; i<rLength; i++)
{
var row = rows.item(i);
var m = row.getAttribute("menu");
if (m == id)
{
row.style.background = row.getAttribute("save-background");
row.style.borderColor = row.getAttribute("save-border");
}
}
show_elements("SELECT", menu);
show_elements("OBJECT", menu);
menu.style.display = "none";
}
function mnpMenuOpen(id, parentId, x, y)
{
var parent;
try
{
parent = document.getElementById(parentId);
}
catch(e)
{
return;
}
var current = parent.getAttribute("currentMenu");
if (id == current) return;
mnpKillMenu(current);
if (id)
parent.setAttribute("currentMenu", id);
else
{
parent.removeAttribute("currentMenu");
return;
}
var div = document.getElementById(id);
if (div == null)
{
var menu = eval("new " + id + "()");
var html = "<DIV id='" + id + "' class='mnpMenuSub' dir='" + mnpMenuDirSave + "'>";
html += "<DIV class='mnpMenuScroller' style='display: none; background: #F1F1F1; border-color: #F1F1F1' onmouseenter='mnpStartScroll(-1)' onmouseleave='mnpStopScroll()'><IMG src='Scripting Games MMVI_files/up_disabled.gif' width='7' height='9' /></DIV>";
html += "<DIV class='mnpMenuScrollArea'>";
var isThisPage = false;
var mLength = menu.items.length;
for (var i=0; i<mLength; i++)
{
var item = menu.items[i];
var url = item.url;
if (url == mnpMenuUrl)
{
isThisPage = true;
break;
}
}
for (var i=0; i<mLength; i++)
{
var item = menu.items[i];
var label = item.label;
var re = /'/g;
var url = item.url;
if (url)
url = url.replace(re, "'");
var target = item.target;
var submenu = item.menu;
var linkID = item.linkID;
html += "<DIV";
if (submenu)
html += " menu='" + submenu + "'";
if (url)
{
html += " class='mnpMenuRow'";
if (url == mnpMenuUrl)
html += " style='border-color: #999999; background: white; cursor: default";
else if (!isThisPage && (url == mnpMenuParent))
html += " style='border-color: #999999; background: #F1F1F1";
else
html += " style='border-color: #F1F1F1; background: #F1F1F1";
if (mnpMenuDirSave == "LTR")
html += "; padding-left: 11px";
else
html += "; padding-right: 11px";
html += "'";
}
else
html += " class='mnpMenuLabel'";
html += ">";
if (url && (url != mnpMenuUrl))
{
var targetAttr = target == "" ? "" : " target='" + target + "'";
if (mnpMenuCTSave)
html += "<A href='" + url + "'" + targetAttr + " LinkArea='Left Nav' LinkID='Flyout" + linkID + "' onclick='trackInfo(this)'>" + label + "</A>";
else
html += "<A href='" + url + "'" + targetAttr + ">" + label + "</A>";
}
else
html += "<SPAN>" + label + "</SPAN>";
html += "</DIV>";
}
html += "</DIV>";
html += "<DIV class='mnpMenuScroller' style='display:none; background: #F1F1F1; border-color: #F1F1F1' onmouseenter='mnpStartScroll(+1)' onmouseleave='mnpStopScroll()'><IMG src='Scripting Games MMVI_files/down_enabled.gif' width='7' height='9' /></DIV>";
html += "</DIV>";
document.body.insertAdjacentHTML("afterBegin", html);
var div = document.getElementById(id);
var sa = div.childNodes.item(1);
var max = 0;
var saLength = sa.childNodes.length;
for (var i=0; i<saLength; i++)
{
var it = sa.childNodes.item(i).childNodes.item(0);
var w = it.offsetWidth;
if (w > max) max = w;
}
max += 34;
if (max < 100) max = 100;
else if (max > 410) max = 410;
div.style.width = max + "px";
for (var i=0; i<saLength; i++)
{
var it = sa.childNodes.item(i);
if (it.className == "mnpMenuRow")
it.style.width = (max - 6) + "px";
}
mnpMenuAttach(div);
div.setAttribute("parentMenu", parentId);
}
else
{
div.style.display = "";
}
var bodyHeight = document.body.clientHeight;
var bodyTop = document.body.scrollTop;
var bodyWidth = document.body.clientWidth;
var bodyLeft = document.body.scrollLeft;
var up = div.children.item(0);
var box = up.nextSibling;
var down = box.nextSibling;
up.style.display = "none";
down.style.display = "none";
box.style.height = "";
if (div.offsetHeight > bodyHeight)
{
up.style.display = "";
up.childNodes.item(0).src = "Scripting Games MMVI_files/up_disabled.bmp";
down.style.display = "";
down.childNodes.item(0).src = "Scripting Games MMVI_files/down_enabled.bmp";
box.style.height = (bodyHeight - up.offsetHeight - down.offsetHeight - 6) + "px";
}
var bodyBottom = bodyTop + bodyHeight;
if (y + div.offsetHeight > bodyBottom)
{
y -= div.offsetHeight - 25;
if (y < bodyTop)
y = bodyTop + (bodyHeight - div.offsetHeight) / 2;
}
if (mnpMenuDirSave == "RTL")
x -= div.offsetWidth;
div.style.left = x + "px";
div.style.top = y + "px";
div.style.zIndex = parent.style.zIndex + 10;
if (div.offsetLeft + div.offsetWidth > bodyWidth + bodyLeft)
document.body.scrollLeft = div.offsetLeft + div.offsetWidth - bodyWidth;
hide_elements("SELECT", div);
hide_elements("OBJECT", div);
if (mnpMenuShadowsEnabled)
{
mnpMenuShadows[id] = mnpMenuShadow(div, "#666666", 4, div.offsetWidth, div.offsetHeight);
mnpMenuRenderStart = mnpMenuTime();
window.setTimeout("mnpMeasureRenderTime()", 1);
}
}
function mnpMeasureRenderTime()
{
var msec = mnpMenuTime() - mnpMenuRenderStart;
if (msec > 100)
{
// client is slow or document is huge, so disable shadows
mnpMenuShadowsEnabled = false;
}
}
function mnpMenuPt(el)
{
this.left = 0;
this.top = 0;
while (el)
{
this.left += el.offsetLeft;
this.top += el.offsetTop;
el = el.offsetParent;
}
}
function mnpMenuMouseover()
{
var div = window.event.srcElement;
var status = div.getAttribute("status");
if (status) window.status = status;
div.style.background = "#CCCCCC";
div.style.borderColor = "#999999";
var pt = new mnpMenuPt(div);
var x;
if (mnpMenuDirSave == "LTR")
x = pt.left + div.offsetWidth - 1;
else
x = pt.left + 2;
var y = pt.top - 3;
var menu = div.getAttribute("menu");
if (menu)
menu = "'" + menu + "'";
else
menu = "null";
if (mnpMenuPopup)
window.clearTimeout(mnpMenuPopup);
var parent = div.parentElement.parentElement;
mnpMenuPopup = window.setTimeout("mnpMenuOpen(" + menu + ", '" + parent.id + "', " + x + ", " + y + ")", 200);
}
function mnpMenuMouseout()
{
var div = window.event.srcElement;
window.status = "";
var menu = div.getAttribute("menu");
if (menu != null && menu == div.parentElement.parentElement.getAttribute("currentMenu"))
{
div.style.background = "#CCCCCC";
div.style.borderColor = "#CCCCCC";
}
else
{
div.style.background = div.getAttribute("save-background");
div.style.borderColor = div.getAttribute("save-border");
}
if (mnpMenuPopup)
{
window.clearTimeout(mnpMenuPopup);
mnpMenuPopup = null;
}
}
function mnpMenuMousedown()
{
var div = window.event.srcElement;
if (div.tagName != "DIV") div = div.parentElement;
div.style.background = "#999999";
}
function mnpMenuMouseup()
{
var div = window.event.srcElement;
if (div.tagName != "DIV") div = div.parentElement;
div.style.background = div.getAttribute("save-background");
}
function mnpMenuTime()
{
var time = new Date();
return time.valueOf();
}
function mnpStartScroll(dy)
{
var src = window.event.srcElement;
src.style.background = "#CCCCCC";
src.style.borderColor = "#999999";
var div = src.parentElement;
div.setAttribute("scrollTime0", mnpMenuTime());
div.setAttribute("scrollTop0", div.childNodes.item(1).scrollTop);
mnpMenuScrollTimer = window.setInterval("mnpMenuScroll('" + div.id + "', " + dy + ")", 35);
}
function mnpStopScroll()
{
var src = window.event.srcElement;
src.style.background = "#F1F1F1";
src.style.borderColor = "#F1F1F1";
if (mnpMenuScrollTimer)
window.clearInterval(mnpMenuScrollTimer);
mnpMenuScrollTimer = null;
}
function mnpMenuScroll(id, dy)
{
var div = document.getElementById(id);
var current = div.getAttribute("currentMenu");
if (current)
{
mnpKillMenu(current);
div.removeAttribute("currentMenu");
}
var box = div.childNodes.item(1);
var y = div.getAttribute("scrollTop0") + Math.round((mnpMenuTime() - div.getAttribute("scrollTime0")) * 0.150) * dy
box.scrollTop = y;
if (y != box.scrollTop)
{
window.clearInterval(mnpMenuScrollTimer);
mnpMenuScrollTimer = null;
if (box.scrollTop == 0)
div.childNodes.item(0).childNodes.item(0).src = "Scripting Games MMVI_files/up_disabled.bmp";
else
div.childNodes.item(2).childNodes.item(0).src = "Scripting Games MMVI_files/down_disabled.bmp";
}
else if (dy < 0)
div.childNodes.item(2).childNodes.item(0).src = "Scripting Games MMVI_files/down_enabled.bmp";
else
div.childNodes.item(0).childNodes.item(0).src = "Scripting Games MMVI_files/up_enabled.bmp";
}
function mnpMenuShadow(el, color, size, width, height)
{
var temp = new Array();
var i;
for (i=size; i>0; i--)
{
var rect = document.createElement('div');
var rs = rect.style
rs.position = 'absolute';
rs.left = (el.style.posLeft + i) + 'px';
rs.top = (el.style.posTop + i) + 'px';
rs.width = width + 'px';
rs.height = height + 'px';
rs.zIndex = el.style.zIndex - i;
rs.backgroundColor = color;
var opacity = 1 - i / (i + 1);
rs.filter = 'alpha(opacity=' + (100 * opacity) + ')';
document.body.appendChild(rect);
temp[i] = rect;
}
return temp;
}
function hide_elements(tagName, menu)
{
windowed_element_visibility(tagName, -1, menu)
}
function show_elements(tagName, menu)
{
windowed_element_visibility(tagName, +1, menu)
}
function windowed_element_visibility(tagName, change, menu)
{
var els = document.getElementsByTagName(tagName)
var i
var rect = new element_rect(menu)
var elsLength = els.length;
for (i=0; i < elsLength; i++)
{
var el = els.item(i)
if (elements_overlap(el, rect))
{
if (el.visLevel)
el.visLevel += change
else
el.visLevel = change
if (el.visLevel == -1 && change == -1)
{
el.visibilitySave = el.style.visibility;
el.style.visibility = "hidden";
}
else if (el.visLevel == 0 && change == +1)
{
el.style.visibility = el.visibilitySave;
}
}
}
}
function element_rect(el)
{
var left = 0
var top = 0
this.width = el.offsetWidth
this.height = el.offsetHeight
while (el)
{
left += el.offsetLeft
top += el.offsetTop
el = el.offsetParent
}
this.left = left;
this.top = top;
}
function elements_overlap(el, rect)
{
var r = new element_rect(el);
return ((r.left < rect.left + rect.width) && (r.left + r.width > rect.left) && (r.top < rect.top + rect.height) && (r.top + r.height > rect.top))
}
var RE={"%09":/\t/g,"%20":/ /g,"%23":/\#/g,"%26":/\&/g,"%2B":/\+/g,"%3F":/\?/g,"%5C":/\\/g};
if(window.ActiveXObject){var gFV="";for(var gVer=2;gVer<=10;gVer++){try{var gFlash=eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash."+gVer+"');");if(gFlash){gFV=gVer+".0";break;}}catch(e){}}}
var gDomain="statse.webtrendslive.com";var gDcsId="dcsivyul410000wwarknw1v65_7p6p";var gFpc="WT_FPC";var gConvert=true;if((typeof(gConvert)!="undefined")&&gConvert&&(document.cookie.indexOf(gFpc+"=")==-1)){document.write("<SCR"+"IPT TYPE='text/javascript' SRC='"+"http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+"/"+gDcsId+"/wtid.js"+"'><\/SCR"+"IPT>");}
var gTimeZone = 0;
// Code section for Enable First-Party Cookie Tracking
function dcsCookie(){
if (typeof(dcsOther)=="function"){
dcsOther();
}
else if (typeof(dcsPlugin)=="function"){
dcsPlugin();
}
else if (typeof(dcsFPC)=="function"){
dcsFPC(gTimeZone);
}
}
function dcsGetCookie(name){
var pos=document.cookie.indexOf(name+"=");
if (pos!=-1){
var start=pos+name.length+1;
var end=document.cookie.indexOf(";",start);
if (end==-1){
end=document.cookie.length;
}
return unescape(document.cookie.substring(start,end));
}
return null;
}
function dcsGetCrumb(name,crumb){
var aCookie=dcsGetCookie(name).split(":");
for (var i=0;i<aCookie.length;i++){
var aCrumb=aCookie[i].split("=");
if (crumb==aCrumb[0]){
return aCrumb[1];
}
}
return null;
}
function dcsGetIdCrumb(name,crumb){
var cookie=dcsGetCookie(name);
var id=cookie.substring(0,cookie.indexOf(":lv="));
var aCrumb=id.split("=");
for (var i=0;i<aCrumb.length;i++){
if (crumb==aCrumb[0]){
return aCrumb[1];
}
}
return null;
}
function dcsFPC(offset){
if (typeof(offset)=="undefined"){
return;
}
var name=gFpc;
var dCur=new Date();
dCur.setTime(dCur.getTime()+(dCur.getTimezoneOffset()*60000)+(offset*3600000));
var dExp=new Date(dCur.getTime()+315360000000);
var dSes=new Date(dCur.getTime());
if (document.cookie.indexOf(name+"=")!=-1){
var id=dcsGetIdCrumb(name,"id");
var lv=parseInt(dcsGetCrumb(name,"lv"));
var ss=parseInt(dcsGetCrumb(name,"ss"));
if ((id==null)||(id=="null")||isNaN(lv)||isNaN(ss)){
return;
}
WT.co_f=id;
var dLst=new Date(lv);
dSes.setTime(ss);
if ((dCur.getTime()>(dLst.getTime()+1800000))||(dCur.getTime()>(dSes.getTime()+28800000))){
dSes.setTime(dCur.getTime());
WT.vt_f_s="1";
}
if ((dCur.getDay()!=dLst.getDay())||(dCur.getMonth()!=dLst.getMonth())||(dCur.getYear()!=dLst.getYear())){
WT.vt_f_d="1";
}
}
else{
var tmpname=name+"_TMP=";
document.cookie=tmpname+"1";
if (document.cookie.indexOf(tmpname)!=-1){
document.cookie=tmpname+"; expires=Thu, 01-Jan-1970 00:00:01 GMT";
if ((typeof(gWtId)!="undefined")&&(gWtId!="")){
WT.co_f=gWtId;
}
else if ((typeof(gTempWtId)!="undefined")&&(gTempWtId!="")){
WT.co_f=gTempWtId;
WT.vt_f="1";
}
else{
WT.co_f="2";
var cur=dCur.getTime().toString();
for (var i=2;i<=(32-cur.length);i++){
WT.co_f+=Math.floor(Math.random()*16.0).toString(16);
}
WT.co_f+=cur;
WT.vt_f="1";
}
if (typeof(gWtAccountRollup)=="undefined"){
WT.vt_f_a="1";
}
WT.vt_f_s="1";
WT.vt_f_d="1";
}
else{
WT.vt_f="2";
WT.vt_f_a="2";
return;
}
}
WT.co_f=escape(WT.co_f);
WT.vt_sid=WT.co_f+"."+dSes.getTime();
var expiry="; expires="+dExp.toGMTString();
document.cookie=name+"="+"id="+WT.co_f+":lv="+dCur.getTime().toString()+":ss="+dSes.getTime().toString()+expiry+"; path=/"+(((typeof(gFpcDom)!="undefined")&&(gFpcDom!=""))?("; domain="+gFpcDom):(""));
}
// Code section for Enable Express Analysis via additional first-party cookie generated with this tag
var gFpcDom=".microsoft.com";
function dcsEvt(evt,tag){
var e=evt.target||evt.srcElement;
while (e.tagName&&(e.tagName!=tag)){
e=e.parentElement||e.parentNode;
}
return e;
}
function dcsBind(event,func){
if ((typeof(window[func])=="function")&&document.body){
if (document.body.addEventListener){
document.body.addEventListener(event, window[func], true);
}
else if(document.body.attachEvent){
document.body.attachEvent("on"+event, window[func]);
}
}
}
function dcsET(){
dcsBind("click","dcsDownload");
dcsBind("click","dcsFormButton");
dcsBind("keypress","dcsFormButton");
}
function dcsMultiTrack(){
for (var i=0;i<arguments.length;i++){
if (arguments[i].indexOf('WT.')==0){
WT[arguments[i].substring(3)]=arguments[i+1];
i++;
}
if (arguments[i].indexOf('DCS.')==0){
DCS[arguments[i].substring(4)]=arguments[i+1];
i++;
}
if (arguments[i].indexOf('DCSext.')==0){
DCSext[arguments[i].substring(7)]=arguments[i+1];
i++;
}
}
var dCurrent=new Date();
DCS.dcsdat=dCurrent.getTime();
dcsTag();
}
// Code section for Track clicks to download links.
function dcsDownload(evt){
evt=evt||(window.event||"");
if (evt){
var e=dcsEvt(evt,"A");
if (e.hostname){
var path=e.pathname?((e.pathname.indexOf("/")!=0)?"/"+e.pathname:e.pathname):"/";
dcsMultiTrack("DCS.dcssip",e.hostname,"DCS.dcsuri",path,"DCS.dcsqry",e.search||"","WT.ti","Link:"+(e.innerHTML||""),"WT.dl","1");
DCS.dcssip=DCS.dcsuri=DCS.dcsqry=WT.ti=WT.dl="";
}
}
}
// Code section for Track form button clicks.
function dcsFormButton(evt){
evt=evt||(window.event||"");
if (evt){
var e=dcsEvt(evt,"INPUT");
var type=e.type||"";
if (type&&((type=="submit")||(type=="image")||(type=="reset"))||((type=="text")&&((evt.which||evt.keyCode)==13))){
var qry="";
var elems=e.form.elements;
for (var i=0;i<elems.length;i++){
var etype=elems[i].type;
if ((etype=="text")||(etype=="hidden")||(etype=="select-one")){
qry+=((qry=="")?"":"&")+escape(elems[i].name)+"="+escape(elems[i].value);
}
}
var title=e.form.id||e.form.className||e.form.name||"unknown";
dcsMultiTrack("DCS.dcsuri",e.form.action,"DCS.dcsqry",qry,"WT.ti","FormButton:"+title,"WT.dl","2");
DCS.dcsuri=DCS.dcsqry=WT.ti=WT.dl="";
}
}
}
function dcsAdv(){
dcsFunc("dcsET");
dcsFunc("dcsCookie");
}
var gImages=new Array;
var gIndex=0;
var DCS=new Object();
var WT=new Object();
var DCSext=new Object();
var gQP=new Array();
function dcsVar(){
var dCurrent=new Date();
WT.tz=dCurrent.getTimezoneOffset()/60*-1;
if (WT.tz==0){
WT.tz="0";
}
WT.bh=dCurrent.getHours();
WT.ul=navigator.appName=="Netscape"?navigator.language:navigator.userLanguage;
if (typeof(screen)=="object"){
WT.cd=navigator.appName=="Netscape"?screen.pixelDepth:screen.colorDepth;
WT.sr=screen.width+"x"+screen.height;
}
if (typeof(navigator.javaEnabled())=="boolean"){
WT.jo=navigator.javaEnabled()?"Yes":"No";
}
if (document.title){
WT.ti=document.title;
}
WT.js="Yes";
if (typeof(gVersion)!="undefined"){
WT.jv=gVersion;
}
if (document.body&&document.body.addBehavior){
document.body.addBehavior("#default#clientCaps");
if (document.body.connectionType){
WT.ct=document.body.connectionType;
}
document.body.addBehavior("#default#homePage");
WT.hp=document.body.isHomePage(location.href)?"1":"0";
}
if (parseInt(navigator.appVersion)>3){
if ((navigator.appName=="Microsoft Internet Explorer")&&document.body){
WT.bs=document.body.offsetWidth+"x"+document.body.offsetHeight;
}
else if (navigator.appName=="Netscape"){
WT.bs=window.innerWidth+"x"+window.innerHeight;
}
}
WT.fi="No";
if (window.ActiveXObject){
if ((typeof(gFV)!="undefined")&&(gFV.length>0)){
WT.fi="Yes";
WT.fv=gFV;
}
}
else if (navigator.plugins&&navigator.plugins.length){
for (var i=0;i<navigator.plugins.length;i++){
if (navigator.plugins[i].name.indexOf('Shockwave Flash')!=-1){
WT.fi="Yes";
WT.fv=navigator.plugins[i].description.split(" ")[2];
break;
}
}
}
// WT.sp="@@SPLITVALUE@@";
WT.dl="0";
DCS.dcsdat=dCurrent.getTime();
DCS.dcssip=window.location.hostname;
DCS.dcsuri=window.location.pathname;
if (window.location.search){
DCS.dcsqry=window.location.search;
if (gQP.length>0){
for (var i=0;i<gQP.length;i++){
var pos=DCS.dcsqry.indexOf(gQP[i]);
if (pos!=-1){
var front=DCS.dcsqry.substring(0,pos);
var end=DCS.dcsqry.substring(pos+gQP[i].length,DCS.dcsqry.length);
DCS.dcsqry=front+end;
}
}
}
}
if ((window.document.referrer!="")&&(window.document.referrer!="-")){
if (!(navigator.appName=="Microsoft Internet Explorer"&&parseInt(navigator.appVersion)<4)){
DCS.dcsref=window.document.referrer;
}
}
}
function A(N,V){
return "&"+N+"="+dcsEscape(V);
}
function dcsEscape(S){
if (typeof(RE)!="undefined"){
var retStr = new String(S);
for (R in RE){
retStr = retStr.replace(RE[R],R);
}
return retStr;
}
else{
return escape(S);
}
}
function dcsCreateImage(dcsSrc){
if (document.images){
gImages[gIndex]=new Image;
gImages[gIndex].src=dcsSrc;
gIndex++;
}
else{
document.write('<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+dcsSrc+'">');
}
}
function dcsMeta(){
var elems;
if (document.all){
elems=document.all.tags("meta");
}
else if (document.documentElement){
elems=document.getElementsByTagName("meta");
}
if (typeof(elems)!="undefined"){
for (var i=1;i<=elems.length;i++){
var meta=elems.item(i-1);
if (meta.name){
if (meta.name.indexOf('WT.')==0){
WT[meta.name.substring(3)]=meta.content;
}
else if (meta.name.indexOf('DCSext.')==0){
DCSext[meta.name.substring(7)]=meta.content;
}
else if (meta.name.indexOf('DCS.')==0){
DCS[meta.name.substring(4)]=meta.content;
}
}
}
}
}
function dcsTag(){
var P="http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+(gDcsId==""?'':'/'+gDcsId)+"/dcs.gif?";
for (N in DCS){
if (DCS[N]) {
P+=A(N,DCS[N]);
}
}
for (N in WT){
if (WT[N]) {
P+=A("WT."+N,WT[N]);
}
}
for (N in DCSext){
if (DCSext[N]) {
P+=A(N,DCSext[N]);
}
}
if (P.length>2048&&navigator.userAgent.indexOf('MSIE')>=0){
P=P.substring(0,2040)+"&WT.tu=1";
}
dcsCreateImage(P);
}
function dcsFunc(func){
if (typeof(window[func])=="function"){
window[func]();
}
}
dcsVar();
dcsMeta();
dcsFunc("dcsAdv");
dcsTag();
function mnpMenuDir()
{
return "LTR";
}
function mnpMenuCT()
{
return false;
}
function m717e01f5d0d04cbf8780cf133a62ee36()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Products & Technologies: Overview', '/technet/prodtechnol/default.mspx', '', '', '_S1_Node1_S1_Node1');
this.items[n++] = new mnpPage('Server Operating Systems', '/technet/prodtechnol/serveros.mspx', '', 'm9be704ff0cbb4ee19c40d6494fec4c4f', '_S1_Node1_S1_Node2');
this.items[n++] = new mnpPage('Servers', '/technet/prodtechnol/servers.mspx', '', 'm52079b56d0b94ad6865e4551b38377ca', '_S1_Node1_S1_Node3');
this.items[n++] = new mnpPage('Desktop Operating Systems', '/technet/prodtechnol/desktopos.mspx', '', 'mb5299326c85d4e869a5258a163150459', '_S1_Node1_S1_Node4');
this.items[n++] = new mnpPage('Desktop Products & Technologies', '/technet/prodtechnol/desktoppt.mspx', '', 'm788546b32e70437fa679bbbd9faea042', '_S1_Node1_S1_Node5');
this.items[n++] = new mnpPage('Embedded Operating Systems', '/technet/prodtechnol/embeddedos.mspx', '', 'm32f1e55c2df1406da67988a28de84c67', '_S1_Node1_S1_Node6');
}
function m9be704ff0cbb4ee19c40d6494fec4c4f()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Server Operating Systems: Overview', '/technet/prodtechnol/serveros.mspx', '', '', '_S1_Node1_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('Windows Server 2003 TechCenter', 'http://go.microsoft.com/fwlink/?LinkId=57073 ', '', '', '_S1_Node1_S1_Node2_S1_Node2');
this.items[n++] = new mnpPage('Windows 2000 Server', '/technet/prodtechnol/windows2000serv/default.mspx', '', '', '_S1_Node1_S1_Node2_S1_Node3');
this.items[n++] = new mnpPage('Small Business Server', '/technet/prodtechnol/sbs/default.mspx', '', '', '_S1_Node1_S1_Node2_S1_Node4');
}
function m52079b56d0b94ad6865e4551b38377ca()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Servers: Overview', '/technet/prodtechnol/servers.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node1');
this.items[n++] = new mnpPage('Application Center', '/technet/prodtechnol/acs/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node2');
this.items[n++] = new mnpPage('BackOffice Server', '/technet/prodtechnol/bosi/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node3');
this.items[n++] = new mnpPage('BizTalk Server', '/technet/prodtechnol/biztalk/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node4');
this.items[n++] = new mnpPage('Commerce Server', '/technet/prodtechnol/comm/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node5');
this.items[n++] = new mnpPage('Content Management Server', '/technet/prodtechnol/cms/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node6');
this.items[n++] = new mnpPage('Data Protection Manager', '/technet/prodtechnol/dpm/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node7');
this.items[n++] = new mnpPage('Exchange Server TechCenter', '/technet/prodtechnol/exchange/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node8');
this.items[n++] = new mnpPage('Host Integration Server', '/technet/prodtechnol/host/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node9');
this.items[n++] = new mnpPage('Identity Integration Server', '/technet/prodtechnol/miis/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node10');
this.items[n++] = new mnpPage('ISA Server', '/technet/prodtechnol/isa/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node11');
this.items[n++] = new mnpPage('Live Communications Server', '/technet/prodtechnol/office/livecomm/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node12');
this.items[n++] = new mnpPage('MapPoint Location Server', '/technet/prodtechnol/mls/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node13');
this.items[n++] = new mnpPage('Microsoft Operations Manager', '/technet/prodtechnol/mom/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node14');
this.items[n++] = new mnpPage('Microsoft Project', '/technet/prodtechnol/project/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node15');
this.items[n++] = new mnpPage('Mobile Information Server', '/technet/prodtechnol/mis/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node16');
this.items[n++] = new mnpPage('SharePoint Products & Technologies', '/technet/prodtechnol/sppt/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node17');
this.items[n++] = new mnpPage('Site Server Commerce Edition', '/technet/prodtechnol/sscomm/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node18');
this.items[n++] = new mnpPage('Small Business Server', '/technet/prodtechnol/sbs/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node19');
this.items[n++] = new mnpPage('Speech Server', '/technet/prodtechnol/speech/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node20');
this.items[n++] = new mnpPage('SQL Server TechCenter', '/technet/prodtechnol/sql/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node21');
this.items[n++] = new mnpPage('Systems Management Server', '/technet/prodtechnol/sms/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node22');
this.items[n++] = new mnpPage('Virtual Server', '/technet/prodtechnol/virtualserver/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node23');
this.items[n++] = new mnpPage('Windows Media Services', '/technet/prodtechnol/netshow/default.mspx', '', '', '_S1_Node1_S1_Node3_S1_Node24');
}
function mb5299326c85d4e869a5258a163150459()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Desktop Operating Systems: Overview', '/technet/prodtechnol/desktopos.mspx', '', '', '_S1_Node1_S1_Node4_S1_Node1');
this.items[n++] = new mnpPage('Windows Vista', '/technet/windowsvista/default.mspx', '', '', '_S1_Node1_S1_Node4_S1_Node2');
this.items[n++] = new mnpPage('Windows XP Professional', '/technet/prodtechnol/winxppro/default.mspx', '', '', '_S1_Node1_S1_Node4_S1_Node3');
this.items[n++] = new mnpPage('Windows 2000 Professional', '/technet/prodtechnol/Windows2000Pro/default.mspx', '', '', '_S1_Node1_S1_Node4_S1_Node4');
}
function m788546b32e70437fa679bbbd9faea042()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Desktop Products & Technologies: Overview', '/technet/prodtechnol/desktoppt.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node1');
this.items[n++] = new mnpPage('Internet Explorer', '/technet/prodtechnol/IE/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node2');
this.items[n++] = new mnpPage('Microsoft CRM', '/technet/prodtechnol/mscrm/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node3');
this.items[n++] = new mnpPage('Microsoft Office', '/technet/prodtechnol/office/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node4');
this.items[n++] = new mnpPage('Microsoft Project', '/technet/prodtechnol/project/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node5');
this.items[n++] = new mnpPage('NetMeeting', '/technet/prodtechnol/netmting/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node6');
this.items[n++] = new mnpPage('Visio', '/technet/prodtechnol/visio/default.mspx', '', '', '_S1_Node1_S1_Node5_S1_Node7');
}
function m32f1e55c2df1406da67988a28de84c67()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Embedded Operating Systems: Overview', '/technet/prodtechnol/embeddedos.mspx', '', '', '_S1_Node1_S1_Node6_S1_Node1');
this.items[n++] = new mnpPage('Windows CE', '/technet/prodtechnol/wce/default.mspx', '', '', '_S1_Node1_S1_Node6_S1_Node2');
}
function m8fa9ef38cd4745e0bed9195ff4ad0d44()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('IT Solutions: Overview', '/technet/itsolutions/default.mspx', '', '', '_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('Windows Server System Reference Architecture', '/technet/itsolutions/wssra/default.mspx', '', '', '_S1_Node2_S1_Node2');
this.items[n++] = new mnpPage('Midsize Business IT Center For 25-500 PCs', '/technet/itsolutions/midsizebusiness/default.mspx', '', '', '_S1_Node2_S1_Node3');
this.items[n++] = new mnpPage('Common IT Scenarios', '/technet/itsolutions/cits/default.mspx', '', '', '_S1_Node2_S1_Node4');
this.items[n++] = new mnpPage('Core IT Services', '/technet/itsolutions/citsrv/default.mspx', '', '', '_S1_Node2_S1_Node5');
this.items[n++] = new mnpPage('How Microsoft Does IT', '/technet/itsolutions/msit/default.mspx', '', 'mbb27c0f5a1304e9d8df4e30b3686ec2f', '_S1_Node2_S1_Node6');
this.items[n++] = new mnpPage('Mobility', '/technet/itsolutions/mobile/default.mspx', '', '', '_S1_Node2_S1_Node7');
this.items[n++] = new mnpPage('Networking', '/technet/itsolutions/network/default.mspx', '', '', '_S1_Node2_S1_Node8');
this.items[n++] = new mnpPage('Indexes', '/technet/itsolutions/indexes/default.mspx', '', 'm81bd24418d574b0b84a03e04b3889988', '_S1_Node2_S1_Node9');
}
function mbb27c0f5a1304e9d8df4e30b3686ec2f()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('How Microsoft Does IT: Overview', '/technet/itsolutions/msit/default.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node1');
this.items[n++] = new mnpPage('About Microsoft IT Showcase', '/technet/itsolutions/msit/aboutmsit.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node2');
this.items[n++] = new mnpPage('IT Value Cards', '/technet/itsolutions/msit/valuecard/default.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node3');
this.items[n++] = new mnpPage('Webcasts and Multimedia', '/technet/itsolutions/msit/webcasts.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node4');
this.items[n++] = new mnpPage('Everyday Productivity Education (EPE)', '/technet/itsolutions/msit/epe.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node5');
this.items[n++] = new mnpPage('Content Index', '/technet/itsolutions/msit/content.mspx', '', '', '_S1_Node2_S1_Node6_S1_Node6');
}
function m81bd24418d574b0b84a03e04b3889988()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Indexes: Overview', '/technet/itsolutions/indexes/default.mspx', '', '', '_S1_Node2_S1_Node9_S1_Node1');
this.items[n++] = new mnpPage('Drivers', '/technet/itsolutions/drivers/default.mspx', '', '', '_S1_Node2_S1_Node9_S1_Node2');
this.items[n++] = new mnpPage('How-to Index', '/technet/itsolutions/howto/default.mspx', '', '', '_S1_Node2_S1_Node9_S1_Node3');
this.items[n++] = new mnpPage('Product Documentation', '/technet/itsolutions/proddocs/default.mspx', '', '', '_S1_Node2_S1_Node9_S1_Node4');
this.items[n++] = new mnpPage('Resource Kits', '/technet/itsolutions/reskits/rktmain.mspx', '', '', '_S1_Node2_S1_Node9_S1_Node5');
}
function m5264cae8f56d47aca2297d3819dd4d88()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Security: Overview', '/technet/Security/default.mspx', '', '', '_S1_Node3_S1_Node1');
this.items[n++] = new mnpPage('Security Bulletin Search', '/technet/security/current.aspx', '', '', '_S1_Node3_S1_Node2');
this.items[n++] = new mnpPage('Virus Alerts', '/technet/Security/alerts/default.mspx', '', '', '_S1_Node3_S1_Node3');
this.items[n++] = new mnpPage('Products & Technologies', '/technet/Security/prodtech/default.mspx', '', 'me7652de7f0114dbdbe5e5529a00af6d0', '_S1_Node3_S1_Node4');
this.items[n++] = new mnpPage('Topics', '/technet/Security/topics/default.mspx', '', 'mb4544ba00ecb4ab58f02d0cb947b8a49', '_S1_Node3_S1_Node5');
this.items[n++] = new mnpPage('Tools', '/technet/Security/tools/default.mspx', '', '', '_S1_Node3_S1_Node6');
this.items[n++] = new mnpPage('Understanding Security', '/technet/security/understanding/default.mspx', '', 'me875a9bcfc554fe1a5fe45ac6889893b', '_S1_Node3_S1_Node7');
this.items[n++] = new mnpPage('Partners', '/technet/security/partners/default.mspx', '', '', '_S1_Node3_S1_Node8');
this.items[n++] = new mnpPage('Downloads', '/technet/security/downloads/default.mspx', '', '', '_S1_Node3_S1_Node9');
this.items[n++] = new mnpPage('Community', '/technet/security/en-us/community/security/default.mspx', '', '', '_S1_Node3_S1_Node10');
this.items[n++] = new mnpPage('Events & Webcasts', '/technet/security/eventswebcasts/default.mspx', '', '', '_S1_Node3_S1_Node11');
this.items[n++] = new mnpPage('Scripting for Security', '/technet/security/scripting/security.mspx', '', '', '_S1_Node3_S1_Node12');
this.items[n++] = new mnpPage('Small Business Security', '/technet/security/smallbusiness/default.mspx', '', '', '_S1_Node3_S1_Node13');
}
function me7652de7f0114dbdbe5e5529a00af6d0()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Products & Technologies: Overview', '/technet/Security/prodtech/default.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node1');
this.items[n++] = new mnpPage('Active Directory', '/technet/security/prodtech/activedirectory.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node2');
this.items[n++] = new mnpPage('ASP.NET', '/technet/security/prodtech/aspdotnet.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node3');
this.items[n++] = new mnpPage('Exchange Server', '/technet/security/prodtech/exchangeserver.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node4');
this.items[n++] = new mnpPage('Internet Authentication Service (IAS)', '/technet/security/prodtech/ias.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node5');
this.items[n++] = new mnpPage('Internet Information Services (IIS)', '/technet/security/prodtech/iis.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node6');
this.items[n++] = new mnpPage('Internet Security and Acceleration Server (ISA)', '/technet/security/prodtech/isa.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node7');
this.items[n++] = new mnpPage('.NET Framework', '/technet/security/prodtech/dotnetframework.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node8');
this.items[n++] = new mnpPage('Office', '/technet/security/prodtech/office.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node9');
this.items[n++] = new mnpPage('Software Update Services (SUS)', '/technet/security/prodtech/sus.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node10');
this.items[n++] = new mnpPage('SQL Server', '/technet/security/prodtech/sqlserver.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node11');
this.items[n++] = new mnpPage('Systems Management Server (SMS)', '/technet/security/prodtech/sms.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node12');
this.items[n++] = new mnpPage('Web Services', '/technet/security/prodtech/webservices.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node13');
this.items[n++] = new mnpPage('Windows 2000', '/technet/security/prodtech/windows2000.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node14');
this.items[n++] = new mnpPage('Windows 98', '/technet/security/prodtech/windows98.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node15');
this.items[n++] = new mnpPage('Windows NT', '/technet/security/prodtech/windowsnt.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node16');
this.items[n++] = new mnpPage('Windows Server 2003', '/technet/security/prodtech/windowsserver2003.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node17');
this.items[n++] = new mnpPage('Windows XP', '/technet/security/prodtech/windowsxp.mspx', '', '', '_S1_Node3_S1_Node4_S1_Node18');
}
function mb4544ba00ecb4ab58f02d0cb947b8a49()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Topics: Overview', '/technet/Security/topics/default.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node1');
this.items[n++] = new mnpPage('Architecture and Design', '/technet/security/topics/architectureanddesign.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node2');
this.items[n++] = new mnpPage('Assessment', '/technet/security/topics/assessment.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node3');
this.items[n++] = new mnpPage('Auditing and Monitoring', '/technet/security/topics/auditingandmonitoring.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node4');
this.items[n++] = new mnpPage('Cryptography, Certificates, and Secure Communications', '/technet/security/topics/cryptographyetc.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node5');
this.items[n++] = new mnpPage('Desktop Security', '/technet/security/topics/desktopsecurity.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node6');
this.items[n++] = new mnpPage('Developing Secure Applications', '/technet/security/topics/devsecapps.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node7');
this.items[n++] = new mnpPage('Disaster Recovery', '/technet/security/topics/disasterrecovery.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node8');
this.items[n++] = new mnpPage('Identity Management', '/technet/security/topics/identitymanagement.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node9');
this.items[n++] = new mnpPage('Network Security', '/technet/security/topics/networksecurity.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node10');
this.items[n++] = new mnpPage('Patch Management', '/technet/security/topics/patchmanagement.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node11');
this.items[n++] = new mnpPage('Policies and Procedures', '/technet/security/topics/policiesandprocedures.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node12');
this.items[n++] = new mnpPage('Server Security', '/technet/security/topics/serversecurity.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node13');
this.items[n++] = new mnpPage('Threats and Countermeasures', '/technet/security/topics/threatscountermeasures.mspx', '', '', '_S1_Node3_S1_Node5_S1_Node14');
}
function me875a9bcfc554fe1a5fe45ac6889893b()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Understanding Security: Overview', '/technet/security/understanding/default.mspx', '', '', '_S1_Node3_S1_Node7_S1_Node1');
this.items[n++] = new mnpPage('Learning Paths', '/technet/security/learning/default.mspx', '', '', '_S1_Node3_S1_Node7_S1_Node2');
this.items[n++] = new mnpPage('Virtual Lab', '/technet/traincert/virtuallab/security.mspx', '', '', '_S1_Node3_S1_Node7_S1_Node3');
}
function m760a9813174d47df880e67f91392255f()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Desktop Deployment: Overview', '/technet/desktopdeployment/default.mspx', '', '', '_S1_Node5_S1_Node1');
this.items[n++] = new mnpPage('Tasks & Tools', '/technet/desktopdeployment/tasktool.mspx', '', 'm29eda0c740a94a68a3ff0555b49c7ea1', '_S1_Node5_S1_Node2');
this.items[n++] = new mnpPage('Understanding Desktop Deployment', '/technet/desktopdeployment/understanding.mspx', '', 'm1bcc602c6d7a4c1995f959a2a1ae5f23', '_S1_Node5_S1_Node3');
this.items[n++] = new mnpPage('Partners', '/technet/desktopdeployment/partners/default.mspx', '', '', '_S1_Node5_S1_Node4');
this.items[n++] = new mnpPage('Downloads', '/technet/desktopdeployment/downloads.mspx', '', '', '_S1_Node5_S1_Node5');
this.items[n++] = new mnpPage('Community', '/technet/desktopdeployment/community/default.mspx', '', '', '_S1_Node5_S1_Node6');
this.items[n++] = new mnpPage('Events & Webcasts', '/technet/desktopdeployment/webcastsvl.mspx', '', '', '_S1_Node5_S1_Node7');
this.items[n++] = new mnpPage('Scripting for Desktop Deployment', '/technet/desktopdeployment/scripting/default.mspx', '', '', '_S1_Node5_S1_Node8');
}
function m29eda0c740a94a68a3ff0555b49c7ea1()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Tasks & Tools: Overview', '/technet/desktopdeployment/tasktool.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('Application Compatibility', '/technet/desktopdeployment/appcompat/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node2');
this.items[n++] = new mnpPage('Imaging', '/technet/desktopdeployment/imaging/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node3');
this.items[n++] = new mnpPage('Infrastructure Management', '/technet/desktopdeployment/inframan/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node4');
this.items[n++] = new mnpPage('Deployment Process', '/technet/desktopdeployment/depprocess/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node5');
this.items[n++] = new mnpPage('Office 2003 Deployment', '/technet/desktopdeployment/office/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node6');
this.items[n++] = new mnpPage('User State Migration', '/technet/desktopdeployment/userstate/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node7');
this.items[n++] = new mnpPage('Security/Patching', '/technet/desktopdeployment/securitypatching/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node8');
this.items[n++] = new mnpPage('Provisioning', '/technet/desktopdeployment/ztp/default.mspx', '', '', '_S1_Node5_S1_Node2_S1_Node9');
}
function m1bcc602c6d7a4c1995f959a2a1ae5f23()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Understanding Desktop Deployment: Overview', '/technet/desktopdeployment/understanding.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node1');
this.items[n++] = new mnpPage('Getting Started with the Deployment Center', '/technet/desktopdeployment/gettingstarted.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node2');
this.items[n++] = new mnpPage('Desktop Deployment for Midsize Businesses', '/technet/desktopdeployment/midsize/default.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node3');
this.items[n++] = new mnpPage('Solution Accelerator for Business Desktop Deployment', '/technet/desktopdeployment/bddoverview.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node4');
this.items[n++] = new mnpPage('Business Value of Deploying Windows XP and Office', '/technet/desktopdeployment/bizval.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node5');
this.items[n++] = new mnpPage('Associated Resources', '/technet/desktopdeployment/resources.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node6');
this.items[n++] = new mnpPage('Events & Learning', '/technet/desktopdeployment/eventslearning.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node7');
this.items[n++] = new mnpPage('Featured Articles', '/technet/desktopdeployment/articles/default.mspx', '', '', '_S1_Node5_S1_Node3_S1_Node8');
}
function mf53eab901b2e4125bb2f9374f5ad35ed()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Script Center: Overview', '/technet/scriptcenter/default.mspx', '', '', '_S1_Node6_S1_Node1');
this.items[n++] = new mnpPage('Script Repository', '/technet/scriptcenter/scripts/default.mspx', '', 'm6feb66da789840c6871923564a41ce61', '_S1_Node6_S1_Node2');
this.items[n++] = new mnpPage('Learn to Script', '/technet/scriptcenter/learnit.mspx', '', 'ma22d4f5b156041ae84c17ab96d872a3e', '_S1_Node6_S1_Node3');
this.items[n++] = new mnpPage('Find a Script', '/technet/scriptcenter/findit.mspx', '', '', '_S1_Node6_S1_Node4');
this.items[n++] = new mnpPage('Scripting for...', '/technet/scriptcenter/hubs/default.mspx', '', 'm3a6c193dee4a4df790470af7a4bcb0ce', '_S1_Node6_S1_Node5');
this.items[n++] = new mnpPage('Scripting Tools', '/technet/scriptcenter/createit.mspx', '', '', '_S1_Node6_S1_Node6');
this.items[n++] = new mnpPage('Hey, Scripting Guy!', '/technet/scriptcenter/resources/qanda/default.mspx', '', '', '_S1_Node6_S1_Node7');
}
function m6feb66da789840c6871923564a41ce61()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Script Repository: Overview', '/technet/scriptcenter/scripts/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('Active Directory', '/technet/scriptcenter/scripts/ad/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node2');
this.items[n++] = new mnpPage('Applications', '/technet/scriptcenter/scripts/apps/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node3');
this.items[n++] = new mnpPage('Desktop Management', '/technet/scriptcenter/scripts/desktop/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node4');
this.items[n++] = new mnpPage('Directory Services: Other', '/technet/scriptcenter/scripts/ds/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node5');
this.items[n++] = new mnpPage('Group Policy', '/technet/scriptcenter/scripts/policy/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node6');
this.items[n++] = new mnpPage('Hardware', '/technet/scriptcenter/scripts/hardware/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node7');
this.items[n++] = new mnpPage('IIS', '/technet/scriptcenter/scripts/iis/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node8');
this.items[n++] = new mnpPage('Logs', '/technet/scriptcenter/scripts/logs/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node9');
this.items[n++] = new mnpPage('Messaging & Communication', '/technet/scriptcenter/scripts/message/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node10');
this.items[n++] = new mnpPage('Networking', '/technet/scriptcenter/scripts/network/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node11');
this.items[n++] = new mnpPage('Office', '/technet/scriptcenter/scripts/office/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node12');
this.items[n++] = new mnpPage('Operating System', '/technet/scriptcenter/scripts/os/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node13');
this.items[n++] = new mnpPage('Printing', '/technet/scriptcenter/scripts/printing/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node14');
this.items[n++] = new mnpPage('Scripting Techniques', '/technet/scriptcenter/scripts/misc/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node15');
this.items[n++] = new mnpPage('Security', '/technet/scriptcenter/scripts/security/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node16');
this.items[n++] = new mnpPage('Service Packs and Hot Fixes', '/technet/scriptcenter/scripts/srvpacks/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node17');
this.items[n++] = new mnpPage('Services for Unix', '/technet/scriptcenter/scripts/sfunix/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node18');
this.items[n++] = new mnpPage('Shadow Copy', '/technet/scriptcenter/scripts/shadow/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node19');
this.items[n++] = new mnpPage('SMS', '/technet/scriptcenter/scripts/sms/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node20');
this.items[n++] = new mnpPage('Software Update Services', '/technet/scriptcenter/scripts/sus/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node21');
this.items[n++] = new mnpPage('SQL Server', '/technet/scriptcenter/scripts/sql/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node22');
this.items[n++] = new mnpPage('Storage', '/technet/scriptcenter/scripts/storage/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node23');
this.items[n++] = new mnpPage('Terminal Server', '/technet/scriptcenter/scripts/ts/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node24');
this.items[n++] = new mnpPage('Virtual Server', '/technet/scriptcenter/scripts/vs/default.mspx', '', '', '_S1_Node6_S1_Node2_S1_Node25');
}
function ma22d4f5b156041ae84c17ab96d872a3e()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Learn to Script: Overview', '/technet/scriptcenter/learnit.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node1');
this.items[n++] = new mnpPage('Windows Scripting Guide', '/technet/scriptcenter/guide/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node2');
this.items[n++] = new mnpPage('Hey, Scripting Guy!', '/technet/scriptcenter/resources/qanda/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node3');
this.items[n++] = new mnpPage('Tales from the Script', '/technet/community/columns/scripts/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node4');
this.items[n++] = new mnpPage('Office Space', '/technet/scriptcenter/resources/officetips/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node5');
this.items[n++] = new mnpPage('Doctor Scripto\'s Script Shop', '/technet/scriptcenter/resources/scriptshop/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node6');
this.items[n++] = new mnpPage('Webcasts', '/technet/scriptcenter/webcasts/default.mspx', '', '', '_S1_Node6_S1_Node3_S1_Node7');
}
function m3a6c193dee4a4df790470af7a4bcb0ce()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Scripting for...: Overview', '/technet/scriptcenter/hubs/default.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node1');
this.items[n++] = new mnpPage('Desktop', '/technet/scriptcenter/hubs/desktop.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node2');
this.items[n++] = new mnpPage('Exchange', '/technet/scriptcenter/hubs/exchange.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node3');
this.items[n++] = new mnpPage('HTAs', '/technet/scriptcenter/hubs/htas.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node4');
this.items[n++] = new mnpPage('MOM', '/technet/scriptcenter/hubs/mom.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node5');
this.items[n++] = new mnpPage('Office', '/technet/scriptcenter/hubs/office.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node6');
this.items[n++] = new mnpPage('Security', '/technet/scriptcenter/hubs/security.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node7');
this.items[n++] = new mnpPage('SMS', '/technet/scriptcenter/hubs/sms.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node8');
this.items[n++] = new mnpPage('SQL Server', '/technet/scriptcenter/hubs/sqlserver.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node9');
this.items[n++] = new mnpPage('Windows Server 2003', '/technet/scriptcenter/hubs/win2003.mspx', '', '', '_S1_Node6_S1_Node5_S1_Node10');
}
function mecbfdfe8e58b4cdc8b2052d10a6d7dfa()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('TechNet Program: Overview', '/technet/abouttn/default.mspx', '', '', '_S2_Node1_S1_Node1');
this.items[n++] = new mnpPage('TechNet Subscriptions', '/technet/abouttn/Subscriptions/default.mspx', '', 'm36c0c72d7d7a42b1be7a8b9ea54a6297', '_S2_Node1_S1_Node2');
this.items[n++] = new mnpPage('TechNet Magazine', '/technet/technetmag/default.aspx', '', '', '_S2_Node1_S1_Node3');
this.items[n++] = new mnpPage('TechNet Events & Webcasts', '/technet/community/events/default.mspx', '', 'ma01979ebf9dd4d0099a724aabdafa642', '_S2_Node1_S1_Node4');
this.items[n++] = new mnpPage('TechNet Flash Newsletter', '/technet/abouttn/subscriptions/flash_register.mspx', '', '', '_S2_Node1_S1_Node5');
this.items[n++] = new mnpPage('TechNet Radio', '/technet/community/tnradio/default.mspx', '', '', '_S2_Node1_S1_Node6');
this.items[n++] = new mnpPage('TechNet Virtual Labs', '/technet/traincert/virtuallab/default.mspx', '', '', '_S2_Node1_S1_Node7');
}
function m36c0c72d7d7a42b1be7a8b9ea54a6297()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('TechNet Subscriptions: Overview', '/technet/abouttn/Subscriptions/default.mspx', '', '', '_S2_Node1_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('TechNet Index: Search for Products', '/technet/abouttn/subscriptions/index/default.aspx', '', '', '_S2_Node1_S1_Node2_S1_Node2');
}
function ma01979ebf9dd4d0099a724aabdafa642()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('TechNet Events & Webcasts: Overview', '/technet/community/events/default.mspx', '', '', '_S2_Node1_S1_Node4_S1_Node1');
this.items[n++] = new mnpPage('TechNet Events', '/technet/community/events/briefings/default.mspx', '', '', '_S2_Node1_S1_Node4_S1_Node2');
this.items[n++] = new mnpPage('TechNet Webcasts', '/technet/community/webcasts/default.mspx', '', '', '_S2_Node1_S1_Node4_S1_Node3');
}
function mab3d2d3e364941588303d9c88abbe6fa()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Community: Overview', '/technet/community/default.mspx', '', '', '_S2_Node4_S1_Node1');
this.items[n++] = new mnpPage('Newsgroups', '/technet/community/newsgroups/default.mspx', '', 'm97b9485e7733411da2beba2ce3a0d1e8', '_S2_Node4_S1_Node2');
this.items[n++] = new mnpPage('Chats', '/technet/community/chats/default.mspx', '', 'm74612859dc9a4267bc41562b5387cdda', '_S2_Node4_S1_Node3');
this.items[n++] = new mnpPage('Columns', '/technet/community/columns/default.mspx', '', 'm749067abbf1348909bf948eb0d9858b4', '_S2_Node4_S1_Node4');
this.items[n++] = new mnpPage('Blogs', 'http://blogs.technet.com/default.aspx', '', '', '_S2_Node4_S1_Node5');
this.items[n++] = new mnpPage('User Groups', '/technet/community/usergroup/default.mspx', '', '', '_S2_Node4_S1_Node6');
}
function m97b9485e7733411da2beba2ce3a0d1e8()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Newsgroups: Overview', '/technet/community/newsgroups/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node1');
this.items[n++] = new mnpPage('Security', '/technet/community/newsgroups/security/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node2');
this.items[n++] = new mnpPage('Server Operating Systems', '/technet/community/newsgroups/serveros/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node3');
this.items[n++] = new mnpPage('Servers', '/technet/community/newsgroups/server/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node4');
this.items[n++] = new mnpPage('Desktop Operating Systems', '/technet/community/newsgroups/desktopos/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node5');
this.items[n++] = new mnpPage('Desktop Products and Technologies', '/technet/community/newsgroups/desktoppt/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node6');
this.items[n++] = new mnpPage('IT Tasks and Topics', '/technet/community/newsgroups/topics/default.mspx', '', '', '_S2_Node4_S1_Node2_S1_Node7');
}
function m74612859dc9a4267bc41562b5387cdda()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Upcoming Chats', '/technet/community/chats/default.mspx', '', '', '_S2_Node4_S1_Node3_S1_Node1');
this.items[n++] = new mnpPage('Chat Transcripts', '/technet/community/chats/trans/default.mspx', '', '', '_S2_Node4_S1_Node3_S1_Node2');
}
function m749067abbf1348909bf948eb0d9858b4()
{
this.items = new Array();
var n = 0;
this.items[n++] = new mnpPage('Columns: Overview', '/technet/community/columns/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node1');
this.items[n++] = new mnpPage('IIS Insider', '/technet/community/columns/insider/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node2');
this.items[n++] = new mnpPage('Professor Windows', '/technet/community/columns/profwin/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node3');
this.items[n++] = new mnpPage('Security Management', '/technet/community/columns/secmgmt/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node4');
this.items[n++] = new mnpPage('Security MVP Article of the Month', '/technet/community/columns/secmvp/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node5');
this.items[n++] = new mnpPage('Security Tip of the Month', '/technet/community/columns/sectip/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node6');
this.items[n++] = new mnpPage('Tales from the Script', '/technet/community/columns/scripts/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node7');
this.items[n++] = new mnpPage('The Cable Guy', '/technet/community/columns/cableguy/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node8');
this.items[n++] = new mnpPage('What\'s New on TechNet?', '/technet/community/columns/whatsnew/default.mspx', '', '', '_S2_Node4_S1_Node4_S1_Node9');
}