


////////////////////////////////////////////////
// Sam soffes cool autosubmit
////////////////////////////////////////////////
function threeboxes() {
	if(document.frmSelect.model[].value != "")
		document.frmSelect.submit();
}
