function presentation()
{
   presentation =
   window.open("slideshow.html","Slideshow","height=860,width=700,resizable=yes,screenX=0,screenY=0,scrollbars");
   presentation.focus();
}
