document.write("<base href='http://www.poochisland.com/'>");






function popup(url, name, width, height)
{
settings=
"toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=yes,"+
"resizable=yes,width="+width+",height="+height;

MyNewWindow=window.open(""+url,name,settings);
MyNewWindow.focus();
}





function select_url(x)
{
	if (x != "#") {
		location = x;
	}
}
   






function navigation(context)
{

if (context=="standard") {
var s = "<table width=75% align=center height=186 cellspacing=0 cellpadding=0 border=0>";
s+="<tr>";
s+="<td align=left valign=middle>";
s+="<a href='sideshows.htm'><img src='images/navigation-topleft1.gif' width=113 height=52 border=0></a>";
s+="</td>";
s+="<td align=left valign=middle>";
s+="<a href='amazing_pooch.htm'><img src='images/navigation-topleft2.gif' width=108 height=61 border=0></a>";
s+="</td>";
s+="<td rowspan=2 align=center valign=top>";
s+="<a href='index.htm'><img src='images/navigation-center.gif' width=295 height=126 border=0></a>";
s+="</td>";
s+="<td align=right valign=middle>";
s+="<a href='tattoo_tug.htm'><img src='images/navigation-topright1.gif' width=88 height=71 border=0></a>";
s+="</td>";
s+="<td align=right valign=middle>";
s+="<a href='hot_links.htm'><img src='images/navigation-topright2.gif' width=85 height=57 border=0></a>";
s+="</td>";
s+="</tr>";
s+="<tr>";
s+="<td colspan=2 align=center valign=top>";
s+="<a href='thrill_rides1.htm'><img src='images/navigation-bottomleft.gif' width=295 height=42 border=0></a>";
s+="</td>";
s+="<td colspan=2 align=right valign=top>";
s+="<a href='souveniers.htm'><img src='images/navigation-bottomright.gif' width=270 height=37 border=0></a>";
s+="</td>";
s+="</tr>";
s+="<tr>";
s+="<td colspan=5>";
s+="<img src='images/spacer.gif' width=1 height=60>";
s+="</td>";
s+="</tr>";
s+="</table>";
}

document.write(s);

}