function ShowPhoto(photo) {
	photo_window=open('/showimage.php?i='+photo, 'Photo', 'fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=300');
	photo_window.focus();
	return(false);
}

function go1(){
	if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
		window.location = '/expo/'+document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value+'/';
	}
}
