/*
	Script Réalisé par Craniaks pour Pywow.biz
*/

function Tip_Pywow ( html )
{
	//on personalise avec les code couleur
	//	code html, 	constante	couleur de fond					bordure					couleur de texte
	Tip( html , BGCOLOR, '#48260A', BORDERCOLOR , 'whiteblue' , FONTCOLOR , 'yellow');
}