
<!--	<Script language="javascript">	-->

	function showPage(clickedButton)
	{
		if (parent.frames.length > 0) {
									
			parent.frames["header"].Pagetitle.innerText = clickedButton.title;
			parent.frames["main"].location.href = "/webcontents/pages/" + clickedButton.page + ".htm";
			
		}
		
	}
	
<!--	</Script>	-->

