function benzinAra() {
var fuelType;
var daysLimit;
var resultPageSize;
var ZIP;
var state;
			
fuelType=document.fbenzinAra.fuelType.value;
daysLimit=document.fbenzinAra.daysLimit.value;
resultPageSize=document.fbenzinAra.resultPageSize.value;
ZIP=document.fbenzinAra.ZIP.value;
state=document.fbenzinAra.state.value;
				
var str;

str = "http://www.oeamtc.at/spritapp/SimpleSearch.do?fuelType="+fuelType+"&daysLimit="+daysLimit+"&resultPageSize="+resultPageSize+"&ZIP="+ZIP+"&state="+state+"&spritaction=doSimpleSearch";

window.open(str,"spritsuche","width=900,height=520,left=0,top=0,resizable=Yes,toolbar=yes,menubar=yes,location=yes,directories=yes,status=yes,scrollbars=yes");			
}
