SILK_PG_MenuWidth = 170;
SILK_PG_FontFamily = "Arial";
SILK_PG_FontSize = 9;
SILK_PG_FontBold = 0;
SILK_PG_FontItalic = 0;
SILK_PG_FontColor = "blue";
SILK_PG_FontColorOver = "white";
SILK_PG_BGColor = "#DDDDDD";
SILK_PG_BGColorOver = "#FFCCCC";
SILK_PG_ItemPadding = 4;

SILK_PG_BorderWidth = 1;
SILK_PG_BorderColor = "#c9c9c9";
SILK_PG_BorderStyle = "solid";
SILK_PG_SeparatorSize = 1;
SILK_PG_SeparatorColor = "#d0ff00";

SILK_PG_ImageSrc = "Html/images/SILK_More_black_right.gif";
SILK_PG_ImageSrcLeft = "Html/images/SILK_More_black_left.gif";
SILK_PG_ImageSrcOver = "Html/images/SILK_More_white_right.gif";
SILK_PG_ImageSrcLeftOver = "Html/images/SILK_More_white_left.gif";

SILK_PG_ImageSize = 5;
SILK_PG_ImageHorizSpace = 0;
SILK_PG_ImageVertSpace = 2;

SILK_PG_KeepHilite = true;
SILK_PG_ClickStart = 0;
SILK_PG_ClickKill = false;
SILK_PG_ChildOverlap = 20;
SILK_PG_ChildOffset = 10;
SILK_PG_ChildPerCentOver = null;
SILK_PG_TopSecondsVisible = .5;
SILK_PG_StatusDisplayBuild =0;
SILK_PG_StatusDisplayLink = 0;
SILK_PG_UponDisplay = null;
SILK_PG_UponHide = null;
SILK_PG_RightToLeft = 0;
SILK_PG_CreateTopOnly = 0;
SILK_PG_ShowLinkCursor = 1;
SILK_PG_NSFontOver = true;
//------------------------End Style----------------------------
if(window.event + "" == "undefined") event = null;
function SILK_f_PopUp(){return false};
function SILK_f_PopDown(){return false};
popUp = SILK_f_PopUp;
popDown = SILK_f_PopDown;
//----------------SelectMenu-------------------------------------
function selectMenu(filename)
{
  location.href= filename;
}

//-------------------------preloadImage------------------------------
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}
preloadimages("Html/images/home.gif","Html/images/home1.gif","Html/images/company.gif","Html/images/company1.gif","Html/images/services.gif","Html/images/services1.gif","Html/images/clients.gif","Html/images/clients11.gif",
"Html/images/training.gif","Html/images/training1.gif","Html/images/contact.gif","Html/images/contact1.gif","Html/images/employees.gif","Html/images/employees1.gif","Html/images/atlas.gif","Html/images/100_0443.jpg","Html/images/100_0432.jpg","Html/images/100_0428.jpg","Html/images/cc03.jpg");

function triton_toggle(img_name,img_src)
{
document[img_name].src=img_src;
}
//---------------------EndFunction------------------------------------------
