<!--
// Webs Unlimited's J-BOTS FrontPage 2002 JavaScript Generator version 4.0
// Copyright Webs Unlimited 1998, 1999, 2000, 2001 All rights reserved - http://WebsUnlimited.com
Alaska_map_handle = new Object;
Alaska_map_ID = 0;

function Alaska_map(w,h,t,l) {
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  Alaska_map_handle = window.open("http://www.chtalaska.com/mapcities1.html#mapstart","Alaska_map",",,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){Alaska_map_handle.window.focus();}
}
//-->
