<!-- Hide from incompatible browsers
 
	function mapthestore(stringtext){
		
		mappathname = "Store.aspx?pviewstate=part" + stringtext ;
		
  		winref = window.open(mappathname,'maps','width=1000, height=705, toolbars=no, menubar=no, left=0, top=0, screenX=0, screenY=0, scrollbars=yes');
		
		winref.focus();

		}
	


	function noMap(){
		empty = new Image();
		empty.src = "images/nomap.gif";
		thismap.src = empty.src;
	}
	// Stop hiding from incompatible browsers-->
	
