function zoomin(){
	document.getElementById("comix").setAttribute("class","comic_zoom");
}
	 
function zoomout(){
	document.getElementById("comix").setAttribute("class","comic_small");
}



