<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="top-menu-area">');
document.write('<tr><td align="right" nowrap>');

document.write(' | ');

document.write('<a href="index.html" class="menu-top">Home</a> | ');


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK


document.write('<a href="siteindex.html" class="menu-top">Site Index</a> | ');


document.write('<a href="resources.html" class="menu-top">Resources</a> | ');


document.write('<a href="index.html" class="menu-top">not used</a> | ');


document.write('<a href="index.html" class="menu-top">not used</a> | ');


document.write('<a href="javascript:ShowRecommend();" class="menu-top">Recommend Us!</a> | ');
function ShowRecommend(){
var rndURL = (1000*Math.random());
var url = "http://d59723.u22.qwknetllc.com/cgi-script/csRecommend/csRecommend.cgi?command=showrecommend";
h=500;
w=500;
newWindow = window.open(url,'search','width='+w+',height='+h+',top='+(screen.height-h)/2+',left='+(screen.width-w)/2+',location=0,directories=0,status=no,menuBar=no,scrollBars=no,resizable=no');
newWindow.focus();
}


document.write('<a href="http://mccolloch.master.com/texis/master/search/+/form/EM@il%20Us.html" class="menu-top">Contact Us</a> | ');


// END MENU LINKS


document.write('</td></tr></table>');



//  End -->
