function remoteCopyright(url) {
	var newWindow = window.open(url,'ContactUs','width=425,height=450,scrollbars');
	newWindow.focus();
}
