// JavaScript Document

/*THIS GOES IN INDEX.CFM IN MASTHEAD DIV*/


function clearField (obj) {
	if(obj.value == 'Product ID/keyword'){
		obj.value = '';
	}
}

