document.write('<DIV ID="pop" class="pop"></DIV>');
Xoffset=0;Yoffset=20;
var nav,old,iex=(document.all),yyy=0;
if(navigator.appName=="Netscape"){(document.layers)?nav=true:old=true;}
if(!old){
	var skn=(nav)?document.pop:pop.style;
	if(nav)document.captureEvents(Event.MOUSEMOVE);
	document.onmousemove=get_mouse;
}
function popup(msg){
        var content='<table border="1" width="150" bordercolor="#000000" bgcolor="#FFFFFF" cellspacing="0"><tr><td align="center">'+msg+'</td></tr></table>';
	if(!old){
		if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}
		if(iex){document.all("pop").innerHTML=content;skn.visibility="visible"}
		yyy=1;
	}
}
function get_mouse(e){
var x=(nav)?e.pageX:event.x+document.body.scrollLeft;
if(yyy)skn.left=x+Xoffset
else skn.left=-100;
var y=(nav)?e.pageY:event.y+document.body.scrollTop;
if(yyy)skn.top=y+Yoffset
else skn.top=-100;
}
function kill(){if(!old){yyy=0;skn.visibility="hidden";}}
function addItem(text, link, help)
{
	document.write('<a href="'+link+'" target="_top" class="ssm3"');
	if(help != "") document.write('onmouseover="popup(\''+help+'\');" onmouseout="kill();"');
	document.write('>'+text+'</a><br>');
}
function addHdr(text)
{
        document.write('<br><b><font color="white">'+text+'</font></b><br>');
}

base="img/";

document.write('<center><img border="0" src="img/homer1.gif" alt="Homer"></center>');
document.write('<a href="javascript:BookMark()"><br><center><img border="0" src="img/favor.gif" alt="Bookmark this page"></center></a>');

addHdr('Writing');
addItem('Articles', 'public/writing/articles.htm', '<img src='+base+'articles.gif width=30 height=30><br>Database of articles written by me over the years.');
addItem('Essays', 'public/writing/essays.htm', '<img src='+base+'essays.gif width=30 height=30><br>List of essays and other longer works.');
addItem('Fiction', 'public/writing/fiction.htm', '<img src='+base+'fiction.gif><br>Writing from the earlier, more romantic years.');
addItem('Internet + Politics', 'public/writing/ip.htm', '<img src='+base+'ip.gif><br>Selection of writing produced during the conference Internet and Politics conferecne held in Munich, 1997.');
addItem('WCS 2000', 'public/writing/wcs.htm', '<img src='+base+'wcs.gif><br>Reports from the World Conference on Science held in Budapest, 2000.');

addHdr('Blogs');
addItem('Tech Tips', 'http://john-tech-tips.blogspot.com/', '<img src='+base+'earth.gif width=30 height=30><br>A few computer tips and tricks I have learned over the years.');

addHdr('Programming');
addItem('Websites', 'public/webs/webs.asp', '<img src='+base+'earth.gif width=30 height=30><br>Some examples of websites I have designed for different people.');
addItem('Software', 'public/download/index.asp', '<img src='+base+'toothy.gif width=30 height=30><br>A Collection of programs I have written over the years.');

addHdr('Personal');
addItem('My World', 'http://www.horvath.dyndns.info-a.googlepages.com/', '<img src='+base+'home.gif><br>Restricted area open to only a select few.');
addItem('Resume', 'public/cv/index.htm', '<img src='+base+'eyes.gif><br>My curriculum vitae.');
addItem('Photo Gallery', 'public/photos/index.asp', '<img src='+base+'camera.gif><br>Some pictures of me.');

addHdr('Contact');
addItem('E-Mail', 'mailto:jhorv@press.metpress.hu', '<img src='+base+'email.gif><br>Send me an e-mail message.');
addItem('Guest Book', 'public/guestbook/guest.asp', '<img src='+base+'guest.gif width=60 height=60><br>Leave a note in my guest book.');
addItem('PGP Page', 'public/pgp/pgp.htm', '<img src='+base+'lock.gif><br>My public encryption key.');

