/************************************************ Popup content page script- © October-Design code library (www.october-design.com)* This notice must stay intact as a condition of use***********************************************/var objPage = null;	function showPage(pageName) {	if (objPage) objPage.style.display = 'none';	objPage=document.getElementById(pageName);	objPage.style.display = 'block';	}