bgcolor='#BFBDBD';
bgcolor2='#BFBDBD';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:22"><DIV class=popper id=topdeck></DIV>');

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;


zlien[0][0] = '<A HREF="index.html" CLASS=ejsmenu>Retour accueil</A>';

zlien[1][0] = '<A HREF="http://www.scandeco.fr/panlampescoquillages.html" CLASS=ejsmenu>Série Fun M.O.P</A>';
zlien[1][1] = '<A HREF="http://www.scandeco.fr/panlampesacier.html" CLASS=ejsmenu>Série Fun metal</A>';
zlien[1][2] = '<A HREF="http://www.scandeco.fr/panlampesspirales.html" CLASS=ejsmenu>Série Spiral</A>';
zlien[1][3] = '<A HREF="http://www.scandeco.fr/panvpgloberouge.html" CLASS=ejsmenu>Série Vp Globe</A>';
zlien[1][3] = '<A HREF="http://www.scandeco.fr/panvpglobeblanc.html" CLASS=ejsmenu>Série Panto</A>';
zlien[1][4] = '<A HREF="http://www.scandeco.fr/panspy.html" CLASS=ejsmenu>Série Spion</A>';
zlien[1][5] = '<A HREF="http://www.scandeco.fr/panlampespantop.html" CLASS=ejsmenu>Série Pantop</A>';
zlien[1][6] = '<A HREF="http://www.scandeco.fr/pantonballs.html" CLASS=ejsmenu>Série Ball</A>';
zlien[1][7] = '<A HREF="http://www.scandeco.fr/illumesa.html" CLASS=ejsmenu>Illumesa</A>';
zlien[1][8] = '<A HREF="http://www.scandeco.fr/panton1.html" CLASS=ejsmenu>Toutes les séries</A>';

zlien[2][0] = '<A HREF="http://www.scandeco.fr/menueclairage.html" CLASS=ejsmenu>Série Outdoor</A>';
zlien[2][1] = '<A HREF="http://www.scandeco.fr/funkycolour.html" CLASS=ejsmenu>Série Funky Colour</A>';
zlien[2][2] = '<A HREF="http://www.scandeco.fr/menudiningroom.html" CLASS=ejsmenu>Série Dining Room</A>';
zlien[2][3] = '<A HREF="http://www.scandeco.fr/menulivingroom.html" CLASS=ejsmenu>Série Living Room</A>';
zlien[2][4] = '<A HREF="http://www.scandeco.fr/menuwellness.html" CLASS=ejsmenu>Série Wellness</A>';
zlien[2][5] = '<A HREF="http://www.scandeco.fr/menuwine.html" CLASS=ejsmenu>Série Wine</A>';
zlien[2][6] = '<A HREF="http://www.scandeco.fr/menuoffice.html" CLASS=ejsmenu>Série Office</A>';
zlien[2][7] = '<A HREF="http://www.scandeco.fr/menukitchen.html" CLASS=ejsmenu>Série Kitchen</A>';
zlien[2][8] = '<A HREF="http://www.scandeco.fr/menu.html" CLASS=ejsmenu>Toute la gamme</A>';

zlien[3][0] = '<A HREF="http://www.scandeco.fr/tabletop.html" CLASS=ejsmenu>Gamme Table Top</A>';
zlien[3][1] = '<A HREF="http://www.scandeco.fr/interior.html" CLASS=ejsmenu>Gamme Interior</A>';
zlien[3][2] = '<A HREF="http://www.scandeco.fr/kitchen.html" CLASS=ejsmenu>Gamme Kitchen</A>';
zlien[3][3] = '<A HREF="http://www.scandeco.fr/personalgifts.html" CLASS=ejsmenu>Gamme Personal Gifts</A>';
zlien[3][4] = '<A HREF="http://www.scandeco.fr/rosendahl.html" CLASS=ejsmenu>Toute la gamme</A>'


zlien[4][0] = '<A HREF="http://www.scandeco.fr/chaises.html" CLASS=ejsmenu>Chaises</A>';
zlien[4][1] = '<A HREF="http://www.scandeco.fr/fauteuils.html" CLASS=ejsmenu>Fauteuils</A>';
zlien[4][2] = '<A HREF="http://www.scandeco.fr/tables.html" CLASS=ejsmenu>Tables</A>';
zlien[4][3] = '<A HREF="http://www.scandeco.fr/carlhansenandson.html" CLASS=ejsmenu>Toute la gamme</A>';

zlien[5][0] = '<A HREF="http://www.scandeco.fr/boutiques.html" CLASS=ejsmenu>Ou trouver nos produits</A>';
zlien[5][1] = '<A HREF="http://www.scandeco.fr/adresse.html" CLASS=ejsmenu>Renseignements</A>';
zlien[5][2] = '<A HREF="http://www.scandeco.fr/liens.html" CLASS=ejsmenu>Page de liens</A>'

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=center><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#949494 WIDTH=800><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=20><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Accueil</B></FONT></a></TD>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],110)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Verner Panton</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],245)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Menu</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],354)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Rosendahl</B></FONT></a></TD>')
document.write('<TD WIDTH=185 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],480)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],510)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Carl Hansen & Son</B></FONT></a></TD>')
document.write('<TD WIDTH=125 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],660)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><B>Nous contacter</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')