function dblclick() {
	window.scrollTo(0,0)
}

if (document.layers) {
	document.captureEvents(Event.ONDBLCLICK);
}

document.ondblclick=dblclick;

theMsg = "                        Call Bud at 727-459-5460 if you have questions!                       "
i=0

function scrollMsg() {
	window.status=theMsg.substring(i,theMsg.length) + theMsg.substring(0,i-1)
	if (i < theMsg.length){
		i++
	}
	else{
		i=0
	}
	setTimeout("scrollMsg()",175)
}

function BubbaGump(B,BQ){
	if (BQ==1){
      B.style.background='gold';
	}

	if (BQ==0){
      B.style.background='';
	}
}

function blockCode() {
	alert("For code samples, email to devcode@msn.com!");
}


function updateParent(newURL) {
	opener.document.location = newURL
}
function HiLite(B,BO){
		if (BO==1){
   		   B.style.background='black';
   		   
		}
		if (BO==0)  {
			if (B.style.background=='black'){
      			B.style.background='transparent';
      		}
		}
}
