//ns4 resize handler 
NS4 = document.layers;
if (NS4) {
	origWidth = innerWidth;
	origHeight = innerHeight;
	}
function reDo() {
    if (innerWidth != origWidth || innerHeight != origHeight) 
       location.reload(); }
if (NS4) onresize = reDo;


var n = '';
n=n+'<tr><td valign="top">';
n=n+'<img src="http://www.willwang.com/images/background/nav.jpg" alt="nav" width="800" height="25" border="0" usemap="#topnav">';
n=n+'</td></tr>';
n=n+'<map name="topnav">';
n=n+'<area shape="rect" coords="0,0,75,25" href="http://www.willwang.com/index.html" alt="Home">';
n=n+'<area shape="rect" coords="75,0,155,25" href="http://www.willwang.com/dive/index.html" alt="Dive">';
n=n+'<area shape="rect" coords="155,0,230,25" href="http://www.willwang.com/fight/index.html" alt="Fight">';
n=n+'<area shape="rect" coords="230,0,315,25" href="http://www.willwang.com/tri/index.html" alt="Tri">';
n=n+'<area shape="rect" coords="315,0,400,25" href="http://www.willwang.com/run/index.html" alt="Run">';
n=n+'<area shape="rect" coords="400,0,480,25" href="http://www.willwang.com/ride/index.html" alt="Ride">';
n=n+'<area shape="rect" coords="480,0,585,25" href="http://www.willwang.com/resume/" alt="Resume">';
n=n+'<area shape="rect" coords="585,0,710,25" href="http://www.willwang.com/guestbook/index.html" alt="Guestbook">';
n=n+'<area shape="rect" coords="710,0,800,25" href="http://www.willwang.com/contact/index.html" alt="Contact">';
n=n+'</map>';
document.write(n);
