function set_menu(mItem) {
	document.nav.top.options[2].selected = mItem;
}
function nav_to (doc) {
	if (doc != "") {document.location.href = doc;}	
	return false;
}

function write_footer(path) {
	document.write('<FONT FACE="verdana,arial,helvetica" size=2>');
	document.write('<p class="footer" align="center">');
	document.write('<a href="http://www.researchedge.com/"><IMG SRC="' + path + 'images/re-banner.gif" ALT="International Research Center" WIDTH="277" HEIGHT="61" border=0></a><br>');
	document.write('&copy; 2006 International Research Center<br><a href="' + path + 'terms.html">site terms of use</a> :: <a href="' + path + 'privacy.html">privacy policy</a>');
	document.write('<p class="footer" align="center">PO Box 825<br>Tempe, AZ 85280-0825 USA<br><strong>Voice & Fax:</strong> (602) 470-0389<br><strong>E-mail:</strong> <A HREF="mailto:irc@researchedge.com?subject=' + document.title + '">irc@researchedge.com</A></p>');
	document.write('<p class="footer" align="center">');
	document.write('<strong>site : </strong>' + document.title + '<BR>');

	// append a modification date only if server provides a valid date
	if (Date.parse(document.lastModified) > 0) 
		document.write('<strong>Last updated : </strong>' + document.lastModified + '<BR>');

	// append the URL		
	document.write('<strong>URL : </strong>' + document.location.href + '</FONT><P>');	

	document.write('</p></font>');
	document.write('<font face="Comic Sans MS,Impact,Arial" size=2><p class="dommy" align="center">web design by <A HREF="http://dommy.com/">dommy media</A></p></font>');
}