<!--
		
var count = 0;
count=count+1;
	
function popUpShow() {
	
	if(count==1 || show.closed == true) {
		show=window.open('../slideshow/slideshow.html','show','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600'); 
	}	


	show.focus();	
}

// -->
