if(window.event + "" == "undefined") event = null;
function RB_f_PopUp(){return false};
function RB_f_PopDown(){return false};
popUp = RB_f_PopUp;
popDown = RB_f_PopDown;

RB_PG_MenuWidth = 140;
RB_PG_FontFamily = "Arial,sans-serif";
RB_PG_FontSize = 8;
RB_PG_FontBold = 0;
RB_PG_FontItalic = 0;
RB_PG_FontColor = "blue";
RB_PG_FontColorOver = "white";
RB_PG_BGColor = "#DDDDDD";
RB_PG_BGColorOver = "#FFCCCC";
RB_PG_ItemPadding = 1;

RB_PG_BorderWidth = 1;
RB_PG_BorderColor = "#000000";
RB_PG_BorderStyle = "solid";
RB_PG_SeparatorSize = 1;
RB_PG_SeparatorColor = "#000000";
RB_PG_KeepHilite = true; 
RB_PG_ClickStart = 0;
RB_PG_ClickKill = false;
RB_PG_ChildOverlap = 20;
RB_PG_ChildOffset = 10;
RB_PG_ChildPerCentOver = null;
RB_PG_TopSecondsVisible = .5;
RB_PG_StatusDisplayBuild =0;
RB_PG_StatusDisplayLink = 0;
RB_PG_UponDisplay = null;
RB_PG_UponHide = null;
RB_PG_RightToLeft = 0;

RB_PG_CreateTopOnly = 0;
RB_PG_ShowLinkCursor = 1;
RB_PG_NSFontOver = true;

RB_DOM = (document.getElementById) ? true : false;
RB_NS4 = (document.layers) ? true : false;
RB_IE = (document.all) ? true : false;
RB_IE4 = RB_IE && !RB_DOM;
RB_Mac = (navigator.appVersion.indexOf("Mac") != -1);
RB_IE4M = RB_IE4 && RB_Mac;
RB_Opera = (navigator.userAgent.indexOf("Opera")!=-1);
RB_Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1); <!-- Unix-based Web browser -->

RB_IsMenu = !RB_Opera && !RB_Konqueror && !RB_IE4M && (RB_DOM || RB_NS4 || RB_IE4);

RB_BrowserString = RB_NS4 ? "NS4" : RB_DOM ? "DOM" : "IE4";

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters introduced in 4.0.9
// and modified in 4.1.3 to account for IE6 standards-compliance mode
// you may delete if you have no use for it


if(RB_IsMenu) {
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='RB_yearbooks_arrays.js' TYPE='text/javascript'></SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='RB_Script"+ RB_BrowserString +".js' TYPE='text/javascript'></SCR" + "IPT>");
}

