ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title> American Interior Resources </title> <link rel="stylesheet" href="style.css" type="text/css" media="screen" /> <script type="text/javascript"> /*********************************************** * Ultimate Fade-In Slideshow (v1.51): * T * V ***********************************************/ var fadeimages=new Array() //SET IMAGE PATHS. Extend or contract array as needed. For lockers fadeimages[0]=["lockers_team1.jpg", "http://www.lockerlady.net", ""] //plain image syntax fadeimages[1]=["Lockers_economy.jpg", "http://www.lockerlady.net", ""] //image with link syntax fadeimages[2]=["Lockers_value.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[3]=["lockers_premium.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[4]=["standardlockers.gif", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[5]=["plasticlockers11.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[6]=["3756.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[7]=["3738.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax fadeimages[8]=["3823.jpg", "http://www.lockerlady.net", ""] //image with link and target syntax var fadeimages1=new Array() //For OlympicKiss. //SET IMAGE PATHS. Extend or contract array as needed fadeimages1[0]=["ses041.jpg", "underconstruction.htm", ""] //plain image syntax fadeimages1[1]=["ses003.jpg", "underconstruction.htm", ""] //image with link syntax fadeimages1[2]=["vm009.jpg", "underconstruction.htm", ""] //image with link and target syntax fadeimages1[3]=["quiktrak.jpg", "underconstruction.htm", ""] //image with link and target syntax var fadeimages2=new Array() // For Office Furniture //SET IMAGE PATHS. Extend or contract array as needed fadeimages2[0]=["wood_bookcases.jpg", "http://www.eofficefurniturestores.com", ""] //plain image syntax fadeimages2[1]=["multi-purpose_tables.jpg", "http://www.eofficefurniturestores.com", ""] //image with link syntax fadeimages2[2]=["BEN_PV_intro.jpg", "http://www.eofficefurniturestores.com", ""] //image with link and target syntax fadeimages2[3]=["leather_seating.jpg", "http://www.eofficefurniturestores.com", ""] //image with link and target syntax fadeimages2[4]=["Arlington_intro.jpg", "http://www.eofficefurniturestores.com", ""] //image with link and target syntax fadeimages2[5]=["DMI_Keswickintro.jpg", "http://www.eofficefurniturestores.com", ""] //image with link and target syntax fadeimages2[6]=["wood_seating.jpg", "http://www.eofficefurniturestores.com", ""] //image with link and target syntax var fadeimages3=new Array() // For Materials Handling //SET IMAGE PATHS. Extend or contract array as needed fadeimages3[0]=["P-2441_bk.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //plain image syntax fadeimages3[1]=["71-513_bk.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //image with link syntax fadeimages3[2]=["71-752B_bk.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //image with link and target syntax fadeimages3[3]=["52-129_p.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //image with link and target syntax fadeimages3[4]=["B-644_bk.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //image with link and target syntax fadeimages3[5]=["A-2393A_BK.jpg", "http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222", ""] //image with link and target syntax var fadebgcolor="white" // ------------------------------------------------------------------- var fadearray=new Array() //array to cache fadeshow instances var fadeclear=new Array() //array to cache corresponding clearinterval pointers var dom=(document.getElementById) //modern dom browsers var iebrowser=document.all function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){ this.pausecheck=pause this.mouseovercheck=0 this.delay=delay this.degree=10 //initial opacity degree (10%) this.curimageindex=0 this.nextimageindex=1 fadearray[fadearray.length]=this this.slideshowid=fadearray.length-1 this.canvasbase="canvas"+this.slideshowid this.curcanvas=this.canvasbase+"_0" if (typeof displayorder!="undefined") theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :) this.theimages=theimages this.imageborder=parseInt(borderwidth) this.postimages=new Array() //preload images for (p=0;p<theimages.length;p++){ this.postimages[p]=new Image() this.postimages[p].src=theimages[p][0] } var fadewidth=fadewidth+this.imageborder*2 var fadeheight=fadeheight+this.imageborder*2 if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox) document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>') else document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>') if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox this.startit() else{ this.curimageindex++ setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay) } } function fadepic(obj){ if (obj.degree<100){ obj.degree+=10 if (obj.tempobj.filters&&obj.tempobj.filters[0]){ if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+ obj.tempobj.filters[0].opacity=obj.degree else //else if IE5.5- obj.tempobj.style.filter="alpha(opacity="+obj.degree+")" } else if (obj.tempobj.style.MozOpacity) obj.tempobj.style.MozOpacity=obj.degree/101 else if (obj.tempobj.style.KhtmlOpacity) obj.tempobj.style.KhtmlOpacity=obj.degree/100 else if (obj.tempobj.style.opacity&&!obj.tempobj.filters) obj.tempobj.style.opacity=obj.degree/101 } else{ clearInterval(fadeclear[obj.slideshowid]) obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1" obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas) obj.populateslide(obj.tempobj, obj.nextimageindex) obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0 setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay) } } fadeshow.prototype.populateslide=function(picobj, picindex){ var slideHTML="" if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">' slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">' if (this.theimages[picindex][1]!="") //if associated link exists for image slideHTML+='</a>' picobj.innerHTML=slideHTML } fadeshow.prototype.rotateimage=function(){ if (this.pausecheck==1) //if pause onMouseover enabled, cache object var cacheobj=this if (this.mouseovercheck==1) setTimeout(function(){cacheobj.rotateimage()}, 100) else if (iebrowser&&dom||dom){ this.resetit() var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) crossobj.style.zIndex++ fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50) this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0" } else{ var ns4imgobj=document.images['defaultslide'+this.slideshowid] ns4imgobj.src=this.postimages[this.curimageindex].src } this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0 } fadeshow.prototype.resetit=function(){ this.degree=10 var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) if (crossobj.filters&&crossobj.filters[0]){ if (typeof crossobj.filters[0].opacity=="number") //if IE6+ crossobj.filters(0).opacity=this.degree else //else if IE5.5- crossobj.style.filter="alpha(opacity="+this.degree+")" } else if (crossobj.style.MozOpacity) crossobj.style.MozOpacity=this.degree/101 else if (crossobj.style.KhtmlOpacity) crossobj.style.KhtmlOpacity=this.degree/100 else if (crossobj.style.opacity&&!crossobj.filters) crossobj.style.opacity=this.degree/101 } fadeshow.prototype.startit=function(){ var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas) this.populateslide(crossobj, this.curimageindex) if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER var cacheobj=this var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid) crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1} crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0} } this.rotateimage() } </script> </head> <body> <div id="container"> <!-- Start of Page Header --> <div id="page_header"> <div id="page_heading"> <h1><span>American Interior Resources</span></h1> </div> <div class="clearthis">&nbsp;</div> </div> <!-- End of Page Header --> <!-- Start of Page Menu --> <div id="page_menu"> <ul> <li><a href="index.htm">Home</a></li> <li><a href="http://www.lockerlady.net">Lockers</a></li> <li><a href="http://www.eofficefurniturestores.com">Office Furniture</a></li> <li><a href="underconstruction.htm">Olympic Kiss</a></li> <li> <a href="http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222"> Material Handling</a></li> <li><a href="contactus.htm">Contact Us</a>&nbsp; </li> <li><a href="underconstruction.htm">Certifications</a></li> <li class="last"><a href="aboutus.htm">About Us</a> </li> </ul> </div> <!-- End of Page Menu --> <!-- Start of Left Sidebar --> <div id="left_sidebar"> <div id="newsletter"> <h2>&nbsp;</h2> <form > <div> &nbsp;&nbsp;&nbsp; <div class="clearthis">&nbsp;</div> </div> </form> <div id="link_cancel"> </div> </div> <!-- Start of Categories Box --> <div id="categories"> <div id="categories_header"> <h2 style="text-align: left">Categories</h2> </div> <ul> <li><a href="index.htm">Home</a></li> <li><a href="http://www.lockerlady.net">Lockers</a></li> <li><a href="http://www.eofficefurniturestores.com">Office Furniture</a></li> <li><a href="underconstruction.htm">Olympic Kiss</a></li> <li><a href="http://www.p4i.com/ecommerce/eComm?template=index&cust_no=741222">Material Handling</a></li> <li><a href="aboutus.htm">About Us</a></li> <li><a href="underconstruction.htm">Certifications</a></li> <li><a href="contactus.htm">Contact Us</a></li> <li></li> <li class="last"></li> </ul> <div class="clearthis">&nbsp;</div> </div> <!-- End of Categories Box --> <!-- Start of Special Offer Box --> <!-- End of Special Offer Box --> </div> <!-- End of Left Sidebar --> <!-- Start of Main Content Area --> <div id="main_content"> <!-- Start of New Item Description --> <p> <strong><span style="font-size: 14pt">American Interior Resources, Inc. </span></strong> </p> <p> <strong></strong>1605 US Hwy 22 West, Union, NJ 07083 l (800) 410-0014 l Fax (908) 851-0485 l Email: info@lockerlady.com </p> <p> A leading reseller of storage and office furnishings, American Interior Resources, is regarded as a preferred direct supplier to schools, sports arenas, and Fortune 500 businesses. Our products are used extensively in the industrial and commercial markets including educational, law enforcement, pharmaceutical, food service and healthcare.</p> <p> Through its <u><b>Locker Lady</b></u> division, American Interior Resources offers metal, wood, plastic, laminate, and phenolic lockers for person secure storage. </p> <p> The company also has an <u><b>Office Furniture</b></u> division which provides office furniture solutions. This division sells desks, seating, files, storage and file systems, bookcases, tables, healthcare furniture and panel solutions. A wide selection of lasting quality office furniture is offered at great prices. No matter what your office furniture needs are, our fully trained staff are ready to assist you. </p> <p> American Interior Resources <b><u>Material Handling</u></b> division supplies a wide range of Material Handling equipment at great prices to the industrial and commercial markets including educational, pharmaceutical, food service and healthcare. Products include bulk containers and trucks, casters and lifting equipment, pallet racks and accessories. American Interior Resources provides expert consultation via a very experienced staff. </p> <p> American Interior Resources is now completing its <b><u>Olympic Kiss Shelving</u></b> division. Olympic Kiss will offer <font color="red">K</font>eep-<font color="red">I</font>t-<font color="red">S</font>imple-<font color="red">S</font>helving solutions to the company s entire customer base. Olympic Kiss will offer the most innovative and economical wire storage and handling system. This type of shelving offers all the benefits of easy to adjust features. Olympic Kiss is launching OlympicKiss.com in late 2008 where its wire shelving products can be easily ordered on the company s new ecommerce website. </p> <p>American Interior Resources, the company and its employees share in its profits and celebrate its accomplishments as being certified as a New Jersey Small Business Enterprise (SBE) and Women s Business Enterprise (WBE). </p> <div class="h_divider">&nbsp;</div> </div> <!-- End of Main Content Area --> <div class="clearthis">&nbsp;</div> <!-- Start of Page Footer --> <table width="1010" border="0" cellpadding="0" cellspacing="0" class="text" background="images/blue_bg.png"> <tr> <td><font face="Arial, Helvetica, sans-serif" size="2" color="black"> 1605 Route 22 West, Union, NJ 07083 &nbsp; l&nbsp;&nbsp;(800) 410-0014&nbsp;&nbsp; l&nbsp;&nbsp;Fax (908) 851-0485 &nbsp; l&nbsp;&nbsp;&nbsp;Email: <a href="mailto:info@lockerlady.com">info@lockerlady.com</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; © 2008. </font></td> </tr> </table> <!-- End of Page Footer --> </div> </body> </html>