function Install()
{
	document.AgentActiveX.StartReader("");
}
	
function readXDF(URL)
{
	URL = "http://www.dankaka.com/xdf_book/" + URL;
	document.AgentActiveX.StartReader(URL);
} 
	
