<!--
	
	function gothere(href) {
   if (something == true)
   window.location.href = href;
   var something = false;
   }

   function openWin1() {
   aWindow=window.open("/appendix/shipping_policy.shtml","thewindow","toolbar=no,width=300,height=300,status=no,scrollbars=yes,resize=yes,resizable=yes,menubar=no");
   }


	
	// -->