// browser css check

var name = navigator.appName
 if (name == "Microsoft Internet Explorer")
document.write('<link rel="StyleSheet" href="http://www.inchhosting.co.uk/hs_style_ie.css" TYPE="text/css">');
else
document.write('<link rel="StyleSheet" href="http://www.inchhosting.co.uk/hs_style_nn.css" TYPE="text/css">');

//500x500 popup

function openWin(newwin) {
aWindow=window.open(newwin,"newwin","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=500");
}

// quick link jumper

function doSel(obj)
{
     for (i = 1; i < obj.length; i++)
        if (obj[i].selected == true)
           eval(obj[i].value);
}

// dropdown menu functions

if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

HM_PG_MenuWidth = 111;
HM_PG_FontFamily = "'microsoft sans serif',Verdana,Arial,sans-serif";
HM_PG_FontSize = 7;
HM_PG_FontBold = 0;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "blue";
HM_PG_FontColorOver = "white";
HM_PG_BGColor = "#DDDDDD";
HM_PG_BGColorOver = "#FFCCCC";
HM_PG_ItemPadding = 4;

HM_PG_BorderWidth = 1;
HM_PG_BorderColor = "black";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 1;
HM_PG_SeparatorColor = "#000000";

HM_PG_ImageSrc = "../images/HM_More_black_right.gif";
HM_PG_ImageSrcLeft = "../images/HM_More_black_left.gif";

HM_PG_ImageSrcOver = "../images/HM_More_black_right.gif";
HM_PG_ImageSrcLeftOver = "../images/HM_More_black_left.gif";

HM_PG_ImageSize = 5;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 2;

HM_PG_KeepHilite = true; 
HM_PG_ClickStart = 0;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 1;
HM_PG_ChildOffset = -1;
HM_PG_ChildPerCentOver = null;
HM_PG_TopSecondsVisible = .5;
HM_PG_StatusDisplayBuild = 0;
HM_PG_StatusDisplayLink = 0;
HM_PG_UponDisplay = null;
HM_PG_UponHide = null;
HM_PG_RightToLeft = false;

HM_PG_CreateTopOnly = 1;
HM_PG_ShowLinkCursor = 1;
HM_PG_NSFontOver = true;

//HM_a_TreesToBuild = [2];