/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function smxfarbwaehler(oInObj)
{
    if(typeof window.setSellList == 'function') {
        setSellList(oInObj);
    }
    
    if(jQuery('#smx_' + oInObj.selectedIndex.toString()).val()) {
        jQuery("#colorpic").html('<img id="" src="' + jQuery('#smx_' + oInObj.selectedIndex.toString()).val() + '" />');
    } else {
        jQuery("#colorpic").html('');
    }
}
