function MM_swapImgRestore() { 
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  window.document.menu.src='img/menu_map.gif';
}

function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) {
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() {
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


document.write("<MAP NAME=\"map\">");
document.write("<AREA SHAPE=\"poly\" COORDS=\"37,32,80,67,70,82,15,43\" HREF=\"index.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_index.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"103,17,120,16,124,64,106,68\" HREF=\"offer.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_offer.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"169,1,186,6,153,71,136,63\" HREF=\"upl_order.php\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_order.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"162,77,276,7,288,27,172,94\" HREF=\"remember.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_remember.gif',1);\">"); 
document.write("<AREA SHAPE=\"poly\" COORDS=\"181,108,287,118,283,142,181,118\" HREF=\"profi.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_profi.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"174,141,217,172,200,186,166,152\" HREF=\"map.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_map.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"138,153,152,194,131,196,125,155\" HREF=\"actions.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_actions.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"98,151,111,155,100,197,81,191\" HREF=\"art.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_art.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"81,137,17,175,10,153,75,127\" HREF=\"coord.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_coord.gif',1);\"> ");
document.write("<AREA SHAPE=\"poly\" COORDS=\"21,106,69,107,69,94,23,92\" HREF=\"about.html\"  onMouseOut=\"MM_swapImgRestore();\" onMouseOver=\"MM_swapImage('menu','','img/menu_map_about.gif',1);\"> ");
document.write("</MAP>");

function ShowHide(divId)
{
var id = document.getElementById(divId);
id.style.display = ('none' == id.style.display)? '':'none';
}
