﻿
/*

$("#_ctl0_ContentPlaceHolder1_imgFotoSag").mouseover(function() {
var path = $(this).attr('src');
var res = path.replace('B.', 'BB.').replace('_390.', '_390B.');

$("#buyukYeni").css({
"zIndex": 99,
"posTop": (window.event.y - 200),
"posLeft": (window.event.x + 66),
"position": "absolute",
"background-repeat": "no-repeat",
"posHeight": 400,
"posWidth": 300,
"background-image": res
});

$("#buyukYeni").css({ "posTop": window.event.y - 100 });

});

*/

function resimBuyut_01_390BB(path,conta){
var c = conta[0];
resimBuyut_Ortak(c);
c.style.backgroundImage = "url(" + path.replace('BK.', 'BB.') + ")";
c.style.display = "block";

}

function resimBuyut_01_390B(path,conta){
var c = conta;
resimBuyut_Ortak(c);
//c.style.backgroundImage="url("+ path.replace('B.','BB.').replace('01_390.','01_390B.')+")";
c.style.backgroundImage = "url(" + path.replace('B.', 'BB.').replace('_390.', '_390B.') + ")";

c.style.posTop = window.event.y-300;
c.style.display = "block";
}

function resimBuyut_01_390B_istanbul(path, conta) {
    var c = conta;
    resimBuyut_Ortak(c);
    //c.style.backgroundImage="url("+ path.replace('B.','BB.').replace('01_390.','01_390B.')+")";
    c.style.backgroundImage = "url(" + path.replace('B.', 'BB.').replace('_390.', '_390B.') + ")";

    c.style.posTop = 60;
    c.style.posLeft = window.event.x - 350;
    c.style.display = "block";
}



function resimBuyut_01_390B_film(path,conta){
var c = conta;
resimBuyut_Ortak(c);

c.style.backgroundImage="url("+ path.replace('B.','BB.').replace('_390.','_390B.')+")";

c.style.posTop = 90; //window.event.y;
c.style.posLeft = window.event.x -460;

}

function resimBuyut_Ortak(c){
c.style.zIndex = 99;
c.style.posTop = window.event.y -350;
c.style.posLeft = window.event.x + 66;
c.style.position="absolute";
c.style.backgroundRepeat="no-repeat";
c.style.posHeight=400;
c.style.posWidth=300;
}

