function popupWindow(url) {
  popupWin = window.open(url, 'remote', 'width=270,height=500,toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,menubar=no')
}

function videoPopup(url) {
  popupWin2 = window.open(url, 'remote2', 'width=320,height=255,toolbar=no,location=no,directories=no,scrollbars=no,resizable=no,menubar=no')
}

var axel = Math.random() + "";
var ord = axel * 1000000000000000000;

function activate()

        {

        thenumber = document.theform.thepulldown.selectedIndex;

        changeto =

document.theform.thepulldown.options[thenumber].value;

        if (changeto == "gonowhere")

                {

                // do nothing

                
}

        else

                {

                window.top.location = changeto

                }

        }





function automatic()

        {

        thenumber = document.theform.thepulldown.selectedIndex;

        changeto =

document.theform.thepulldown.options[thenumber].value;

        if (changeto == "gonowhere")

                {

                // do nothing


}

        else

                {

                window.top.location = changeto

                }

        }



function backtonorm(){
var uagent=navigator.userAgent;
if(uagent.indexOf('Mac',0)>-1){
        window.scroll(0,0);
}

}


