document.write( 
' <div id = "DivMenu" style="position: absolute; top:  6px; left: 6px; width: 122px; font-size: 18px; color:white; font-weight: bold;"> '
+'<div class="DoNotDisplay" id="p1" style="padding: 3px 3px 3px 3px; border: none;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(1);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(1);" '
+' onclick="window.location=\'Home.htm\'" onmouseover="title=\'Click To Go To The Home Page\'">Home </div>'
+'<div class="DoNotDisplay" id="p2"    style="padding: 3px 3px 3px 3px;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(2);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(2);" '
+' onclick="window.location=\'Gallery.htm\'" onmouseover="title=\'Click To Enter Gallery\'">  Wearable Art - Fashion</div>'
+'<div class="DoNotDisplay" id="p3"    style="padding: 3px 3px 3px 3px; none;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(3);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(3);" '
+' onclick="window.location=\'DesignArtGallery.htm\'">Design Art - Furniture</div>'
+'<div class="DoNotDisplay" id="p4"    style="padding: 3px 3px 3px 3px; none;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(4);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(4);" '
+' onclick="window.location=\'AboutWalter.htm\'"> About Walter</div>'
+'<div class="DoNotDisplay" id="p5"    style="padding: 3px 0px 3px 3px; none;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(5);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(5);" '
+' onclick="window.location=\'Contact.htm\'">  Contact Us</div>'
+'<div class="DoNotDisplay" id="p6"    style="padding: 3px 3px 3px 3px; none;"'
+' onmouseover="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOver(6);" '
+' onmouseout="if (isMouseLeaveOrEnter(event, this)) pMenuItemMouseOut(6);" '
+' onclick="window.location=\'PressNoScript.htm\'"> Press</div>'
+'</div>'
);
