﻿function AddtoOrder(id,t,type)
{
 
    if(t=="0"&&type=="0")
    {
        parent.tb_show("subject1", "mm.aspx?id="+id+"&t="+t+"&TB_iframe=true&KeepThis=true&modal=true&height=400&width=820", "");
        
    }
    else if(t==0&&type==1)
    {
        parent.tb_show("subject1", "JJ.aspx?id="+id+"&t="+t+"&TB_iframe=true&KeepThis=true&modal=true&height=400&width=820", "");
    }
    else
    {
         tb_show("subject", "AddtoOrder.aspx?id=" + id + "&t="+t+"&TB_iframe=true&KeepThis=true&modal=true&height=120&width=290", "");
    }
    
}
function AddOrderToMM()
{
    parent.tb_show("subject1", "mm.aspx?TB_iframe=true&KeepThis=true&modal=true&height=400&width=820", "");
}

function AddToOdd(id,t)
{
    tb_show("subject", "AddtoOrder.aspx?id=" + id + "&t="+t+"&TB_iframe=true&KeepThis=true&modal=true&height=120&width=290", "");
}
