<!--//
	/*
	All script ing on this page is copyright of Adrian Folan. 
	This code must not be used or in any way reproduced without the express permission of Adrian Folan.
	Contact : adrian_folan@hotmail.com
	*/
	
	function fctChkPageNav(elem){
		eval("this.document.location.href='" + elem.value + "'");
		elem.selectedIndex = 0;
	}
	//-->