<!--//
defaultStatus="American Business Graphics, Inc.  (630) 717-9700";
//
function openDemo(url) {
  popupWin = window.open(url, 'demo', 'status=yes,resizable=yes,scrollbars=yes,toolbar=no,top=180,left=75,width=526,height=425');
}
//
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)

//if NS 6
if (browser_type=="Netscape"&&browser_version==4)
window.location.replace("pages/NETSCAPE4.htm")
//pop menu PTM
function pop (id) {
 if (document.getElementById(id).style.display != "block")
   document.getElementById(id).style.display = "block"
 else 
   document.getElementById(id).style.display = "none"
}
function color(id) {
 /*if (document.getElementById(id).style.color != "#990000")
   document.getElementById(id).style.color= "#990000"
 else 
   document.getElementById(id).style.color= "#003366"
 */  
 if (document.getElementById(id).innerHTML != "<img src=\"images/1.gif\">")
   document.getElementById(id).innerHTML= "<img src=\"images/1.gif\">"
 else 
   document.getElementById(id).innerHTML= "<img src=\"images/0.gif\">"  
}
//-->
