function initProductDropDown() {
	if($("slProd")) {
		Event.observe ("slProd", "change", function() {
			if($("frmRegProd")) { $("frmRegProd").submit(); }
		})
		if($("go")) { $("go").addClassName("hide") }
	}
}

Event.observe( window, "load", function () { initProductDropDown() } );
