function MM_openBrWindow(theURL,winName,features)
{	
	window.open(theURL,"_blank",features);
}

function resize()
{
	var i=0;
 	if (navigator.appName == 'Netscape') i=40; 
  	if (document.images[0]) window.resizeTo(document.images[0].width +60, document.images[0].height+170-i);
  	else
  	{
	  	if(document.body.scrollHeight < 250) window.resizeTo(450,250);
	  	else window.resizeTo(450,document.body.scrollHeight + 30);
  	}
  	//if (document.images[0]) window.resizeTo(document.images[0].width +30, document.body.scrollHeight + 100);
  	self.focus();
}


function submit_refresh()
{
	document.getElementById("formu").donde.value = 1;
	document.getElementById("formu").submit();
}
