
 //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
 //                                                                        
 //  This file was created by rjc from system/js/ii_maps_utilities.js%
 //  on 2003/11/11 10:37:27.
 //                                                                        
 //    Copyright 1999-2003 Interactive Information Ltd, All Rights Reserved 
 //    http://information.overlaid.com
 //                                                                        
 //  It is almost certainly a bad idea to edit it.
 //  
 //  ------------------------------------------------------------------------
 //  
 //  Version:	2.3.1 for Grange Scrapbook
 //  Features:	VZERO HSPOPUP DATACOPYRIGHT LABEL LINEAR MAPPING
 //  Scales:	linear
 //  Hotspots:	rect poly circle
 //  Markers:	cross image paintable
 //  
 //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
function maps_atlas_selector(name,onchange){if(onchange==null)
onchange="maps_atlas_selector_onchange";document.write("<select name='"+name+"' onChange='"+onchange+"(this)'>");
document.write("<option value=''>-select atlas-</option>");var i;
for(i=0;i<all_atlas_names.length;i++)document.write("<option value='"+all_atlas_names[i]+"'>"+all_atlas_names[i]+"</option>");
document.write("</select>");}function maps_atlas_selector_onchange(sel)
{if(sel.selectedIndex>0){var nm=sel.options[sel.selectedIndex].value;
var atlas=all_atlases[nm];maps_select_atlas(atlas);}}
