var sorry="Sorry! This function has been disabled.\n\nPlease contact us for further information.\n\nContent Copyright 2004-05\nŠ Steelblasting & Metalspraying Company."

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(sorry);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(sorry);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;



ns=(navigator.appName == "Netscape");
function docolor(n)
{
if (!ns)
	{
	document.all["tr" + n].style.backgroundColor="#90A890";
	}
}

function undocolor(n)
{
	if (!ns)
	{
	document.all["tr" + n].style.backgroundColor="#FFFFFF";
	}
}

function randomNum(max) {
  var rNum=NaN
  while (isNaN(rNum)) {
    rNum=Math.floor(Math.random()*(max))
  }
  return rNum
}

var pic = new Array()
pic[0]="../imgz/r01.jpg"
pic[1]="../imgz/r02.jpg"
pic[2]="../imgz/r03.jpg"
pic[3]="../imgz/r04.jpg"
pic[4]="../imgz/r05.jpg"
pic[5]="../imgz/r06.jpg"
pic[6]="../imgz/r07.jpg"
pic[7]="../imgz/r08.jpg"
pic[8]="../imgz/r09.jpg"
pic[9]="../imgz/r10.jpg"
pic[10]="../imgz/r11.jpg"
pic[11]="../imgz/r12.jpg"
pic[12]="../imgz/r13.jpg"
pic[13]="../imgz/r14.jpg"
pic[14]="../imgz/r15.jpg"
pic[15]="../imgz/r16.jpg"
pic[16]="../imgz/r17.jpg"



var myMsg = "      -----    STEEL BLASTING & METALSPRAYING COMPANY    -----      ";
myMsg = myMsg + "      B L A S T I N G       S P R A Y I N G       A B R A S I V E S       M E T A L L I Z I N G       P A I N T I N G      "; 
var i = 0;
function scrollMsg() {
	frontPart = myMsg.substring(i,myMsg.length);
	backPart = myMsg.substring(0,i);
	window.status = frontPart + backPart;
	if (i < myMsg.length)
		{
		i++;
		}
	else
		{
		i = 0;
		}
	setTimeout("scrollMsg()", 200);
	}
