
// attach mouseover/mouseout events to all
// li elements nested within ul id="menu"
// http://www.alistapart.com/articles/dropdowns

eventLoad = function() {

//

}

if (window.attachEvent) { 
window.attachEvent("onload", eventLoad); }

function clearText(field){
if (field.defaultValue==field.value)
field.value = ""; }

