// JavaScript Document// Function for expanding & collapsing DIV tags that are appropriately taggedfunction toggleDiv(divid) {	if(document.getElementById(divid).style.display == 'none') {		document.getElementById(divid).style.display = 'block';		} else {			document.getElementById(divid).style.display = 'none';			}}function nextClient(currentDiv,nextDiv) {	document.getElementById(currentDiv).style.display = 'none';	document.getElementById(nextDiv).style.display = 'block';}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}// This function is required for the CSS drop-down menu support in IE./*sfHover = function() {	var sfEls = document.getElementById("nav").getElementsByTagName("LI");	for (var i=0; i<sfEls.length; i++) {		sfEls[i].onmouseover=function() {			this.className+=" sfhover";		}		sfEls[i].onmouseout=function() {			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");		}	}}if (window.attachEvent) window.attachEvent("onload", sfHover);*//* Derived from a script by Alejandro Gervasio. Modified to work in FireFox by Stefan Mischook for Killersites.comHow it works: just apply the CSS class of 'match_y' to your pages' main columns.*/matchColumns=function(){      var divs,contDivs,maxHeight,divHeight,d; 	     // get all <div> elements in the document     divs=document.getElementsByTagName('div');     contDivs=[];      // initialize maximum height value     maxHeight=0;      // iterate over all <div> elements in the document     for(var i=0;i<divs.length;i++){           // make collection with <div> elements with class attribute 'match_y'          if(/\bmatch_y\b/.test(divs[i].className)){                 d=divs[i];                 contDivs[contDivs.length]=d;                 // determine height for <div> element                 if(d.offsetHeight){                      divHeight=d.offsetHeight;                }                 else if(d.style.pixelHeight){                      divHeight=d.style.pixelHeight;                }                 // calculate maximum height                maxHeight=Math.max(maxHeight,divHeight);          }     }      // assign maximum height value to all of container <div> elements     for(var i=0;i<contDivs.length;i++){          contDivs[i].style.height=maxHeight + "px";     }}// Runs the script when page loads window.onload=function(){     if(document.getElementsByTagName){          matchColumns();     }}// Rollmaster Login Scripts/*var theForm = document.forms['aspnetForm'];if (!theForm) {    theForm = document.aspnetForm;}function __doPostBack(eventTarget, eventArgument) {    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {        theForm.__EVENTTARGET.value = eventTarget;        theForm.__EVENTARGUMENT.value = eventArgument;        theForm.submit();    }}function TreeView_PopulateNodeDoCallBack(context,param) {        WebForm_DoCallback(context.data.treeViewID,param,TreeView_ProcessNodeData,context,TreeView_ProcessNodeData,false);    }var ctl00_tvMenu_Data = null;function WebForm_OnSubmit() {if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;return true;}var ctl00_tvMenu_ImageArray =  new Array('http://pms.rmaster.com/United/WebResource.axd?d=p4iveMD5molCuDOVNznK6nnulwlxP537DeVD642KyGSVTMSHtVrknZtJw_rcTuWQ0&t=633739597400000000', 'http://pms.rmaster.com/United/WebResource.axd?d=p4iveMD5molCuDOVNznK6ltyeFn2eKpFFj2lRS4xFJ7Vpr2H51ijIPzDnCfwuUI_0&t=633739597400000000', 'http://pms.rmaster.com/United/WebResource.axd?d=p4iveMD5molCuDOVNznK6kqOepyRxj1MdUQCX4T_9If2OCUvynqnsrNue_4VaHw30&t=633739597400000000', 'http://pms.rmaster.com/United/WebResource.axd?d=iin1p5EXYLqCWyTWhWMOUpWLNCtJ1nNU0ItsZ_yjBWA1&t=633739597400000000', 'http://pms.rmaster.com/United/WebResource.axd?d=iin1p5EXYLqCWyTWhWMOUnyKwvAxze0sroBev8NDI2M1&t=633739597400000000', 'http://pms.rmaster.com/United/WebResource.axd?d=iin1p5EXYLqCWyTWhWMOUqlv78nNPF8IBX7UEcU__GE1&t=633739597400000000');var Page_ValidationSummaries =  new Array(document.getElementById("ctl00_Content_ValidationSummary2"));var Page_Validators =  new Array(document.getElementById("ctl00_Content_RequiredFieldValidator1"), document.getElementById("ctl00_Content_RequiredFieldValidator2"));var ctl00_Content_RequiredFieldValidator1 = document.all ? document.all["ctl00_Content_RequiredFieldValidator1"] : document.getElementById("ctl00_Content_RequiredFieldValidator1");ctl00_Content_RequiredFieldValidator1.controltovalidate = "ctl00_Content_txbUser";ctl00_Content_RequiredFieldValidator1.errormessage = "Username cannot be blank";ctl00_Content_RequiredFieldValidator1.display = "Dynamic";ctl00_Content_RequiredFieldValidator1.validationGroup = "Group1";ctl00_Content_RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";ctl00_Content_RequiredFieldValidator1.initialvalue = "";var ctl00_Content_RequiredFieldValidator2 = document.all ? document.all["ctl00_Content_RequiredFieldValidator2"] : document.getElementById("ctl00_Content_RequiredFieldValidator2");ctl00_Content_RequiredFieldValidator2.controltovalidate = "ctl00_Content_txbPassword";ctl00_Content_RequiredFieldValidator2.errormessage = "Password cannot be blank";ctl00_Content_RequiredFieldValidator2.display = "Dynamic";ctl00_Content_RequiredFieldValidator2.validationGroup = "Group1";ctl00_Content_RequiredFieldValidator2.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";ctl00_Content_RequiredFieldValidator2.initialvalue = "";var ctl00_Content_ValidationSummary2 = document.all ? document.all["ctl00_Content_ValidationSummary2"] : document.getElementById("ctl00_Content_ValidationSummary2");ctl00_Content_ValidationSummary2.headertext = "Please Correct the Following Errors";ctl00_Content_ValidationSummary2.validationGroup = "Group1";WebForm_InitCallback();var ctl00_tvMenu_Data = new Object();ctl00_tvMenu_Data.images = ctl00_tvMenu_ImageArray;ctl00_tvMenu_Data.collapseToolTip = "Collapse {0}";ctl00_tvMenu_Data.expandToolTip = "Expand {0}";ctl00_tvMenu_Data.expandState = theForm.elements['ctl00_tvMenu_ExpandState'];ctl00_tvMenu_Data.selectedNodeID = theForm.elements['ctl00_tvMenu_SelectedNode'];ctl00_tvMenu_Data.hoverClass = 'ctl00_tvMenu_8';ctl00_tvMenu_Data.hoverHyperLinkClass = 'ctl00_tvMenu_7';for (var i=0;i<6;i++) {var preLoad = new Image();if (ctl00_tvMenu_ImageArray[i].length > 0)preLoad.src = ctl00_tvMenu_ImageArray[i];}ctl00_tvMenu_Data.lastIndex = 0;ctl00_tvMenu_Data.populateLog = theForm.elements['ctl00_tvMenu_PopulateLog'];ctl00_tvMenu_Data.treeViewID = 'ctl00$tvMenu';ctl00_tvMenu_Data.name = 'ctl00_tvMenu_Data';var Page_ValidationActive = false;if (typeof(ValidatorOnLoad) == "function") {    ValidatorOnLoad();}function ValidatorOnSubmit() {    if (Page_ValidationActive) {        return ValidatorCommonOnSubmit();    }    else {        return true;    }}*/