function wheremap(nexthtm,mapname,xpix,ypix)
{
var image =
'<BR>'+
'<A href="'+nexthtm+'.htm">'+
'<img src="http://www.mykines.dk/'+mapname+'.jpg"  alt="Zooming in to next map" width='+xpix+' height='+ypix+' border="2">'+
'</A>'+
'</center>'+
'<BR>';
document.write(image);
}

