﻿// JScript File

function openAddInfo(iProdID, iCatID, iAffID){
    window.open("../../pages/products/ProdAddInfo.aspx?pid=" + iProdID + "&ca=" + iCatID + "&afi=" + iAffID, "windowAddInfo", "width=500,height=500,scrollbars=yes,resizable=no,menubar=0");
}

 function openMoreImages(iProdID, iCatID, iAffID){
    window.open("../../pages/products/ProdMoreImages.aspx?pid=" + iProdID + "&ca=" + iCatID + "&afi=" + iAffID, "windowAddInfo", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,width=600,height=300");
}

//Inherited from NA site
function StartInt(page) {
OpenWin = this.open(page, "CtrlWindowI", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=568,height=295");
}

function startExpired(page){
OpenWin=this.open(page,"ControlWindowEx","toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=625,height=445");
}

function showInStatus(sMsg){
    //alert(sMsg);
    window.status = sMsg; 
    return true;
}