function popupHome()	{		cWindow=window.open("copyright.html","copyright","resizable=0,scrollbars=0,width=590,height=650,top=10,left=10");		if (cWindow.opener == null) cWindow.opener = self;	};	function popupSite()	{		cWindow=window.open("../copyright.html","copyright","resizable=0,scrollbars=0,width=590,height=650,top=10,left=10");		if (cWindow.opener == null) cWindow.opener = self;	}
