var mFont = 'Verdana'
var mFontSize = 0

function drawmenubar() {

	var menucontent=""

	menucontent+= "<table border='0' cellpadding='0' cellspacing='0' width='100%' bgcolor='#000080'>"
  	menucontent+= "<tr>"
    	menucontent+= "<td bgcolor='#000080'><a href=../mud/home.html><img border='0' src='../mud/logo.gif'></a>&nbsp;&nbsp;&nbsp;&nbsp</td>"
    	menucontent+= "<td align='right' bgcolor='#000080'>"
        menucontent+= "<font face='" + mFont +"' size='" + mFontSize + "'>"
	menucontent+= "<a href=http://minibrand.handango.com/minibrand/basket.jsp?siteID=351&continueUrl=http://www.mud.ca/mud/products.html><img border='0' src='../mud/carticon.gif'></a>&nbsp;&nbsp;<a class=black href=http://minibrand.handango.com/minibrand/basket.jsp?siteID=351&continueUrl=http://www.mud.ca/mud/products.html>VIEW CART</a>&nbsp;&nbsp;&nbsp;&nbsp;"
	menucontent+= "<a href=../mud/home.html><img border='0' src='../mud/homeicon.gif'></a>&nbsp;&nbsp;<a class=black href=../mud/home.html>HOME</a>&nbsp;&nbsp;&nbsp;&nbsp;"
        menucontent+= "<a href=../mud/contact.html><img border='0' src='../mud/contacticon.gif'></a>&nbsp;&nbsp;<a class=black href=../mud/contact.html>CONTACT US</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
	menucontent+= "&nbsp;&nbsp;&nbsp;&nbsp;"
        menucontent+= "</font>"

    	menucontent+= "</td>"
  	menucontent+= "</tr>"
	menucontent+= "</table>"

	document.write(menucontent)

}
drawmenubar()
