﻿function popUCard(theURL) { window.open(theURL, 'PopUp', 'width=850,height=700,scrollbars=yes'); }
function popTerminalDetay(theURL) { window.open(theURL, 'PopUp', 'width=500,height=400,scrollbars=no'); }
function popOtobusDetay(theURL) { window.open(theURL, 'PopUp', 'width=793,height=617,scrollbars=no'); }
function menu(mmID, mmImage) { $('#' + mmID).attr('src', '/images/' + mmImage); }

$(document).ready(function () {//buradaki 1000ler süre.
    $(".menu").each(function () {
        $(this).hover(function (e) {
            $(this).find(".ilk").fadeOut(100);
            $(this).find(".ikinci").fadeIn(100);
            $(this).find(".altmenu").fadeIn(100);
            $(this).find(".altmenu2").fadeIn(100);
        }, function () {
            $(this).find(".ilk").fadeIn(100);
            $(this).find(".ikinci").fadeOut(100);
            $(this).find(".altmenu").fadeOut(100);
            $(this).find(".altmenu2").fadeOut(100);
        });
    }); 
});
