function zoomit(myzoom) {
	var myzooma
	myzooma = myzoom
	myzooma ++ ;
	window.parent.document.body.style.zoom = myzooma ;
	}	