/*
var book = new Array();
book['domain'] = '';
book['url'] = "http://ebook.mbcbeauty.co.kr/";
book['width'] = 1000;
book['height'] = 730;
*/

function ebook(book) 
{
	book = book ? book : 'http://ebook.mbcbeauty.co.kr';

	open_('modaless', book, 'ebook', 1030, 830, 'no');

/*
	book['url'] = url ? url : book['url'];
	book['width'] = _width ? _width : book['width'];
	book['height'] = _height ? _height : book['height'];
	book['left'] = parseInt((screen.width - _width) / 2);
	book['top'] = parseInt((screen.height - _height) / 2);

	if(window.navigator.userAgent.indexOf("SV1")!=-1)
	{
		book['height'] += 60;
		window.open(book['url'], "", "scrollbars=0 resizable=0 width="+book['width']+" height="+book['height']+" top="+book['top']+" left="+book['left']);
	}
	else
	{
		if(screen.width==_width&&screen.height==_height)
			window.open(url,"","fullscreen");
		else
		{
			window.open(book['url'], "", "toolbar=no location=no directories=no status=no menubar=no scrollbars=no resizable=no width="+book['width']+" height="+book['height']+" top="+book['top']+" left="+book['left']);
		}
	}
*/
}
