		
function copyright(URL)
{
	day = new Date();
	id = day.getTime();
	URL = "http://"+window.location.hostname+"/"+URL;

	var leftx = (screen.width/2)-(550/2);
	var topx = (screen.height/2)-(320/2);
	eval("page"+id+"=window.open(URL,'"+id+"','toolbar=0,scrollbars=0,location=1,status=1,menubar=0,resizable=0,width=550px,height=320px,top="+topx+",left="+leftx+"');");
}

function disclaimer(URL){
        day = new Date();
	id = day.getTime();
	URL = "http://"+window.location.hostname+"/"+URL;

	var leftx = (screen.width/2)-(750/2);
	var topx = (screen.height/2)-(450/2);
	eval("page"+id+"=window.open(URL,'"+id+"','toolbar=0,scrollbars=0,location=1,status=1,menubar=0,resizable=0,width=750px,height=450px,top="+topx+",left="+leftx+"');");
}

//updated one.
