/*var dsi=14;

function chsz(theid,p) {
	if (p == "1") {
		dsi++;
	}
	else {
		dsi--;
	}
	document.getElementById(theid).style.fontSize=dsi;
}
*/
