navHover = function() {
	var lis = document.getElementById("navmenu-v").getElementsByTagName("LI");
	for (var i=0; i<lis.length; i++) {
		lis[i].onmouseover=function() {
			this.className+=" iehover";
		}
		lis[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", navHover);


function ventanaPhotoGallery (){ 
   window.open("PhotoGallery/indexold.htm","ventanaPhotoGallery","width=700,height=700,scrollbars=NO") 
} 

function ventanaPhotoGallery08 (){ 
   window.open("GF08/index08.htm","ventanaPhotoGallery08","width=700,height=700,scrollbars=NO") 
} 

function ventanaPhotoGallery09 (){ 
   window.open("GF09/index.htmL","ventanaPhotoGallery09","width=700,height=700,scrollbars=NO") 
} 
function ventanaPhotoGalleryFF (){ 
   window.open("GFF/indexFF.htm","ventanaPhotoGalleryFF","width=700,height=700,scrollbars=NO") 
} 
