function popup_themalis()
{
newWin = window.open('http://www.themalis.fr','','resizable=1,scrollbars=1,toolbar=1,location=1,height=630,width=810,top=10,left=10');
}

function scroll_dynamique()
{
	scrollA();  
}

var a=0;
var b=0;
var c=0;
function popup_image(a,b,c)
{
newWin = window.open('zoom.php?img='+a,'','resizable=1,scrollbars=1,toolbar=0,location=0,height='+c+',width='+b+',top=10,left=10');
}

var u=0;
function detail_produit(u)
{
var detpdt = window.open('detail.php?id_article='+u,'panier','resizable=1,scrollbars=1,toolbar=0,location=0,height=550,width=665,top=10,left=10');
detpdt.focus();
}

var v=0;
function panier(v)
{
var wmd = window.open('panier.php?id_article='+v,'panier','resizable=1,scrollbars=1,toolbar=0,location=0,height=550,width=850,top=10,left=10');
wmd.focus();
}

var w=0;
function popup_photo(w)
{
newWin = window.open(w,'','resizable=1,scrollbars=1,toolbar=0,location=0,height=200,width=300,top=10,left=10');
}

var x=0;
function legal(y)
{
newWin = window.open(y,'','resizable=1,scrollbars=1,toolbar=0,location=0,height=600,width=550,top=10,left=10');
}

var y=0;
function plan(y)
{
newWin = window.open(y,'','resizable=1,scrollbars=1,toolbar=0,location=0,height=600,width=550,top=10,left=10');
}

var z=0;
function popup_fixe(z)
{
newWin = window.open(z,'','resizable=0,scrollbars=1,toolbar=0,location=0,height=500,width=500,top=10,left=10');
}

function favoris()
{
window.external.Addfavorite('http://www.france-projecteurs.com','FRANCE PROJECTEURS : SONO - ECLAIRAGE - ACCESSOIRES');
}

function recherche()
{
document.bandeau.recherche.value='1';
document.bandeau.code_eclairage.value='';
document.bandeau.code_accessoire.value='';
document.bandeau.code_marque.value='';
document.bandeau.submit();
}

function select_sono()
{
document.bandeau.choix_sono.value='1';
document.bandeau.code_eclairage.value='';
document.bandeau.code_accessoire.value='';
document.bandeau.code_marque.value='';
document.bandeau.submit();
}

function select_eclairage()
{
document.bandeau.choix_eclairage.value='1';
document.bandeau.code_sono.value='';
document.bandeau.code_accessoire.value='';
document.bandeau.code_marque.value='';
document.bandeau.submit();
}

function select_accessoire()
{
document.bandeau.choix_accessoire.value='1';
document.bandeau.code_sono.value='';
document.bandeau.code_eclairage.value='';
document.bandeau.code_marque.value='';
document.bandeau.submit();
}

function select_marque()
{
document.bandeau.choix_marque.value='1';
document.bandeau.code_sono.value='';
document.bandeau.code_eclairage.value='';
document.bandeau.code_accessoire.value='';
document.bandeau.submit();
}

function actualise_panier()
{
document.panier.actualise_tableau.value='1';
document.panier.submit();
}

function adresse_panier()
{
document.panier.adr_ident.value='1';
document.panier.submit();
}

function mode_panier()
{
document.panier.mode_rcp.value='1';
document.panier.submit();
}

