// <!-- (C) 2000 Fred Hurst -->



if (document.all){document.onmousedown=md;document.onmouseup=md2;}

if (document.layers){captureEvents(Event.MOUSEDOWN);onmousedown=md; }

function mod(){alert("bull")}

function md2(e){}

function md(e){

if (document.all) {if (event.button == 2) {bull();confirm();return false};return true}

if (document.layers) {if (e.which == 3) {bull(); return false; } return true}

}

function bull(){document.embeds[0].play();setTimeout("bullstop()",1500);  }

function bullstop(){document.embeds[0].stop();return false}


function clearbkg0(){

document.getElementById("td1").style.backgroundColor='#FFFFE0';
document.getElementById("td2").style.backgroundColor='#FFFFE0';
document.getElementById("td3").style.backgroundColor='#FFFFE0';
document.getElementById("td4").style.backgroundColor='#FFFFE0';
document.getElementById("td5").style.backgroundColor='#FFFFE0';

}

function showtower() {
if (show){

document.getElementById("img1").style.zIndex="1";
document.getElementById("img1").style.visibility="visible";

xp = window.event.x+document.body.scrollLeft;
yp = window.event.y+document.body.scrollTop;

//document.getElementById('img1').style.position="fixed";
document.getElementById('img1').style.left=xp+5;
document.getElementById('img1').style.top=yp-40;
}

}


function hidetower() {
    show = false
document.getElementById("selectmenu").style.cursor = "default"
//setTimeout("document.getElementById('img1').style.visibility='hidden'",300);
  //  document.getElementById("img1").src = ""
    document.getElementById("img1").style.visibility = "hidden";
   

}



function newbody(){
document.getElementById("mainpar").innerHTML="<table><tr><td>Narrowbanding deadline is Jan 1, 2013. All licensees operating on 150-174 MHz or 421-512 MHz bands, must convert to 12.5 khz technology by January 1, 2013.</td></tr><tr><td>Blow me.</td></tr></table>"
}

function home(){
clearbkg0();
document.getElementById("td1").style.backgroundColor='#D2C1BB';
location="index.htm"
}
function ohome() {
    document.getElementById("selectmenu").style.cursor="pointer"
    document.getElementById("img1").src = pictower.src;
    document.getElementById("img1").style.width = "15px";
    document.getElementById("img1").style.height = "110px";
    show=true
}


pictower=new Image();
pictower.src="pictower.gif";



picradio=new Image();
picradio.src="picradio.gif";


picgps=new Image();
picgps.src="picgps.gif";

picauto=new Image();
picauto.src="picauto.gif";

























