function wrMenu(bkgColor){
str='<map name="menuInt">' +
'<area alt="" coords="41,1,90,18" href="'+path+'home.htm?strega=will">' +
'<area alt="" coords="95,0,200,19" href="#" onmouseover="show(\'279\',\'106\',0,\''+bkgColor+'\',\'110\')" onmouseout="hideLyr()">' + 
'<area alt="" coords="202,0,333,20" href="#" onmouseover="show(\'386\',\'106\',1,\''+bkgColor+'\',\'130\')" onmouseout="hideLyr()">' + 
'<area alt="" coords="335,2,432,20" href="#" onmouseover="show(\'520\',\'106\',2,\''+bkgColor+'\',\'95\')" onmouseout="hideLyr()">' + 
'<area alt="" coords="434,1,532,18" href="#" onmouseover="show(\'617\',\'106\',3,\''+bkgColor+'\',\'101\')" onmouseout="hideLyr()">' + 
'</map>'

document.write(str);
}

function wrMenuMac(){
if(HomePage){

	strfun='<map name="lyr_fun"><area alt="" coords="7,7,79,19" href="'+path+'fun/incantesimi.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="8,23,77,35" href="'+path+'fun/style.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="8,37,86,46" href="'+path+'fun/potion.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="6,50,102,60" href="'+path+'fun/gadgets.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strworld='<map name="lyr_world"><area alt="" coords="7,9,65,21" href="'+path+'world/profile.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="7,22,66,32" href="'+path+'world/story2.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="6,35,67,47" href="'+path+'world/genealogy.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="6,49,77,62" href="'+path+'world/backstage.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strvota='<map name="lyr_vota"><area alt="" coords="5,10,72,24" href="'+path+'vote/vote.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strwithus='<map name="lyr_withus"><area alt="" coords="8,9,66,21" href="'+path+'withus/abbonati.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="8,24,73,34" href="'+path+'withus/registrati.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="8,36,56,47" href="mailto:walpurga_hexengoettin@gmx.de" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="9,48,71,61" href="'+path+'withus/news.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
}else{
	strfun='<map name="lyr_fun"><area alt="" coords="13,11,92,25" href="'+path+'fun/incantesimi.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="12,27,92,39" href="'+path+'fun/style.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="13,44,93,55" href="'+path+'fun/potion.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="14,59,101,70" href="'+path+'fun/gadgets.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strworld='<map name="lyr_world"><area alt="" coords="13,13,79,25" href="'+path+'world/profile.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="12,28,79,39" href="'+path+'world/story.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="13,44,79,54" href="'+path+'world/genealogy.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="13,59,78,68" href="'+path+'world/backstage.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strvota='<map name="lyr_vota"><area alt="" coords="12,12,75,26" href="'+path+'vote/vote.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'
	strwithus='<map name="lyr_withus"><area alt="" coords="14,14,76,24" href="'+path+'withus/abbonati.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="14,29,76,39" href="'+path+'withus/registrati.htm" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="15,43,76,54" href="mailto:walpurga_hexengoettin@gmx.de" shape="rect" onmouseover="javascript:ShowLyr()"><area alt="" coords="15,58,75,69" href="'+path+'withus/news.htm" shape="rect" onmouseover="javascript:ShowLyr()"></map>'

}
document.write(strfun+"<br>"+strworld+"<br>"+strvota+"<br>"+strwithus);
}