
<!-- Begin

// 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="168" height="130"></a><br>');


// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.html" class="menu">Services</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="quote.html" class="menu">Request a Free Quote</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="faq.html" class="menu">FAQ</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="glossary.html" class="menu">Glossary</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.html" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="aboutus.html" class="menu">About MPS</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.html" class="menu">Information & News</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.html" class="menu">Contact</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="168" height="70"></a><br>');


<!-- START

// XML CHANGER SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML-ADDON.htm

// XML CHANGER VARIABLES YOU CAN EDIT - ALSO EDIT THE image_changer.xml

var XMLshowsflash	= "yes"		// SHOW FLASH XML CHANGER
var XMLflashcolor	= "FFFFFF"	// FLASH XML BACKGROUND COLOR
var XMLflashwidth	= "150"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLflashheight	= "150"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var XMLborder		= "000000"	// SCROLLER AND IMAGE BORDER COLOR


// LOCATE WITH A DIV OPTIONS


var divlocate		= "yes"		// yes OR no TO LOCATE THE CHANGER WITH A DIV
var divLR		= "left"	// SIDE TO LOCATE ON left OR right
var divXloc		= "750"		// PIXELS FROM EDGE
var divYloc		= "137"		// PIXELS FROM TOP OF PAGE



   if (XMLshowsflash == "yes") {
   if (divlocate == "yes") {
document.write('<div id="XMLFlash" style="position:absolute; visibility:show; '+divLR+': '+divXloc+'px; top: '+divYloc+'px; z-index:3">');
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+XMLborder+'" style="border-collapse:collapse"><tr><td>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" id="image_changer_XML">');
document.write('<PARAM NAME="movie" VALUE="image_changer_XML.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+XMLflashcolor+'">');
document.write('<EMBED src="image_changer_XML.swf" quality="high" wmode="transparent" bgcolor="#'+XMLflashcolor+'" WIDTH="'+XMLflashwidth+'" HEIGHT="'+XMLflashheight+'" NAME="image_changer_XML" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
   if (divlocate == "yes") {
document.write('</div>');
}
document.write('<br><br>');
}

// END XML FLASH CHANGER


// -- END FILE -->



document.write('</td></tr></table></DIV>');

//  End -->