function menulijst()
{
  //Link[nr] = "position [0 is menu/1 is item],Link name,url,target (blank|top|frame_name)"

  Link[0] = "0|home";
  Link[1] = "1|homepage|index.html|";
  Link[2] = "1|guestbook|addguest.html|";
  
  Link[3] = "0|radioamateur";
  Link[4] = "1|pa3hbi|pa3hbi.html|";
  Link[5] = "1|logbook|logbook.html|";
  Link[6] = "1|sun flux|zonnevlekken.html|";
  Link[7] = "1|qslcards|qslcards.html|";
  Link[8] = "1|dxcluster|http://213.93.32.6/cgi-bin/spider.cgi|blank";
  
  Link[9] = "0|LogPa logbook";
  Link[10] = "1|download|downloads.html|";
  Link[11] = "1|screenshots|logpa.html|blank";
  
  Link[12] = "0|fotobook";
  Link[13] = "1|antennas|antenne.html|";
  Link[14] = "1|america|america.html|";
  Link[15] = "1|homepage|http://www.xs4all.nl/~ravelden/index.html|blank";

  Link[16] = "0|links";
  Link[17] = "1|favorite links|links.html|";

  Link[18] = "0|software";
  Link[19] = "1|logbook programs|http://www.ac6v.com/logging.htm|blank";
  Link[20] = "1|yaesu ft1000mp site|http://www.va3cr.net/|blank";
}

ii=0; letter='';
function Start(message){
if (ii!=message.length){
        window.status=letter;
        letter+=message.charAt(ii++);
        SleepFXTimer=setTimeout("Start('" + message + "')",250);
        }
if (ii==message.length){
        letter+=message.charAt(ii);
        window.status=letter;
        clearTimeout(SleepFXTimer);
        ii=0; letter='';
        }
}

function nieuwVenster(szUrl, breedte, hoogte, bars)
{
 	var componenten = "width=" + breedte + ", height=" + hoogte + ", toolbar=no, directories=no, status=no, scrollbars=" + bars + ", resizable=no, menubar=no";
	VensterNaam = window.open(szUrl, "Registration", componenten);
}

function QslCard(szPlaatje, titel, breedte, hoogte )
{
	var componenten = "width=" + breedte + ", height=" + hoogte + ", toolbar=no, directories=no, status=no, scrollbars=no, resizable=no, menubar=no";
	VensterNaam = window.open("", "Pictures", componenten);

	VensterNaam.document.open();

	VensterNaam.document.write('<html><head><title>Pictures of PA3HBI</title></head>');
	VensterNaam.document.write('<body bgcolor="#ffff82">');
	VensterNaam.document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody>');
	VensterNaam.document.write('<tr><td align=middle HEIGHT=100 BGCOLOR=#81c4f5>&nbsp;&nbsp;&nbsp;<font size="+2" face="comic sans ms" color="#ffffff"><i>' + titel + '</i></font></td></tr>');
	VensterNaam.document.write('<tr><td BGCOLOR=#ffff82 HEIGHT=30></td></tr></tbody></table>');
	VensterNaam.document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	VensterNaam.document.write('<tr><td align=middle><img src=' + szPlaatje + '>');
	VensterNaam.document.write('</td></tr><tr><td align=middle HEIGHT=100 BGCOLOR=#ffff82>');
	VensterNaam.document.write('<form><input type="button" title="close button" Value="Close Window" OnClick="self.close()"></form>');
	VensterNaam.document.write('</td></tr></tbody></table><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody>');
	VensterNaam.document.write('<tr><td ALIGN=middle HEIGHT=40 BGCOLOR=#81c4f5><font size="-1" face="comic sans ms" color="#ffffff">designed by Ron van der Velden PA3HBI (c) 2002</font>');
	VensterNaam.document.write('</td></tr></tbody></table></body></html>');

	VensterNaam.document.close();
	VensterNaam.window.focus();
	
}

