		

function dIcon()	{
	var hp = document.getElementById('CATEGORY').value;
	
	if(hp=="0")												{po="7px 6px";}
	if(hp=="1")												{po="7px -23px";}
	if(hp=="2")												{po="7px -54px";}
	if(hp=="3")												{po="7px -84px";}
	if(hp=="4")												{po="7px -115px";}
	if(hp=="5")												{po="7px -145px";}
	if(hp=="6")												{po="7px -175px";}
	if(hp=="7")												{po="7px -204px";}
	if(hp=="8")												{po="7px -236px";}
	if(hp=="9")												{po="7px -265px";}
	if(hp=="10")											{po="7px -295px";}
	if(hp=="11")											{po="7px -325px";}
	if(hp=="12")											{po="7px -355px";}
	if(hp=="13")											{po="7px -385px";}
	if(hp=="14")											{po="7px -414px";}
	if(hp=="15")											{po="7px -443px";}
	if(hp=="16")											{po="7px -473px";}
	if(hp=="17") 											{po="7px -505px";}
	if(hp=="18")											{po="7px -533px";}
	if(hp=="19")											{po="7px -565px";}
	if(hp=="20")											{po="7px -595px";}
	if(hp=="21")											{po="7px -625px";}
	if(hp=="22")											{po="7px -655px";}
	if(hp=="23")											{po="7px -684px";}
	if(hp=="24")											{po="7px -714px";}
	if(hp=="25")											{po="7px -745px";}
	if(hp=="26")											{po="7px -777px";}
	if(hp=="27")											{po="7px -807px";}
	if(hp=="28")											{po="7px -841px";}
	if(hp=="29")											{po="7px -871px";}
	
	var ddc = document.getElementById('dropdown-current2');
	ddc.style.backgroundPosition = po;

}


function pg(id)	{
	var lbl;
	var hv;
	
	if(id=="0")		{lbl="Toutes les cat&eacute;gories";				hv="0";								po="3px -5px";}	
	if(id=="1")		{lbl="Alimentation";								hv="1";								po="3px -34px";}	
	if(id=="2")		{lbl="Animaux";										hv="2";								po="3px -63px";}	
	if(id=="3")		{lbl="Art et Antiquit&eacute;s";					hv="3";								po="3px -94px";}	
	if(id=="4")		{lbl="Automobiles et Motos";						hv="4";								po="3px -127px";}	
	if(id=="5")		{lbl="Auto Moto Pi&egrave;ces &hellip;";			hv="5";								po="3px -155px";}	
	if(id=="6")		{lbl="Bateaux Voile &hellip;";						hv="6";								po="3px -184px";}	
	if(id=="7")		{lbl="Beaut&eacute; Bien-&ecirc;tre &hellip;";		hv="7";								po="3px -214px";}	
	if(id=="8")		{lbl="B&eacute;b&eacute; Pu&eacute;riculture";		hv="8";								po="3px -244px";}	
	if(id=="9")		{lbl="Bijoux Montres";								hv="9";								po="3px -273px";}	
	if(id=="10")	{lbl="CD Vinyles Musique";							hv="10";							po="3px -303px";}	
	if(id=="11")	{lbl="Collections";									hv="11";							po="3px -333px";}	
	if(id=="12")	{lbl="DVD et Cin&eacute;ma";						hv="12";							po="3px -363px";}	
	if(id=="13")	{lbl="&Eacute;lectrom&eacute;nager";				hv="13";							po="3px -393px";}	
	if(id=="14")	{lbl="Loisirs et Vacances";							hv="14";							po="3px -422px";}	
	if(id=="15")	{lbl="Informatique";								hv="15";							po="3px -455px";}	
	if(id=="16")	{lbl="Instruments de &hellip;";						hv="16";							po="3px -483px";}	
	if(id=="17")	{lbl="Jardin et Bricolage";							hv="17";							po="3px -513px";}	
	if(id=="18")	{lbl="Jeux Jouets et &hellip;";						hv="18";							po="3px -543px";}	
	if(id=="19")	{lbl="Jeux Vid&eacute;o Consoles";					hv="19";							po="3px -575px";}	
	if(id=="20")	{lbl="Livres BD Revues";							hv="20";							po="3px -604px";}	
	if(id=="21")	{lbl="Loisirs Cr&eacute;atifs";						hv="21";							po="3px -633px";}	
	if(id=="22")	{lbl="Maison, D&eacute;co, Meubles";				hv="22";							po="3px -663px";}	
	if(id=="23")	{lbl="Photo et Vid&eacute;o";						hv="23";							po="3px -696px";}	
	if(id=="24")	{lbl="Services";									hv="24";							po="3px -726px";}
	if(id=="25")	{lbl="Sports";										hv="25";							po="3px -755px";}
	if(id=="26")	{lbl="T&eacute;l&eacute;phonie";					hv="26";							po="3px -785px";}
	if(id=="27")	{lbl="TV Son Home-Cin&eacute;ma";					hv="27";							po="3px -817px";}
	if(id=="28")	{lbl="V&ecirc;tements et &hellip;";					hv="28";							po="3px -851px";}
	if(id=="29")	{lbl="Vin";											hv="29";							po="3px -881px";}


	var hPg = document.getElementById('CATEGORY');
	hPg.value = hv;
	
	var ddc = document.getElementById('dropdown-current2');
	ddc.innerHTML = lbl;
	ddc.style.backgroundPosition = po;
	
}


  jQuery(document).ready(function(){
    //show/hide dropdown menu
    jQuery("#dropdown-current2").click(function () {
      jQuery("#greg").slideToggle("fast");
    });

	//collapse menu upon selection
    jQuery("#greg ol li a").click(function () {
      jQuery("#greg").slideUp("fast");
    });	

  });


// JavaScript Document