﻿/** Count Down Function **************************************/
var c = 10
var t
function timedCount() {
    document.getElementById('ctl00_ContentPlaceHolder1_hdnCount').value = c; 
    
    c = --c;
    if (c >= 0) {
        t = setTimeout("timedCount()", 1000);

    }
    else {
        stopCount();
    }
}

function stopCount() {
    document.getElementById('div_loading').style.visibility = "hidden";
    /*clearTimeout(t);
    location.replace("quiz.aspx?type=0");*/
}
/****************************************/
function MM_displayStatusMsg(msgStr) { //v1.0
    window.status = msgStr;
    document.MM_returnValue = true;
}
/********Calendar*/
function dateSelectionChanged(sender, args) {
    selected = document.getElementById('ctl00$ContentPlaceHolder1$search1$txt_Departure').value;
    document.getElementById('ctl00$ContentPlaceHolder1$search1$txt_Inbound').value = selected;
}
/*****End Calendar*/
function openPage4(id) /*tur detayı*/
{
    window.open('onetour_details.aspx?id=' + id, '', 'scrollbars=yes,width=650,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openPage5(id) /*tur fiyatı*/
{
    window.open('onetour_details2.aspx?id=' + id, '', 'scrollbars=yes,width=650,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openImage(id) {
    window.open('showimage.aspx?id=' + id, '', 'scrollbars=yes,width=550,height=500,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openImageGeneral(id) {
    window.open('showimageGeneral.aspx?id=' + id, '', 'scrollbars=yes,width=820,height=620,status=no,resizable=1,left=100,top=100,alwasRized');
}
function opentalepet(id) {
    window.open('talepet.aspx?id=' + id, '', 'scrollbars=yes,width=550,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function opencallme() {
    window.open('callme.aspx', '', 'scrollbars=yes,width=550,height=550,status=no,resizable=1,left=100,top=100,alwasRized');
}
function opentavsiyeet(id) {
    window.open('tavsiyeet.aspx?id=' + id, '', 'scrollbars=yes,width=550,height=450,status=no,resizable=1,left=100,top=100,alwasRized');
}
function openiletisim() {
    window.open('iletisim.aspx', '', 'scrollbars=yes,width=1020,height=650,status=no,resizable=1,left=100,top=100,alwasRized');
}