/* ##### Salice S.p.A. - www.salice.com - JavaScript Document ##### */

function PopupCredits (path) {
	var w = 445;
	var h = 381;
	var l = Math.floor((screen.width - w) / 2);
	var t = Math.floor((screen.height - h) / 2);
	var stile = "top=" + t + ", left=" + l + ", width=" + w + ", height=" + h + ", status=no, menubar=no, toolbar=no, scrollbar=no, resizable=no";
	window.open("/" + path + "credits.html", "Credits", stile);
}
