function showAstmCar() {
  var carWin = window.open("astm_shopping_car.jsp","carWin","toolbar=0,menubar=0,location=0,status=1,width=700,height=600,scrollbars=1,resizable=1");
}

function addToAstmCar(urlstr) {
  var carWin = window.open(urlstr,"carWin","toolbar=0,menubar=0,location=0,status=1,width=700,height=600,scrollbars=1,resizable=1");
}

function showPrintWin(orderId) {
  var carWin = window.open("action_init_print.jsp?order_id=" + orderId,"printWin","toolbar=0,menubar=0,location=0,status=1,width=700,height=600,scrollbars=1,resizable=1");
}

function addToFstanCar(urlstr) {
  var carWin = window.open(urlstr,"carWin","toolbar=0,menubar=0,location=0,status=1,width=700,height=600,scrollbars=1,resizable=1");
}

function viewConsumer(orderId) {
  var carWin = window.open("consumer_details.jsp?orderId="+orderId,"viewConsumer","toolbar=0,menubar=0,location=0,status=1,width=700,height=500,scrollbars=1,resizable=1");
}
function showPrintWin(orderId,path) {
  var carWin = window.open("/pages/"+path+"/action_init_print.jsp?order_id=" + orderId,"printWin","toolbar=0,menubar=0,location=0,status=1,width=700,height=600,scrollbars=1,resizable=1");
}

