/*
Text Link/Image Map Tooltip Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/
if (!document.layers&&!document.all) {event="test";}
function showtip(current,e,text){
	if (document.all){
		thetitle=text.split('<br>');
		if (thetitle.length>1) {
			thetitles='';
			for (i=0;i<thetitle.length;i++) {
				thetitles+=thetitle[i];
				current.title=thetitles;
			}
		} else {
			current.title=text;
		}
	} else if (document.layers) {
		document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:10px;font-family:Verdana,Sans Serif">'+text+'</layer>');
		document.tooltip.document.close();
		document.tooltip.left=e.pageX+5;
		document.tooltip.top=e.pageY+5;
		document.tooltip.visibility="show";
	}
}

function nav_to (doc) {
	if (doc != "") {document.location.href = doc;}	
	return false;
}

function hidetip() {if (document.layers) {document.tooltip.visibility="hidden";} }

function write_footer(path) {
	if (path == null) path = '';
	
	document.write('<p></p>');
	// ATIC logo/contact
	document.write('<table border=0 cellpadding=2 cellspacing=0 align="center" width="400"><tr><td valign="top" rowspan="2"><img src="' + path + 'images/az.gif" alt="Arizona!" width="91" height="94" border="0"></td>');

	document.write('<td valign="bottom" align="left" class="links" width=134><a href="http://atic.researchedge.com/" class="noborder"><img src="' + path + 'images/atic_logo_sm.jpg" hspace=6 alt="ATIC" width="134" height="60" border="0"></a></td>');


	document.write('<td valign="bottom" nowrap><div class="aticbox"><strong>Mail:</strong> PO Box 1119<br>Tempe, AZ 85280-1119<br><strong>Voice &amp; Fax:</strong> 602.254.5887<br><strong>E-mail:</strong> <a href="mailto:atic@researchedge.com">atic@researchedge.com</a></div></td></tr>');


document.write('<tr><td valign="top" colspan="2" class="obox" align="left"><a href="http://atic.researchedge.com/">Arizona Telecommunications &amp; Information Council</a></td></tr></table>');


	document.write('<p>&nbsp;</p>');
	// sponsors
	document.write('<table border=0 cellpadding=0 cellspacing=1 bgcolor="#DDDDDD" align="center">');
	document.write('<tr><td align=center><table border=0 cellpadding=4 cellspacing=1 bgcolor=#FFFFFF>');
	document.write('<tr><td align=center bgcolor="#DDDDDD" class="cali"><strong>MAJOR ATIC SPONSORS</strong></td></tr><tr><td align="center" valign="middle">');

	document.write('<a href="http://www.att.com/" class="noborder"><img src="'+ path + 'images/att_v.gif" ALT="AT&T" WIDTH="60" HEIGHT="82" BORDER="0" hspace="6" align="middle"></a>');

	document.write('<a href="http://www.coxbusiness.com/systems/az_phoenix/" class="noborder"><img src="' + path + 'images/cbs.gif" alt="Cox Business Services" width="159" height="40" BORDER="0" hspace="6" align="middle"></a>');

	document.write('<a href="http://www.intel.com/" class="noborder"><img src="' + path + 'images/intel.gif" ALT="Intel" alt="Intel" width="72" height="43" border="0" hspace="6" align="middle"></a>');

	document.write('<A HREF="http://www.lrlaw.com/" class="noborder"><img src="' + path + 'images/lewis2.gif" ALT="Lewis & Roca"  WIDTH="58" HEIGHT="60" BORDER="0" hspace="6" align="middle"></A>');

	document.write('<A HREF="http://www.qwest.com/" class="noborder"><img src="' + path + 'images/qwest.gif" ALT="Qwest"  WIDTH="132" HEIGHT="55" BORDER="0" hspace="6" align="middle"></A>');

	document.write('<A HREF="http://www.srpnet.com/" class="noborder"><img src="' + path + 'images/srp.gif" alt="Salt River Project" width="130" height="38" border="0"  hspace="6" align="middle"></A>');

	document.write('<A HREF="http://www.wi-vod.com/" class="noborder"><img src="' + path + 'images/wi-vod.gif" ALT="WI-VOD"  WIDTH="130" HEIGHT="35" BORDER="0" hspace="6" align="middle"></A></td></tr>');

	document.write('<tr><td align=center bgcolor="#DDDDDD"  class="cali"><strong>ADDITIONAL ATIC SPONSORS</strong></td></tr>');

	document.write('<tr><td align="center" valign="middle"><A HREF="http://www.researchedge.com/" class="noborder"><img src="' + path + 'images/irc.gif" alt="International Research Center" width="182" height="40" BORDER="0" hspace="6" align="middle"></A>');
	document.write('<A HREF="http://www.tucsonlink.org/" class="noborder"><img src="' + path + 'images/cita.gif" ALT="Community Information & Telecommunications Alliance" WIDTH="116" HEIGHT="69" BORDER="0" hspace="6" align="middle"></A>');

 	document.write('<A HREF="http://www.prnewswire.com/" class="noborder"><img src="' + path + 'images/prn2.gif" ALT="PRNewswire" WIDTH="155" HEIGHT="28" BORDER="0" hspace="6" align="middle"></A>');

	document.write('</td></tr></table></td></tr></table>');
	
	document.write('<p></p>');
	document.write('<p align="center" class="footer">');
	document.write('<strong>Web Page : </strong>' + document.title + '<BR>');
	document.write('&copy;2006</a> ATIC :: <a href="http://www.arizonatele.com/legal.html">terms of use</a> :: <a href="http://www.arizonatele.com/privacy.html">privacy policy</a><br><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 + '</P></FONT>');	

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