if(window.parent.length !=0) {
window.top.location.replace(document.location.href);
}
window.defaultStatus="Création de Sites Web & Services Corporation";

function ChangeUrl(f) {
if (f.skin.selectedIndex != 0) {
location.href = '?st='+f.skin.options[f.skin.selectedIndex].value;
}
}

function ChangeUrl2(f) {
if (f.lang.selectedIndex != 0) {
location.href = '?lg='+f.lang.options[f.lang.selectedIndex].value;
}
}

function cocheTous(checkbox, valeur) {
var liste = document.forms['formulaire'].elements[checkbox];
for (var i = 0; i <= liste.length; i++) {
liste[i].checked = valeur;
}
}