/*Site_Array.js
* by sltuk.com
* Contact info@sltuk.com for all other uses.
*/

 if (isMenu) {
menuVersion = 3;
menuWidth = "";
childOverlap = 20;
childOffset = 5;
perCentOver = null;
secondsVisible = .1;
fntCol = "#07407C";
fntSiz = "8";
fntBold = false;
fntItal = false;
fntFam = "Arial,sans-serif";
backCol = "white";
overCol = "#DDDDDD";
overFnt = "#07407C";
borWid = 1;
borCol = "#255883";
borSty = "solid";
itemPad = 2;
imgSrc = "rightarrow.gif";
imgSiz = 10;
separator = 1;
separatorCol = "#255883";
isFrames = false;
keepHilite = true; 
clickStart = false;
clickKill = false;


}

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) { 
    window.status = msgStr;
    document.returnValue = true;
  }
}

//-->