function openWindow(URL) {
	 window.open(URL, 'slideshow', 'resizable=yes,scrollbars=no,titlebar=no,location=no,status=no,toolbar=no');

}