﻿
function openkonseptimg(imgfile) {
    window.open("images/konsept/" + imgfile, "konseptimg", "width:800, height:600", true);

}


function openvideowindow(xmlfile) {
    window.open('showvideo.aspx?xmlfile=' + xmlfile, 'faturavizyonvideo', 'width=260,height=200,scrollbars=no,resizable=no,status=no', true);

}


function openimagewindow(imgfile,w,h) {
    window.open('basindata/' + imgfile, 'faturavizyonimage', 'width=' + w + ',height=' + h +',scrollbars=yes,resizable=no,status=no', true);

}



function openimagegallery(imgs) {
    window.open('showimages.aspx?images=' + imgs, 'faturavizyonimagegallery', 'width=800,height=600,scrollbars=no,resizable=no,status=no', true);

}


function openmap(mapdata) {
    window.open('haritadagoster.aspx?mapdata=' + mapdata, 'faturavizyonmap', 'width=800,height=600,scrollbars=no,resizable=no,status=no', true);

}

function referanssorgula() {
    var elm = document.getElementById("txtReferans");
    var ref = elm.getAttribute("value");
    window.open('http://94.101.83.226/searchx.aspx?referans=' +ref.replace("/", "%2F"), 'fvDetay', 'toolbar=0, width=450, height=630; location=0, directories=0, status=1, scrollbars=0, menubar=0, resizable=0, copyhistory=0');
}