/**
 * @author Eduard
 */
function printPage(siteUrl) {
	var w = window.open(siteUrl + "/print.php", "print");
}

