function ebook_start_nopopup(){
	var startDir = "/ebook/index";

	window.location.href = startDir+"/VIEW.HTM"+location.search;
	if(eval(document.body.clientHeight-103) <zoomHeight[0] || document.body.clientWidth < zoomWidth[0]){
		alert("À¥ ºê¶ó¿ìÁ®ÀÇ Ç¥½Ã ¿µ¿ªº¸´Ù ÀÌºÏÀÌ Ä¿¼­ Ç¥½Ã¿¡ ¹®Á¦°¡ ÀÖÀ» ¼ö ÀÖ½À´Ï´Ù..");
	}
}

function ebook_start()
{
	var startDir= "/ebook/index";

	if(screen.availWidth==1024)
	{
		window.open(startDir+"/VIEW.HTM"+location.search,"ebook","fullscreen");
	}
	else
	{
		left1=(screen.availWidth-1024-5)/2;
		top1=(screen.availHeight-768-10)/2;
		window.open(startDir+"/VIEW.HTM"+location.search,"ebook","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=1024 ,height=768, top="+top1+" ,left="+left1);	
		
	}

}

