﻿$(document).ready(function(){
    $("#ctl00_ContentMain_StMobilePhone").mask("(9)999 999 99 99");
    $("#ctl00_ContentMain_TarifGonder1_StMobile").mask("(9)999 999 99 99");

	/*$("#fx_box").fadeIn(400).append("<div id='fx_back'></div><div id='fx_content'><div id='fx_cl'></div><a target='_blank' href='http://www.selvapuan.com/'><div id='fx_mn'><div class='fx_flash'><object type='application/x-shockwave-flash' data='../Swf/selva_swf.swf' height='213' width='566'><param name='movie' value='../Swf/selva_swf.swf'><param name='wmode' value='transparent'></object></div></div></a></div>");
	$("#fx_back").click(function () {
		$("#fx_box").fadeOut(400).html();
	})
	$("#fx_content a").click(function () {
		$("#fx_box").fadeOut(400).html();
	})
	$("#fx_cl").click(function () {
		$("#fx_box").fadeOut(400).html();
	})*/
});

/*function fx_closer(){ $("#fx_box").fadeOut(400).html(); }*/



function Load(){

    $(document).pngFix();

//    $(".SendSizinFikriniz").attr("disabled","disabled");
//    $(".CheckForItem").click(function(){
//        if ( this.checked ) {
//            $(".SendSizinFikriniz").attr("disabled","");
//        }
//        else {
//            $(".SendSizinFikriniz").attr("disabled","disabled");
//        }
//    });

 
    $("#ctl00_ContentMain_TarifGonder1_SendTarif").attr("disabled","disabled");
    $("#CheckForItemTarif").click(function(){
        if ( this.checked ) {
            $("#ctl00_ContentMain_TarifGonder1_SendTarif").attr("disabled","");
        }
        else {
            $("#ctl00_ContentMain_TarifGonder1_SendTarif").attr("disabled","disabled");
        }
    });
    
    $(".Sol-Butonlar-Img[rel!=none]").hover(function(){
        $(this).addClass("FullOpacity") //animate({opacity: 1.0},500);
    },function(){
        $(this).removeClass("FullOpacity") //animate({opacity: 0.8},1);
    }).click(function(){
        window.location.href = $(this).attr("href");
    });



}

function DefaultLoad() {
    $(document).pngFix();

    //$("#JsaBoxItemContent").html("<div type='Flash' src='tmp/BizimUsulMakarna.swf' width='589px' height='415px'></div>");
    //$("#JsaBoxItemContent").html("<a href='http://www.bizimusulmakarna.com/' target='blank'><img src='tmp/BizimUsulMakarna.jpg' border='0' /></a>");
    LoadFlash();
    //$("#JsaBox").show();

    $("#JsaBox").click(function() {
        $(this).hide();
        $("#JsaBoxItemContent").html("");
    });

    setTimeout(function() {
        CloseItem();
    }, 30000)

}

function CloseItem() {
    $("#JsaBox").hide();
    $("#JsaBoxItemContent").html("");
}

function LoadCatering(){
    $(document).pngFix();
}
