function header(basepath,pname) {
s="";

//LOGO CISLAGHI
s="<div  id='homeContainer' style='width:1024px; margin:auto; position:relative; top:30px; vertical-align:middle; text-align:center'>";
s+="<div style='position:absolute; left:105px; top:145px;'>";
s+="<a href='"+basepath+"index.html' style='cursor:hand;'><img src='"+basepath+"images/cislaghi.jpg' border=0 ></a></div>";
document.write(s);
s=""
s+="<div name='menu' style='position:absolute; left:205px; top:200px;z-index:9'>";
s+="<table cellpadding='0' cellspacing='0' border='0' bordercolor='white'>";
if (pname=="Azienda"){
	s+="<tr height='60' > <td  width='120'  class='menudisabled'>l'azienda</td><td width='30'  align='center'><img src='"+basepath+"images/dotr.gif' border=0 name='img0'></td></tr>";
}
else {
	s+="<tr height='60' > <td  width='120' class='menulines' ><a href='"+basepath+"azienda.html' style='cursor:hand;' onmouseover='document.images[\"img0\"].src =\""+basepath+"images/dotr.gif\";  return overlib(\"Azienda Cislaghi\",CAPTION,\"\"); ' onmouseout=' document.images[\"img0\"].src =\""+basepath+"images/dot.gif\"; return nd();  ' >l'azienda</a></td><td width='30'  align='center'><img src='"+basepath+"/images/dot.gif' border=0 name='img0'></td></tr>";
}
if (pname=="Marchi"){
	s+="<tr height='60' ><td  width='120'  class='menudisabled'>i marchi</td><td width='30'  align='center'><img src='"+basepath+"/images/dotr.gif' border=0 name='img1'></td> </tr>";
}
else {
	s+="<tr height='60'><td  width='120' class='menulines'  ><a href='"+basepath+"marchi.html' style='cursor:hand;' onmouseover='document.images[\"img1\"].src =\""+basepath+"images/dotr.gif\"; return overlib(\"I marchi distribuiti\",CAPTION,\"\");' onmouseout=' document.images[\"img1\"].src =\""+basepath+"images/dot.gif\"; return nd();'>i marchi</a></td><td width='30'  align='center'><img src='"+basepath+"/images/dot.gif' border=0 name='img1'></td> </tr>";
}
if (pname=="Contatti") {
	s+="<tr height='60' ><td  width='120'  class='menudisabled'>contatti</td><td width='30'  align='center'><img src='"+basepath+"/images/dotr.gif' border=0 name='img2'></td> </tr>";
}
else {
	s+="<tr height='60'> <td  width='120' class='menulines' ><a href='"+basepath+"contatti.html' style='cursor:hand;' onmouseover='document.images[\"img2\"].src =\""+basepath+"images/dotr.gif\"; return overlib(\"Indirizzi, e@mail e recapiti telefonici\",CAPTION,\"\");' onmouseout='document.images[\"img2\"].src =\""+basepath+"images/dot.gif\"; return nd();' >contatti</a></td><td width='30'  align='center'><img src='"+basepath+"/images/dot.gif' border=0 name='img2'></td></tr>";
}
if (pname=="B2B") {
	s+="<tr height='60' > <td  width='120'  class='menudisabled'>area clienti / B2B</td><td width='30'  align='center'><img src='"+basepath+"images/dotr.gif' border=0 name='img3'></td></tr>";
}
else{
	s+="<tr height='60'><td  width='120' class='menulines' ><a href='"+basepath+"area/default.asp' style='cursor:hand;' onmouseover='document.images[\"img3\"].src =\""+basepath+"images/dotr.gif\"; return overlib(\"Area riservata ai clienti\",CAPTION,\"\");' onmouseout='document.images[\"img3\"].src =\""+basepath+"images/dot.gif\";return nd();' >area clienti / B2B</a></td><td width='30'  align='center'><img src='"+basepath+"/images/dot.gif' border=0 name='img3'></td> </tr>";
}

//if (pname=="Eventi") {
//	s+="<tr height='60' ><td  width='120'  class='menudisabled'>eventi</td><td width='30'  align='center'><img src='"+basepath+"/images/dotr.gif' border=0 name='img4'></td> </tr>";
//}
//else {
//	s+="<tr height='60'><td  width='120' class='menulines' ><a href='"+basepath+"eventi.html' style='cursor:hand;' onmouseover='document.images[\"img4\"].src =\""+basepath+"images/dotr.gif\"; return overlib(\"News ed eventi\",CAPTION,\"\");' onmouseout='document.images[\"img4\"].src =\""+basepath+"images/dot.gif\";return nd();' >eventi</a></td><td width='30'  align='center'><img src='"+basepath+"/images/dot.gif' border=0 name='img4'></td> </tr>";
//}
s+="</tr></table></div>";
document.write(s);
//s="";
//s+="<div style='position:absolute; left:105px; top:145px;'>";
//s+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='246' height='30' id='logo' align='middle'>";
//s+="<PARAM NAME='wmode' VALUE='opaque'>";
//s+="<param name='allowScriptAccess' value='sameDomain'/>";
//s+="<param name='movie' value='"+basepath+"flash/cislaghi.swf'/>";
//s+="<param name='quality' value='autolow' />";
//s+="<embed src='"+basepath+"flash/cislaghi.swf' quality='autolow' wmode='opaque' width='246' height='30' name='logo' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
//s+="</object>";
//s+="</div>";
//document.write(s);
}


