<!--

// open a new window of fixed dimension (put a margin of 17 pixel)
function openPopUp(x,h,w){
	width = w +17;
	height = h +17; 
	value = '"toolbar=no, menubar=no,resizable=yes,width='+width+',height='+height+'"'
	window2=window.open(x, "Image", value);
	window2.focus();
}


function formGoogle(){
	word = document.forms["formName"].elements["q"].value
	word += " site:http://w3.u-grenoble3.fr/homerica/"
	document.forms["formName"].elements["q"].value = word
	return true;
}

//-->



