//-- page redirect -----------------------
function gotoPage(pName){
	document.location.href = pName;
}