function confirmLink(){
	/* Cancel this link if the map isn't loaded. */
	if (top.PRIMARY.GetCookies(0)=="loaded"){
		return true
		window.status='';
	}else{
		window.status='Please wait for map to load fully.';
		return false
	}
}

searchstr = location.search.substring(1,location.search.length);
if (searchstr == ""){

var thisHREF = document.location.href;
var thisDocument = thisHREF.substring(top.PRIMARY.baseURL.length,thisHREF.length);
var thisBookmarkableDocument = thisHREF.substring(top.PRIMARY.baseURL.length,thisHREF.indexOf('.html'));
document.write(
'<table cellpadding="0" cellspacing="0" border="0"><tr><td><IMG SRC="images/tools_title.gif" WIDTH="100" HEIGHT="15" VSPACE="4"></td></tr>' +
'<tr><td>' +
'<A HREF="' +  thisDocument + '?printable\"' +
'TARGET="_blank" onMouseOver="window.status=\'Printable Version\';return true"' +
'onMouseOut="window.status=\' \';return true"' +
'onClick="return confirmLink()">' +
'<IMG SRC="images/tools_print.gif" WIDTH="100" HEIGHT="17" BORDER="0">' + 
'</A>' + 
'</td></tr>' +
'<tr><td>' +
'<A HREF="index.html?' + thisBookmarkableDocument + '" ' +
'TARGET="_top" onMouseOver="window.status=\'Bookmark this page\';return true"' +
'onMouseOut="window.status=\' \';return true"' +
'onClick="return confirmLink()">' +
'<IMG SRC="images/tools_bookmark.gif" WIDTH="100" HEIGHT="16" BORDER="0">' +
'</A></td></tr>' + 
'<tr><td>' + 
' <A HREF="http://www.real.com/products/player/downloadrealplayer.html" TARGET="_blank">' +
'<IMG SRC="images/tools_real.gif" WIDTH="100" HEIGHT="16" BORDER="0">' +
'</A>' +
'</td></tr>' +
'<tr><td>' + 
' <A HREF="http://www.microsoft.com/windows/mediaplayer/download/default.asp" TARGET="_blank">' +
'<IMG SRC="images/tools_mediaplayer.gif" WIDTH="100" HEIGHT="16" BORDER="0">' +
'</A>' +
'</td></tr>' +
'<tr><td>' + 
' <A HREF="http://www.ipix.com/cgi-bin/download.cgi" TARGET="_blank">' +
'<IMG SRC="images/tools_ipix.gif" WIDTH="100" HEIGHT="16" BORDER="0">' +
'</A>' +
'</td></tr>' +
'</table>')
}
