
function ebook(url)
{
win1=window.open(url,"ebook","width=1000,height=800,menubar=no,toolbar=no,location=no,status=no,scrollbars=no,resizable=yes");

}
function ebook_open(my_url)
{window.open(my_url,"ebook","width=950,height=600,scrollbars=yes,resizable=yes,menubar=yes,status=yes,directories=yes,location=yes,toolbar=yes");}
 
 
function mote(my_url)
{window.open(my_url,"mote","width=950,height=600,scrollbars=yes,resizable=yes,menubar=yes,status=yes,directories=yes,location=yes,toolbar=yes");}

