

	//Center Everything

	document.write("<left>");

	document.write("<img width='1000' id='header' src='http://altecelectronicsystems.com/images/Template/header03.jpg'>");

	//Write Buttons

	document.write("<table id='buttons'>");

	document.write("<tr>");



	//Home

	document.write("<td> <a href='http://altecelectronicsystems.com/home.php'> <img id='btHome' src='http://altecelectronicsystems.com/images/Buttons/a/home.jpg' onMouseOver='hoverButton(this, home);' onMouseOut='aButton(this, home);'> </a> </td>");



	//About Us

	document.write("<td> <a href='http://altecelectronicsystems.com/aboutUs.php'> <img id='btAbout' src='http://altecelectronicsystems.com/images/Buttons/a/aboutUs.jpg' onMouseOver='hoverButton(this, aboutUs);' onMouseOut='aButton(this, aboutUs);'> </a> </td>");



	//Solutions

	document.write("<td> <a href='http://altecelectronicsystems.com/solutions.php'> <img id='btSolutions' src='http://altecelectronicsystems.com/images/Buttons/a/solutions.jpg' onMouseOver='hoverButton(this, solutions);' onMouseOut='aButton(this, solutions);'> </a> </td>");



	//Testimonials

	document.write("<td> <a href='http://altecelectronicsystems.com/testimonials.php'> <img id='btTestimonials' src='http://altecelectronicsystems.com/images/Buttons/a/testimonials.jpg' onMouseOver='hoverButton(this, testimonials);' onMouseOut='aButton(this, testimonials);'> </a> </td>");



	//Portfolio

	document.write("<td> <a href='http://altecelectronicsystems.com/portfolio.php'> <img id='btPortfolio' src='http://altecelectronicsystems.com/images/Buttons/a/portfolio.jpg' onMouseOver='hoverButton(this, portfolio);' onMouseOut='aButton(this, portfolio);'> </a> </td>");



	//Professional Trade

	document.write("<td> <a href='http://altecelectronicsystems.com/professionalTrade.php'> <img id='btProfessionalTrade' src='http://altecelectronicsystems.com/images/Buttons/a/professionalTrade.jpg' onMouseOver='hoverButton(this, professionalTrade);' onMouseOut='aButton(this, professionalTrade);'> </a> </td>");



	//Our Products

	document.write("<td> <a href='http://altecelectronicsystems.com/ourProducts.php'> <img id='btOurProdcuts' src='http://altecelectronicsystems.com/images/Buttons/a/ourProducts.jpg' onMouseOver='hoverButton(this, ourProducts);' onMouseOut='aButton(this, ourProducts);'> </a> </td>");



	//Whats New

	document.write("<td> <a href='http://altecelectronicsystems.com/whatsNew.php'> <img id='btWhatsNew' src='http://altecelectronicsystems.com/images/Buttons/a/whatsNew.jpg' onMouseOver='hoverButton(this, whatsNew);' onMouseOut='aButton(this, whatsNew);'> </a> </td>");



	//Contact

	document.write("<td> <a href='http://altecelectronicsystems.com/contact.php'> <img id='btContact' src='http://altecelectronicsystems.com/images/Buttons/a/contact.jpg' onMouseOver='hoverButton(this, contact);' onMouseOut='aButton(this, contact);'> </a> </td>");



	document.write("</tr>");

	document.write("</table>");

	document.write("</left>");



	//border

	document.write("<HR id='border' width='1000' align='left'/>");

