function buildArray() {
  var a = buildArray.arguments;
  for (i=0; i<a.length; i++) {
    this[i] = a[i];
  }
  this.length = a.length;
}
var urls1 = new buildArray("",
"http://worldpics.com.au/Afghanistan/index.html",
"http://worldpics.com.au/Albania/index.html",
"http://ozoutback.com.au/Australia/index.html",
"http://worldpics.com.au/Bolivia/index.html",
"http://worldpics.com.au/Djibouti/index.html",
"http://worldpics.com.au/East_Timor/index.html",
"http://worldpics.com.au/Eritrea/index.html",
"http://worldpics.com.au/Ethiopia/index.html",
"http://worldpics.com.au/Friesland/index.html",
"http://worldpics.com.au/Grenada/index.html", "http://worldpics.com.au/Haiti/index.html",
"http://worldpics.com.au/Italy/index.html",
"http://worldpics.com.au/Kosovo/index.html",
"http://worldpics.com.au/Lesotho/index.html",
"http://worldpics.com.au/the_Netherlands/index.html",
"http://worldpics.com.au/Oceania/Niue/index.html",
"http://worldpics.com.au/San_Marino/index.html",
"http://worldpics.com.au/Swaziland/index.html",
"http://worldpics.com.au/the_United_Arab_Emirates/index.html",
"http://worldpics.com.au/the_Vatican/index.html");
function go(which, num, win) {
  n = which.selectedIndex;
  if (n != 0) {
    var url = eval("urls" + num + "[n]")
    if (win) {
      openWindow(url);
    } else {
      location.href = url;
    }
  }
}

function w(msg)
{
document.write(msg);
}

function countries()
{
w('<FORM ACTION="" METHOD=POST name=form1><P ALIGN=center><SELECT NAME=menu1 onchange="go(this, 1, false)"><OPTION SELECTED>Index of all Countries</OPTION><OPTION>Afghanistan</OPTION><OPTION>Albania</OPTION><OPTION>Australia</OPTION><OPTION>Bolivia</OPTION><OPTION>Djibouti</OPTION><OPTION>East Timor</OPTION><OPTION>Eritrea</OPTION><OPTION>Ethiopia</OPTION><OPTION>Frysl&acirc;n</OPTION><OPTION>Grenada</OPTION><OPTION>Haiti</OPTION><OPTION>Italy</OPTION><OPTION>Kosovo</OPTION><OPTION>Lesotho</OPTION><OPTION>The Netherlands</OPTION><OPTION>Niue</OPTION><OPTION>San Marino</OPTION><OPTION>Swaziland</OPTION><OPTION>United Arab Emirates</OPTION><OPTION>The Vatican</OPTION></SELECT></FORM>')
}

function indexlinks()
{
w('<table width="100%" border="1"><tr><td width="20%"><a href="links.html">LINKS</a></td><td width="20%"><a href="http://www.sf-gb.com/the_worldpics_guestbook/index.html">GUEST BOOK</a></td><td width="20%"><a href="http://worldpics.com.au/cgi-bin/BIRD/tellfriends.cgi">TELL OTHERS</a></td><td width="20%"><a href="sale.html">PHOTO SALES</a></td><td width="20%"><a href="mailto:ludo@worldpics.com.au">CONTACT US</a></td></tr></table>') }

function linkslinks()
{
w('<table width="100%" border="1"><tr><td width="20%"><a href="index.html">HOME</a></td><td width="20%"><a href="http://www.sf-gb.com/the_worldpics_guestbook/index.html">GUEST BOOK</a></td><td width="20%"><a href="http://worldpics.com.au/cgi-bin/BIRD/tellfriends.cgi">TELL OTHERS</a></td><td width="20%"><a href="sale.html">PHOTO SALES</a></td><td width="20%"><a href="mailto:ludo@worldpics.com.au">CONTACT US</a></td></tr></table>') }

function salelinks()
{
w('<table width="100%" border="1"><tr><td width="20%"><a href="index.html">HOME</a></td><td width="20%"><a href="http://www.sf-gb.com/the_worldpics_guestbook/index.html">GUEST BOOK</a></td><td width="20%"><a href="http://worldpics.com.au/cgi-bin/BIRD/tellfriends.cgi">TELL OTHERS</a></td><td width="20%"><a href="links.html">LINKS</a></td><td width="20%"><a href="mailto:ludo@worldpics.com.au">CONTACT US</a></td></tr></table>') }

function countrylinks()
{
w('<table width="100%" border="1"><tr><td width="17%"><a href="../index.html">HOME</a></td><td width="16%"><a href="../links.html">LINKS</a></td><td width="17%"><a href="http://www.sf-gb.com/the_worldpics_guestbook/index.html">GUEST BOOK</a></td><td width="17%"><a href="http://worldpics.com.au/cgi-bin/BIRD/tellfriends.cgi">TELL OTHERS</a></td><td width="16%"><a href="../sale.html">PHOTO SALES</a></td><td width="17%"><a href="mailto:ludo@worldpics.com.au">CONTACT US</a></td></tr></table>') }

function subjlinks()
{
w('<table width="100%" border="1"><tr><td width="17%"><a href="../../index.html">HOME</a></td><td width="16%"><a href="../../links.html">LINKS</a></td><td width="17%"><a href="http://www.sf-gb.com/the_worldpics_guestbook/index.html">GUEST BOOK</a></td><td width="17%"><a href="http://worldpics.com.au/cgi-bin/BIRD/tellfriends.cgi">TELL OTHERS</a></td><td width="16%"><a href="../../sale.html">PHOTO SALES</a></td><td width="17%"><a href="mailto:ludo@worldpics.com.au">CONTACT US</a></td></tr></table>') }
