
function land(ref, target) {
	lowtarget=target.toLowerCase();
	if (lowtarget=="_self") {window.location=loc;}
	else {if (lowtarget=="_top") {top.location=loc;}
	else {if (lowtarget=="_blank") {window.open(loc);}
	else {if (lowtarget=="_parent") {parent.location=loc;}
	else {parent.frames[target].location=loc;}
	}}}
}
function jump(menu) {
	ref=menu.choice.options[menu.choice.selectedIndex].value;
	splitc=ref.lastIndexOf("*");
	target="";
	if (splitc!=-1)
	{loc=ref.substring(0,splitc);
	target=ref.substring(splitc+1,1000);}
	else {loc=ref; target="_self";}
	if (ref !== "") {land(loc,target);}
}

function ona() {
	document.logo.src= 'hba.jpg';
	setTimeout("offa()", 1000);
}
function offa() {
	document.logo.src= 'hb.jpg';
}
	
var it=1;
function on() {
	if (it !==1) {
		document.logo.src= 'hba.jpg'; 
		setTimeout("off()", 2000);
		document.getElementById('tg').style.display='none';
		document.getElementById('tg1').style.display='block';
}}
function off() {
	document.logo.src= 'hb.jpg';
	setTimeout("on()", 2000);
}
function off1() {
	document.logo.src= 'hb.jpg';
	it=1;
	document.getElementById('tg1').style.display='none';
	document.getElementById('tg').style.display='block';
}

var u = "egg.html";
var x = 75; 
var y = 75; 
var w = 440; 
var h = 430; 
var p = "resizable,left="+x+",top="+y+",screenX="+x+",screenY="+y+",width="+w+",height="+h;
function pop() {
	var tm = window.open(u,'TheWindow',p);
}

var s=0;
	function show() {
		if (s ===0) {
			document.getElementById('c').style.display='block';
			s=1;
	}}
	function hide() {
		if (s ===1) {
			document.getElementById('c').style.display='none';
			s=0;
	}}

var t=1;
function on1() {
	document.getElementById('hwy').src='billy.jpg';
}
function off2() {
	document.getElementById('hwy').src='hwy.jpg';
	t=1;
}