
function activateProd(activeid)
{
	document.featureProd.activeProd.value=activeid;
	document.featureProd.action=sitePath+"/products/";
	document.featureProd.submit();
}
