$(document).ready( function(){
	$('.FooterLink').click(function(){
		window.open(this.href,'','resizable=1,scrollbars=1,HEIGHT=400,WIDTH=700');
		return false;
	});
});
