
function printContent() {
	var pW = window.parent.openWindow('/print.html', 'print', 550, 550, 1, 1, 1);
	pW.focus();
}

function swapImage(id, id2) {
	document.getElementById(id + "Img").src = "/media/nav_" + id2 + ".gif";	
}

function swapStyle(id, stl) {
	id.className = stl;	
}

