
	function showMap(){
	   window.open('mapimage.html','my2win','left=40,top=100,width=770,height=560,scrollbars=no,toolbar=no,status=yes,resizable=0,menubar=0,location=0')
	 }

	 function openPage(no){
			window.opener.location.href = "CityTourStop" + no + ".aspx";
	 }

	 function showMapNorthCoast(){
		window.open('NCmap.html','mywin','left=0,top=0,width=350,height=350,scrollbars=no,toolbar=no,status=yes,resizable=0,menubar=0,location=0')
	 }

	 function showMapSouthCoast(){
		window.open('SCmap.html','my1win','left=0,top=0,width=350,height=350,scrollbars=no,toolbar=no,status=yes,resizable=0,menubar=0,location=0')
	 }

	function showMapGhostbus(){
		window.open('GBmap.html','my1win','left=0,top=0,width=422,height=378,scrollbars=no,toolbar=no,status=yes,resizable=0,menubar=0,location=0')
	 }
	 
	function showCVVInfo(){
		window.open('cvvInfo.html','my4win','left=200,top=200,width=300,height=200,scrollbars=no,toolbar=no,status=yes,resizable=0,menubar=0,location=0')
			
	}

	function closePage(){
		window.close();
	}