<!-- 
// identify browser and set variables accordingly
var bName = navigator.appName;
var bVer = parseInt(navigator.appVersion);
var ie3 = ((bName == "Microsoft Internet Explorer") && bVer >= 3 );
var ie4 = ((bName == "Microsoft Internet Explorer") && bVer >= 4 );
var ns3 = ((bName == "Netscape") && bVer >= 3 );
var ns4 = ((bName == "Netscape") && bVer >= 4 );
var mac = (navigator.appVersion.indexOf("Macintosh") != -1);
var visible, hidden;

if( mac ){ visible = "show"; hidden = "hide"; }
else{ visible = "visible"; hidden = "hidden"; }

/* IE must define vars AFTER the DIV ID's load */
if (document.all) { var docRef = "document.all."; var styleRef = ".style"; }
if (ns4) { var docRef = "document."; var styleRef = ""; }
// end of browser recognition stuff

var content=new Array()
content[0]='As the leader in the name badge industry, Recognition Express has created millions of name badges and awards for companies worldwide, delivering only the best in quality and value.'
content[1]='<B>Name Badges:</B><BR>Name badges establish a professional image for your company. They make customers feel more comfortable and employees know they&rsquo;re part of a team. Name Badges help promote pride, productivity, and profit.'
content[2]='<B>Signs:</B><BR>Directory Signs are used both inside and outside of office buildings, hospitals, apartment complexes, etc. Directories can be illuminated and non-illuminated and can be freestanding or wall mounted.<BR>Recognition Express carries a wide range of design, color, style, and size options to compliment your building interior design.'
content[3]='<B>Awards:</B><BR>Whether you are recognizing an employee&rsquo;s achievement or showing your appreciation to a special customer, Recognition Express has the plaque design you need. We offer an incredible variety of plaques featuring elegant wood tones, acrylics, and glass designs with ornamental accents that truly make the award unique and special.'
content[4]='<B>Promotional Products:</B><BR>Welcome to Americas #1 source for custom imprinted glassware, wine glasses and coffee mugs. Here you will find the absolutely lowest prices and fast service for printed champagne flutes, wedding glasses and other glassware of all types! Our custom and personalized imprinting is permanent and dishwasher safe.'
content[5]='<B>On Line Catalogs:</B><BR>Recognition Express has General and Custom Product Catalogs. We also have complete catalogs for Major Real Estate Companies, Independant Realtors, and many other branded companies with Logos.'


function changetext(whichcontent){
if (document.all)
descriptions.innerHTML=''+whichcontent+''
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}
}
// end changetext

// -->
