// function Pop-up Window
function openWindow(_source,_width,_height){
	myWin = open(_source,"myWin","width="+_width+",height="+_height+",toolbar=no,scrollbars=no,resizable=no")
}

// function Photo Gallery
function i(a,b)
{
document.images[a].src = "../img/"+a+".jpg";
document.foto.src = "../img/"+b+".jpg";
}