function colorChng(color) {
	new Effect.Morph('prodClr',{
		style:'background-color:' + color +'',
		duration:0.3
	});
}
//begin dynamic copyright year script
function writeYear() { document.write(new Date().getFullYear()); }
//end
// form replace
function clearText(thefield) {if (thefield.defaultValue==thefield.value) { thefield.value = "" }}function replaceText(thefield) {if (thefield.value=="") { thefield.value = thefield.defaultValue }}
// end form replace


