

function printContent() {
	var pW = window.parent.openWindow('/print.html', 'print', 550, 550, 1, 1, 1);
	pW.focus();
}

function changeStyle(id, name) {
	document.getElementById(id).className = name;
}

