// JavaScript Document
function zoom(str) {
	searchWin = window.open(str,'OM','scrollbars=yes,resizable=yes,width=900px,height=600px,status=yes,location=yes,toolbar=yes');
	}