//DHTML combo box script- by javascriptkit.com
//Visit JavaScript Kit (http://www.javascriptkit.com) for script
//Credit must stay intact for use

var ie5=(document.getElementById&&navigator.appName.indexOf("Internet Explorer")!=-1)

if (ie5){
document.write('<span style="position:relative;width:169px;height:20px;border:1px solid maroon;font:red 11pt garamond;padding:2px" onClick="showhide(1);event.cancelBubble=1" ><span style="cursor:hand;width:100%">Site Menu <img src="http://www.monumentmasonry.com/graphics/tridown.gif"></span>')
document.write('<div id="innermenu" style="text-align:left;position:absolute;left:2;top:16;width:300px;height:290px;border:1px solid black;background-color:white;overflow-y:scroll;visibility:hidden;">')
}

function gl(linkname,dest){
document.write('<b><a href="'+dest+'">'+linkname+'</a></b><br>')
}

function showhide(state){
var cacheobj=document.getElementById("innermenu").style
if (state==0)
cacheobj.visibility="hidden"
else
cacheobj.visibility=cacheobj.visibility=="hidden"? "visible" : "hidden"
}

//Specify your links here- gl(Item text, Item URL)
if (ie5){
gl("Quick Payments!","http://www.monumentmasonry.com/checkpayment.htm")
gl("Testimonials","http://www.monumentmasonry.com/testimonials.htm")
gl("Home","http://www.monumentmasonry.com/index.htm")
gl("Newsletter Archives","http://www.monumentmasonry.com/howto.htm")
gl("Multitorial FAQs","http://www.monumentmasonry.com/faq.htm")
gl("Multitorial Updates","http://www.monumentmasonry.com/updates.htm")
gl("Resource Links","http://www.monumentmasonry.com/links.htm")
gl("Estimate Instructions","http://www.monumentmasonry.com/estimates.htm")
gl("All Estimate Links","http://www.monumentmasonry.com/estlinks.htm")
gl("Material Calculators","http://www.monumentmasonry.com/calculators/calculators.htm")
gl("Job Photos","http://www.monumentmasonry.com/images.htm")
gl("Student Photos","http://www.monumentmasonry.com/studentpics.htm")
gl("About Us","http://www.monumentmasonry.com/aboutus.htm")
gl("About Multitorials","http://www.monumentmasonry.com/tutorial.htm")
gl("Block Retaining Walls - Holding Back The Earth","http://www.monumentmasonry.com/tutorials/tretain.htm")
gl("Groovy Concrete - Tiled Concrete Impressions","http://www.monumentmasonry.com/tutorials/tconcrete.htm")
gl("Stone Patio Secrets Revealed","http://www.monumentmasonry.com/tutorials/tflag.htm")
gl("Ponds On A Budget","http://www.monumentmasonry.com/tutorials/tpond.htm")
gl("Straw Bale Energy Revealed","http://www.monumentmasonry.com/tutorials/tstraw.htm")
gl("Glass Block Professional Tips & Tricks","http://www.monumentmasonry.com/tutorials/tglass.htm")
gl("Brick, Block and Adobe Restoration","http://www.monumentmasonry.com/tutorials/trest.htm")
gl("Search This Site","http://www.monumentmasonry.com/search.htm")
//Extend this list as needed


}

if (ie5){
document.onclick=function(){showhide(0)}
document.write('</div></span>')
}
