function aniViewer2(html, width, height){
	mini1 = window.open(html, 'aniViewer2', 'width='+width+',height='+height+',marginwidth=0,marginheight=0,border=0,scrollbars=yes');
}
