// JavaScript Document
<!-- 
function openSlides(myUrl)
{
	newWindow=window.open(myUrl, 'SlideShow','width=760,height=600,scrollbars=yes');
}

-->