// ====================================================
// FUNCIONS JAVASCRIPT
//
// Creat: 10/05/2006
// Ultima modificacio: 10/05/2006
//
// Conté les funcions globals de javascript
// ====================================================

function inicialisacioGeneral () {
/*	if ($chk($('Menu'))) {
		$('Menu').fade ('hide');
		$('Submenu').fade ('hide');
		$('Fondo').setStyle ('height', 0);
		$('Cos').fade ('hide');
	}*/
}

function enCarregar () {
/*	if ($chk($('Menu'))) {
		$('Menu').fade('in');
		$('Submenu').fade('in');
		$('Fondo').tween ('height', 495);
		$('Cos').fade('show');
	}*/
}

