|
|
| About site: Industrial Goods and Services/Fluid Handling/Valves, Hoses, and Fittings/Hoses, Pipes, Tubing - OCTA Inc. |
Return to Business also Business |
| About site: http://www.octainc.com/ |
Title: Industrial Goods and Services/Fluid Handling/Valves, Hoses, and Fittings/Hoses, Pipes, Tubing - OCTA Inc. Tubing specialists in copper, aluminum, steel. Cutting, bending, brazing, end forming, specialty connections. |
| Alexa statistic for http://www.octainc.com/ |
Please visit: http://www.octainc.com/
|
| Related sites for http://www.octainc.com/ |
| Bollag_International_Corp USA. World wide traders in fibers, yarns, and textile cutting and mill wastes. Also, manufacturing staple fiber from tow and yarns for spinning and nonwovens applications, and polyamide chips. | | Scholz_Design Luxury home plans over 3,000 sq. ft. as well as architectural and interior design services. | | Elite_Pharma A pharmaceutical company in formulation, drugs, tablets, capsules, syrups, antibiotics - manufacturing and exporting from India. | | All-Wood_Fibre_LTD Manufactures hardwood lumber, millwork, flooring stock, and tongue and grove panels. Based in Prince George, British Columbia, Canada. | | The_Board_Room_Inc_ Supplier of revenue assurance and switch testing equipment and systems. | | Aventura_Technologies Designs, manufactures and implements products for access control, biometrics, communications, remote video surveillance and systems integration. | | Pepperell_Braiding_Company Wide selection of macrame accessories, jelly crafts, pom poms, wicking, woods, hemp balls, and yarn. | | Skytrac_Systems Automatic flight following, two-way text messaging and voice capable systems for both fixed and rotary wing aircraft. | | ATC_Racquets Canadian distributor of ProSupex racquets and accessories. | | WH_Kemp Build assemblies and sub assemblies by purchasing all electrical, electronic components and assembling them onto base plates or enclosures. | | Follmann_&_Co_ German manufacturer of a range of printing inks and related products for the textile/nonwoven, paper converting, and wallpaper industries. | | Celebrity_Connection Celebrity Connection provides services ranging from celebrity acquisition and coordination to total event management. | | Chesapeake_Medical Manufacturer of low temperature thermoplastics used for medical products such as: splints, preformed splints, back support braces, and other supports. | | Utah_Professional_Investigators_Organization Offers membership, member information, resources, and news for the industry. | | Cope_Plastics A distributor and fabricator of industrial plastics providing sheet, rod, tube and finished plastic parts. | | Grapes_Unlimited Wholesale distributors of fine wines from around the globe. Located in San Antonio, Texas. | | Perco_Transformer_Engineering Providing engineering services in transformer design reviews, witness acceptance testing, forensic analysis, and technical purchase specifications. | | Walker_Panels A custom control panel manufacturer located in Midland, Ontario, Canada offering electrical engineering services. Also an authorized distributor of Weidmueller products. | | Chen_Yi_Electric_Co_,_Ltd_ Manufacturer of AC/DC solenoids. | | Destiny_By_Design Customized training solutions in communication, leadership and sales. Speaker and facilitator services for training and seminars. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.12 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
OCTA Tubing, Tube Specialist
.textTail {font-family:monospace, san-serif; font-size:small; font-style:bold; color:FFCC33;}
function randomSpeed(c) {
var result = random(10 * c.speed) / 100 + c.speed / 4;
return (result * c.direction);
}
function randomYOffset(c) {
return c.baseYOffset + random(2 * c.randomYOffset + 1) - c.randomYOffset;
}
function updateFlyby(c) {
if (!c.flyby) {
setTimeout('updateFlyby(c' + c.uid + ')', c.updateInterval);
return;
}
for (var i = 0; i < c.imageCount; i++) {
var name = c.prefix + i;
setVisible(name, true);
c.xOffset[name] += c.xSpeed[name];
var x = getViewXOffset() + c.xOffset[name];
var y = getViewYOffset() + c.yAnchor * (getViewHeight() -1- c.imageHeight) / 2 + c.yOffset[name] * (c.yAnchor == 2 ? -1 : 1);
if (outOfBounds(c, x, y, c.imageWidth, c.imageHeight)) {
setVisible(name, false);
c.flyby = false;
setTimeout('c' +c.uid + '.flyby=true', c.minTime + random(c.randTime));
c.xSpeed[name] = randomSpeed(c);
if (c.xSpeed[name] < 0) // going left
c.xOffset[name] = getViewXOffset() + getViewWidth() + c.xFudge - c.imageWidth;
else // going right
c.xOffset[name] = getViewXOffset() - c.xFudge;
c.yOffset[name] = randomYOffset(c);
}
else
moveLayer(name, x, y);
}
setTimeout('updateFlyby(c' + c.uid + ')', c.updateInterval);
}
// workaround for IE table layout bug
function tableWorkaround(cols) { if (document.all) { document.write(''); for (var i = 0; i < cols; i++) { document.write(''); } document.write('') }; }
ns4 = document.layers && true;
msie = document.all && true;
function init() {
}
tableWorkaround(2)
OCTA, Inc. Is a leading manufacturer of customized specialty tubing in the HVAC, appliance, refrigeration, and automotive industry. Our capabilities provide customers with a wide variety of quality tubular products made of copper, steel, and aluminum. These products are manufactured with state of the art equipment that allows us to offer customers a vast array of production parts services with the ability to provide prompt and precise project completion.
Octa, Inc. * PO. Box 217 * Buckner, KY 40010
Office (502) 222-8985 * Fax (502) 222-8984 * E-Mail
octa@octainc.com
-
OCTA, Inc."Tubular Products"
   
if (layerSupport()) {
c2 = new config();
c2.uid = 2;
c2.prefix = "y_flyby2";
c2.image = "images/Quality.jpg";
c2.imageCount = 1
c2.imageWidth = 816;
c2.imageHeight = 1056;
c2.yAnchor = 2;
c2.xSpeed = new Array();
c2.speed = 24
c2.direction = -1;
c2.minTime = 4000 / 3;
c2.randTime = 2 * 4000 / 3;
c2.xOffset = new Array();
c2.yOffset = new Array();
c2.flyby = true;
c2.baseYOffset = 50;
c2.randomYOffset = 50;
for (var i = 0; i < c2.imageCount; i++) {
var name = c2.prefix + i;
c2.xOffset[name] = -c2.xFudge + random(getViewWidth() + c2.xFudge);
c2.yOffset[name] = randomYOffset(c2);
c2.xSpeed[name] = randomSpeed(c2);
writeImage(c2.image, c2.prefix + i, -1000, -1000);
}
setTimeout('updateFlyby(c2)', c2.updateInterval);
}
|
|
| |
Tubing | specialists | in | copper, | aluminum, | steel. | Cutting, | bending, | brazing, | end | forming, | specialty | connections. |
|
http://www.octainc.com/
OCTA Inc. 2008 October
dvd rental
dvd
Tubing specialists in copper, aluminum, steel. Cutting, bending, brazing, end forming, specialty connections.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- سكس - Car Insurance - Credit - Bad Credit Mortgages - Credit Card
|