// JavaScript Document
<!--
var content=new Array()

content[0]='<b>Chapter Name</b></big><br>Review the roster of each American Business Inter-Network Chapter.  Access contact information for each Chapter\'s members.'
content[1]='<b>Business Category</b></big><br>Locate products or services by Business Category.  Review American Business Inter-Network database for your business need. '
content[2]='<b>Member Name</b></big><br>Access contact information and product/service information by American Business Inter-Network Member.'
content[3]='<b>Company Name</b></big><br>Access American Business Inter-Network members by selecting the Company Name from a list of particpating companies.'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font color="#000080" face="Arial" size="1"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font color="#000080" face="Arial" size="1"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//

function FP_popUpMsg(msg) {//v1.0
 alert(msg);
}
-->
