NEOART- Manufacturer and exporter of home commercial decorations antique reproductions furniture statues handicrafts decoration
a:hover{color:red; text-decoration:underline; }
var item = new Array();
c=0; item[c]=new Array("catalog.html","","Neoart Products","all,products,designs,items,product,item,design,catalog","The products page show a big fraction of all Neoart's products. You can view images of a fraction of Neoart's products. The product categories that are shown in the products page include: human and animal figures, asian/egyptian artifacts, functional decoration, iron works, advertising boards/signs, showcases,pillars/bars/seating, stone/bronze items and a lot more! ");
c++; item[c]=new Array("humanfigures.html","","Human figures","human,figures,designs,items,statue,,frustrated,statues,item,figuring,chef,bordello,lady,man,male,female,angel,snowman,matador,waiter,buddha,chinese,butler,golf,golfer,golfing,santaclause,santa,cook,biker,man,woman,bike,motorcycle,motor,humorous","Some of Neoart's eye-catching human figure products.");
c++; item[c]=new Array("animalfigures.html","","Animal figures","animal,figures,humanification,cow,crocodile,chicken,dog,boxer,butler,bulldog,bird,parrot,horse,rocking,humorous","Some of our animal figures, which are mostly in humanificated designs that are pleasing to the eye");
c++; item[c]=new Array("asianegyptianartifacts.html","","Egyptian/Asian figures","ancient,artifacts,sarcophagus,male,female,candle,holder,planter,tutankhamun,tutankahmun,nafititi,nefititi,shiva,anubis,cat,goddess,godess,buddha,angkor,dragon,candle,egyptian,asian,wallclock,clock,cd-holder","Asian and Egyptian artifacts/figures that include different themes, kinds and categories of this genre.");
c++; item[c]=new Array("boardssigns.html","","Boards/signs items","boards,signs,plaques,plaque,plaqus,board,bord,sign,restaurant,smoking,no,no-smoking,welcome,open,close,closed,mexican,menu,food,ladies,woman,males,gents,gentleman,men,women,french,wine,basket,kitchen,billiard,pinboard,pinboards","Advertising board/signs that include all kinds of advertisment. From toilet signs to menu boards;from humorous plaques to welcome signs. All signs/boards are designed to not only have a fascinating look but, also, to have a quite humorous effect.");
c++; item[c]=new Array("contact.html","","Contact Neoart","contact,neoart,where,where?,?,questions,e-mail,mail,telephone,fax,address,adress","The contact page gives all kinds of ways to cotact Neoart corporation, or alternatively, just e-mail neoart@neoartcorporation.com");
c++; item[c]=new Array("info.html","","More about Neoart Corporation","more,about,neoart,corporation,info,information","More information about Neoart corporation. Including: product, factory and company information.");
c++; item[c]=new Array("help.html","","Help- Question and Answers","questions,help,answers,more,F.A.Q","Help- questions/answers- The Frequently Asked Questions. If you still have a query that isn't in the F.A.Q., e-mail us at neoart@neoartcorporation.com");
c++; item[c]=new Array("form.html","","Wholesale Register form","form,application,apply,wholesaler,wholesaling,neoart,all products,whole catalog,join,fill out","Register as a wholesaler of Neoart, fill out the registration form. You will recieve a reply as soon as possible including infromation, username/password so that you can login to see ALL products of Neoart and all information about each item. ");
c++; item[c]=new Array("showcases.html","","Showcases","showcase,showcases,show,item,designs,products,sports,boxing,golfing","Some of Neoart's showcase products. The Showcases display information about certain subjects in eye-catching designs.");
c++; item[c]=new Array("pbsdecor.html","","Columns/Bars/Seating","pillars,colums,columns,pillar,column,pilar,seats,chairs,seating,bar,bars","A couple of examples of Neoart's bar, seatings and column products. Most products shown are Neoart's special column designs that can be used in uncountable different ways.");
c++; item[c]=new Array("ironworks.html","","Iron works","bikes,bicycles,pushcarts,carriages,cariages,babypushcarts,motorcycle,motorcycles,bicycle,pushcart,birdcage,cage,cages,birdcages,cd-holder,cdholder,outofmyskull","Well crafted iron works which include bicycles, motorcycles, bird cages and baby pushcarts. The products are craftilly designed with other materials to give eye-catching results.");
c++; item[c]=new Array("allproducts.html","","List of ALL products","list,of,all,products,catalog,product,information","A list of all Neoart's products including most of the general products information, such as size.");
c++; item[c]=new Array("other.html","","Miscellaneous items","miscellaneous,other,masks,snowman","Miscellaneous items, which include a group of beautiful masks.");
c++; item[c]=new Array("customdesigns.html","","Custom Designs","custom,design,special,designs","We also construct Custom Designs that are specially constructed as how the customers want it.");
c++; item[c]=new Array("functionaldecor.html","","Functional Decoration","functional,decoration,decor,decoration,designs,function,with,cdholder,cd-holders,cdholders,cd-holder,wineholder,holder,bell,sarcophagus,bordello,cue,racks,cubboards,cuboard,darts,cabinet,telephone,booth,gas-pump,gaspump,cook,waiter,butler,vase,newspaper,magazine,humour,humorous,sarcophagus,beer,venus,lady,naked,santa","Functional decorations, which are craftilly and thoughtfully designed to have decorations that fit their function, which usually creates a quite hurmorous look.");
c++; item[c]=new Array("stonebronze.html","","Stone/Bronze items","bronze,color,stone,rock,finishing,finish,finishing,items.designs.products,buddha,angkorwat,angkor,dragon,helmet,diving","Stone and Bronze finished items. Beautifully and craftilly fnished with our stone and/or bronze finishing, so that you can't see that it's actually polyresin.");
c++; item[c]=new Array("form.html","","Register as a Wholesaler","prices,register,apply,price","In order to view ALL producs with all product information, you must be registered to login.");
c++; item[c]=new Array("furniture.html","","Furniture","furniture,furniture accessoires,bass","Craftilly made furniture.");
page="Search ResultsNeoart Corporation Search Results:E-mail Neoart";
function search(frm) {
win = window.open("","","");
win.document.write(page);
txt = frm.srchval.value.split(" ");
fnd = new Array(); total=0;
for (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
for (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "")
fnd[i] += (j+1);
}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.length; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, win, n);
fnd[w] = 0;
}
win.document.write("Total found: "+total+"Home|Apply as a Wholesaler|Neoart Products|Contact Neoart|More about Neoart|Help");
win.document.close();
}
function show(which,wind,num) {
link = item[which][1] + item[which][0];
line = ""+item[which][2]+" Score: "+num+"";
line += item[which][4] + "";
wind.document.write(line);
return 1;
}
Home Decorations, Antique reproductions, Egyptian decoration, Restaurant Commercial Decoration Manufacturer
Neoart, Manufacturer of the world's finest home, restaurant and commercial decoration, antique reproductions, egyptian, roman and asian replicas, furnitures
@import url(http://www.homestead.com/~media/elements/Text/font_styles.css);
Neoart Corporation - Manufacturer and Exporter of the Finest Home Commercial Decorations, Antique Reproductions and Furntiture, Handicrafts
OUR RANGE:Home DecorationAntique ReproductionsFurnituresHandicraftsSigns and BoardsEgyptian Roman and Chineese DecorationsMenu BoardsSarcophagusStatuesAnimal StatuesHuman StatueButler StatuesCabinetsGolf decorationsPool decorationsBeautiful Gold and Silver leaf DecorationsFurnituresCommercial DecorationsHome DecorationsStone Decorations Neoart Corporation, situated in the Philippines, manufacturer and exporter, wholesaler of the finest home decorations, antique reproductions, furnitures and statues, and many more! KEY WORDS:manufacturer philippines export exporter home decorations commercial wholesale wholesaler antique reproductions egyptian statues animal statues egyptian decorations cabinets furnitures home decorations antique reproductions menu boards philippines neoart home commercial decorations wholesale export manufacturer exporter furniture Angeles City
LOGIN | F.A.Q.
Useful links:
Other links-Links1- -Links2-
Angeles City Philippines Hotels. Hotels in Angeles City.Hotels in Angels city Philippines and Balibago.
Angeles Beach Club Hotel. Angeles city Philippines.
Home|Apply as a Wholesaler|Neoart Products|Contact Neoart|More about Neoart|Help
- Copyright © 2004-2005 Neoartcorporation.com-
ENTER
|
|