$(document).ready(function(){
    
    if($('li.selected').size() > 0){
        $("div#scroller").scrollTo($('li.selected:last'), 800);    
    }
});

function click55(id){
    //alert( $('span#url').text());
    $.post("/include/function.php", {
            parent_id: id,
            url: $('span#url').text(),
            'function': 'mainPartsNew'                            
        },
    function(data){
        $("div#autoParts").html(data);
        
        
        $("div#scroller").scrollTo($('li.selected:last'), 800);
        //$("div#scroller").scrollTo('-=100px', 500);
        //setTimeout(ajanlatkeres, 1000);
    });
}
function click66(id){
    //alert( $('span#url').text());
    $.post("/include/function.php", {
            parent_id: id,
            url: "alkatresz",
            'function': 'mainPartsNew22'                            
        },
    function(data){
        $("div#autoParts").html(data);
        $("div#scroller").scrollTo($('li.selected:last'), 800);
        //$("div#scroller").scrollTo('-=100px', 500);
        //setTimeout(ajanlatkeres, 1000);
    });
}
       
