//^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
//*********************************CORBETT BLOG********************************
//******************************************************************************

  if(document.all){brw='IE'}
  if(!document.all && document.getElementById){brw='moz'}

  var tmpC=null
  var tmpB=null

function named(){}

function explination(){
	alert('Drag the mouse pointer over the image, if the mouse pointer changes to a hand, hover the pointer, after a couple of seconds the name of that hill will appear')
}
function effort(){
	alert('A basic calculation joining distance and height\n1 point per mile + 3 points per 1000\' of ascent')
}

function showMap(){
	if (!tmpB || tmpB.closed) {
		tmpB=window.open('osmap.htm','mapx','status,height=520,width=625,resizable,scrollbars')
	    }else{
		tmpB.focus()
	}
}


function showChart(){
	if (!tmpC || tmpC.closed) {
		tmpC=window.open('../chartwindow.htm','chrtW','status,height=680,width=800,resizable,scrollbars')
	    }else{
		tmpC.focus()
	}
}


