function  setLargeFont(){
	$('Contents').style.fontSize='120%';
}

function setMidStyle(){
	$('Contents').style.fontSize='100%';
}
