﻿function visListe(sel, selIndex) {
location.href = 'catalogue.aspx?cat=' + sel.options[selIndex].value;
}

function submitForm() {
document.forms[0].submit();
}
