	pageArray=new Array("","bowlingshirts/bsmenu.php","trousers/trousermenu.html","other/othermenu.html")
	
	//pagemain=new Array("","bowlingshirts.php","trousers/trainingtrousers.html","other/redhoody.html")
	
	function setnav(thispage){
			 parent.left.document.location.href=pageArray[thispage]
			 //parent.right.document.location.href=pagemain[thispage]
	}