function obreFinestra(que) {
	fc=window.open(que + ".htm","finestra","toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=400,height=400,left=20,top=20,titlebar=no");
	fc.focus();
}

function quanOver(laImatge) {
	w = laImatge.width - 2
	h = laImatge.height - 2
	laImatge.width = w;
	laImatge.height= h;
	laImatge.border="1";
	return true;
}

function quanOut(laImatge) {
	w = laImatge.width + 2
	h = laImatge.height + 2
	laImatge.width = w;
	laImatge.height= h;
	laImatge.border="0";
	return true;
}

function canvia2(laImatge) {
	laImatge.src='../imatges/eldebat2.gif';
	return true;
}

function canvia1(laImatge) {
	laImatge.src='../imatges/eldebat1.gif';
	return true;
}
