//////Form Clearer////////

function leere(feld) {if (feld.defaultValue==feld.value) feld.value = "";} 

function w(text){document.write(text);}

function stars(note)
{
	for(var i = 1; i <= 5; i++)	//>
	{
		if (i<=note) w('<img src="pics/stern_1.gif" width="14" height="16" align="ABSBOTTOM" hspace="1">');
		else w('<img src="pics/stern_0.gif" width="14" height="16" align="ABSBOTTOM" hspace="1">');
	}
}

function stars_k(note)
{
	for(var i = 1; i <= 5; i++)	//>
	{
		if (i<=note) w('<img src="pics/stern_1_k.gif" width="9" height="10" align="ABSMIDDLE" hspace="1">');
		else w('<img src="pics/stern_0_k.gif" width="9" height="9" align="ABSMIDDLE" hspace="1">');
	}
}

function recommande()
{
	w('<input type="hidden" name="betreff" size="25" value="' + document.title + '">');
	w('<input type="hidden" name="url" value="' + document.URL + '">');
}

function CreateBookmarkLink()
{
title="Cadomania - jeux concours gratuits";
url="http://www.cadomania.com";

	if (window.sidebar) { 			// Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) {	// IE Favorite
		window.external.AddFavorite( url, title); }
	else {
			alert('Utilisez CTRL+D !');
	 }
} 

function header()
{
//	w('Première visite - ');
	w('<a href="javascript:CreateBookmarkLink();"> Ajouter aux favoris</a>');
	w(' - <a href="http://www.cadomania.com/recommander.php">Envoyer à un ami</a>');
	w(' - <input type="text" size="10" name="word" value="Chercher" id="ch2" onClick="Javascript:leere(this);">');
	w('<input type="image" src="loupe_alp.gif" value="Go" align="ABSMIDDLE">');
}

/// Nav ///
function GoTo(form)	{location.href = form.options[form.selectedIndex].value;}

function goforit(ou) {window.open(ou,"radsponsor","fullscreen=no,toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,directories=yes,location=yes");}

function modBoite(boite){ box = eval(boite); box.checked = !box.checked;}