function FotoAlbumOver(id){
	var color="#f4f4f4"
	document.getElementById(id+"fa1").style.background=color
	document.getElementById(id+"fa2").style.background=color
	document.getElementById(id+"fa3").style.background=color
	document.getElementById(id+"fa4").style.background=color
	}
function FotoAlbumOut(id){
	document.getElementById(id+"fa1").style.background=""
	document.getElementById(id+"fa2").style.background=""
	document.getElementById(id+"fa3").style.background=""
	document.getElementById(id+"fa4").style.background=""	
	}
function showFoto(foto){
  	window.open('/wsImg.asp?img=fotoalbum/albums/'+foto,'foto','statusbar=no,menubar=no,width=700,height=700')
  	}
function lightup(imageobject, opacity){
 if (navigator.appName.indexOf("Netscape")!=-1
  &&parseInt(navigator.appVersion)>=5)
    imageobject.style.MozOpacity=opacity/100
 else if (navigator.appName.indexOf("Microsoft")!= -1 
  &&parseInt(navigator.appVersion)>=4)
    imageobject.filters.alpha.opacity=opacity
}
function addFotos(folder)
{
faw=window.open('fawcon.asp?folder='+folder,'','');


}
function newAlbum()
{
faw=window.open('fotoalbumwizzard.asp','','');


}
