<!--
function go_there()
{
 var where_to= confirm("Our Online Shop opens in a popup window. \n\nIf nothing happens when you click OK \nplease make sure you allow our site in your popup blocker and try again.");
 if (where_to== true)
 {
   window.location="/shop/shopdisplaycategories.asp";
 }
 else
 {
  window.location="/shop/shopdisplaycategories.asp";
  }
}
//-->
