//
//
//
// This logic will force a load of this page in a frame
/*if ( top.location == self.location )
{
	var urlSelf;
	urlSelf = self.location;
	top.location.href = "JSOFUserManFrame.htm?" + urlSelf;
}*/
