function writeMenu(){
	//alert('test');
document.write("<div id='dropmenu1' class='dropmenudiv' style='width: 155px;'>"
+"<a href='scion-xd.html' target='_top'>Scion xD</a>"
+"<a href='scion-xb.html' target='_top'>Scion xB</a>"
+"<a href='scion-tc.html' target='_top'>Scion tC</a>"
+"<a href='new-vehicle-pricing.html' target='_top'>New Vehicle Pricing</a>"
+"<a href='new-vehicle-inventory.html' target='_top'>New Vehicle Inventory</a>"
+"<a href='pure-price.html' target='_top'>Pure Price</a>"
+"<a href='new-car-promotions.html' target='_top'>New Car Promotions</a>"
+"<a href='quick-quote.html' target='_top' >Quick Quote</a>"
+"<a href='new-vehicles.html' target='_top'>New Vehicle Department</a>"
+"<a href='value-your-trade.html' target='_top'>Value Your Trade</a>"
+"<a href='avaluo-para-reventa.html' target='_top'>Avaluo Para Reventa</a>"
+"</div>"
			   
+"<div id='dropmenu2' class='dropmenudiv' style='width: 155px;'>"
+"<a href='accessories-pricing.html' target='_top'>Accessories Pricing</a>"
+"<a href='pure-price.html' target='_top'>Pure Price</a>" 
+"<a href='accessories.html' target='_top'>Accessories Department</a>"
+"</div>"

+"<!-- Finance -->   "                                             
+"<div id='dropmenu3' class='dropmenudiv' style='width: 150px;'>"
+"<a href='finance-lease-pricing.html' target='_top'>Finance &amp; Lease Pricing</a>"
+"<a href='' onmousedown='javascript:creditApplication();'>Credit Application</a>"
+"<a href='pure-price.html' target='_top'>Pure Price</a>"
+"<a href='' onmousedown='javascript:own();'>Own</a>"
+"<a href='finance.html' target='_top'>Finance Department</a>"
+"<a href='value-your-trade.html' target='_top'>Value Your Trade</a>"
+"<a href='avaluo-para-reventa.html' target='_top'>Avaluo Para Reventa</a>"
+"</div>"

+"<!-- Service -->  "                                              
+"<div id='dropmenu4' class='dropmenudiv' style='width: 130px;'>"
+"<a href='schedule-service.html' target='_top'>Schedule Service</a>"
+"<a href='service-pricing.html' target='_top'>Service Pricing</a>"
+"<a href='pure-price.html' target='_top'>Pure Price</a>"
+"<a href='service-promotions.html' target='_top'>Service Promotions</a>"
+"<a href='service.html' target='_top'>Service Department</a>"
+"</div>"

+"<!-- Parts -->"
+"<div id='dropmenu5' class='dropmenudiv' style='width: 130px;'>"
+"<a href='order-parts.html' target='_top'>Order Parts</a>"
+"<a href='parts-promotions.html' target='_top'>Parts Promotions</a>"
+"<a href='parts.html' target='_top'>Parts Department</a>"
+"</div>"

+"<!-- Pre-Owned Vehicles -->             "                                   
+"<div id='dropmenu6' class='dropmenudiv' style='width: 150px;'>"
+"<a href='pre-owned-inventory.html' target='_top'>Pre-Owned Inventory</a>"
+"<a href='pre-owned-specials.html' target='_top'>Pre-Owned Specials</a>"
+"<a href='pre-owned-promotions.html' target='_top'>Pre-Owned Promotions</a>"
+"<a href='pre-own-vehicles.html' target='_top'>Pre-Owned Department</a>"
+"<a href='value-your-trade.html' target='_top'>Value Your Trade</a>"
+"<a href='avaluo-para-reventa.html' target='_top'>Avaluo Para Reventa</a>"
+"</div>"

+"<!-- About Us -->  "
+"<div id='dropmenu7' class='dropmenudiv' style='width:130px;'>"
+"<a href='contact-us.html' target='_top'>Request Information</a>"
+"<a href='dealer-pricing.html' target='_top'>Dealership Pricing</a> "
+"<a href='map-directions.html' target='_top'>Map &amp; Directions</a> "
+"<a href='http://www.puentehillstoyota.com/career-opportunities.aspx' target='_blank'>Jobs</a> "
+"<a href='contact-us.html' target='_top'>Contact Us</a>"
+"<a href='privacy-policy.html' target='_top'>Privacy Policy</a> "
+"</div>"

+"<!-- Example Toyota -->  "
+"<div id='dropmenu8' class='dropmenudiv' style='width:147px;'>"
+"<a href='javascript:;'>Pittsburgh Scion Events</a>"
+"<a href='javascript:;'>Scion Evolution</a>"
+"<a href='javascript:;'>Scion Life</a>"
+"</div>"

+"<!-- Scion.com -->  "
+"<div id='dropmenu9' class='dropmenudiv' style='width:145px;'>"
+"<a href='javascript:void();' onmousedown='javascript:buildYourScion();' >Build Your Scion</a> "
+"<a href='javascript:void();' onmousedown='javascript:xdAuto();' >Compare xD Automatic</a> "
+"<a href='javascript:void();' onmousedown='javascript:xdManual();' >Compare xD Manual</a> "
+"<a href='javascript:void();' onmousedown='javascript:xbAuto();' >Compare xB Automatic</a> "
+"<a href='javascript:void();' onmousedown='javascript:xbManual();' >Compare xB Manual</a> "
+"<a href='javascript:void();' onmousedown='javascript:tcAuto();' >Compare tC Automatic</a>"
+"<a href='javascript:void();' onmousedown='javascript:tcManual();' >Compare tC Manual</a>  "
+"<a href='javascript:void();' onmousedown='javascript:scion2();' >Scion.com</a>"
+"</div>"
+"");	
	
}