function openOutsideLink() {
	var defaultWindowFeatures = "toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes";
	window.open(jQuery.url.param('url'),'',defaultWindowFeatures);
}
