/**
 * @author webandvoice
 */

	function vaiPagina(){
		var dropdownIndex = document.getElementById('scala').selectedIndex;
		var dropdownValue = document.getElementById('scala')[dropdownIndex].value;
		document.location.href ='http://localhost/modellismo/shoponline/categoria/'+ dropdownValue;	
	}
	
	