var target = "blank"
function envoie(frm){
URL = frm.mgros.options[frm.mgros.selectedIndex].value
if (frm.mgros.selectedIndex != 0){
if (target == "blank") mywindow = window.open(''+URL+'');
else if (target == "self") document.location = URL;
else parent.frames[target].location = URL; 
}}

var part;
var police;
var size;
var fond;
var couleur;

document.write('<form name="Form_1">');
document.write('<select NAME="mgros" onChange="envoie(this.form)" style="font-family: ' + police + '; font-size: ' + size + 'pt;background-color:#' + fond + '; color:#' + couleur + '">');
document.write('<option SELECTED>-- Rayon SexShop --</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Bijoux intimes">-&nbsp;&nbsp;Bijoux intimes</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Cuir">-&nbsp;&nbsp;Cuir</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Gadgets">-&nbsp;&nbsp;Gadgets</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Godes">-&nbsp;&nbsp;Godes</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Latex">-&nbsp;&nbsp;Latex</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Lingerie Femme">-&nbsp;&nbsp;Lingerie Femme</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Lingerie Homme">-&nbsp;&nbsp;Lingerie Homme</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Poupées">-&nbsp;&nbsp;Poupées</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Prêt à porter">-&nbsp;&nbsp;Prêt à porter</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Produits">-&nbsp;&nbsp;Produits</option>');
document.write('<option VALUE="http://www.sexshopgum.com/Php/partfam.php?id=' + part + '&fam=Vidéos">-&nbsp;&nbsp;Vidéos</option>');
document.write('</select></p>');
document.write('</form>');
