function cart()
{
  if ((navigator.appName=='Microsoft Internet Explorer') && (window.CartWindow)) CartWindow.close();
  CartWindow = open('http://www.cafeshops.com/cp/viewcart.aspx?keepshopping=javascript:self.close()', "CartWindow", "height=500,width=800,scrollbars=1,screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,status=1,toolbar=1,scroll=1");
  if (CartWindow.opener == null) CartWindow.opener = window;
  CartWindow.focus();
}

function showlogo()
{
  if ((navigator.appName=='Microsoft Internet Explorer') && (window.LogoWindow)) LogoWindow.close();
  LogoWindow = open('logos.html', "LogoWindow", "height=480,width=400,scrollbars=1,screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,status=0,toolbar=0,scroll=1");
  if (LogoWindow.opener == null) LogoWindow.opener = window;
  LogoWindow.focus();
}

function showlogo2()
{
  if ((navigator.appName=='Microsoft Internet Explorer') && (window.LogoWindow2)) LogoWindow2.close();
  LogoWindow2 = open('backpacklogo.html', "LogoWindow2", "height=480,width=400,scrollbars=1,screenX=0,left=0,screenY=0,top=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,status=0,toolbar=0,scroll=1");
  if (LogoWindow2.opener == null) LogoWindow2.opener = window;
  LogoWindow2.focus();
}

