function DocRitActiveX(objcode) 
{
	document.write(objcode);
}
function ebookMain(){
	var swid=screen.width; 
	var shei=screen.height;  
	var x_pos=(swid-906)/2;
	var y_pos=(shei-539)/2;
	window.open("../ebook/ebookMain.php","ebookMain","left="+x_pos+", top="+y_pos+", width=906,height=539");
}
function openEbook(){
	var swid=screen.width; 
	var shei=screen.height;  
	var x_pos=(swid-1017)/2;
	var y_pos=(shei-620)/2;
	window.open("../ebook/ebook.php","ebook","left="+x_pos+", top="+y_pos+", width=1017,height=620");
}
function openEbook2(){
	var swid=screen.width; 
	var shei=screen.height;  
	var x_pos=(swid-1017)/2;
	var y_pos=(shei-620)/2;
	window.open("../ebook/ebook2.php","ebook2","left="+x_pos+", top="+y_pos+", width=1017,height=620");
}
