
function change_cool(sel) {

        var index = sel.selectedIndex;
        if (index != '0' && index !='')
        window.location.href = 'cool.php?type=' +sel.options[index].value;
}

