$(function(){
	$("a[href^='img/ebook/']").click(function(){
		window.open(this.href,'ebook', "width=1000,height=700,scrollbars=yes,resizable=yes");
		return false;
	});
});
