
if(window.event + "" == "undefined") event = null;
function vstech_f_PopUp(){return false};
function vstech_f_PopDown(){return false};
popUp = vstech_f_PopUp;
popDown = vstech_f_PopDown;


vstech_PG_MenuWidth = 150;
vstech_PG_FontFamily = "Verdana";
vstech_PG_FontSize = 7.5;
vstech_PG_FontBold = 1;
vstech_PG_FontItalic = 0;
vstech_PG_FontColor = "blue";
vstech_PG_FontColorOver = "white";
vstech_PG_BGColor = "#ffffff";
vstech_PG_BGColorOver = "#0000d0";
vstech_PG_ItemPadding = 4;

vstech_PG_BorderWidth = 1;
vstech_PG_BorderColor = "black";
vstech_PG_BorderStyle = "solid";
vstech_PG_SeparatorSize = 1;
vstech_PG_SeparatorColor = "#d0ff00";

//vstech_PG_ImageSrc = pathjs+"images/menuarrow.gif";
vstech_PG_ImageSrc = "menuarrow.gif";
vstech_PG_ImageSrcLeft = "vstech_More_black_left.gif";

//vstech_PG_ImageSrcOver = pathjs+"images/menuarrow.gif";
vstech_PG_ImageSrcOver = "menuarrow.gif";
vstech_PG_ImageSrcLeftOver = "vstech_More_white_left.gif";

vstech_PG_ImageSize = 10;
vstech_PG_ImageHorizSpace = 0;
vstech_PG_ImageVertSpace = 2;

vstech_PG_KeepHilite = true; 
vstech_PG_ClickStart = 0;
vstech_PG_ClickKill = false;
vstech_PG_ChildOverlap = 0;
vstech_PG_ChildOffset = 0;
vstech_PG_ChildPerCentOver = null;
vstech_PG_TopSecondsVisible = .5;
vstech_PG_StatusDisplayBuild =0;
vstech_PG_StatusDisplayLink = 0;
vstech_PG_UponDisplay = null;
vstech_PG_UponHide = null;
vstech_PG_RightToLeft = false;

vstech_PG_CreateTopOnly = 1;
vstech_PG_ShowLinkCursor = 1;
vstech_PG_NSFontOver = true;
//*************************************************************

vstech_DOM = (document.getElementById) ? true : false;
vstech_NS4 = (document.layers) ? true : false;
vstech_IE = (document.all) ? true : false;
vstech_IE4 = vstech_IE && !vstech_DOM;
vstech_Mac = (navigator.appVersion.indexOf("Mac") != -1);
vstech_IE4M = vstech_IE4 && vstech_Mac;
vstech_IsMenu = (vstech_DOM || vstech_NS4 || (vstech_IE4 && !vstech_IE4M));

vstech_BrowserString = vstech_NS4 ? "NS4" : vstech_DOM ? "DOM" : "IE4";

if(window.event + "" == "undefined") event = null;
function vstech_f_PopUp(){return false};
function vstech_f_PopDown(){return false};
popUp = vstech_f_PopUp;
popDown = vstech_f_PopDown;


vstech_GL_MenuWidth          = 150;
vstech_GL_FontFamily         = "verdana";
vstech_GL_FontSize           = 8;
vstech_GL_FontBold           = true;
vstech_GL_FontItalic         = false;
vstech_GL_FontColor          = "black";
vstech_GL_FontColorOver      = "white";
vstech_GL_BGColor            = "transparent";
vstech_GL_BGColorOver        = "transparent";
vstech_GL_ItemPadding        = 3;

vstech_GL_BorderWidth        = 1;
vstech_GL_BorderColor        = "red";
vstech_GL_BorderStyle        = "solid";
vstech_GL_SeparatorSize      = 1;
vstech_GL_SeparatorColor     = "yellow";

//vstech_GL_ImageSrc = pathjs+"images/menuarrow.gif";
vstech_GL_ImageSrc = "menuarrow.gif";
vstech_GL_ImageSrcLeft = "vstech_More_black_left.gif";

//vstech_GL_ImageSrcOver = pathjs+"images/menuarrow.gif";
vstech_GL_ImageSrcOver = "menuarrow.gif";
vstech_GL_ImageSrcLeftOver = "vstech_More_white_left.gif";

vstech_GL_ImageSize          = 5;
vstech_GL_ImageHorizSpace    = 5;
vstech_GL_ImageVertSpace     = 5;

vstech_GL_KeepHilite         = false;
vstech_GL_ClickStart         = false;
vstech_GL_ClickKill          = 0;
vstech_GL_ChildOverlap       = 10;
vstech_GL_ChildOffset        = 0;
vstech_GL_ChildPerCentOver   = null;
vstech_GL_TopSecondsVisible  = .5;
vstech_GL_ChildSecondsVisible = .3;
vstech_GL_StatusDisplayBuild = 0;
vstech_GL_StatusDisplayLink  = 1;
vstech_GL_UponDisplay        = null;
vstech_GL_UponHide           = null;

//vstech_GL_RightToLeft      = true;
vstech_GL_CreateTopOnly      = vstech_NS4 ? true : false;
vstech_GL_ShowLinkCursor     = true;

// the following function is included to illustrate the improved JS expression handling of
// the left_position and top_position parameters
// you may delete if you have no use for it

function vstech_f_CenterMenu(topmenuid) {
	var MinimumPixelLeft = 0;
	var TheMenu = vstech_DOM ? document.getElementById(topmenuid) : vstech_IE4 ? document.all(topmenuid) : eval("window." + topmenuid);
	var TheMenuWidth = vstech_DOM ? parseInt(TheMenu.style.width) : vstech_IE4 ? TheMenu.style.pixelWidth : TheMenu.clip.width;
	var TheWindowWidth = vstech_IE ? document.body.clientWidth : window.innerWidth;
	return Math.max(parseInt((TheWindowWidth-TheMenuWidth) / 2),MinimumPixelLeft);
}
//alert(vstech_BrowserString)
if(vstech_IsMenu) {
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='vstech_Arrays.js' TYPE='text/javascript'><\/SCR" + "IPT>");
	document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='vstech_Script"+ vstech_BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");
}


//end





