function scroll()
{
	document.write('<div align="center">');
	document.write('<table border="0" cellspacing="1" width="100%">');
	document.write('<tr>');
	document.write('<td vAlign=middle align=center bgcolor="#FFFFFF" height="100">');
	document.write('<IFRAME id="datamain" align="middle" leftmargin="0" topmargin="0" rightmargin="0" marginWidth="0" marginHeight="0" src="scripts/quicklinks.htm" frameBorder="0" width="155" scrolling="no" height="125"></IFRAME>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table></div>');
}



if(navigator.appName=="Netscape")
{
	document.write("<link rel='stylesheet' type='text/css' href='css/ns.css'>");
}
 else

{
	document.write("<link rel='stylesheet' type='text/css' href='css/ie.css'>");
}
// Initializing all of the highlighted buttons
// This downloads the img before they are viewed 
if (document.images) {
        upImageOn = new Image()
        upImageOn.src = "images/uparrow_mo.jpg"
        downImageOn = new Image()
        downImageOn.src = "images/downarrow_mo.jpg"
        }
else {
		upImageOn = ''
		downImageOn = ''
	 }

// Replaces an images with the specified image preloaded above
function lightUp(name, varName) {
        if (document.images) {
                document.images[name].src=varName.src
        }
}

// replaces the src of an image
function dimDown(name, imageName) {
        if (document.images) {
                document.images[name].src=imageName
        }
}
