function addToGiftList() { 
	document.forms['PRODProducts'].elements['registry'].value=1;
	document.forms['PRODProducts'].submit();
}
