$(document).ready(function () {
    $('img.model_sel_but').click(function () {
	$('ul.model_sel').slideToggle('fast');
    });
});
