function Afficher(ch)
{
document.write(ch)
}

/*function Menu(TXT)
{
Afficher('<center>')
Afficher('<table width=90% height=24 border=1 bordercolor="#DB0000" cellpadding=0>')
Afficher('<tr class="MENU"> <td class="CENTRE">')
Afficher(TXT+'</td></tr></table>')
Afficher('<\center>')
}*/

function home()
{
window.parent.bas_droit.location.href="home.php";
}

function products()
{
// Change 01/06/07 
window.parent.bas_droit.location.href="peluche.php?type=0";
//window.parent.bas_droit.location.href="peluche.php?type=pairopals";
}

function awards()
{
window.parent.bas_droit.location.href="awards.html";
}

function aboutus()
{
window.parent.bas_droit.location.href="aboutus.html";
}

function Bouton(URL,URL2,URL3,name_image)
{
Afficher('<table width=30 height=30 bgcolor="#FFFFFF" bordercolor="#FFFFFF" border=0 cellpadding=0 cellspacing=0>')
/*Afficher('<tr class="A0"> <td class="CENTRE_CLICK" onClick=\'javascript:window.parent.bas_droit.location.href="'+URL+'"\' onmouseover=\'javascript:ColorUp(this)\' onmouseout=\'javascript:ColorDown(this)\'>')*/
Afficher('<tr><td class="DROITE_CLICK">')
Afficher('<a onClick=\'javascript:window.parent.bas_droit.location.href="'+URL3+'"\' onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\''+name_image+'\',\'\',\''+URL2+'\',1)"><img src="'+URL+'" name="'+name_image+'" border="0"></a>')
/*Afficher('<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image1\',\'\',\'images/2.jpg\',1)"><img src="images/1.jpg" name="Image1" width="288" height="157" border="0"></a>')*/
Afficher('</td></tr></table>')
}
/*<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','images/2.jpg',1)"><img src="images/1.jpg" name="Image1" width="288" height="157" border="0"></a>*/

/*
var compteur = 0;

function ColorUp(objet)
{
objet_temp = objet;

Tab=["#ffffff","#e8f6e8","#d2eed1","#bce5bb","a5dda4","#8fd48e","#79cc77","#62c360","#4cbb4a","#36b233","#1faa1d"];
FuncUp=setInterval("IncColorUp(objet_temp)",40); // fonction qui execute IncColorUp toutes les 60ms
}

function ColorDown(objet)
{
if(window.FuncUp) // arrete la fonction IncColorUp
	{
	clearInterval(FuncUp);
	compteur = 0;
	}
objet.bgColor=0xFFFFFF;
}

function IncColorUp(objet_temp)
{
if(compteur<Tab.length)
	{ 
	objet_temp.bgColor=Tab[compteur];
	compteur++;
	}
else if(window.FuncUp)
	{
	clearInterval(FuncUp);
	compteur = 0;
	}
}
*/
