function Hide(object) {
if (document.layers){
        document.layers[object].visibility = 'hidden';
	}
     else if (document.all){
         document.all[object].style.visibility = 'hidden';
	}
	else if (document.getElementById){
	document.getElementById([object]).style.visibility = "hidden";
	}
 }

function openPage(place){
	photo = window.open('', "photopage", "width=375px,height=200px,screenX=500,screenY=450,left=500,top=450,resizable=yes,scrollbars=yes");
	photo.location.href = place;
}

function openPageMFM(place){
	photo = window.open('', "photopageMFM", "width=375px,height=270px,screenX=500,screenY=450,left=500,top=380,resizable=yes,scrollbars=yes");
	photo.location.href = place;
}

function openPageMT(place){
	photo = window.open('', "photopageMT", "width=375px,height=550px,screenX=500,screenY=450,left=500,top=150,resizable=yes,scrollbars=yes");
	photo.location.href = place;
}
