﻿function embedControl(codebase ,src, page) {
	document.writeln('<object id="DjVuPI" name="DjVuPI" classid="clsid:0e8d0700-75df-11d3-8b4a-0008c7450c4a" codebase="' + codebase + '" type="image/vnd.djvu">');
	document.writeln('<param name="src" value="' + src + '" />');
//	document.writeln('<param name="toolbar" value="top,fixed+save,print,search,zoom,pan,zoomsel,textsel,prevnextpage,pagecombo" />');
	document.writeln('<param name="zoom" value="window" />');
	document.writeln('<param name="page" value="' + page + '" />');
//	document.writeln('<embed toolbar="top,fixed+save,print,search,zoom,pan,zoomsel,textsel,prevnextpage,pagecombo" width="100%" frame="yes" height="100%" zoom="width" type="image/vnd.djvu" halign="center" src="' + src + '" mousemode="zoom" />');
	document.writeln('<embed width="100%" frame="yes" height="100%" zoom="window" type="image/vnd.djvu" halign="center" src="' + src + '" mousemode="zoom" />');
	document.writeln('<noembed>');
	document.writeln('<h3>DjVu Browser Plug-in</h4>');
	document.writeln('<a href="http://www.caminova.net/ja/downloads/"><img src="/images/dl_djvu.jpg" border="0" /></a>');
	document.writeln('</noembed>');
	document.writeln('</object>');
}
