function OpenSlideWindow(ssUrl,w,h) {

    WinMgr.openWindow ( {
               url:ssUrl,
               width:w, height:h, scrollbars:false,
               toolbar:false, menubar:false, resizable:false,
               status:false, location:false, resizeable:false, top:80, right:80
    });

}

function loadRefHtml(camiCID,camiDivID, img, header, yer, tarih, aciklama, link ) {

  var winLeft = window.screen.width/2-160;
  var camiDiv = document.getElementById(camiCID);

  camiDiv.innerHTML = "<div class=\"blue\" id=\'" + camiDivID + "\' style=\'display: block; position: absolute; left:" + winLeft +"px; top: 100px; border: solid #00FFFF 2px; padding: 10px; background-color: black; text-align: left; font-size: 10px; width: 385px; color: #FFF\'>" +
                      "<a class=\"orange\" style=\"font-size:19px\"><img alt=\"Fotoğraf slayt show için tıkla...\" style=\'border: solid #00FFFF 1px\' src=\'" + img + "\' onmouseover=\"this.style.cursor=\'pointer\';\" onfocus=\'this.blur();\' onclick=\"document.getElementById(\'" + camiDivID + "\').style.display = \'none\';OpenSlideWindow(\'" + link + ");\"/>" + header + "<br /></a>" +
                      "<p /><a class=\"w1\" style=\"font-size:13px\">" +
                      "<b class=\"refBlue\">Yer:</b> " + yer + "<br/><br/>" +
                      "<b class=\"refBlue\">Yapım Tarihi:</b> " + tarih + "<br/><br/>" +
                      "<b class=\"refBlue\">Açıklama:</b> " + aciklama + "<br /><br/>" +
                      "<p />" +
                      "<a class=\"w\"><b>E-Posta: </b>info@orneknakkas.com</a>  <p /></a>" +
                      "<div style=\'text-align: center;\'><a href=\"javascript:;\" class=\"green1\" onmouseover=\'this.style.cursor=\"pointer\" \' style=\'font-size: 12px;\' onfocus=\'this.blur();\' onclick=\"document.getElementById(\'" + camiDivID + "\').style.display = \'none\';OpenSlideWindow(\'" + link + ");\" ><span><b>Fotoğraf Galerisine Git...</b></span></a></div><img align=\"right\" href=\"javascript:;\" onmouseover=\"this.style.cursor=\'pointer\';\" src=\"images/close_16.png\" onclick=\"document.getElementById(\'" + camiDivID + "\').style.display = \'none\'\" alt=\"Kapat\" />" +
                      "</div>";
}

