function newWindow(a_str_windowURL, a_str_windowName, a_int_windowWidth, a_int_windowHeight, a_bool_scrollbars, a_bool_resizable, a_bool_menubar, a_bool_toolbar, a_bool_addressbar, a_bool_statusbar, a_bool_fullscreen) {
  var int_windowLeft = (screen.width - a_int_windowWidth) / 2;
  var int_windowTop = (screen.height - a_int_windowHeight) / 2;
  var str_windowProperties = 'height=' + a_int_windowHeight + ',width=' + a_int_windowWidth + ',top=' + int_windowTop + ',left=' + int_windowLeft + ',scrollbars=' + a_bool_scrollbars + ',resizable=' + a_bool_resizable + ',menubar=' + a_bool_menubar + ',toolbar=' + a_bool_toolbar + ',location=' + a_bool_addressbar + ',statusbar=' + a_bool_statusbar + ',fullscreen=' + a_bool_fullscreen + '';
  var obj_window = window.open(a_str_windowURL, a_str_windowName, str_windowProperties)
    if (parseInt(navigator.appVersion) >= 4) {
      obj_window.window.focus();
    }
}



function newWindow01(a_str_windowURL, a_int_windowWidth, a_int_windowHeight, a_bool_scrollbars, a_bool_resizable, a_bool_menubar, a_bool_toolbar, a_bool_addressbar, a_bool_statusbar, a_bool_fullscreen) {
  var int_windowLeft = (screen.width - a_int_windowWidth) / 2;
  var int_windowTop = (screen.height - a_int_windowHeight) / 2;
  var str_windowProperties = 'height=' + a_int_windowHeight + ',width=' + a_int_windowWidth + ',top=' + int_windowTop + ',left=' + int_windowLeft + ',scrollbars=' + a_bool_scrollbars + ',resizable=' + a_bool_resizable + ',menubar=' + a_bool_menubar + ',toolbar=' + a_bool_toolbar + ',location=' + a_bool_addressbar + ',statusbar=' + a_bool_statusbar + ',fullscreen=' + a_bool_fullscreen + '';
  var obj_window = window.open(a_str_windowURL, 'popup01', str_windowProperties)
    if (parseInt(navigator.appVersion) >= 4) {
      obj_window.window.focus();
    }
}



function checknewlinks01(date) {
var pic = "images/new.gif";
expdate = new Date(date);
curdate = new Date();
if (expdate.getTime() > curdate.getTime())
document.write(" <img src=" + pic + " align=top> ");
}



function checknewlinks02(date) {
var pic = "images/new.gif";
expdate = new Date(date);
curdate = new Date();
if (expdate.getTime() > curdate.getTime())
document.write(" <img src=" + pic + " width=28 height=14 align=top> ");
}



function link01(){
  document.write('<a href="index.html"><img src="images/menu_home.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link02(){
  document.write('<a href="aawnews/index.html"><img src="images/menu_aawnews.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br><a href="misc_pdf/FRW%20Brochure.pdf" area target="_new"><img src="images/menu_brochure.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link03(){
  document.write('<a href="meetings.html"><img src="images/menu_meetings.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link04(){
  document.write('<a href="officers.html"><img src="images/menu_officers.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link05(){
  document.write('<a href="demosevents.html"><img src="images/menu_demosevents.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link06(){
  document.write('<a href="http://b4.boards2go.com/boards/board.cgi?user=frontrangewoodturners"><img src="images/menu_discussion.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link07(){
  document.write('<a href="gallery.html"><img src="images/menu_gallery.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link08(){
  document.write('<a href="group_purchase.html"><img src="images/menu_purchase.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link09(){
  document.write('<a href="howto/index.html"><img src="images/menu_howto.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link10(){
  document.write('<a href="library.html"><img src="images/menu_library.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link11(){
  document.write('<a href="membership.html"><img src="images/menu_membership.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link12(){
  document.write('<a href="mission.html"><img src="images/menu_mission.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link13(){
  document.write('<a href="newsletter.html"><img src="images/menu_newsletters.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link14(){
  document.write('<a href="newsletterarchive.html"><img src="images/menu_newsletterarchive.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link15(){
  document.write('<a href="oddsends.html"><img src="images/menu_oddsends.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link16(){
  document.write('<a href="onlineshoptours/index.html"><img src="images/menu_onlineshoptours.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link17(){
  document.write('<a href="suppliers.html"><img src="images/menu_suppliers.jpg" width="175" height="40" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link18(){
  document.write('<a href="turnerswanted.html"><img src="images/menu_turnerswanted.jpg" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link19(){
  document.write('<a href="feedback.html"><img src="images/menu_userfeedback.jpg" border="0"></a><br><img src="images/menu_spacer.jpg" width="175" height="12" border="0"><br>');
}



function link20(){
  document.write(' ');
}