var taille=14;function diminue(z){var elem = document.getElementById(z);if(taille>=10){taille=taille-1;pixel=taille+"px";elem.style.fontSize = pixel;}}function augmente(z){var elem = document.getElementById(z);if(taille <=18){taille=taille+1;pixel=taille+"px";elem.style.fontSize = pixel;}}var newstylecolor='';	function styleChangercolor(color){Cookie.set("stylecolor", color); //save this for 1 yearif(Cookie.get("stylesize") != ""){var newstylecolor="skin/guppytop/images/"+color+"/"+Cookie.get("stylesize")+".css";new Asset.css(""+newstylecolor+"");}else{new Asset.css("skin/guppytop/css/"+color+".css");		}}function styleChangerSize(size){Cookie.set("stylesize", size); //save this for 1 yearif(Cookie.get("stylecolor") != ""){var newstylecolor="skin/guppytop/images/"+Cookie.get("stylecolor")+"";}else{var newstylecolor='skin/guppytop/css/';	}new Asset.css(newstylecolor+"/"+size+".css");}if(Cookie.get("stylecolor") != ""){var newstylecolor="skin/guppytop/images/"+Cookie.get("stylecolor")+"/";}else{var newstylecolor='';	}			if(Cookie.get("stylesize") == "100"){			new Asset.css(newstylecolor+"100.css");			}else if(Cookie.get("stylesize") == "800"){			new Asset.css(newstylecolor+"800.css");			}else if(Cookie.get("stylesize") == "1024"){			new Asset.css(newstylecolor+"1024.css");			}else if(Cookie.get("stylesize") == "1280"){			new Asset.css(newstylecolor+"1280.css");			}else{			new Asset.css("skin/guppytop/css/100.css");			}			if(Cookie.get("stylecolor") == "bleue"){			new Asset.css("skin/guppytop/css/bleue.css");			}else if(Cookie.get("stylecolor") == "bleuefonce"){			new Asset.css("skin/guppytop/css/bleuefonce.css");			}else if(Cookie.get("stylecolor") == "defaut"){			new Asset.css("skin/guppytop/css/defaut.css");			}else if(Cookie.get("stylecolor") == "grise"){			new Asset.css("skin/guppytop/css/grise.css");			}else if(Cookie.get("stylecolor") == "jaune"){			new Asset.css("skin/guppytop/css/jaune.css");			}else if(Cookie.get("stylecolor") == "rouge"){			new Asset.css("skin/guppytop/css/rouge.css");			}else if(Cookie.get("stylecolor") == "verte"){			new Asset.css("skin/guppytop/css/verte.css");			}else if(Cookie.get("stylecolor") == "violette"){			new Asset.css("skin/guppytop/css/violette.css");			}			else{			new Asset.css("skin/guppytop/css/defaut.css");			}