/* 
 New window for photo galleries
*/
var newwindow; 
function poptastic(url) 
	{ 
		newwindow=window.open(url,'name','height=705,width=930,scrollbars=yes,resizable=yes'); 
		if (window.focus) {newwindow.focus()} 
	} 