﻿// window.onerror = function(){return true};
        
var LoadingTxt = "<img src='Images/Loading.gif' style='width:15px;'> ";
$(document).ready(function(){


$(".PicUfak a").lightBox();

   


$(".ProductItemAll").hover(function(){$(this).addClass("MenuHovered");
}, 
function(){$(this).removeClass("MenuHovered");
});







//$(".ProductItemAll").hover(function () {
//    $(".GalleryItem").css({'border' : 'solid 1px #99ca3c', 'color' : 'red'});
//    $(".Kutu").css({'color' : '#f8f15e'});
//    $(".KutuLeft").css({'background-color' : '#c2e254'});
//    $(".KutuRight").css({'background-color' : '#99ca3c', 'color' : '#f8f15e'});
//    
//  }, function () {
//    var cssObj = {
//      'background-color' : '#fff',
//      'border' : 'solid 1px #e6e7e8',
//      'color' : 'rgb(0,40,244)'
//    }
//    var KutuLeft = {
//      'background-color' : '#e9e7e2',
//      'border' : 'solid 1px #e6e7e8'
//    }
//    var KutuRight = {
//      'background-color' : '#e9e7e2',
//      'border' : 'solid 1px #e6e7e8',
//      'color' : '#000'
//    }
//    $(".GalleryItem").css(cssObj);
//    $(".KutuLeft").css(KutuLeft);
//    $(".KutuRight").css(KutuRight);
//  });



    
    
$(".print").click(function(){
        var thisID = $(this).attr("thisID");
        var PageURL = "../PrintPage/" + thisID
        Popup(PageURL,"Yazıcı Dostu Sayfa","width=700,height=600,scrollbars=1");
   });
          
});






function Redirect(href) {
    window.location = href;
}

function Popup(URL,Name,W) {
    window.open (URL,name,W); 
}

function ali(gelen) {
alert(gelen);
}

