// JavaScript Document//### POP UP WINDOWS ###function MM_openBrWindow(theURL,winName,features) { //v2.0  	window.open(theURL,winName,features);}	//### end POP UP WINDOWS ###//### PRODUCT SEARCH ###function clearText(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""}	//function clearStyle(thefield){//if (thefield.defaultValue==thefield.value)//theField.style.color = "black";//}	//### end PRODUCT SEARCH ###