
function populate1(thet)
{
document.adv.ItemName.value = "100% Botanical Disinfectant Cleaner" + " ("+thet+")";
}
function populatea(thet2)
{
document.adv.total2.value = thet2;
document.adv.ItemPrice.value = thet2;
document.adv.Item_weight.value = "ggg";
}

function populate2(thetb)
{
document.adv2.item_name.value = "100% Botanical Multi-Purpose Cleaner" + " ("+thetb+")";
}
function populateb(thetb2)
{
document.adv2.total2.value = thetb2;
document.adv2.amount.value = thetb2;
}

function populate3(thetb3)
{
document.adv3.item_name.value = "Impact Carpet Cleaner" + " ("+thetb3+")";
}
function populatec(thetc2)
{
document.adv3.total2.value = thetc2;
document.adv3.amount.value = thetc2;
}

function populate4(thetb4)
{
document.adv4.item_name.value = "Atomic Degreaser & Cleaner" + " ("+thetb4+")";
}
function populated(thetd2)
{
document.adv4.total2.value = thetd2;
document.adv4.amount.value = thetd2;
}

function populate7(thetb7)
{
document.adv7.item_name.value = "100% Botanical Window Cleaner" + " ("+thetb7+")";
}
function populatee(thetd2)
{
document.adv7.total2.value = thetd2;
document.adv7.amount.value = thetd2;
}