pgRef=document.location.href.toLowerCase()
nStart=pgRef.lastIndexOf("/")
nStop=pgRef.lastIndexOf(".htm")
nLength=nStop-nStart-1
pgName=pgRef.substr(nStart+1,nLength)
frameRef=parent.document.location.href.toLowerCase()
isFramed=(frameRef.indexOf("glm.htm")>=0)
if (!isFramed) {
	document.location.href="glm.htm?page="+pgName 
	}
//else parent.topFrame.setIcons(pgName)
