
  <!--
  function updateprice() {
    document.form.action = '<%=shopurl & "shop/"%>item.asp';
    document.form.submit()
  }
  // -->





<!-- 
  function showimage(thefile)
  {
   if (!window.popWindow) 
    {
	popWindow = window.open("imageview.asp?file=" + thefile,"View","width=500,height=450,toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=Yes");
	}
   else
	{
	if (!popWindow.closed)
	  {
	  popWindow.focus();
	  popWindow.location = 'imageview.asp?file=' + thefile
	  }
	 else
	  {
	   popWindow = window.open("imageview.asp?file=" + thefile,"View","width=500,height=450,toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=0");
	  }
	}
   }
//-->



<!-- 
  function optlinkpopup(thewidth,theheight,theurl)
  {
   if (!window.poplinkWindow) 
    {
	poplinkWindow = window.open(theurl,"PopOpt","width=" + thewidth + ",height=" + theheight + ",toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=0");

    }
   else
	{
	if (!poplinkWindow.closed)
	  {
	  //poplinkWindow.focus();
	  poplinkWindow.close();
	  poplinkWindow = window.open(theurl,"PopOpt","width=" + thewidth + ",height=" + theheight + ",toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=0");
	  }
	 else
	  {
	   poplinkWindow = window.open(theurl,"PopOpt","width=" + thewidth + ",height=" + theheight + ",toolbar=0,status=0,location=0,menubar=0,scrollbars=yes,resizable=0");
	  }
	}
   }
//-->

<!--
function OptionPic(url) {
	TourWindow = window.open(url, '_blank', 'width=700,height=650,scrollbars=yes,resizable=yes,left=300,top=25,screenX=300,screenY=250')	
}
//-->



	<!--

	function ExpandOption(objElement){
		if(objElement.style.display == "block"){
			objElement.style.display = "none";
		}
		else{
			objElement.style.display = "block";
		}
	}
	
	function hide(objElement){
			objElement.style.display = "none";
		}
		
	function show(objElement){
			objElement.style.visibility = "visible";
		}

// -->

