function PopUp(url,type) {
var pop;
if (type=='info')
   {pop=window.open(url,'Fiche','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=yes,resizable=no,width=320,height=550,left=0,top=0')}
  else if (type=='message')
    {pop=window.open(url,'Message','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=175,left=0,top=0')}
   else if (type=='panier')
    {pop=window.open(url,'Panier','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=350,left=0,top=0')}
    else if (type=='lyrics')
    {pop=window.open(url,'Paroles','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=500,left=0,top=0')}
     else if (type=='mizik')
    {pop=window.open(url,'Mizik','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=250,left=0,top=0')}
     else if (type=='photo')
    {pop=window.open(url,'Photos','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=580,left=0,top=0')}
      else if (type=='facture')
     {pop=window.open(url,'Photos','toolbar=no,location=0,directories=0,status=no,menubar=no,scrollbars=yes,resizable=no,width=825,height=590,left=0,top=0')}
      else if (type=='page')
      {pop=window.open(url,'Partenaires','toolbar=yes,location=1,directories=1,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=780,height=580,left=0,top=0')}
      else if (type=='partenaires')
     {pop=window.open(url,'Partenaires','toolbar=yes,location=1,directories=1,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=830,height=590,left=0,top=0')}
 if(pop.focus){pop.focus();} 
 } 
