var vegcar;
var wined=false;
function addcar(prodid,price)  {
   if (wined){
        if (vegcar.closed) {
            vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
            wined=true
        }else{
            vegcar.focus()
            vegcar.location="/mybag.php?prod="+prodid+"&price="+price+"&action=insert"
        }
   }else{
        vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
        wined=true
   }
}


function monthaddcar(prodid,price)  {
   if (wined){
        if (vegcar.closed) {
            vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
            wined=true
        }else{
            vegcar.focus()
            vegcar.location="/mybag.php?prod="+prodid+"&price="+price+"&action=insert"
        }
   }else{
        vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
        wined=true
   }
}


function birthaddcar(prodid,price)  {
   if (wined){
        if (vegcar.closed) {
            vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
            wined=true
        }else{
            vegcar.focus()
            vegcar.location="/mybag.php?prod="+prodid+"&price="+price+"&action=insert"
        }
   }else{
        vegcar=window.open('/mybag.php?prod='+prodid+'&price='+price+'&action=insert','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
        wined=true
   }
}













function checkcar()  {
   if (wined){
        if (vegcar.closed) {
            vegcar=window.open('/mybag.php','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
            wined=true
        }else{
            vegcar.focus()
            vegcar.location="/mybag.php"
        }
   }else{
        vegcar=window.open('/mybag.php','vegcar','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=650,height=620,top=0,left=0')
        wined=true
   }
}

