<!--

// Start - For Navigation rollover timeout
var color = '';
var id = '';
var counter = 3;

function countDown(id, time) {

counter = time;
time = counter - 1;

    if (counter != 0){
        setTimeout("countDown('" + id + "','" + time + "')",1000);
        window.color = window.document.all[id].style.background;
        window.document.all[id].style.background = '#2828AE';
    }else{
        window.document.all[id].style.background = '#000044';
	}
}

function over(id) {
    if (document.all) {
        window.color = window.document.all[id].style.background;
        window.document.all[id].style.background = '#2828AE';

    }
}

function out(id) {

     if (document.all)
		countDown(id,2);

}
// End - For Navigation rollover timeout


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 = 180;
HM_PG_FontFamily = "tahoma,arial,sans-serif,verdana";
HM_PG_FontSize = 8;
HM_PG_FontBold = false;
HM_PG_FontItalic = 0;
HM_PG_FontColor = "#ffffff";
HM_PG_FontColorOver = "#ffffff";
HM_PG_BGColor = "#2828AE";
HM_PG_BGColorOver = "#0F0F85";
HM_PG_ItemPadding = 5;

HM_PG_BorderWidth = 0;
HM_PG_BorderColor = "#ffffff";
HM_PG_BorderStyle = "solid";
HM_PG_SeparatorSize = 0;
HM_PG_SeparatorColor = "#ffffff";
HM_PG_ImageSrc = "";
HM_PG_ImageSrcLeft = "";

HM_PG_ImageSize = 0;
HM_PG_ImageHorizSpace = 0;
HM_PG_ImageVertSpace = 0;

HM_PG_KeepHilite = true;
HM_PG_ClickStart = false;
HM_PG_ClickKill = false;
HM_PG_ChildOverlap = 0;
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];


function GoCategorySite(s) {
   var d = s.options[s.selectedIndex].value;

   if (d != "")
      window.top.location.href = d;

}


//-->


