b1=new Image(22,13);
b1.src=root +"doc_images/basket_red.gif";
b2=new Image(22,13);
b2.src=root +"doc_images/basket.gif";

PG_MenuWidth = 120;
PG_FontFamily = "Arial, Helvetica, Verdana, sans-serif;";
PG_FontSize = 8;
PG_FontBold = 0;
PG_FontItalic = 0;
PG_FontColor = "#0055F1";
PG_FontColorOver = "#ff0000";
PG_BGColor = "#eeeeee";
PG_BGColorOver = "#eeeeee";
PG_ItemPadding = 2;

PG_BorderWidth = 1;
PG_BorderColor = "#0055F1";
PG_BorderStyle = "solid";
PG_SeparatorSize = 0;
PG_SeparatorColor = "#0055F1";

PG_KeepHilite = true; 
PG_ClickStart = 0;
PG_ClickKill = false;
PG_ChildOverlap = 2;
PG_ChildOffset = -2;
PG_ChildPerCentOver = null;
PG_TopSecondsVisible = .5;
PG_StatusDisplayBuild = 1;
PG_StatusDisplayLink = 1;
PG_UponDisplay = "";
PG_UponHide = "";
PG_RightToLeft = 0;

PG_CreateTopOnly = 0;
PG_ShowLinkCursor = 1;
PG_NSFontOver = true;

DOM = (document.getElementById) ? true : false;NS4 = (document.layers) ? true : false;IE = (document.all) ? true : false;IE4 = IE && !DOM;Mac = (navigator.appVersion.indexOf("Mac") != -1);IE4M = IE4 && Mac;Opera = (navigator.userAgent.indexOf("Opera")!=-1);Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);IsMenu = !Opera && !Konqueror && !IE4M && (DOM || NS4 || IE4);BrowserString = NS4 ? "NS4" : DOM ? "DOM" : "IE4";

GL_MenuWidth= 120;
GL_FontFamily = "Arial,sans-serif";
GL_FontSize = 10;
GL_BGColor= "transparent";
GL_BGColorOver= "transparent";
GL_ItemPadding= 3;
GL_KeepHilite = false;
GL_ClickStart = false;
GL_ClickKill= 0;
GL_TopSecondsVisible= .5;
GL_ChildSecondsVisible = .3;

GL_FontBold = true;GL_FontItalic = false;GL_FontColor= "black";GL_FontColorOver= "white";GL_BorderWidth= 2;GL_BorderColor= "red";GL_BorderStyle= "solid";GL_SeparatorSize= 2;GL_SeparatorColor = "yellow";GL_ChildOverlap = 40;GL_ChildOffset= 10;GL_ChildPerCentOver = null;GL_StatusDisplayBuild = 0;GL_StatusDisplayLink= 1;GL_UponDisplay= null;GL_UponHide = null;GL_RightToLeft= false;GL_CreateTopOnly= NS4 ? true : false;GL_ShowLinkCursor = true;

if(IsMenu) {	
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='"+ root +"js/Script"+ BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}