// Copyright (c) 2000-2005 Unidocs. All rights reserved.

	var g_wb = null;

	function wndWebBook(srcDir)
	{	
		//g_wb = openEbook(targetBookID, themeID,srcDir);
		g_wb = openEbook('ebook001', 'uk0012', '/file_ebook2006/'+srcDir);
	}

	function wndWebBook2(srcDir, page)
	{	
		//g_wb = openEbook(targetBookID, themeID, srcDir, page);
		g_wb = openEbook2('ebook001', 'uk0012', '/file_ebook2006/'+srcDir, page);
	}
	
	function window.onunload(){
		try {
			if ( g_wb ) g_wb.close();
		} 
		catch ( e ) 
		{
		}
	}

function openEbook(target,theme,jg){var gr;if(theme){var webBookConfig;if(jg)webBookConfig=du(jg+"/theme/"+theme+"/conf/config.xml");else webBookConfig=du("theme/"+theme+"/conf/config.xml");try{var node=webBookConfig.selectSingleNode("Theme/ENLARGEMENT");var fullDraw=0;if(node)fullDraw=parseInt(node.attributes.getNamedItem("fulldraw").text);}catch(e){}if(fullDraw)gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(screen.width-8)+',height='+(screen.height-27);else gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(1024-8)+',height='+(768-27);}else gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(1024-8)+',height='+(768-27);var ld;if(jg)ld=open(jg+'/library/'+target+'/viewer.html','ezPDFWebBook',gr);else ld=open('library/'+target+'/viewer.html','ezPDFWebBook',gr);return ld}
function openEbook2(target,theme,jg,page){var gr;if(theme){SetStartPageNo(page);var webBookConfig;if(jg)webBookConfig=du(jg+"/theme/"+theme+"/conf/config.xml");else webBookConfig=du("theme/"+theme+"/conf/config.xml");try{var node=webBookConfig.selectSingleNode("Theme/ENLARGEMENT");var fullDraw=0;if(node)fullDraw=parseInt(node.attributes.getNamedItem("fulldraw").text);}catch(e){}if(fullDraw)gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(screen.width-8)+',height='+(screen.height-27);else gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(screen.width-8)+',height='+(screen.height-27);}else gr='fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=0,top=0,width='+(screen.width-8)+',height='+(screen.height-27);var ld;if(jg)ld=open(jg+'/library/'+target+'/viewer.html','ezPDFWebBook',gr);else ld=open('library/'+target+'/viewer.html','ezPDFWebBook',gr);return ld}
