/* auteur: lbo */
/* Date de création: 26/06/2007 */
/* Date de MAJ: 04/08/2007 */
document.write ('<DIV ID=boitamodoux STYLE="position:fixed;top:0;left:0;z-index:35;visibility:hidden"></DIV>');


//if(document.all)
//	{
//	larg = document.body.clientWidth;
//	haut = document.body.clientHeight;
//	}
//else
//	{
//	larg = screen.width;
//	haut = screen.height;
//	}
//variables
html_hautf = "<TABLE WIDTH='100%' HEIGHT='100%'><TR><TD VALIGN=middle ALIGN=center BACKGROUND=http://lolobobo.free.fr/boitamotsdoux/rose.gif>";
html_hautg = "<TABLE WIDTH='100%' HEIGHT='100%'><TR><TD VALIGN=middle ALIGN=center BACKGROUND=http://lolobobo.free.fr/boitamotsdoux/bleu.gif>";
html_bas = "</TR></TABLE></TD></TR></TABLE>";
html_haut="<TABLE WIDTH=600 CELLPADDING=0 CELLSPACING=0 BORDER=0 bgcolor=\"white\">";
html_haut += "	<TR>";
html_haut += "<TD align=right><A HREF=# onClick='closeSup();return(false)'STYLE=\"font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;c olor:0060ff;text-decoration: none;margin-right: 5px\">Fermer</A></TD></tr>";
html_haut+= "	<TR>";
html_mil = "<TD><IFRAME src=\"http://lolobobo.free.fr/boitamotsdoux/boite_F.html\"  frameborder=\"0\" width=\"600\" height=\"400\" scrolling=no> </IFRAME></td>";
html_milg = "<TD><IFRAME src=\"http://lolobobo.free.fr/boitamotsdoux/boite_G.html\"  frameborder=\"0\" width=\"600\" height=\"400\" scrolling=no> </IFRAME></td>";
//Function
function showf()
{

	
	if(document.getElementById )
		{
		document.getElementById("boitamodoux").style.width = "100%";
		document.getElementById("boitamodoux").style.height = "100%";
		document.getElementById("boitamodoux").style.visibility ="visible";
		document.getElementById("boitamodoux").innerHTML = html_hautf+html_haut+html_mil+html_bas;

		
		setTimeout("closeSup()",30000);
		
		}
	}
	function showg()
{

	
	if(document.getElementById )
		{
		document.getElementById("boitamodoux").style.width = "100%";
		document.getElementById("boitamodoux").style.height = "100%";
		document.getElementById("boitamodoux").style.visibility ="visible";
		document.getElementById("boitamodoux").innerHTML = html_hautg+html_haut+html_milg+html_bas;

		
		setTimeout("closeSup()",30000);
		
		}
	}

function closeSup()
	{
	if(document.getElementById)
		{
		document.getElementById("boitamodoux").style.width = "0px";
		document.getElementById("boitamodoux").style.height = "0px";
		document.getElementById("boitamodoux").style.visibility ="hidden";
		document.getElementById("boitamodoux").innerHTML = '';
		}
	}
//affichage
document.write("<a href=\"#\" name=\"call\" onclick=\"showf()\"><img src=\"http://lolobobo.free.fr/boitamotsdoux/bt_f.png\" width=\"80\" height=\"15\" border=\"0\"></a><BR><a href=\"#\" name=\"call2\" onclick=\"showg()\"><img src=\"http://lolobobo.free.fr/boitamotsdoux/bt_g.png\" width=\"80\" height=\"15\" border=\"0\"></a>")