
function test()
{
	
}

function resize_iframe()
{
//resize the iframe according to the size of the

//window (all these should be on the same line)
	
	alert("test");
	
	alert(window.frames["glu"].document.getElementById("boiteSondage").innerHTML);
	
	

	
}
