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