   function init(){
			// dropdown effect
			//ddProd = new fx.Height('prod1', {duration: 200});
			//ddProd.hide();
   }

   // the function that changes all the values
	function dropDown(sel, drp, tog){
			var drop = document.getElementById(drp)
			drop.innerHTML = sel.innerHTML;
			if(tog == 0){ddProd.toggle();}
	}
