
/* Date de création: 21/09/03 */

function fixe_resolution()
{
if (screen.height < 760) 
	{
	document.write("<table border=\"0\" summary=\"\" height=\"15\"> <tr> <td></td></tr> </table>");
	}
	else
	{
	document.write("<table border=\"0\" summary=\"\" height=\"95\"> <tr> <td></td></tr> </table>");
	}
}