function pop_details(item_id){
  window.open("/pop_details.php?id="  + item_id,"","height=500,width=600,menubar=0,resizable=0,scrollbars=auto,status=0,titlebar=0,toolbar=0,left=20,top=100,screenX=20,screenY=100,alwaysRaised=true")
}

  function pop_cart(order_id){
  // SET URL MANUALLY
  	window.open("/pop_cart.php?id=" + order_id,"","height=550,width=760,menubar=0,resizable=0,scrollbars=auto,status=0,titlebar=0,toolbar=0,left=25,top=25,screenX=25,screenY=25,alwaysRaised=true")
  }
  
  function pop_link(theLink){
 	window.open(theLink,"","height=500,width=600,menubar=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0,left=20,top=100,screenX=20,screenY=100,alwaysRaised=true");
}

function pop_event(event_id){
  window.open("/eventDetail.php?id="  + event_id,"","height=425,width=425,menubar=0,resizable=0,scrollbars=auto,status=0,titlebar=0,toolbar=0,left=20,top=100,screenX=20,screenY=100,alwaysRaised=true")
}