Contact_XML = '/lfg/uni/cus/content.xml';

function openNewWindow(url) {
	if (url) {
		window.open(url);
	}
}