function checkcontact(frm) {
      if ( frm.contact.value.length > 0 ) {
          return true;
      }
      alert('Введите свой телефон, что бы мы могли связаться с вами');
      frm.contact.focus();
      return false;
}

var t_slideshow_started = 0;

$(function() {
    if ( $('#testimonials').length ) {
        $('#testimonials').cycle({
            timeout:   7000,
            random: 1,
            after:     function() {
                $('#oauth').html(this.title);
                $('#opre').html(this.alt);
                $('#owrap').slideDown(500);
            },
            before:     function() {
                if ( t_slideshow_started ) {
                    $('#owrap').fadeOut(800);
                }
                else {
                    t_slideshow_started++;
                }
            }

        });
    }
});

function mailto () {
    location.href='mailto:info@zakazkupe.ru?Subject=Сообщение от посетителя zakazkupe.ru';
}

function goToByScroll(id){
     	$('html,body').animate({scrollTop: $("#"+id).offset().top},'slow');
}
