function openFooterLink(URL)
{
	newWindow=window.open(URL, '_new','toolbar=no,width=550,height=400,directories=0,status=0,scrollbars=1,resizable=1,menubar=0,location=0,screenX=100,screenY=75,left=100,top=75,copyhistory=0');
}