/*****************************************
 * JS - doc									   *
 *												   *
 *****************************************/

function menuSetOver(id) {
	document.getElementById(id).className='button over';
}

function menuSetOut(id) {
	document.getElementById(id).className='button';
}

function views(url,name)
{
	foto=window.open('/images/view.php?foto='+url+'&name='+name,'foto','width=300,height=300');
	foto.focus();
}
