// JavaScript Document
var str = '<table id="Table_04" width="778" height="143" border="0" cellpadding="0" cellspacing="0"><tr height="102"><td width="258" valign="top">&nbsp;</td>';
str += '<td width="260"><div align="center"><img src="images/logo_beta_02.gif" width="194" height="102"></div></td><td width="258" valign="bottom" class="text">';
str += '<div align="right">';
if(location.pathname != "/main/index.php")
	str += '<a href="index.php">Home</a> | ';
if(location.pathname != "/main/faq.html")
	str += '<a href="faq.html">FAQ</a> | ';
//if(location.pathname != "/main/details.html")
//	str += '<a href="details.html">Details</a> | ';
if(location.pathname != "/main/bookmarklet.html")
	str += '<a href="bookmarklet.html">Bookmarklet</a> | ';

str += '<a href="http://iscrybe.wordpress.com">Blog</a> | <a href="../forums/index.php">Forum</a>';

str += '</div></td></tr><tr><td height="4"></td></tr><tr height="41"><td width="258" background="images/bg_topl_04.gif">&nbsp;</td><td width="259">';
str += '<div align="center"><img src="images/tag_line_05.gif" width="260" height="41"></div></td><td width="259" background="images/bg_topl_04.gif">&nbsp;</td>';
str += '</tr></table>'
document.write(str);