function popup(href)
{
    window.open(href + '&popup=true', 'popup', 'toolbar=no,width=500,height=500,status=no,location=no,directories=no,scrollbars=yes');
}

function addToCart()
{
    wait.show();
}
