//*******************************
//* cumberland_common.js                                         *
//*                                                    *

if (self == top)
	{
	self.location.href="index.htm?" + self.location.href;	
	}

function popPage(page,w,h)
		{
		pop1 = window.open(page,'pop1','toolbar=no,location=no,directories=no,status=yes,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,width=' + w + ',height=' + h);
		pop1.focus();
		}