/* ======= Utility.js  15 Mar 2009  GF ========== */

var stuff = new Array();
stuff = location;
var now = new Date();
var Page = document.title;

var navFooter =
	'<table width="700" border="0" cellspacing="0" cellpadding="2"'
	+ ' align="center" class="menu">'
	+ ' <tr>'
	+ ' <th colspan="7" class="Title">ISABEAUX STUDIO</th>'
	+ ' </tr>'
	+ ' <tr valign="top">'
	+ ' <th nowrap><a class="menu" href="index.html">Home</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="design.html">Design</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="art.html">Art</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="sculpture.html">Sculpture</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="exhibitions.html">Exhibitions</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="recognition.html">Recognition</a>&nbsp; &nbsp;</th>'
	+ ' <th nowrap><a class="menu" href="contacts.html">Contact</a> &nbsp;</th>'
	+ ' </tr>'
	+ ' <tr>'
	+ ' <th colspan="7" class=Title">'
	+ ' &copy;' + now.getFullYear() + ' Hannah Rosenberg &nbsp; &nbsp; all rights reserved'
	+ ' </th>'
	+ ' </tr>'
	+ ' </table>'
	+ ' <img src="http://www.GFarnsworth.com/home/Hitcounter.cfm?site=Hannah&Page=' 
					+ Page + '" width="1" height="1" border="0">'	;
	

function mainTitle(txt)
{
	var txtLen = txt.length * 2 + 5;
	document.write('<div align="center"><div style="border-bottom:solid 2px silver; width:' + txtLen + 'em;"><b class="Title">' + txt + '</b></div></div><br>');
};
