var writeTomenuDiv="True";

function maxY() {
var yHeight=screen.availHeight -330;
		document.write("<img src='images/mm_spacer.gif' hspace='0' vspace='0' border='0' width='1' height='" + yHeight + "' alt='' />");
}

function menuDiv() {
   if (writeTomenuDiv == "True") {
						document.write("<div id='dmsmenu' menu-id='1' file-path='steelsheds_menu.dms'>");
	 }
}

function endDiv() {
   if (writeTomenuDiv == "True") {
						document.write('</div>')
	 }
}
