I am wondering if it is feasible to include the following divs
<div id="cal1"> [dopbsp id="1" lang=it]</div>
<div id="cal2"> [dopbsp id="1" lang=it]</div>
<div id="cal3"> [dopbsp id="1" lang=it]</div>
directly within the tag href
image map linked by different shape areas as shown below
<area shape="circle" coords="160,59,20" href="#">
<area shape="circle" coords="111,58,20" href="#">
<area shape="circle" coords="60,59,20" href="#">
so that when I click on a shape area, for example
<area shape="circle" coords="160,59,20" href="#">
then the corresponding div, for example
<div id="cal1"> [dopbsp id="1" lang=it]</div>
is displayed under the map image
Ps: dopbsp id="1"
... is a calendar booking plugin of wordpress
Thanks