[HTML] Imagemap in Imagemap

Equitan
Hey ihr alle Augenzwinkern

Ich möchte ein Imagemap machen, wo, wenn man auf ein Feld klickt, statt einem Bild eine neue Imagemap geladen wird. Geht das mit HMTL?

LG Equitan

EDIT

Ich habe jetzt diesen Code, aber da kann der dann ja die anderen Imagmaps nicht laden, weil die Dateien nur auf meiner Festplatte sind ... Kann man i-wo eine Imagemap zu einer URl machen?

CODE:
code:
1:
<img src="http://i46.tinypic.com/24v0d4x.png" usemap="#map" border="0" height="980" width="840">  <map name="map"> <!-- #$-:Image map file created by GIMP Image Map plug-in --> <!-- #$-:GIMP Image Map plug-in by Maurits Rijk --> <!-- #$-:Please do not edit lines starting with "#$" --> <!-- #$VERSION:2.3 --> <!-- #$AUTHOR:Anna   --> <area shape="rect" coords="686,348,816,381" href="Meien%20Zucht.png.map"> <area shape="rect" coords="689,464,813,499" href="Layouts.png.map"> <area shape="rect" coords="691,579,815,615" href="Biete.png.map"> <area shape="rect" coords="692,695,816,733" href="Suche.png.map"> <area shape="rect" coords="690,230,822,287" href="%C3%9Cber%20mich.png.map"> </map>