function launchPics(orientation, name) {
	var page_b = "/viewer_b.php?pic=" + name;
	
	
	if (orientation == "b") {
		myphotos = window.open( page_b , 'photogallery', 'height=610,width=610,status=yes,scrolling=no,scrollbars=no');
	};
	
	myphotos.focus();
	return false;
	}