// JavaScript Document
$(document).ready(function(){
	

});


function check_Step2() {
	var widthField = $('#carportkonfigurator .wrapper .ContentMiddle .type .width .inputWidth').val();
	var lengthField = $('#carportkonfigurator .wrapper .ContentMiddle .type .width .inputWidth').val();
	if( widthField.length > 3 || lengthField.length > 3) {		
		alert("Carport in 10 cm - Schritten konfigurierbar!\nBitte überprüfen Sie die Eingabe.");
		return false;
		
	}else {
		return true;
	}
}



