var addFlag=0;

function SubForm(f)
{
$("#Status-"+f).html("");
$("#Status-"+f).html("Adding Item To Cart<br/><img src=/lib/thebabybungalow/ajax-loader.gif>");
addFlag=1;
}
function changeStatus(g){
if(addFlag==1){
$("#Status-"+g).html("");
$("#Status-"+g).html("Item Added To Cart<br/><a class=itemLink href=https://order.store.yahoo.net/cgi-bin/wg-order?thebabybungalow>View Cart</a>");
}
}
function switch2(idee,tab)
{
if(tab==1)
{
$("#right-"+idee).hide();
$("#left-"+idee).show();


$("#LeftTab-"+idee).removeClass("disabledTab");
$("#LeftTab-"+idee).addClass("highlightTab");


$("#RightTab-"+idee).removeClass("highlightTab");
$("#RightTab-"+idee).addClass("disabledTab");

}

if(tab==2)
{
$("#right-"+idee).show();
$("#left-"+idee).hide();

$("#RightTab-"+idee).removeClass("disabledTab");
$("#RightTab-"+idee).addClass("highlightTab");


$("#LeftTab-"+idee).removeClass("highlightTab");
$("#LeftTab-"+idee).addClass("disabledTab");
}

}

function popshop(t)
{

$("#PopBox-"+t).fadeIn(1000);
}

function close(t)
{
var temparr=t.split("|");
$("#PopBox-"+temparr[6]).fadeOut(1000);
}

