
<!-- Begin

// Glowing Text Code

var win = null;

function NewWindow(mypage,myname,w,h,scroll)
{
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
	win = window.open(mypage,myname,settings)
}

function glowit(which)
{
	if (document.all.glowtext[which].filters[0].strength==3)
		document.all.glowtext[which].filters[0].strength=2
	else
		document.all.glowtext[which].filters[0].strength=3
}

function glowit2(which)
{
	if (document.all.glowtext.filters[0].strength==3)
		document.all.glowtext.filters[0].strength=2
	else
		document.all.glowtext.filters[0].strength=3
}

function startglowing()
{
	if (document.all.glowtext&&glowtext.length)
	{
		for (i=0;i<glowtext.length;i++)
			eval('setInterval("glowit('+i+')",150)')
	}
	else if (glowtext)
		setInterval("glowit2(0)",150)
}

if (document.all)
	window.onload=startglowing




// NOTE: If you use a ' add a slash before it like this \'


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="154"><tr><td>');
document.write('<img src="picts/menu-top.gif" width="154" height="120"></a><br>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="advantages.htm" class="menu">Why Ott Janitorial</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="clients.htm" class="menu">Our Clients</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu" style="text-indent: 6px;"><span id="glowtext">  Instant Estimate</span></a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="careers.htm" class="menu">Employment</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');




document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="65"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->