| Related sites for http://www.ppaquarium.com/ |
| Real_Estate_Education_Center New York school offers courses in real estate, appraisals, mortgage, insurance, home inspections, property management. Locations in Brooklyn and Queens. | | Hacontex_AG Switzerland. Marketing, research and management consultants to the textile industry. Also, partners in a number of spinning mills. Links to partner sites. | | Transparent_Engineering Design, testing and analysis of electronic modules and systems for the automotive industry. Services, vision, customer login, and contacts. German and French versions available. | | Huayin_Manganese_Steel_Factory_Shaanxi Produces chrome-alloy cast balls for ball mill machines. Also, wear-resistant alloy steel. | | International_Forum Forum for translators, discussing various issues. Offered in several languages. | | Trans-Project_Office Project management software for translation agencies and companies. Trial download. | | Print_Finishing_Equipment_Company,_Inc_ Providing die cutters, folder/gluers, foil stampers, uv coaters and other specialty printing equipment. | | Match_Craft A real-time media-trading platform facilitating the purchase and sale of online media in an automated, web-based environment. | | BW_Marine_Products Manufactures pedal boats, trailers, canoes, kayaks, and pontoon boats, trailer covers, fishing equipment, lawn and garden products, and absorbent products. Located in Callander, Ontario, Canada. | | I_J__Exports Manufacturer and exporter of lamps, candle stands, wine coolers and vases. India. | | Bona_Benelux_BV Alles voor parketvloeren. Lijm, lak, machines, onderhoudsmiddelen. D-509 Parketpolish, Fernox Parket Ontvetter. | | Northwest_Custom_Log_Homes Contractor specializing in log homes. | | Cypin_Ltd Importer and distributor of ceiling and wall mounted air conditioning systems. Company profile and product information. Cyprus. | | DOSIC Chinese manufacturer of essential fatty acids, herbal extracts, and dietary supplements. | | Camel_Traders Online catalog of cable, connectors, gels, tape and expendables for the entertainment industry. | | Graywolf_Press Authors such as Dana Gioia, Albert Goldbarth, Carl Phillips. Includes catalog and order information. | | Ruminator_Books_Press A publisher of fiction and nonfiction. | | Sullivans__Floral_and_Gift_Wholesaler Supplier of artificial flowers, foliage and Christmas trees, gifts, ribbon and tabletop items. | | Pets_Transport_Services Air transportation of live animals from Zimbabwe to world wide destinations. | | JGBM_InfoCentre Distributors of faxes, dictation, projectors to LCD screens, televisions and calculators. |
|
P&P Aquarium World Trading - Tropical fish exporter from Thailand
BODY {scrollbar-face-color: #330000; scrollbar-shadow-color: #33FF00; scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #111111; scrollbar-darkshadow-color: #111111; scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FEFEFE;}
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:#FFFFFF; layer-background-color:#006699; visibility:hidden}
/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel0{background-color:#000000; layer-background-color:#006699; color:white;}
.clLevel0over{background-color:#000000; layer-background-color:#336699; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}
/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:10px; font-weight:bold}
.clLevel1{background-color:#CDDBEB; layer-background-color:Navy; color:#000000;}
.clLevel1over{background-color:#0099cc; layer-background-color:#336699; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}
/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:#CDDBEB; layer-background-color:Navy; color:#000000;}
.clLevel2over{background-color:#336699; layer-background-color:#0099cc; color:Yellow; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}
/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.
Extra info - Coolmenus reference/help - Extra links to help files ****
CSS help: http://coolmenus.dhtmlcentral.com/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/
/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname
oCMenu.frames = 0
//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=20
oCMenu.fromTop=0
oCMenu.rows=1
oCMenu.menuPlacement="center"
oCMenu.offlineRoot="file:///C|/Inetpub/wwwroot/dhtmlcentral/projects/coolmenus/examples/"
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0
//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="100%"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""
//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=97
oCMenu.level[0].height=15
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=160
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','',' TOUR FARM')>
oCMenu.makeMenu('sub00','top0','Our Company','../aboutus.asp')
oCMenu.makeMenu('sub01','top0','Our Factory','../about_factory.asp')
oCMenu.makeMenu('sub02','top0','Guppy Farm','../tour_farm_guppy.asp')
oCMenu.makeMenu('sub03','top0','Betta Farm','../tour_farm.asp')
oCMenu.makeMenu('sub04','top0','Koi Farm','../tour_farm_koi.asp')
oCMenu.makeMenu('sub05','top0','Cichlids Farm','../tour_farm_Cichlids.asp')
oCMenu.makeMenu('sub06','top0','Sucker Farm','../tour_farm_sucker.asp')
oCMenu.makeMenu('sub07','top0','Discus Farm','../tour_discusfarm.asp')
oCMenu.makeMenu('sub08','top0','Clown Anemone ','../tour_anemonefarm.asp')
oCMenu.makeMenu('sub09','top0','Aquatic Plants','../tour_Aquaticfarm.asp')
oCMenu.makeMenu('sub10','top0','Live Rock','../Rock_gravel.asp')
// oCMenu.makeMenu('sub01','top0','Tour Fram','/news/archive.asp')
oCMenu.makeMenu('top1','',' PRODUCTS')
oCMenu.makeMenu('sub11','top1','Tropical Fish','../catagories.asp')
oCMenu.makeMenu('sub12','top1','Aquatic Plants','../plantsproducts.asp')
oCMenu.makeMenu('sub13','top1','Live Rock','../rockproducts.asp')
oCMenu.makeMenu('top2','',' STOCK LIST')
oCMenu.makeMenu('sub21','top2','Tropical Fish','../../pricelist.asp')
oCMenu.makeMenu('sub22','top2','Aquatic Plants','../../plantspricelist.asp')
oCMenu.makeMenu('sub23','top2','Live Rock','../../rockpricelist.asp')
oCMenu.makeMenu('top3','',' PROMOTION')
oCMenu.makeMenu('sub30','top3','Special Products','../special.asp')
oCMenu.makeMenu('sub31','top3','New Arrivals','../catagories_new.asp')
oCMenu.makeMenu('top4','',' TO ORDER','../order_detail.asp')
// oCMenu.makeMenu('sub40','top4','Order Detail','order_detail.asp')
// oCMenu.makeMenu('sub400','sub40','With frames','/coolmenus/examples.asp?show=with')
// oCMenu.makeMenu('sub401','sub40','Without frames','/coolmenus/examples.asp?show=without')
// oCMenu.makeMenu('sub41','top4','Download','/coolmenus/download.asp')
oCMenu.makeMenu('top5','',' GALLERY')
// oCMenu.makeMenu('sub52','top5','FAQ','mailto:kworapot@ksc.th.com')
// oCMenu.makeMenu('sub50','top5','Special Fish','../imagegallery/?p=/images/1.JPG')
oCMenu.makeMenu('sub51','top5','Fish Gallery','../gallory.asp')
oCMenu.makeMenu('sub52','top5','Fish Directory','../profile.asp')
oCMenu.makeMenu('sub53','top5','Vote Fish','../pollsshow.asp')
oCMenu.makeMenu('sub54','top5','Search Fish','../search.asp')
oCMenu.makeMenu('top6','',' MEMBER')
oCMenu.makeMenu('sub60','top6','Member Login','../frmlogin.asp')
oCMenu.makeMenu('sub61','top6','Register Member','../member1.asp')
oCMenu.makeMenu('sub62','top6','Forum','forum8/')
oCMenu.makeMenu('sub63','top6','Guest Book','../guestbook/default.asp')
oCMenu.makeMenu('sub64','top6','Whats News','../news/news/default.asp')
oCMenu.makeMenu('sub65','top6','Contact us','../feedback.asp')
oCMenu.makeMenu('sub66','top6','Send Mail To Us','mailto:kworapot@ksc.th.com')
oCMenu.makeMenu('top7','',' HOME','../index.asp')
//Leave this line - it constructs the menu
oCMenu.construct()
CATEGORIES
|
|