﻿function mycarousel_initCallback(carousel) {

    carousel.buttonNext.bind('click', function () {
        carousel.startAuto(0);
    });

    carousel.buttonPrev.bind('click', function () {
        carousel.startAuto(0);
    });


    carousel.clip.hover(function () {
        carousel.stopAuto();
    }, function () {
        carousel.startAuto();
    });
};

jQuery(document).ready(function () {
    jQuery('#mycarousel').jcarousel({
        start: 1,
        offset: 1,
        scroll: 3,
        visible: 3,
        auto: 0,
        animation: 'slow',
        wrap: 'circular',
        initCallback: mycarousel_initCallback

    });
    jQuery('#mycarousel1').jcarousel({
        start: 1,
        offset: 1,
        scroll: 3,
        visible: 3,
        auto: 0,
        animation: 'slow',
        wrap: 'circular',
        initCallback: mycarousel_initCallback

    });

    jQuery('#mycarousel2').jcarousel({
        start: 1,
        offset: 1,
        scroll: 1,
        visible: 2,
        auto: 0,
        animation: 'slow',
        wrap: 'circular',
        initCallback: mycarousel_initCallback

    });
});




function kargo1() {
    var jargo = document.getElementById("kargotextboxUPS").value
    window.open('http://www.ups.com.tr/UMO/UMORefSorgu.asp?musterikodu=1V1549&referansNo=' + jargo, 'ups', 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')
}
function kargo() {
    var jargo = document.getElementById("kargotextbox").value
    window.open('http://musteri.yurticikargo.com/customer/selfservis/selfservis_gonderi_rapor.asp?ssfldvn=2&sskurkod=226335926&refnumber=' + jargo, 'yurtici', 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')
}


