function show_guestmap(width, height, src) {
   document.writeln("<iframe name='myguestmap_iframe' src='http://www.mapservices.org/myguestmap/map/" + src + "?packed=true' scrolling='no' frameBorder=0 width=" + width + " height=" + height + " scrolling=auto></iframe>");
}