   var NS6 = document.getElementById&&!document.all //this is global do not remove!!!!

                                    
    function navSwap(input,imgsrc)// this code must be in this file otherwise you will get error if User
    {                             // leaves mouseover nav item while refreshing or loading new page
     if(NS6){input.src = "gfx/" +imgsrc }
     else{input.src = "gfx/" +imgsrc}
    }
    
	function openwin(URL,width,height)
	{
      var win
      win = window.open(URL,"new_win","height="+height+",width="+width+",resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=no")
      win.focus()
	}
	
	function storeClosed()
	{
	    alert("The Canoe Store is currently undergoing maintenance.\nTo order please call 1-888-207-2580.")
	}