﻿function itemImgDetail(itemID) {
    window.open("/galleryDetail.aspx?itemID=" + itemID, "", "height=700px,width=775px,menubar=no,status=no,scrollbars=yes");
}

function largeIMTop(n, z, i) {
    var PROD_lrgImgElement = document.getElementById("PROD_lrgImg");
    if (PROD_lrgImgElement)
        PROD_lrgImgElement.innerHTML = '<table cellpadding="0" cellspacing="0" border="0" style="border-width:1px; border-color:#000000; border-style:solid;"><tr><td align="left" bgcolor="#000000"><div style="margin-top : 2px; margin-left : 2px; margin-bottom : 2px;"><b class="MediumWhite">&nbsp;Click image to close</b></div></td></tr><tr><td><a href="javascript:void(0);" onclick="largeIMTop_hideandchange(\'' + n + '\',\'' + z + '\',\'' + i + '\');"><img border="1" name="ib" src=' + n + '></a></td></tr></table>';
}

function admin_itemEdit(cID, itemID) {
    if(typeof(itemID)!='undefined')
        window.open("admin/editItem.aspx?itemID=" + itemID + "&cid=" + cID, "", "height=750px,width=800px,menubar=no,status=no");
    else
        window.open("admin/editItem.aspx?cid=" + cID, "", "height=750px,width=800px,menubar=no,status=no");
}


