
//---------------------------------------------------------------------------
function fnShowSideDeal() {
    
    var wf = "";
    wf = wf + "width=" + 840;
    wf = wf + ",height=" + 750;
    wf = wf + ",resizable=" + "yes";
    wf = wf + ",scrollbars=" + "yes";
    wf = wf + ",menubar=" + "no";
    wf = wf + ",toolbar=" + "no";
    wf = wf + ",directories=" + "no";
    wf = wf + ",location=" + "no";
    wf = wf + ",status=" + "no";

    window.open("sideDeal.aspx", "SideDeal", wf);
   
    return false;
}
//---------------------------------------------------------------------------
function fnShowInternetDeal() {

    var wf = "";
    wf = wf + "width=" + 840;
    wf = wf + ",height=" + 750;
    wf = wf + ",resizable=" + "yes";
    wf = wf + ",scrollbars=" + "yes";
    wf = wf + ",menubar=" + "no";
    wf = wf + ",toolbar=" + "no";
    wf = wf + ",directories=" + "no";
    wf = wf + ",location=" + "no";
    wf = wf + ",status=" + "no";

    window.open("sideDeal.aspx", "SideDeal", wf);
   
    return false;
}
//----------------------------------------------------------------------------------------------

