function colorChng(color) {

	new Effect.Morph('prodClr',{

		style:'background-color:' + color +'',

		duration:1.0

	});

}

//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



