Saved: 2017-10-01 14:20
Torey Heinz
committed Oct 01, 2017
commit 4223be8ce87e0e29e09cba1074071163f8474a15
Showing 326
changed files with
72057 additions
and 1 deletions
.ruby-version
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | 2.4.1 |
app/views/pages/index.liquid
+74
-1
| @@ | @@ -6,4 +6,77 @@ listed: true |
| published: true | |
| is_layout: false | |
| --- | |
| - | Content of the home page |
| \ No newline at end of file | |
| + | {% extends 'layouts/application' %} |
| + | {% block 'main' %} |
| + | <div class="row"> |
| + | <div class="medium-6 columns"> |
| + | <h2>Why Choice Castings?</h2> |
| + | <p>At Choice Castings, we are best in class at providing solutions for your casting needs. We work with many quality foundries giving us the opportunity to provide you the best choice for your casting requirements. With a firm understanding of your critical needs, Choice Castings can work on sourcing solutions, including, buying quality parts on time at the right price.</p> |
| + | </div> |
| + | <div class="medium-6 columns"> |
| + | <img class="thumbnail" src="http://placehold.it/750x250"> |
| + | </div> |
| + | </div> |
| + | |
| + | <hr> |
| + | |
| + | <div class="row "> |
| + | <div class="medium-4 columns text-center"> |
| + | <h3>Need Expedited Service?</h3> |
| + | <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p> |
| + | </div> |
| + | <div class="medium-4 columns text-center"> |
| + | <h3>Quality Concerns?</h3> |
| + | <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p> |
| + | </div> |
| + | <div class="medium-4 columns text-center"> |
| + | <h3>Offshoring Headaches?</h3> |
| + | <p>Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla fringilla, orci ac euismod semper, magna.</p> |
| + | </div> |
| + | </div> |
| + | |
| + | <hr> |
| + | |
| + | <div class="row column text-center"> |
| + | <h3>In Stock Items</h3> |
| + | </div> |
| + | |
| + | <div class="row medium-up-3 large-up-4"> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | <div class="column"> |
| + | <img class="thumbnail" src="http://placehold.it/550x550"> |
| + | </div> |
| + | </div> |
| + | {% endblock %} |
app/views/pages/layouts/application.liquid
+77
-0
| @@ | @@ -0,0 +1,77 @@ |
| + | --- |
| + | title: Application |
| + | --- |
| + | <!doctype html> |
| + | <html class="no-js" lang="en"> |
| + | <head> |
| + | <!-- Global Site Tag (gtag.js) - Google Analytics --> |
| + | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-107293990-1"></script> |
| + | <script> |
| + | window.dataLayer = window.dataLayer || []; |
| + | function gtag(){dataLayer.push(arguments)}; |
| + | gtag('js', new Date()); |
| + | |
| + | gtag('config', 'UA-107293990-1'); |
| + | </script> |
| + | |
| + | <meta charset="utf-8"> |
| + | <meta http-equiv="x-ua-compatible" content="ie=edge"> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| + | <title>Choice Castings | {{ page.seo_title }}</title> |
| + | {{ 'app.css' | stylesheet_tag }} |
| + | </head> |
| + | <body> |
| + | |
| + | <!-- Start Top Bar --> |
| + | <div class="top-bar"> |
| + | <div class="row"> |
| + | <div class="top-bar-left"> |
| + | <ul class="menu"> |
| + | <li class="menu-text">Choice Castings</li> |
| + | <li><a href="/">Home</a></li> |
| + | <li><a href="#">About</a></li> |
| + | <li><a href="#">Contact</a></li> |
| + | </ul> |
| + | </div> |
| + | <div class="top-bar-right"> |
| + | <ul class="menu"> |
| + | <li><a href="#">Products</a></li> |
| + | <li><a href="#">Services</a></li> |
| + | <li><a href="#">Articles</a></li> |
| + | </ul> |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <!-- End Top Bar --> |
| + | <div class="callout large"> |
| + | <div class="row column text-center"> |
| + | <h1> |
| + | <img src="{{ 'ChoiceCastingsLogo.png' | theme_image_url }}" style="width: 60px; margin-bottom: 10px"> |
| + | Choice Castings |
| + | <img src="{{ 'ChoiceCastingsLogo.png' | theme_image_url }}" style="width: 60px; margin-bottom: 10px"> |
| + | </h1> |
| + | <p class="lead">A Single Source for ALL of Your Casting Needs</p> |
| + | </div> |
| + | </div> |
| + | <div class="row column text-center"> |
| + | {% block main %} |
| + | {% editable_text content %}Lorem ipsum{% endeditable_text %} |
| + | {% endblock %} |
| + | </div> |
| + | <hr> |
| + | |
| + | <div class="row column"> |
| + | <ul class="menu"> |
| + | <li><a href="#">One</a></li> |
| + | <li><a href="#">Two</a></li> |
| + | <li><a href="#">Three</a></li> |
| + | <li><a href="#">Four</a></li> |
| + | </ul> |
| + | </div> |
| + | |
| + | <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script> |
| + | {{ 'vendor/what-input.min.js' | javascript_tag }} |
| + | {{ 'vendor/foundation.min.js' | javascript_tag }} |
| + | {{ 'app.js' | javascript_tag }} |
| + | </body> |
| + | </html> |
convert.rb
+0
-0
data/images/003.jpeg
+0
-0
data/images/11-70-adjustable.jpg
+0
-0
data/images/3+Kolben++VSG5-12.jpeg
+0
-0
data/images/9+Tieflochbohrung.jpg
+0
-0
data/images/Cast+Thread.jpeg
+0
-0
data/images/Heunisch_Gussteile3_004535_002.jpg
+0
-0
data/images/IMG_0782.jpeg
+0
-0
data/images/IMG_3370.jpg
+0
-0
data/images/IMG_3390.jpg
+0
-0
data/images/Large+Valve.png
+0
-0
data/images/Selector+Housing.png
+0
-0
data/images/Zinc___Aluminum_Die_Cast.jpg
+0
-0
data/images/al+bronze.jpg
+0
-0
data/images/applications-aluminum-compressor-case.jpg
+0
-0
data/images/applications-aluminum-cylinder-head.jpg
+0
-0
data/images/applications-aluminum-pump-housing.jpg
+0
-0
data/images/bronze+parts.jpg
+0
-0
data/images/casta.jpg
+0
-0
data/images/choice-header.jpg
+0
-0
data/images/cool+blurry.jpeg
+0
-0
data/images/gearbox.jpg
+0
-0
data/images/heunisch5_007140_001.jpg
+0
-0
data/images/images (1).jpg
+0
-0
data/images/images.jpg
+0
-0
data/images/material-choices-gray-and-ductile-iron-castings.jpg
+0
-0
data/images/material-choices-malleable-iron-astm-logo.jpg
+0
-0
data/images/material-choices-malleable-iron-din-logo.gif
+0
-0
data/images/material-choices-malleable-iron-sae-logo.gif
+0
-0
data/images/material-choices-material-for-welding.jpg
+0
-0
data/images/material-choices-permanent-mold-aluminum.jpg
+0
-0
data/images/produkt4_small.gif
+0
-0
data/images/range+box.jpg
+0
-0
data/images/services-simulation1.jpg
+0
-0
data/images/services-simulation2.jpg
+0
-0
data/images/services-simulation3.jpg
+0
-0
data/images/stock-items-hand-wheels-3.jpg
+0
-0
data/images/stock-items-hand-wheels1.jpg
+0
-0
data/images/stock-items-hand-wheels2.jpg
+0
-0
data/images/stock-items-nested-caps1.jpg
+0
-0
data/images/stock-items-nested-caps2.jpg
+0
-0
data/images/stock-items-nested-caps3.jpg
+0
-0
data/images/stock-items-wingnuts-bronze.jpg
+0
-0
data/images/stock-items-wingnuts-cast-iron-wing-nut1.jpg
+0
-0
data/images/stock-items-wingnuts-cast-iron-wing-nut2.jpg
+0
-0
data/images/stock-items-wingnuts-screw.jpg
+0
-0
data/images/stock-items-wood-connector-1-sided.jpg
+0
-0
data/images/stock-items-wood-connector-2-sided.jpg
+0
-0
data/www.choicecastings.com/_downloads.html
+13
-0
| @@ | @@ -0,0 +1,13 @@ |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <meta charset="UTF-8"> |
| + | <title> Downloads </title> |
| + | </head> |
| + | <body> |
| + | <h1> Downloads </h1> |
| + | <ul> |
| + | <li><a id="http://www.choicecastings.com/" href="index.html"> Home - Choice Castings </a></li> |
| + | </ul> |
| + | </body> |
| + | </html> |
data/www.choicecastings.com/about/index.html
+1289
-0
| @@ | @@ -0,0 +1,1289 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16045415"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>About Us - Choice Castings</title> |
| + | <meta property="og:title" content="About Us - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16045415" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fabout%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>About Us </h2> |
| + | <p>At Choice Castings, we are best in class at providing solutions for your casting needs. We work with many quality foundries giving us the opportunity to provide you the best choice for your casting requirements. With a firm understanding of your critical needs, Choice Castings can work on sourcing solutions, including, buying quality parts on time at the right price.</p> |
| + | <p>Choice Castings also has an in-depth understanding of foundry operations and what is involved when producing quality parts. This enables us to partner with our vendors to ensure they are manufacturing quality parts efficiently. Overall, Choice Castings has the ability to leverage our position to obtain competitive pricing, quality parts and reliable/on-time delivery. This allows you, the customer, the ability to focus on your core business and spend your time doing what you do best.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/aluminum/index.html
+1293
-0
| @@ | @@ -0,0 +1,1293 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046627"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Aluminum - Choice Castings</title> |
| + | <meta property="og:title" content="Aluminum - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046627" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Faluminum%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Aluminum<span class="full-image-float-right ssNonEditable"><span><img src="http://choicecastings.squarespace.com/storage/Zinc___Aluminum_Die_Cast.jpg?__SQUARESPACE_CACHEVERSION=1361035982174" alt="" /></span></span></h2> |
| + | <p style="text-align: justify;">We select casting suppliers based on part size, production volume and technical requirements, making sure that foundries produce according to their capabilities and strengths.</p> |
| + | <p style="text-align: justify;">Our vendor base produces:</p> |
| + | <ul> |
| + | <li>Sand castings on manual and automatic horizontal molding lines.</li> |
| + | <li>Permanent mold castings up to 100 pounds.</li> |
| + | <li>Die castings.</li> |
| + | </ul> |
| + | <p style="text-align: justify;">We frequently organize and supply parts that require tooling sharing between different foundries - parts that are required in aluminum, brass and/or iron. We make sure this happens efficiently, seemlessly and expediently.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/casting-sourcing/index.html
+1350
-0
| @@ | @@ -0,0 +1,1350 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046560"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Casting Sourcing - Choice Castings</title> |
| + | <meta property="og:title" content="Casting Sourcing - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046560" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fcasting-sourcing%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7546988" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Services</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper17847733"> |
| + | |
| + | <div id="moduleContent17847733"> |
| + | |
| + | <a id="moduleLink17847733" class=" " href="index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847737"> |
| + | |
| + | <div id="moduleContent17847737"> |
| + | |
| + | <a id="moduleLink17847737" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Protoyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847749"> |
| + | |
| + | <div id="moduleContent17847749"> |
| + | |
| + | <a id="moduleLink17847749" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <p><span class="full-image-block ssNonEditable"><span> </span></span></p> |
| + | <p><span class="full-image-float-right ssNonEditable"><span><img src="http://choicecastings.squarespace.com/storage/main-slideshow/produkt4_small.gif?__SQUARESPACE_CACHEVERSION=1361119282514" alt="" /></span></span></p> |
| + | <h2>Casting Sourcing</h2> |
| + | <p>Choice Castings has built a network of high quality and competitive sources to produce and machine industrial castings.</p> |
| + | <p>Our experience and know-how combined with significant buying power with our vendors assures you of excellent value and exceptional service.</p> |
| + | <p>We provide support in casting design and identify the ideal source to produce each particular casting.</p> |
| + | <p>We work with our vendors to assure their needs are being met while meeting your goals, whether it is to improve quality, shorten lead-times or reduce pricing.</p> |
| + | <p>We look forward to your call or email!</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/copper/index.html
+1294
-0
| @@ | @@ -0,0 +1,1294 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046631"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Copper - Choice Castings</title> |
| + | <meta property="og:title" content="Copper - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046631" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fcopper%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Copper Alloys</h2> |
| + | <h2><span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/casta.jpg?__SQUARESPACE_CACHEVERSION=1361036863108" alt="" /></span></span></h2> |
| + | <p>We supply copper alloys produced in sand and permanent mold, including:</p> |
| + | <ul> |
| + | <li>Brass</li> |
| + | <li>Aluminum and silicon bronze</li> |
| + | <li>High conductivity copper.</li> |
| + | </ul> |
| + | <p>Sand castings are produced on squeezer and automatic lines. Permanent mold castings allow for fine surfaces and extreme conductivity.</p> |
| + | <p>We provide tin and silver plating as well as machining and assembly.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/display/common-styleId=1673086&RK=1340222010963&CE=75.css
+1214
-0
| @@ | @@ -0,0 +1,1214 @@ |
| + | /* ------------------------------------------------------------------------------------------------ |
| + | |
| + | Squarespace Core CSS Definitions DO NOT REPLACE. DO NOT IMPORT THIS FILE. All definitions are needed. |
| + | Override as required from Custom CSS only! |
| + | |
| + | ------------------------------------------------------------------------------------------------ */ |
| + | |
| + | @media screen { |
| + | |
| + | |
| + | /* --- core elements --------------------------------------------------------------------------- */ |
| + | |
| + | html { height: 100%; } |
| + | img { border: 0 none; -ms-interpolation-mode: bicubic; } |
| + | body { border: 0px; height: 100%; margin: 0px; padding: 0px; } |
| + | td { background: transparent; border: 0px; margin: 0px; padding: 0px; } |
| + | p { margin-bottom: 1em; margin-top: 0em; } |
| + | h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; } |
| + | ul { list-style-type: square; /* naturally. */ margin: 1em 0 1em; padding: 0; padding-left: 2em; } |
| + | form { margin:0; padding: 0; } |
| + | |
| + | a { -moz-outline:none; } |
| + | |
| + | input.button, input.button[disabled] { font-size: 12px; padding: 2px 5px 3px 5px; -moz-outline: 0; } |
| + | input.button-important { font-size: 12px; padding: 2px 5px 3px 5px; -moz-outline: 0; font-weight: bold; } |
| + | input.text, input.text-fixed, textarea, select { font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; } |
| + | input.text { width: 300px; } |
| + | input.text-fixed { width: 300px; } |
| + | textarea { height: 120px; } |
| + | |
| + | .clearer { clear: both; line-height: 0; height: 0; } |
| + | .templateErrors { display: none; } |
| + | |
| + | #bodyClearer { display: none; } |
| + | |
| + | |
| + | /* --- image defaults -------------------------------------------------------------------------- */ |
| + | |
| + | .thumbnail, .picture-full, .picture img, .thumbnail-image-float-left img, .thumbnail-image-float-right img, .thumbnail-image-float-none img { } |
| + | #main-picture-wrapper { line-height: 1px; } |
| + | |
| + | |
| + | /* --- core squarespace elements --------------------------------------------------------------- */ |
| + | |
| + | #sidebar2Wrapper { display: none; } |
| + | #siteTitle, #pageFooterWrapper, #pageBodyWrapper { clear: both; } |
| + | #canvasWrapper, #content, #sidebar1, #sidebar2 { overflow: hidden; } |
| + | #bannerWrapper { line-height: 0; } |
| + | #active-module-marker { display: none; } |
| + | |
| + | .folder-link { -moz-outline: 0; } |
| + | |
| + | .verticalNavigationBar .folder-open a.folder-link { background: transparent url("../universal/images/core-resources/icons/smalllight/folder-contract.png") center left no-repeat; padding-left: 15px; } |
| + | .verticalNavigationBar .folder-open ul { } |
| + | .verticalNavigationBar .folder-closed a.folder-link{ background: transparent url("../universal/images/core-resources/icons/smalllight/folder-expand.png") center left no-repeat; padding-left: 15px; } |
| + | |
| + | .folder-closed .folder-wrapper ul { display: none; } |
| + | |
| + | .horizontalNavigationBar { width: 1000px; } |
| + | .horizontalNavigationBar .content-navigation { float: left; } |
| + | |
| + | .horizontalNavigationBar .folder-open .folder-wrapper .module a { margin-left: 0; } |
| + | .horizontalNavigationBar .folder-open .folder-wrapper a.folder-link { } |
| + | .horizontalNavigationBar .folder-open .folder-wrapper { z-index: 999; } |
| + | .horizontalNavigationBar .folder-open .folder-wrapper ul { display: block; position: absolute; } |
| + | .horizontalNavigationBar .folder-open .folder-wrapper ul li { float: none; } |
| + | |
| + | .horizontalNavigationBar .folder-wrapper ul { position:relative; z-index:999; } /* ensures flash works properly in headers */ |
| + | |
| + | .horizontalNavigationBar ul { list-style-type: none; padding: 0; margin: 0; } |
| + | .horizontalNavigationBar ul li { float: left; padding: 0; margin: 0; } |
| + | .horizontalNavigationBar ul li a { display: block; } |
| + | |
| + | .error-box { background-color: #FF4F20; color: #$ErrorColorOpposite$; padding: 15px; margin-top: 1em; } |
| + | .error-text, .error-text a:link, .error-text a:visited, .error-text a:active, .error-text a:hover { color: #FF4F20; } |
| + | .input-with-error { border: 2px solid #FF4F20 !important; } |
| + | .faded-text { color: #$InactiveTextColor$; } |
| + | |
| + | .offsite-link { background: transparent url("../universal/images/core-resources/icons/smalllight/open-off-site.png") center right no-repeat; padding-right: 13px; margin-right: 1px; } |
| + | .offsite-link-inline { background: transparent url("../universal/images/core-resources/icons/smalllight/open-off-site.png") center right no-repeat; padding-right: 13px; margin-right: 1px; } |
| + | .folder-link-expand { background: transparent url("../universal/images/core-resources/icons/smalllight/folder-expand.png") center center no-repeat; padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; } |
| + | .folder-link-contract { background: transparent url("../universal/images/core-resources/icons/smalllight/folder-contract.png") center center no-repeat; padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; } |
| + | |
| + | |
| + | /* --- image floating / editor constructs ------------------------------------------------------ */ |
| + | |
| + | .thumbnail-image-float-left { float: left; margin: 0px 10px 8px 0px; } |
| + | .thumbnail-image-float-right { float: right; margin: 0px 0px 8px 10px; } |
| + | .thumbnail-image-block { display: block; } |
| + | .thumbnail-image-inline { display: inline; } |
| + | |
| + | .thumbnail-image-float-left img, .thumbnail-image-float-right img , .thumbnail-image-float-none img { border: 1px solid #ccc; text-decoration: none; } |
| + | |
| + | .full-image-float-left { float: left; margin: 0px 10px 8px 0px; } |
| + | .full-image-float-right { float: right; margin: 0px 0px 8px 10px; } |
| + | .full-image-block { display: block; } |
| + | .full-image-inline { display: inline; } |
| + | |
| + | .full-image-float-left img, .full-image-float-right img , .full-image-float-none img { text-decoration: none; } |
| + | |
| + | .thumbnail-caption { display: block; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; padding-top: 5px; padding-bottom: 10px; } |
| + | |
| + | |
| + | /* --- LEGACY constructs ----------------------------------------------------------------------- */ |
| + | |
| + | .sizeLess40 { font-size: 60%; } |
| + | .sizeLess20 { font-size: 80%; } |
| + | .sizeGreater20 { font-size: 120%; } |
| + | .sizeGreater40 { font-size: 140%; } |
| + | .sizeGreater60 { font-size: 160%; } |
| + | .sizeGreater80 { font-size: 180%; } |
| + | .sizeGreater100 { font-size: 200%; } |
| + | |
| + | |
| + | /* --- squarespace document construction elements ---------------------------------------------- */ |
| + | |
| + | .document-heading { margin-bottom: 1.8em; } |
| + | .document-title { margin-bottom: .8em; } |
| + | .header { margin-bottom: 2em; } |
| + | .body { margin-bottom: 2em; margin-top: 1em; } |
| + | .body-direct { margin-bottom: 2em; } |
| + | .footer { margin-top: 2em; clear: both; } |
| + | .field { margin-bottom: 1em; clear: both; } |
| + | |
| + | |
| + | /* --- squarespace form module components ----------------------------------------------------- */ |
| + | |
| + | .form-body { list-style-type: none; padding: 0; margin: 0; } |
| + | |
| + | .form-body .fieldContainer { padding: 5px 0px 5px 0px; margin: 0; clear: both; } |
| + | .form-body .fieldContainerActive { padding: 5px 0px 5px 0px; margin: 0; clear: both; } |
| + | .form-body .fieldContainerNew { padding: 5px 0px 5px 0px; margin: 0; clear: both; } |
| + | |
| + | .form-body .fieldTitle { font-weight: bold; padding-bottom: 3px; font-size: 12px; } |
| + | .form-body .fieldHelp { font-size: 9px; padding-top: 4px; } |
| + | .form-body .fieldObjects { } |
| + | .form-body .fieldRequiredStar { color: #FF4F20; } |
| + | .form-body .fieldAugmentedLink { font-weight: normal; font-size: 9px; } |
| + | |
| + | .form-body .formTitle { font-weight: normal; font-size: 12px; padding-bottom: 1em; } |
| + | .form-body .formCaption { font-weight: bold; font-size: 12px; padding-bottom: 3px; line-height: 17px; } |
| + | .form-body .formErrorMessage { font-size: 12px; padding-top: 1em; } |
| + | |
| + | .form-body .sectionBreak { padding-top: 4px; } |
| + | .form-body .optionRow { padding-top: 2px; } |
| + | |
| + | .form-body .singlelinetext-small { width: 100px; } |
| + | .form-body .singlelinetext-medium { width: 180px; } |
| + | .form-body .singlelinetext-large { width: 340px; } |
| + | |
| + | .form-body .singlelinetext-small-inline { width: 94%; } |
| + | .form-body .singlelinetext-medium-inline { width: 94%; } |
| + | .form-body .singlelinetext-large-inline { width: 94%; } |
| + | |
| + | .form-body .paragraphtext-small { height: 70px; width: 94%; } |
| + | .form-body .paragraphtext-medium { height: 100px; width: 94%; } |
| + | .form-body .paragraphtext-large { height: 200px; width: 94%; } |
| + | |
| + | .form-body .paragraphtext-small-inline { height: 70px; width: 94%; } |
| + | .form-body .paragraphtext-medium-inline { height: 100px; width: 94%; } |
| + | .form-body .paragraphtext-large-inline { height: 200px; width: 94%; } |
| + | |
| + | .form-body #username, .form-body #password { width: 160px; } |
| + | |
| + | .submit-button { width: 120px; margin-top: 2em !important; } |
| + | |
| + | .verticalNavigationBar .notice-box input.submit-button { width: 100%; } |
| + | |
| + | /* --- squarespace specifics ------------------------------------------------------------------- */ |
| + | |
| + | .journal-filter-header { margin-bottom: 15px; padding-bottom: 10px; } |
| + | .journal-navigation { margin-top: 2em; clear: both; } |
| + | |
| + | .journal-comment-area { margin-top: 25px; padding-top: 15px; } |
| + | .journal-comment-area .caption { } |
| + | .journal-comment-area .text { } |
| + | .journal-comment-area-disabled-text { margin-top: 2em; } |
| + | |
| + | .journal-reference-area { margin-top: 25px; padding-top: 15px; } |
| + | .journal-reference-area .caption { margin-bottom: 1em; } |
| + | .journal-reference-area .text { } |
| + | |
| + | .journal-entry-navigation { margin-bottom: 2em; } |
| + | |
| + | .journal-entry { margin-bottom: 2em; } |
| + | .journal-entry .title { } |
| + | .journal-entry .tag { clear: both; } |
| + | .journal-entry .body { margin: 1em 0 1em 0; } |
| + | .journal-entry .enclosure { background-image: url("../universal/images/core-resources/icons/smalllight/file.png"); background-position: left center; background-repeat: no-repeat; padding-left: 21px; } |
| + | |
| + | .journal-entry-follow-up { clear: both; margin-bottom: 1em; padding-left: 12px; } |
| + | .journal-entry-follow-up .follow-up-caption { margin-bottom: 1em; } |
| + | .journal-entry-follow-up .follow-up-body { } |
| + | |
| + | .journal-entry-references { margin: 15px 0 15px 0; padding: 0; list-style-type: none; } |
| + | .journal-entry-references li { margin: 0; clear: both; margin-bottom: 8px; height: 1%; } |
| + | .journal-entry-references li .icon-area { float: left; width: 19px; } |
| + | .journal-entry-references li .text-area { margin-left: 19px; height: 1%; } |
| + | .journal-entry-references li .text-area .headline { } |
| + | .journal-entry-references li .text-area .headline .type { font-weight: bold; } |
| + | .journal-entry-references li .text-area .headline .title { } |
| + | .journal-entry-references li .text-area .author-byline { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; } |
| + | .journal-entry-references li .text-area .excerpt { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; } |
| + | |
| + | .journal-entry-tag .posted-in .tag-element, .journal-entry-tag .posted-on, .journal-entry-tag .posted-by, .journal-entry-tag .post-comments, .journal-entry-tag .post-references { white-space: nowrap; } |
| + | |
| + | .journal-entry-tag-post-body { clear: both; } |
| + | |
| + | .journal-entry-float-date, .journal-entry-float-date span { display: none; } |
| + | .journal-entry-float-day, .journal-entry-float-day span { display: none; } |
| + | .journal-entry-float-time, .journal-entry-float-time span { display: none; } |
| + | |
| + | .journal-archive-set ul { margin-top: 1em; } |
| + | |
| + | .unpublished { color: #$InactiveTextColor$; } |
| + | |
| + | .amazon-item-list { padding: 0; } |
| + | .amazon-item-list li { list-style-type: none; margin-bottom: 10px; height: 1%; } |
| + | .amazon-item-list li .picture { float: left; overflow: hidden; } |
| + | .amazon-item-list li .description { height: 1%; margin-bottom: 15px; margin-left: 90px; } |
| + | .amazon-item-list li .description .authors { margin-bottom: 15px; } |
| + | .amazon-item-list li .description .text { margin-bottom: 15px; } |
| + | .amazon-item-list li .description .amazon-link { } |
| + | |
| + | .gallery-navigation { margin-bottom: 15px; margin-top: 15px; } /* compatibility */ |
| + | .gallery-description { margin-top: 5px; clear: both; } |
| + | |
| + | .gallery-navigation-top { padding-bottom: 12px; text-align: left; } |
| + | .gallery-navigation-bottom { padding-top: 12px; text-align: left; } |
| + | |
| + | .picture-full { clear: both; } |
| + | |
| + | #main-picture-description-title { padding-bottom: 1em; } |
| + | |
| + | .picture-gallery-list { padding: 0; margin: 0; } |
| + | .picture-gallery-list li { list-style-type: none; margin-bottom: 12px; height: 1%; } |
| + | .picture-gallery-list li .thumbnail { } |
| + | .picture-gallery-list li .thumbnail-wrapper { display: inline-block; } |
| + | .picture-gallery-list li .thumbnail-wrapper a { display: block; } |
| + | .picture-gallery-list li .thumbnail-container { float: left; line-height: 0; } |
| + | .picture-gallery-list li .thumbnail-container-with-description, .picture-gallery-list li .thumbnail-container-tiled { line-height: 0; } |
| + | .picture-gallery-list li .description { } |
| + | .picture-gallery-list li .description .caption { margin-bottom: 5px; } |
| + | .picture-gallery-list li .description .author { margin-bottom: 5px; margin-top: 5px; } |
| + | .picture-gallery-list li .description .text { } |
| + | .picture-gallery-list li .description ul { margin-top: 1em; } |
| + | .picture-gallery-list li .description ul li { list-style-type: square; display: list-item; } |
| + | |
| + | .picture-gallery-thumbnail-list { padding: 0; margin: 0; } |
| + | .picture-gallery-thumbnail-list li { list-style-type: none; height: 1%; display: inline; } |
| + | .picture-gallery-thumbnail-list li .thumbnail { display: inline; } |
| + | .picture-gallery-thumbnail-list li .thumbnail-container-tiled { float: left; margin-bottom: 12px; margin-right: 12px; } |
| + | .picture-gallery-thumbnail-list li .thumbnail-container-with-description { float: left; margin-bottom: 12px; } |
| + | .picture-gallery-thumbnail-list li .description { margin-bottom: 1em; height: 1%; overflow: hidden; } |
| + | .picture-gallery-thumbnail-list li .description ul { margin-top: 1em; } |
| + | .picture-gallery-thumbnail-list li .description ul li { list-style-type: square; display: list-item; } |
| + | |
| + | .picture-gallery-thumbnail-scroll-right, .picture-gallery-thumbnail-scroll-left { background-color: #D6D6D6; width: 10px; height: 55px; margin: 0; padding: 0; border: 0; -moz-outline: 0 } |
| + | .picture-gallery-thumbnail-scroll-right { margin-left: 3px; } |
| + | .picture-gallery-thumbnail-scroll-left { margin-right: 3px; } |
| + | |
| + | .file-item-list { padding: 0; } |
| + | .file-item-list li { list-style-type: none; margin-bottom: 10px; height: 1%; clear: both; } |
| + | .file-item-list li .icon { float: left; display: block; line-height: 13px; } |
| + | .file-item-list li .content { height: 1%; margin-left: 21px; } |
| + | .file-item-list li .title { display: inline; } |
| + | |
| + | .folder-item-list { } |
| + | .folder-item-list li { margin-bottom: 1em; } |
| + | |
| + | .link-group-list { padding: 0; } |
| + | .link-group-list li { list-style-type: none; margin-bottom: 1.5em; } |
| + | .link-group-list li ul { margin-top: 1em; } |
| + | .link-group-list li ul li { list-style-type: square; margin-bottom: .5em; } |
| + | .link-group-list li ul li .title { } |
| + | .link-group-list li ul li .description { } |
| + | |
| + | /* V1 */ |
| + | .discussion-comment-list { margin: 0; padding: 0; } |
| + | .discussion-comment-list li { list-style-type: none; background: transparent url("../universal/images/core-resources/icons/smalllight/comment.png") no-repeat 0px 1px; padding-bottom: 10px; margin-top: 10px; padding-left: 21px; border-bottom: 1px solid #$LightBorderColor$; } |
| + | .discussion-comment-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; } |
| + | .discussion-comment-list li .post-title { display: inline; } |
| + | |
| + | /* V2 */ |
| + | .discussion-table { width: 100%; } |
| + | .discussion-table .inline-icon { display: none; } |
| + | |
| + | .discussion-table-header td { font-weight: bold; font-size: 12px; padding: 2px; } |
| + | .discussion-table-header .replycount-cell, .discussion-table-header .viewcount-cell { text-align: center; } |
| + | |
| + | .discussion-table-row td { padding: 2px; } |
| + | |
| + | .discussion-table-row .icon-cell { width: 22px; background: transparent url("../universal/images/core-resources/icons/smalllight/comment.png") no-repeat 1px 10px; } |
| + | |
| + | .discussion-table-row .topic-cell { padding: 7px 0 5px 0; } |
| + | .discussion-table-row .topic-cell .topic-text { font-size: 14px; } |
| + | .discussion-table-row .topic-cell .topic-author { font-size: 11px; } |
| + | .discussion-table-row .topic-cell .topic-created { display: none; } |
| + | |
| + | .discussion-table-row .replycount-cell { text-align: center; font-size: 26px; } |
| + | .discussion-table-row .viewcount-cell { text-align: center; } |
| + | |
| + | .discussion-table-row .updated-cell { font-size: 10px; } |
| + | .discussion-table-row .updated-cell .reply-author { display: none; } |
| + | |
| + | .discussion-table-header .viewcount-cell, .discussion-table-row .viewcount-cell { display: none; } |
| + | |
| + | |
| + | .comment { margin-top: 1em; padding-bottom: 1em; } |
| + | .comment .body { margin-top: 1em; } |
| + | .comment .signature { margin-top: .5em; text-align: right; } |
| + | |
| + | .change-list { margin: 0; padding: 0; } |
| + | .change-list li { background: no-repeat 0px 1px; border-bottom: 1px solid #CCCCCC; display: block; list-style-type: none; margin: 0; margin-bottom: 1.2em; padding: 0; padding-bottom: 1.2em; padding-left: 28px; } |
| + | .change-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; } |
| + | |
| + | .input-field { margin-bottom: 1em; } |
| + | .input-field .title { margin-bottom: 5px; } |
| + | .input-field .control { } |
| + | |
| + | .input-field-error { font-weight: bold; margin-bottom: 5px; } |
| + | |
| + | .table .row { clear: both; } |
| + | .table .left { float: left; margin: 5px; text-align: right; width: 100px; } |
| + | .table .right { margin-bottom: 5px; margin-left: 100px; } |
| + | |
| + | .notice-box { margin-bottom: 2em; } |
| + | .notice-box .caption { display: inline; } |
| + | .notice-box .caption-text { margin-top: 1em; margin-bottom: 2em; } |
| + | .notice-box .link-field-title { font-weight: bold; padding-bottom: 10px; margin-top: 1em; } |
| + | .notice-box .link-field-text { } |
| + | |
| + | .notice-box textarea { width: 99%; } |
| + | |
| + | .notice-box-alert { margin-bottom: 1em; padding: 1em; } |
| + | .notice-box-alert .icon { float: left; } |
| + | .notice-box-alert .text { height: 1%; margin-left: 22px; } |
| + | |
| + | #squarespace-powered { padding: 0; } |
| + | #squarespace-powered-text { padding: 0; font-size: 80%; } |
| + | |
| + | .search-form .queryFieldWrapper { display: block; float: left; } |
| + | .search-form .queryField { font-size: 18px; padding: 3px; } |
| + | .search-form .queryButtonWrapper { display: block; float: left; padding-left: 15px; } |
| + | .search-form .queryButton { } |
| + | .search-form #advancedSearchOptionsLink { font-size: 9px; margin-top: 3px; } |
| + | .search-form .advanced-search-group-label { margin: 1em 0 1em 0; } |
| + | |
| + | .search-results { margin-top: 2em; } |
| + | .search-result { margin-bottom: 20px; } |
| + | .search-result .search-result-number { display: none; float: left; font-size: 30px; } |
| + | .search-result .search-result-entry { } |
| + | .search-result .search-result-title { font-size: 18px; } |
| + | |
| + | .search-result .search-result-tag { font-size: 10px; font-weight: normal; } |
| + | .search-result .search-result-type { } |
| + | .search-result .search-result-author { } |
| + | .search-result .search-result-date { } |
| + | |
| + | .search-result .search-result-body { margin-top: 4px; font-size: 12px; } |
| + | |
| + | .search-result .search-result-title .hit-word-title { font-weight: bold; } |
| + | .search-result .search-result-body .hit-word-body { font-weight: bold; font-size: 120%; } |
| + | |
| + | .faq-category-list { padding: 0; margin: 0; } |
| + | .faq-category-list li { list-style-type: none; margin-bottom: 20px; } |
| + | .faq-category-list li { } |
| + | |
| + | .faq-question-list { margin-top: 1em; } |
| + | .faq-question-list li { list-style-type: square; margin-bottom: 6px; } |
| + | .faq-question-list li .title { } |
| + | .faq-question-list li .description { margin-bottom: 15px; } |
| + | |
| + | .faq-entry-count { font-size: 13px; } |
| + | .faq-entry .text { } |
| + | .faq-entry .tag { font-size: 10px; } |
| + | |
| + | .google-map { width: 100%; height: 400px; } |
| + | |
| + | |
| + | /* --- journal summary ------------------------------------------------------------------------ */ |
| + | |
| + | .nugget-item-list-pt .slug-above { display: none; } |
| + | .nugget-item-list-pt .slug-below { display: none; } |
| + | .nugget-item-list-pt .summary-item-wrapper { float: left; overflow: hidden; height: 175px; width: 175px; margin: 15px 15px 0 0; text-align: left; } |
| + | .nugget-item-list-pt .summary-item{ padding: 15px; } |
| + | .nugget-item-list-pt .title { font-weight: bold; } |
| + | |
| + | .summary-item-list-pt .slug-above { display: none; } |
| + | .summary-item-list-pt .slug-above, .summary-item-list-pt .slug-below { font-size: 9px; } |
| + | .summary-item-list-pt .summary-item-wrapper {padding-bottom: 10px !important; display: block; } |
| + | .summary-item-list-pt .pre-date-breaker { display: none; } |
| + | .summary-item-list-pt .pre-comments-breaker { padding: 0 5px 0 5px; } |
| + | .summary-item-list-pt .title { font-weight: bold; } |
| + | .summary-item-list-pt .summary-item-wrapper.highlight .title { font-size: 22px; line-height: 24px; padding-bottom: 3px; } |
| + | .summary-item-list-pt .summary-item-wrapper.highlight { padding-bottom: 20px !important; } |
| + | .summary-item-list-pt .summary-item-wrapper.highlight .slug-above { display: block; } |
| + | .summary-item-list-pt .summary-item-wrapper.highlight .slug-below { display: none; } |
| + | |
| + | /* --- tag clouds ----------------------------------------------------------------------------- */ |
| + | |
| + | .tagcloud-widget-wrapper { min-height:18px; } |
| + | .tagcloud a span { position:relative; display:inline-block; line-height:normal; } |
| + | .tagcloud a:hover span { opacity:1 !important; } |
| + | |
| + | /* --- microblogging -------------------------------------------------------------------------- */ |
| + | |
| + | .quick-post .description { margin-top: 1em; } |
| + | .quick-post .embed { margin-top: 1em; } |
| + | .quick-post .image { margin: 1em 0 1em 0; } |
| + | .quick-post .dialogue { margin-top: 1em; } |
| + | |
| + | .post-data-link .link-arrow, .post-data-delicious .link-arrow, .post-data-digg .link-arrow, .post-data-stumbleupon .link-arrow, .post-data-lastfm .link-arrow { font-size: 80%; } |
| + | |
| + | .post-data-chat .dialogue .line { } |
| + | .post-data-chat .dialogue .line .speaker { display: block; } |
| + | |
| + | .post-data-quote .source { display: inline; } |
| + | .post-data-quote .source p { display: inline; } |
| + | |
| + | |
| + | /* --- packed / quick posts ------------------------------------------------------------------ */ |
| + | |
| + | .packed-posts-wrapper { display: none; } |
| + | .packed-posts-wrapper .packed-post { padding-top: 10px; } |
| + | |
| + | .quick-post .packed-post-date { } |
| + | .quick-post .packed-post-date-tight { margin-top: -12px; } |
| + | |
| + | .journal-quickpost-tag-post-body .stacked-link, .journal-quickpost-tag-post-body .initial-stacked-link { float: left; } |
| + | |
| + | .quickpost-external-service-tag a { padding-left: 20px; background-repeat: no-repeat; background-position: center left; } |
| + | |
| + | |
| + | /* --- feeds ----------------------------------------------------------------------------------- */ |
| + | |
| + | .feed-list, .feed-list-inline { padding: 0; } |
| + | .feed-list li, .feed-list-inline li { list-style-type: none; margin: 0; padding: 0; } |
| + | |
| + | .feed-list .feed-link { padding-left: 22px; background-image: url("../universal/images/xml/feed-icon-16x16-orange.png"); background-repeat: no-repeat; background-position: center left; } |
| + | .feed-list-inline .feed-link { padding-left: 16px; background-image: url("../universal/images/xml/feed-icon-12x12-orange.png"); background-repeat: no-repeat; background-position: center left; } |
| + | |
| + | |
| + | /* --- social links ---------------------------------------------------------------------------- */ |
| + | |
| + | .social-link-list-pt li { display: block; } |
| + | .social-link-list-pt li a.icon-link { padding: 2px 0px 2px 20px; background-repeat: no-repeat; background-position: center left; background-size: 16px;} |
| + | |
| + | |
| + | /* --- social objects -------------------------------------------------------------------------- */ |
| + | |
| + | .twitter-update-wrapper .item-date, .digg-link-wrapper .item-date, .delicious-link-wrapper .item-date, .imported-rss-article-wrapper .item-date { display: block; } |
| + | .flickr-image-wrapper { display: block; float: left; line-height: 1px; } |
| + | |
| + | /* --- social widgets ---------------------------------------------------------------------- */ |
| + | |
| + | /****** Twitter *******/ |
| + | .twitter-wrapper { overflow: hidden; } |
| + | .twitter-wrapper .twitter-item-slug a, .twitter-wrapper .twitter-nav-buttons a { text-decoration:none; } |
| + | .twitter-wrapper a:active { outline:none; } |
| + | |
| + | /****** Twitter Footer - Follow Me Links *******/ |
| + | #canvas .twitter-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | .twitter-link img { float:left; width:16px; height:16px; margin-right:5px; } |
| + | .twitter-link img.avatar { width:14px; height:14px; border:1px solid #fff; } |
| + | |
| + | /****** Twitter Widget Navigation *******/ |
| + | .twitter-nav-buttons { clear:both; font-size:11px; line-height:1em; overflow:hidden; } |
| + | .twitter-wrapper .twitter-nav-buttons a { padding:10px 0; } |
| + | a.twitter-button-newer { display:block; float:left; } |
| + | a.twitter-button-older { display:block; float:right; } |
| + | |
| + | /******** General *********/ |
| + | .twitter-wrapper .primary, .twitter-wrapper .secondary .primary { overflow:hidden; } |
| + | #canvas .twitter-wrapper.wrapper .twitter-date a, #canvas .twitter-wrapper.wrapper .twitter-date a:hover { display:block; } |
| + | .twitter-avatar { float:left; margin:0 0.9em 0 0; height:34px; } |
| + | .twitter-avatar img { width:30px; height:30px; border:2px solid #fff; } |
| + | |
| + | /******** Basic Preset **********/ |
| + | .basic .twitter-username a { font-weight:bold; font-size:1.2em; } |
| + | .basic .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; } |
| + | |
| + | /********* Bubble Preset ***********/ |
| + | .bubble .twitter-content { padding:15px 15px 0; margin-bottom:15px; -moz-border-radius:2px; -webkit-border-radius:2px; } |
| + | .bubble .twitter-item-bubble { margin-top:15px; } |
| + | .bubble .twitter-item-bubble.highlight { margin-top:0; } |
| + | .bubble .twitter-item-content-bubble { background:#fff; color:#111; padding:1em; -moz-border-radius:8px; -webkit-border-radius:8px; overflow: hidden; } |
| + | .bubble .twitter-item-slug { background:url("../universal/images/social/bubble-stem.png") 22px top no-repeat; padding:22px 0 0; line-height:1.4em; } |
| + | .bubble .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; } |
| + | .bubble .twitter-content { padding:15px; margin-bottom:0; } |
| + | |
| + | /*********** Blocks Preset ***********/ |
| + | .block .twitter-content { margin-bottom:15px; -moz-border-radius:2px; -webkit-border-radius:2px; } |
| + | .block .twitter-item { margin:0; } |
| + | .block .twitter-item-content { padding:1em; } |
| + | .block .twitter-item-slug { padding:10px; line-height:1.4em; } |
| + | .block .twitter-username a { font-weight:bold; } |
| + | .block .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; border:none; } |
| + | .block .twitter-content { margin-bottom:0; } |
| + | |
| + | /******** Chunk Preset **********/ |
| + | .chunk .twitter-content { margin-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | .chunk .twitter-header { padding:10px; } |
| + | .chunk .twitter-avatar { height:44px; } |
| + | .chunk .twitter-avatar img { width:40px; height:40px; } |
| + | .chunk .twitter-name { font-weight:bold; font-size:15px; } |
| + | .chunk .twitter-username a { font-size:11px; } |
| + | .chunk .twitter-item { padding:10px; margin-top:1px; } |
| + | .chunk .twitter-item.highlight { margin-top:0; } |
| + | .chunk .twitter-nav-buttons a { padding:10px; } |
| + | |
| + | /******** Wrapper Preset ***********/ |
| + | .wrapper .twitter-item { margin-bottom:10px; padding-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | .wrapper .twitter-item-content { padding:1em; font-size:1.3em; line-height:1.6em; overflow:hidden; } |
| + | .wrapper .twitter-item-slug { margin-right:15px; padding:10px; padding-left:15px; line-height:1.4em; } |
| + | .wrapper .twitter-name a { font-weight:bold; font-size:1.2em; } |
| + | .wrapper .twitter-nav-buttons { padding:0 10px; margin:10px 0; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | |
| + | |
| + | /*** Flickr ***/ |
| + | |
| + | /*** Grid Preset ***/ |
| + | .flickr-wrapper ul.flickr-grid, .flickr-wrapper ul.flickr-grid li { margin:0; padding:0; line-height:0; list-style:none; } |
| + | .flickr-wrapper { width:100%; } |
| + | .flickr-content { width:100%; } |
| + | .flickr-grid-wrapper { margin:0 auto; margin:0 auto; width:100%; } |
| + | |
| + | |
| + | /****** Flickr Footer - Photostream Link *******/ |
| + | #canvas .flickr-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | .flickr-link img { float:left; width:16px; height:16px; margin-right:5px; } |
| + | .flickr-link img.avatar { width:14px; height:14px; border:1px solid #fff; } |
| + | |
| + | /*** RSS Social ***/ |
| + | .rss-wrapper a { display:block; } |
| + | .rss-wrapper .rss-description span a { display:inline; } |
| + | |
| + | /*** Delicious ***/ |
| + | .deli-wrapper-box { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } |
| + | .deli-date-box span { display:inline-block; line-height:normal; } |
| + | |
| + | .deli-tags-bubble a, .deli-tags-bubble-box a { display:inline-block; line-height:normal; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } |
| + | |
| + | .deli-item-hang { position:relative; } |
| + | .deli-date-hang { position: absolute; top: 0; left: 0; } |
| + | |
| + | #canvas .delicious-link a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; } |
| + | .delicious-link img { float:left; height:16px; margin-right:5px; width:16px; } |
| + | |
| + | /*** Location ***/ |
| + | |
| + | .lw { overflow:hidden; border-radius: 6px; -moz-border-radius: 6px; } |
| + | .lw-map { padding: 17px; } |
| + | .lw-checkin { overflow: hidden; font-family: 'helvetica neue', lucida grande, arial, sans-serif; cursor: pointer; } |
| + | .lw-checkin-infowin { overflow: hidden; font-family: 'helvetica neue', lucida grande, arial, sans-serif; cursor: pointer; } |
| + | .lw-leftleft { float: left; width: 53px; padding-right: 17px; line-height: 1.2em; } |
| + | .lw-left { float: left; width: 32px; padding-right: 17px; } |
| + | .lw-venue-icon img { width: 32px; height: 32px; } |
| + | .lw-right { width: 65px; margin-left: 17px; float: right; text-align: right; } |
| + | .lw-main { margin-left: 49px; line-height: 1em; } |
| + | .lw-main.ni { margin-left: 0; } |
| + | .lw-main.dl { margin-left: 119px; } |
| + | .lw-main.dl.ni { margin-left: 70px; } |
| + | .lw-main.dr { margin-right: 82px; } |
| + | .lw-main.dr.ni { margin-left: 0; } |
| + | .lw-right .lw-date, .lw-leftleft .lw-date { display: inline-block; } |
| + | .lw-date-infowin { display: inline-block; color: #999999; font-size: 9px; line-height: 1.5em; } |
| + | |
| + | #canvas .lw-slug a { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; } |
| + | .lw-slug img { float:left; width:16px; height:16px; margin-right:5px; } |
| + | .lw-slug img.avatar { width:14px; height:14px; border:1px solid #fff; } |
| + | |
| + | #canvas .lw-venue-name a, #canvas .lw-venue-name a:hover { font-weight: 300; -webkit-font-smoothing: antialiased; } |
| + | #canvas .lw-venue-name-infowin a, #canvas .lw-venue-name-infowin a:hover { font-weight: 300; -webkit-font-smoothing: antialiased; font-size: 14px; color: #333333; line-height: 1.2em; } |
| + | |
| + | /* --- navigation bar elements ----------------------------------------------------------------- */ |
| + | |
| + | .content-passthrough .amazon-item-list-pt li { margin-bottom: 10px; } |
| + | .content-passthrough .amazon-item-list-pt .picture { float: none; margin: 0; margin-bottom: .5em; padding: 0; } |
| + | .content-passthrough .amazon-item-list-pt .description { margin: 0; } |
| + | .content-passthrough .amazon-item-list-pt .description .title { } |
| + | .content-passthrough .amazon-item-list-pt .description .authors { display: inline; } |
| + | .content-passthrough .amazon-item-list-pt .description .text { margin-top: .5em; } |
| + | |
| + | .content-passthrough .change-list-pt { margin: 0; } |
| + | .content-passthrough .change-list-pt li { margin-bottom: .4em; } |
| + | |
| + | .content-passthrough .archive-item-list-pt { margin: 0; margin-bottom: 1em; } |
| + | .content-passthrough .archive-item-list-pt li { margin-bottom: .4em; } |
| + | |
| + | .content-passthrough .link-group-list-pt { margin-bottom: .5em; } |
| + | .content-passthrough .link-group-list-pt li .title { font-weight: bold; } |
| + | .content-passthrough .link-group-list-pt li .description { } |
| + | .content-passthrough .link-group-list-pt li ul { margin-bottom: 10px; } |
| + | .content-passthrough .link-group-list-pt li ul li { margin-bottom: 2px; } |
| + | .content-passthrough .link-group-list-pt li ul li .title { font-weight: normal; } |
| + | .content-passthrough .link-group-list-pt li ul li .description { } |
| + | |
| + | .content-passthrough .search-form-pt { height: 1%; } |
| + | .content-passthrough .search-form-pt .queryFieldWrapper { display: block; float: left; } |
| + | .content-passthrough .search-form-pt .queryField { font-size: 10px; padding: 3px; } |
| + | .content-passthrough .search-form-pt .queryButtonWrapper { display: block; float: left; padding-left: 10px; } |
| + | .content-passthrough .search-form-pt .queryButton { } |
| + | |
| + | #sidebar1 .content-passthrough .search-form-pt .queryField { width: 250px; } |
| + | #sidebar2 .content-passthrough .search-form-pt .queryField { width: 225px; } |
| + | |
| + | .content-passthrough table.search-form-table { width:100%; border-collapse: collapse; } |
| + | .content-passthrough tr.search-form-row { vertical-align: middle; } |
| + | .content-passthrough td.search-form-cell { } |
| + | .content-passthrough td.queryFieldCell { } |
| + | .content-passthrough td.queryButtonCell { width: 1%; white-space: nowrap; } |
| + | .content-passthrough span.queryFieldWrapper { width: 100%; } |
| + | .content-passthrough span.queryButtonWrapper { } |
| + | .content-passthrough input.queryField, .content-passthrough input.queryButton { } |
| + | .content-passthrough input.queryField { width: 100% !important; height: 2.5em; } |
| + | .content-passthrough input.queryButton { width: auto; border: 0px; height: 2.5em; } |
| + | |
| + | .section ul { margin: 0; padding: 0; } |
| + | .section ul li { list-style-type: none; margin: 0; padding: 0; } |
| + | |
| + | .inline-icon { height: 13px; width: 13px; color:#FFF; opacity: 1; margin-right: 3px; vertical-align:middle; margin-top:-5px; } |
| + | |
| + | .date-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/date.png") top left no-repeat; } |
| + | .permalink-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/permalink.png") top left no-repeat; } |
| + | .comment-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/comment.png") top left no-repeat; } |
| + | .user-registered-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/user-registered.png") top left no-repeat; } |
| + | .reference-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/reference.png") top left no-repeat; } |
| + | .print-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/print.png") top left no-repeat; } |
| + | .email-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/email.png") top left no-repeat; } |
| + | .share-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/share.png") top left no-repeat; } |
| + | .category-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/category.png") top left no-repeat; } |
| + | .tag-icon { background: transparent url("../universal/images/core-resources/icons/smalllight/category.png") top left no-repeat; } |
| + | |
| + | .social-link-controls .social-block-title { padding-bottom: 15px; font-family: Arial; letter-spacing: -1px; font-weight: bold; } |
| + | .social-link-controls .social-block { height: 22px; width: 155px; float: left; display: block; } |
| + | .social-link-controls { padding: 15px; height: 120px; border: 2px solid #ccc; font: 14px/16px Arial; background: #fefefe; color: #303030; text-align: left; } |
| + | .social-link-controls-wrapper { display: block; opacity: 0; filter:alpha(opacity=0); width: 350px; position: absolute; overflow: hidden; } |
| + | |
| + | /* --- standard button definitions ---------------------------------------------------------- */ |
| + | |
| + | a.button { |
| + | background: transparent url("../universal/images/button/button-a.png") no-repeat scroll top right; |
| + | color: #151515 !important; |
| + | display: block; |
| + | float: left; |
| + | font: 12px arial, sans-serif !important; |
| + | height: 24px !important; |
| + | line-height: 18px !important; |
| + | margin-right: 6px !important; |
| + | padding: 0 16px 0 0 !important; |
| + | text-decoration: none !important; |
| + | } |
| + | |
| + | a.important { |
| + | font-weight: bold !important; |
| + | } |
| + | |
| + | a.button span { |
| + | background: transparent url("../universal/images/button/button-span.png") no-repeat; |
| + | display: block; |
| + | line-height: 14px !important; |
| + | padding: 5px 0 5px 18px !important; |
| + | } |
| + | |
| + | a.button:active { |
| + | background-position: bottom right; |
| + | color: #000; |
| + | -moz-outline: 0; |
| + | } |
| + | |
| + | a.button:active span { |
| + | background-position: bottom left; |
| + | padding: 6px 0 4px 18px !important; |
| + | } |
| + | |
| + | } |
| + | |
| + | /* --- post snippet definitions ---------------------------------------------------------- */ |
| + | |
| + | .journal-entry-tag-post-body-line1, |
| + | .journal-entry-tag-post-body-line2, |
| + | .journal-entry-tag-post-body-line3 |
| + | { |
| + | clear: both; |
| + | } |
| + | |
| + | .post-snippet-1, |
| + | .post-snippet-2, |
| + | .post-snippet-3 |
| + | { |
| + | float: left; |
| + | padding-right: 12px; |
| + | } |
| + | |
| + | /* --- printer stylesheet definitions ---------------------------------------------------------- */ |
| + | |
| + | @media print { |
| + | |
| + | body { background: white; font-size: 12pt; width: 100%; } |
| + | |
| + | h1 { font-size: 24pt; margin-bottom: 0; padding-bottom: 0; } |
| + | .h1subtitle { font-size: 9pt; font-weight: normal; margin-bottom: 25px; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-decoration: none; } |
| + | #pageFooter { font-size: 9pt; margin-top: 28px; border-top: 1px solid #ccc; padding-top: 8px; } |
| + | |
| + | body div { width: 92%; } |
| + | img { border: 0px; } |
| + | |
| + | a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; } |
| + | strong { color: #000; } |
| + | #siteTitle a:link, #siteTitle a:visited { color: black; background: transparent; font-weight: bold; text-decoration: none; } |
| + | .journal-navigation, .horizontalNavigationBar, #sidebar1Wrapper, #sidebar2Wrapper #sidebar, .notice-box, .inline-icon, .journal-entry-navigation { display: none; } |
| + | |
| + | } |
| + | |
| + | |
| + | .notice-box{border: 1px solid #ACACAC; font-weight: -; font-style: -; padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 10px; background-color: #FFFFFF; border-color: #ACACAC; background-image: url("../layout/images/edge.png");} |
| + | #navigationBottom{font-weight: -; font-style: -;} |
| + | .h1subtitle{font-style: italic; margin-top: 0.5em; color: #5C6268;} |
| + | .paginationControlNextPageSuffix a{margin-left: 5px; margin-top: 5px;} |
| + | h3, .h3, .form-body .formCaption{font-family: 'Open Sans', 'sans-serif'; font-size: 18px; border-bottom: 1px solid #EE6500; text-transform: uppercase; font-weight: normal; font-style: normal; padding-bottom: 4px; margin-bottom: 15px; border-color: #EE6500;} |
| + | .deli-tags{font-size: 10px;} |
| + | .rss-wrapper .rss-author{font-size: 10px;} |
| + | .deli-date{font-size: 11px;} |
| + | .discussion-table-row .replycount-cell{font-size: 26px;} |
| + | #bannerWrapper{font-weight: -; font-style: -;} |
| + | .verticalNavigationBar .section .module.active-module a{border-bottom: 1px dotted #EE6500; text-decoration: none; padding-right: 0px; padding-left: 5px; background-color: #FFFFFF; color: #555555; border-color: #EE6500;} |
| + | h2{font-size: 24px; letter-spacing: -1px; line-height: 1.3em; font-weight: 600; font-style: normal; margin-bottom: 13px; color: #000000;} |
| + | .paginationPageNumber.activePage{color: #A4A4A4;} |
| + | .tagcloud-widget-wrapper a{line-height: 2em;} |
| + | .verticalNavigationBar .content-navigation{background-color: #EDEDED;} |
| + | .paginationControlWrapper{font-size: 0.95em; border-top: 1px dotted #DBDBDB; color: #A4A4A4; border-color: #DBDBDB;} |
| + | .rss-wrapper .rss-item{margin-bottom: 20px;} |
| + | .horizontalNavigationBar .folder .module a{font-weight: -; font-style: -; margin-left: -3px; margin-top: -3px; margin-bottom: -5px; background-color: #000000;} |
| + | .squarespace-slideshow .squarespace-slideshow-container{font-weight: -; font-style: -; background-color: #040404;} |
| + | .discussion-table-row .viewcount-cell{font-size: 16px;} |
| + | .discussion-table-row .topic-cell .topic-author{font-size: 11px;} |
| + | .post-data-chat .dialogue .line .speaker{font-size: 1.1em; text-transform: uppercase; font-weight: bold; margin-right: 9px; float: left;} |
| + | .squarespace-slideshow .squarespace-slideshow-title{font-family: 'Open Sans', 'sans-serif'; font-size: 16px; font-weight: 600; font-style: normal; color: #FFFFFF;} |
| + | .post-data-quote .source{font-size: 1em;} |
| + | .lw-location {font-size: 9px; color: #999999;} |
| + | #pageHeaderWrapper{border-bottom: 1px solid #E8E8E8; font-weight: -; font-style: -; background-color: #000000; border-color: #E8E8E8;} |
| + | .post-data-chat .dialogue .line{border-top: 1px dotted #C9CDCC; letter-spacing: 0px; padding-top: 15px; padding-bottom: 15px; color: #3A3A3A; border-color: #C9CDCC;} |
| + | .lw-checkin.highlight{border-color: transparent;} |
| + | #contentWrapper{margin-bottom: 30px;} |
| + | .lw-desc{font-size: 11px; color: #898989;} |
| + | .deli-item-hang{border-bottom: 1px solid #DDDDDD; padding-left: 65px; padding-bottom: 10px; margin-bottom: 10px; border-color: #DDDDDD;} |
| + | .journal-entry-navigation{color: #BABABA;} |
| + | .twitter-wrapper.preset.chunk .secondary, .twitter-wrapper.preset.chunk .twitter-item .secondary{border-top: 1px solid #E1E1E1; background-color: #E1E1E1; border-color: #E1E1E1;} |
| + | .journal-comment-area .comment .signature{font-size: 11px;} |
| + | .deli-date-hang{font-size: 11px;} |
| + | .comment{padding-right: 15px; padding-left: 15px; padding-top: 5px; background-image: url("../layout/images/edge.png");} |
| + | .lw-location{font-size: 9px; color: #999999;} |
| + | #pageFooterWrapper{text-align: right; font-weight: -; font-style: -; padding-top: 10px; padding-bottom: 50px; margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px;} |
| + | .squarespace-slideshow .squarespace-slideshow-description{font-family: 'Open Sans', 'sans-serif'; font-size: 14px; line-height: 1.2em; font-weight: normal; font-style: normal; padding-bottom: 1px; color: #FFFFFF;} |
| + | .rss-wrapper{line-height: 1.5em;} |
| + | a{font-weight: -; font-style: -; text-decoration: none; color: #687C85;} |
| + | blockquote{font-family: 'Times New Roman', Palatino, serif; font-size: 1.5em; line-height: 1.4em; font-style: italic; padding-right: .25em; padding-left: 2.5em; padding-top: .25em; padding-bottom: 0em; margin-right: 0em; margin-left: 0em; margin-top: 0em; margin-bottom: .75em; color: #9B9B9B; background-image: url("../layout/images/blockquote.png"); background-position: 0px 0px; background-repeat: no-repeat;} |
| + | .journal-entry-wrapper{margin-bottom: 40px;} |
| + | input.text, textarea{border: 1px solid #ACACAC; font-weight: -; font-style: -; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; color: #666666; border-color: #ACACAC;} |
| + | .discussion-table-row td{border-bottom: 1px solid #C9CDCC; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; border-color: #C9CDCC;} |
| + | .journal-entry-tag-post-title{font-size: 0.9em; border-top: 1px dotted #D4D4D4; padding-bottom: 20px; margin-top: -5px; color: #A4A4A4; border-color: #D4D4D4;} |
| + | .twitter-wrapper.preset.bubble .secondary, .twitter-wrapper.preset.bubble .twitter-item .secondary{border-top: 1px solid #ECECEC; padding-right: 10px; padding-left: 10px; background-color: #ECECEC; border-color: #ECECEC;} |
| + | .lw-date{font-size: 9px; line-height: 1.5em; color: #999999;} |
| + | .slide-indicator-box{font-weight: -; font-style: -; padding-top: 10px; float: left;} |
| + | .slide-indicator-type-dotted a.slide-indicator.active{background-image: url("../universal/images/slideshow/selected.png");} |
| + | .verticalNavigationBar .section .caption{font-family: 'Open Sans', 'sans-serif'; font-size: 1.375em; border-bottom: 1px solid #EE6500; text-transform: uppercase; letter-spacing: -1px; font-weight: 600; font-style: normal; padding-bottom: 5px; margin-bottom: 10px; color: #323232; border-color: #EE6500;} |
| + | .paginationPageNumber{font-size: 1.05em; border-right: 1px dotted #D4D4D4; line-height: 1em; padding-right: 6px; padding-left: 5px; margin-top: 10px; margin-bottom: 10px; border-color: #D4D4D4;} |
| + | body{font-family: 'Open Sans', 'sans-serif'; font-size: 13px; border-top: 5px solid #EE6500; line-height: 1.5em; font-weight: normal; font-style: normal; margin-right: auto; margin-left: auto; background-color: #FFFFFF; color: #444444; border-color: #EE6500;} |
| + | .slide-indicator-type-dotted a.slide-indicator{line-height: 20px; background-image: url("../universal/images/slideshow/unselected.png"); background-position: center center; background-repeat: no-repeat; float: left;} |
| + | #content p a{text-decoration: underline; color: #EE6500;} |
| + | .deli-tags-box{font-size: 10px; margin-top: 3px; color: #1D2E68;} |
| + | .rss-wrapper .rss-date{font-size: 10px; border-bottom: 1px dotted #C9CDCC; padding-bottom: 1em; border-color: #C9CDCC;} |
| + | .content-passthrough ul.archive-item-list-pt li a{border-bottom: 1px dotted #C9CDCC; line-height: 20px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; margin-top: -5px; margin-bottom: 0px; background-color: #FFFFFF; color: #EE6500; border-color: #C9CDCC;} |
| + | .verticalNavigationBar .section .module a{border-bottom: 1px dotted #EE6500; text-transform: uppercase; line-height: 20px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; color: #EE6500; border-color: #EE6500;} |
| + | .twitter-item-content-basic .twitter-avatar{margin-bottom: 40px;} |
| + | .lw-desc {font-size: 11px; color: #898989;} |
| + | .tagcloud-widget-wrapper a:link, .tagcloud-widget-wrapper a:visited{line-height: 2em;} |
| + | .lw-checkin{border-top: 1px solid #C9CDCC; padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; border-color: #C9CDCC;} |
| + | .slide-indicator-type-paginated .slide-indicator-box a.slide-indicator{line-height: 20px; text-decoration: none; padding-right: 0.8em; padding-left: 0.8em; margin-right: 3px; margin-left: 3px; background-color: #CCCCCC; color: #000000; float: left;} |
| + | .content-passthrough ul.archive-item-list-pt{padding-top: 10px;} |
| + | #navigationTop{margin-top: 25px; background-color: #FFFFFF;} |
| + | .journal-filter-header h2{font-size: 12px; border-bottom: 1px dotted #C9CDCC; line-height: 20px; font-weight: bold; padding-bottom: 10px; margin-bottom: 0px; color: #333333; border-color: #C9CDCC;} |
| + | .twitter-item-slug.secondary{margin-right: 15px; margin-left: 15px; margin-bottom: 10px;} |
| + | .rss-wrapper .rss-description{border-bottom: 1px dotted #C9CDCC; padding-bottom: 1em; margin-right: 0px; margin-left: 0px; margin-top: 10px; margin-bottom: 10px; border-color: #C9CDCC;} |
| + | .journal-entry .title a{font-family: 'Copse', serif; font-size: 18px; text-transform: uppercase; line-height: 1.2em; font-weight: normal; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; color: #EE6500; background-image: url("../layout/images/edge.png");} |
| + | .discussion-table-row .topic-cell .topic-title{font-size: 14px;} |
| + | .form-body .sectionBreak{color: #EE6500;} |
| + | .twitter-wrapper .primary, .twitter-wrapper .secondary .primary{line-height: 1.5em; padding-right: 15px; padding-left: 15px; background-color: #F7F7F7; color: #565A5B; background-image: url("../layout/images/edge.png");} |
| + | .deli-wrapper-box{text-decoration: none; padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 10px; background-color: #2865C0;} |
| + | .squarespace-slideshow .ffwd{background-image: url("../universal/images/slideshow/next-button.png"); background-position: 50% 50%; background-repeat: no-repeat;} |
| + | .post-data-quote .quote{font-size: 1.4em; margin-right: 0px; margin-left: 0px;} |
| + | .deli-item{border-bottom: 1px solid #DDDDDD; padding-bottom: 15px; margin-bottom: 15px; border-color: #DDDDDD;} |
| + | .twitter-wrapper .twitter-item-basic, .twitter-wrapper .twitter-item-basic{font-size: 0.95em; border-top: 1px dotted #D4D4D4; line-height: 1.5em; padding-top: 1em; padding-bottom: 1em; color: #888888; border-color: #D4D4D4;} |
| + | .deli-item-box{border-bottom: 1px solid #1855b0; text-decoration: none; padding-bottom: 15px; margin-bottom: 15px; border-color: #1855b0;} |
| + | .lw-day-bar{font-size: 10px; padding-right: 20px; padding-left: 20px; padding-top: 8px; padding-bottom: 8px; background-color: #333333; color: #FFFFFF;} |
| + | .rss-wrapper .rss-source{font-size: 10px;} |
| + | .tagcloud-page-wrapper a{line-height: 2em;} |
| + | .horizontalNavigationBar .module.active-module a{font-weight: -; font-style: -; background-color: #E6E6E6; color: #EE6500;} |
| + | .post-snippet-1, .post-snippet-2, .post-snippet-3{padding-right: 0px; float: left;} |
| + | #bannerAreaWrapper #siteTitleWrapper{margin-top: 50px;} |
| + | .verticalNavigationBar .section .folder .module a{padding-left: 15px;} |
| + | .verticalNavigationBar .folder-closed a.folder-link, .verticalNavigationBar .folder-open a.folder-link{padding-left: 15px;} |
| + | .deli-tags-bubble a{font-size: 9px; text-decoration: none; padding-right: 0.9em; padding-left: 0.9em; padding-top: 0.2em; padding-bottom: 0.25em; margin-right: 4px; margin-left: 0px; margin-top: 0px; margin-bottom: 3px; background-color: #3A7CDE; color: #EEEEEE;} |
| + | .discussion-table-row .topic-cell{padding-right: 0px; padding-left: 0px; padding-top: 7px; padding-bottom: 5px;} |
| + | .deli-desc-box{color: #68A5FF;} |
| + | .section blockquote{font-family: 'Times New Roman', Palatino, serif; font-size: 1.45em; font-style: italic; padding-right: 0px; padding-left: 2.5em; padding-top: 0.5em; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px;} |
| + | #navigationTop .horizontalNavigationBar .content-navigation{float: left;} |
| + | .journal-entry-tag-pre-title{font-size: 11px; border-bottom: 1px dotted #D4D4D4; text-transform: uppercase; padding-bottom: 10px; margin-bottom: 10px; border-color: #D4D4D4;} |
| + | .journal-entry-tag a{color: #EE6500;} |
| + | .discussion-table-header td{font-size: 12px; border-bottom: 1px solid #C9CDCC; font-weight: bold; padding-right: 2px; padding-left: 2px; padding-top: 2px; padding-bottom: 2px; border-color: #C9CDCC;} |
| + | h1 a{font-family: 'Josefin Slab', serif; font-size: 2.5em; text-transform: uppercase; line-height: 1em; font-weight: normal; color: #EE6500;} |
| + | .horizontalNavigationBar .folder{font-weight: -; font-style: -; margin-bottom: 10px; border-color: #FFFFFF;} |
| + | .bubble .twitter-item-content-bubble{margin-bottom: -5px;} |
| + | .squarespace-slideshow-wrapper{border: 1px solid #ACACAC; font-weight: -; font-style: -; margin-bottom: 15px; background-color: #000000; border-color: #ACACAC;} |
| + | .horizontalNavigationBar .module a{font-family: 'Open Sans', 'sans-serif'; font-size: 1.3em; text-transform: uppercase; font-weight: normal; font-style: normal; padding-right: 15px; padding-left: 15px; padding-top: 10px; padding-bottom: 13px; margin-right: 7px; margin-bottom: -3px; color: #687C85;} |
| + | #pageBodyWrapper{font-weight: -; font-style: -; padding-top: 20px; background-color: #E6E6E6; background-position: 0% 0%; background-repeat: repeat-x;} |
| + | .squarespace-slideshow .frwd{background-image: url("../universal/images/slideshow/previous-button.png"); background-position: 50% 50%; background-repeat: no-repeat;} |
| + | .verticalNavigationBar .section{font-weight: -; font-style: -; margin-bottom: 20px; color: #888888;} |
| + | .twitter-wrapper .secondary, .twitter-wrapper .twitter-item .secondary{font-size: 0.9em; border-top: 1px dotted #D4D4D4; padding-right: 0px; padding-left: 0px; color: #A4A4A4; border-color: #D4D4D4;} |
| + | .lw-date {font-size: 9px; line-height: 1.5em; color: #999999;} |
| + | .lw{padding-top: 10px; padding-bottom: 10px; background-color: #ECEDED;} |
| + | #pageFooterWrapper #pageFooter{font-size: 0.95em; font-weight: -; font-style: -; padding-top: 10px; margin-right: auto; margin-left: auto; color: #A4A4A4; border-color: #232323;} |
| + | #pageFooterWrapper #pageFooter a{color: #868686;} |
| + | #sidebar1 .content-passthrough .search-form-pt .queryField, #sidebar2 .content-passthrough .search-form-pt .queryField{border: 1px solid #C9CDCC; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; background-color: #FFFFFF; border-color: #C9CDCC;} |
| + | .journal-entry-tag-post-body{font-size: 0.9em; border-top: 1px dotted #DBDBDB; margin-top: 10px; color: #A4A4A4; border-color: #DBDBDB;} |
| + | .deli-date-box-span{font-size: 9px; margin-right: 4px; margin-left: 0px; margin-top: 0px; margin-bottom: 5px; color: #EEEEEE;} |
| + | .lw-map{padding-right: 17px; padding-left: 17px; padding-top: 17px; padding-bottom: 17px;} |
| + | .post-data-link a{padding-right: 15px; padding-left: 15px; padding-top: 15px; padding-bottom: 15px; background-color: #ECEDED;} |
| + | .twitter-item-slug{margin-left: 45px; margin-top: 5px;} |
| + | .discussion-table-row .updated-cell{font-size: 10px;} |
| + | h4{font-size: 20px; border-left: 5px solid #EE6500; text-transform: uppercase; line-height: 1.5em; font-weight: -; font-style: -; padding-right: 5px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; margin-bottom: 20px; background-color: #FFFFFF; border-color: #EE6500;} |
| + | #pageBody .twitter-date a, #pageBody .twitter-date a:hover{margin-top: 1em; color: #A4A4A4;} |
| + | .deli-title-box a, .deli-title-box a:hover{font-size: 1.2em; color: #fff;} |
| + | .twitter-wrapper .twitter-link a, .twitter-wrapper .twitter-link a:hover{font-size: 12px; line-height: 16px; text-decoration: none; padding-right: 5px; padding-left: 28px; padding-top: 5px; padding-bottom: 5px; margin-top: -5px; margin-bottom: 10px; background-color: #ECEDED; color: #444444; background-image: url("../layout/images/twitter-link.png"); background-position: 5px 5px; background-repeat: no-repeat;} |
| + | .verticalNavigationBar .section .module a:hover{border-bottom: 1px dotted #EE6500; background-color: #FFFFFF; color: #555555; border-color: #EE6500;} |
| + | .lw-slug a, .lw-slug a:hover{font-size: 11px; line-height: 1.4em; text-decoration: none; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; color: #555555;} |
| + | .twitter-wrapper.preset .twitter-item-content a, .twitter-wrapper.preset .twitter-item-content a:hover{text-decoration: none; background-color: transparent; color: #666666;} |
| + | .twitter-wrapper .twitter-item-content-basic a, .twitter-wrapper .twitter-item-content-basic a:hover{font-size: 1em; color: #666666;} |
| + | .content-passthrough ul.archive-item-list-pt li a:hover{border-bottom: 1px dotted #C9CDCC; background-color: #ECEDED; color: #555555; border-color: #C9CDCC;} |
| + | #content p a:hover{color: #555555;} |
| + | .deli-tags-box a, .deli-tags-box a:hover{color: #243A84;} |
| + | #canvas .flickr-link a, #canvas .flickr-link a:hover{font-size: 12px; line-height: 16px; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; background-color: #ECEDED; color: #444;} |
| + | .rss-wrapper .rss-title a, .rss-wrapper .rss-title a:hover{font-size: 14px; font-weight: bold;} |
| + | .deli-url, .deli-url a:hover{font-size: 10px;} |
| + | .rss-wrapper .rss-read-more a, .rss-wrapper .rss-read-more a:hover{font-size: 10px;} |
| + | .slide-indicator-type-paginated .slide-indicator-box a.slide-indicator.active, .squarespace-slideshow-indicator-wrapper.slide-indicator-type-paginated .slide-indicator-box a.slide-indicator.active:hover{background-color: #999999; color: #000000;} |
| + | #canvas .lw-venue-name a, #canvas .lw-venue-name a:hover{font-size: 16px; line-height: 1.2em; color: #333333;} |
| + | .delicious-link a, .delicious-link a:hover{font-size: 12px; line-height: 16px; padding-right: 5px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 10px; background-color: #E7E7E7; color: #444444;} |
| + | .twitter-wrapper .twitter-item-bubble .twitter-item-content-bubble a, .twitter-wrapper .twitter-item-bubble .twitter-item-content-bubble a:hover{background-color: transparent; color: #666666;} |
| + | .deli-title a, .deli-title a:hover{font-size: 1.2em;} |
| + | .twitter-wrapper .secondary a, .twitter-wrapper .secondary a:hover{font-weight: normal; text-decoration: none; background-color: transparent; color: #666666;} |
| + | .deli-url-box a, .deli-url-box a:hover{font-size: 10px; color: #FFFFFF;} |
| + | .deli-tags-bubble a:hover{text-decoration: none; background-color: #5695F5; color: #FFFFFF;} |
| + | .horizontalNavigationBar .module a:hover{font-weight: -; font-style: -; color: #EE6500;} |
| + | .slide-indicator-type-paginated .slide-indicator-box a.slide-indicator:hover{background-color: #D5D5D5; color: #000000;} |
| + | .lw-checkin:hover{background-color: #ECEDED;} |
| + | a:hover{color: #555555;} |
| + | |
| + | |
| + | .promotedContainer, #navigationTop { display: none; } #navigationBottom { display: block; } |
| + | |
| + | #canvasWrapper { width: 950px; padding: 0 25px 0 25px; } #sidebar1Wrapper { display: block; float: right; width: 300px; padding: 0; } #sidebar2Wrapper { display: none; float: left; width: 275px; padding: 0; } #contentWrapper { float: left; width: 600px; } |
| + | |
| + | .fieldRequiredStar { color: #ee6500 !important; } |
| + | |
| + | /* |
| + | |
| + | Template: Canopy |
| + | Style: Kudzu (Pueraria Lobata) |
| + | Copyright: 2011, all rights reserved |
| + | NOT FOR USE OUTSIDE THE SQUARESPACE PLATFORM |
| + | |
| + | */ |
| + | |
| + | |
| + | |
| + | /* Basic Layout |
| + | --------------------------------------------- */ |
| + | |
| + | a, :-moz-any-link:focus { |
| + | outline: none; |
| + | } |
| + | |
| + | #canvas, |
| + | #canvasWrapper { |
| + | width: 100%; |
| + | min-width: 1000px; |
| + | overflow: visible; |
| + | margin: 0; |
| + | padding: 0; |
| + | } |
| + | |
| + | .full-image-block img, |
| + | .full-image-inline img, |
| + | .full-image-float-left img, |
| + | .full-image-float-right img { |
| + | overflow: hidden; |
| + | border-radius: 5px; |
| + | } |
| + | |
| + | input, |
| + | textarea, |
| + | .content-passthrough .search-form-pt .queryField { |
| + | font-size: inherit; |
| + | font-family: inherit; |
| + | } |
| + | |
| + | li { |
| + | margin-bottom: 1em; |
| + | } |
| + | |
| + | .notice-box { |
| + | -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; |
| + | } |
| + | |
| + | #pageBodyWrapper { |
| + | float: left; |
| + | } |
| + | |
| + | #pageBody { |
| + | width: 950px; |
| + | margin: 0 auto; |
| + | padding: 0 25px; |
| + | } |
| + | |
| + | #pageFooterWrapper { |
| + | width: 950px; |
| + | } |
| + | |
| + | #pageHeader |
| + | #pageHeaderWrapper, |
| + | #pageBodyWrapper { |
| + | width: 100%; |
| + | min-width: 1000px; |
| + | overflow: visible; |
| + | } |
| + | |
| + | .queryButton, |
| + | .submit-button { |
| + | background-color: #FFF; |
| + | border: 1px solid #D4D4D4; |
| + | color: #666; |
| + | font-size: inherit; |
| + | font-weight: bold; |
| + | width: 100px; |
| + | height: 30px; |
| + | } |
| + | |
| + | |
| + | /* Journal |
| + | --------------------------------------------- */ |
| + | |
| + | .journal-entry .body { |
| + | margin: 0; |
| + | } |
| + | |
| + | .journal-entry-tag span { |
| + | margin: 0 5px; |
| + | } |
| + | |
| + | .journal-entry-tag span:first-child { |
| + | margin-left: 0; |
| + | } |
| + | |
| + | .journal-entry-tag span.tag-element { |
| + | margin-right: 0; |
| + | } |
| + | |
| + | .journal-entry-text .body { |
| + | clear: left; |
| + | } |
| + | |
| + | .journal-entry-wrapper .inline-icon, |
| + | .journal-comment-area-wrapper .inline-icon, |
| + | .journal-add-comment-area-wrapper .inline-icon, |
| + | .discussion-comment-thread .inline-icon { |
| + | display: none; |
| + | } |
| + | |
| + | .paginationPageNumber { |
| + | display: inline-block; |
| + | } |
| + | |
| + | .post-data-link .title a:hover { |
| + | opacity: .7; filter: alpha(opacity=70); |
| + | } |
| + | |
| + | .printerFriendlyLinkBlock .inline-icon, |
| + | .emailArticleLinkBlock .inline-icon { |
| + | display: none; |
| + | } |
| + | |
| + | .printerFriendlyLinkBlock, |
| + | .emailArticleLinkBlock { |
| + | font-size: 0.9em; |
| + | line-height: 1.3em; |
| + | padding-left: 24px; |
| + | background: transparent url("../layout/images/icons-sprite.png") 0 -137px no-repeat; |
| + | } |
| + | |
| + | .emailArticleLinkBlock { |
| + | background-position: 0 -72px; |
| + | } |
| + | |
| + | .social-link-controls-wrapper .social-link-controls { |
| + | -moz-border-radius: 10px; |
| + | border-radius: 10px; |
| + | background-color: #FFF; |
| + | border: none; |
| + | color: #CCC; |
| + | font-family: inherit; |
| + | font-size: 0.9em; |
| + | margin-top: 5px; |
| + | border: 1px solid #EEE; |
| + | } |
| + | |
| + | .social-link-controls-wrapper { |
| + | width: 332px !important; |
| + | } |
| + | |
| + | .social-link-controls .social-block { |
| + | margin-left: 20px; |
| + | width: 130px !important; |
| + | } |
| + | |
| + | .social-link-controls .social-block-title { |
| + | font-family: inherit; |
| + | font-weight: normal; |
| + | letter-spacing: 0; |
| + | margin-left: 20px; |
| + | color: #A4A4A4; |
| + | } |
| + | |
| + | .social-link-controls img { |
| + | display:none; |
| + | } |
| + | |
| + | |
| + | /* Send Email |
| + | --------------------------------------------- */ |
| + | |
| + | .form-body .fieldRequiredStar { |
| + | color: #FFF; |
| + | } |
| + | |
| + | .widget-type-sendemailv2 input.text { |
| + | font-family: inherit; |
| + | } |
| + | |
| + | .widget-type-sendemailv2 #formFieldContainer1 { |
| + | display: none; |
| + | } |
| + | |
| + | .widget-type-sendemailv2 .paragraphtext-large-inline { |
| + | height: 150px; |
| + | } |
| + | |
| + | .widget-type-sendemailv2 .submit-button { |
| + | width: 100%; |
| + | } |
| + | |
| + | |
| + | /* Sidebars |
| + | --------------------------------------------- */ |
| + | |
| + | .section ul li a, |
| + | .section ul.archive-item-list-pt li a { |
| + | display: block; |
| + | } |
| + | |
| + | .section ul.archive-item-list-pt li .entry-count { |
| + | display: none; |
| + | } |
| + | |
| + | #sidebar1 .content-passthrough .search-form-pt-wrapper, |
| + | #sidebar2 .content-passthrough .search-form-pt-wrapper { |
| + | border: 1px solid #DDD; |
| + | background-color: #FFF; |
| + | } |
| + | |
| + | #sidebar1 .content-passthrough .search-form-pt .queryField, |
| + | #sidebar2 .content-passthrough .search-form-pt .queryField { |
| + | vertical-align: middle; |
| + | width: 245px; |
| + | border: none; |
| + | padding: 8px; |
| + | background-color: transparent; |
| + | } |
| + | |
| + | #sidebar2 .content-passthrough .search-form-pt .queryField { |
| + | width: 220px; |
| + | } |
| + | |
| + | #sidebar1 .content-passthrough .search-form-pt .queryButton, |
| + | #sidebar2 .content-passthrough .search-form-pt .queryButton { |
| + | background-color: transparent; |
| + | border: none; |
| + | color: #666; |
| + | font-size: inherit; |
| + | font-weight: bold; |
| + | width: 25px; |
| + | height: 28px; |
| + | } |
| + | |
| + | .verticalNavigationBar ul li ul li ul li a span { |
| + | padding-left: 2em; |
| + | } |
| + | |
| + | .twitter-slug .twitter-link .avatar { |
| + | display: none; |
| + | } |
| + | |
| + | .twitter-wrapper .twitter-link a, .twitter-wrapper .twitter-link a:hover { |
| + | -moz-border-radius: 4px!important; |
| + | border-radius: 4px!important; |
| + | } |
| + | |
| + | .twitter-nav-buttons, |
| + | #canvas .twitter-link a, |
| + | .basic .twitter-nav-buttons { |
| + | -moz-border-radius-topleft: 0; |
| + | -moz-border-radius-topright: 0; |
| + | -moz-border-radius-bottomright: 0; |
| + | -moz-border-radius-bottomleft: 0; |
| + | border-top-left-radius: 0; |
| + | border-top-right-radius: 0; |
| + | border-bottom-right-radius: 0; |
| + | border-bottom-left-radius: 0; |
| + | } |
| + | |
| + | .twitter-wrapper.preset.bubble .secondary, |
| + | .twitter-wrapper.preset.bubble .twitter-item .secondary { |
| + | -moz-border-radius: 4px; |
| + | border-radius: 4px; |
| + | } |
| + | |
| + | |
| + | /* Header |
| + | --------------------------------------------- */ |
| + | |
| + | #bannerAreaWrapper { |
| + | overflow: hidden; |
| + | margin: 0 auto; |
| + | width: 950px; |
| + | } |
| + | |
| + | #navigationTop, |
| + | #navigationBottom { |
| + | width: 100%; |
| + | } |
| + | |
| + | #navigationTop .horizontalNavigationBar, |
| + | #navigationBottom .horizontalNavigationBar { |
| + | margin: 0 auto; |
| + | width: 950px; |
| + | } |
| + | |
| + | #navigationTop .horizontalNavigationBar .content-navigation, |
| + | #navigationBottom .horizontalNavigationBar .content-navigation { |
| + | min-width: 300px; |
| + | } |
| + | |
| + | .horizontalNavigationBar .module a { |
| + | -moz-border-radius: 3px; |
| + | border-radius: 3px; |
| + | } |
| + | |
| + | |
| + | /* Squarespace Specific |
| + | --------------------------------------------- */ |
| + | |
| + | .guide-link { |
| + | padding-left: 20px; |
| + | background: transparent url("../layout/images/guide-link.png") 0 0 no-repeat; |
| + | } |
| + | |
| + | #pageFooter span.powered img { |
| + | float: right; |
| + | margin: 0; |
| + | } |
| + | |
| + | .steps { |
| + | float: left; |
| + | width: 2em; |
| + | color: #222; |
| + | margin: 10px 12px 0 0; |
| + | background-color: #b8c58d; |
| + | font-size: 15px; |
| + | font-weight: bold; |
| + | line-height: 2em; |
| + | text-align: center; |
| + | -moz-border-radius: 19px; |
| + | border-radius: 19px; |
| + | } |
| + | |
| + | .steps.three { |
| + | line-height: 1.75em; |
| + | padding-bottom: .25em; |
| + | } |
| + | |
| + | h3.steps-heading { |
| + | margin: 30px 0 20px 0; |
| + | padding-bottom: 0; |
| + | border-bottom: none; |
| + | } |
| + | |
| + | h2.steps-help { |
| + | margin-top: 30px; |
| + | } |
| + | |
| + | |
| + | /* Add Your Custom CSS Below This Line |
| + | --------------------------------------------- */ |
| \ No newline at end of file | |
data/www.choicecastings.com/ductile-iron/index.html
+1290
-0
| @@ | @@ -0,0 +1,1290 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046605"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Ductile Iron - Choice Castings</title> |
| + | <meta property="og:title" content="Ductile Iron - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046605" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fductile-iron%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Ductile Iron</h2> |
| + | <p><span class="full-image-float-right ssNonEditable"><span><img style="width: 160px;" src="http://www.choicecastings.com/storage/gearbox.jpg?__SQUARESPACE_CACHEVERSION=1350749818314" alt="" /></span></span></p> |
| + | <p>Large, challenging parts with complex cores and wall sections of ¼ inch and up.</p> |
| + | <p>We can help you with ductile iron parts weighing 10 to 1,000 pounds with annual demand up to 25,000 pieces.</p> |
| + | <p>Our foundries are modern that reinvest and provide sophisticated services from design and molding simulation to water-base priming and robotic fettling.</p> |
| + | <p> </p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/favicon.ico
+0
-0
data/www.choicecastings.com/gray-iron/index.html
+1289
-0
| @@ | @@ -0,0 +1,1289 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046601"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Gray Iron - Choice Castings</title> |
| + | <meta property="og:title" content="Gray Iron - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046601" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fgray-iron%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <p><span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/range%20box.jpg?__SQUARESPACE_CACHEVERSION=1355799364288" alt="" /></span></span></p> |
| + | <h2>Gray Iron</h2> |
| + | <p>We excel in challenging parts. Small castings with extremely tight tolerances and wall thicknesses below 3mm - or large castings weighing hundreds of pounds and containing numerous cores. Hand molding, horizontal production lines, Disamatic.</p> |
| + | <p>Current customers manufacture pumps, compressors, transmissions and vehicles on and off the road.</p> |
| + | <p> </p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/hand-wheels/index.html
+1289
-0
| @@ | @@ -0,0 +1,1289 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046669"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Hand Wheels - Choice Castings</title> |
| + | <meta property="og:title" content="Hand Wheels - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046669" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhand-wheels%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Hand Wheels</h2> |
| + | <p>We produce a number of different size Handwheels. 50 piece minimum. Zinc plated (yellow or silver) or powder coated. Click on the requested type for available sizes.</p> |
| + | <p><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-hand-wheels1.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340147196484',280,368);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847765-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1340147202259" alt="" /></a></span></span><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-hand-wheels2.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340147228903',280,368);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847775-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1340147233164" alt="" /></a></span></span><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-hand-wheels-3.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340147263438',280,368);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847783-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1340147266341" alt="" /></a></span></span></p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery.html
+1818
-0
| @@ | @@ -0,0 +1,1818 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | <link rel="alternate" type="application/rss+xml" title="RSS" href="home-photo-gallery/single-gallery/mediaRss.xml.rss" /> |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | SSLightbox.lightboxMode = SSLightbox.LIGHTBOX_MODE_JAVASCRIPT; |
| + | |
| + | |
| + | |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | Squarespace.Constants.thumbnailColumnWidth = 220; |
| + | |
| + | </script> |
| + | |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | Home Photo Gallery |
| + | |
| + | |
| + | </h2> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="body"> |
| + | |
| + | |
| + | |
| + | <ul id="gallery900905" class="picture-gallery-thumbnail-list"> |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("thumbnails", "picture14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <li id="picture14516967"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516967"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516967.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516967-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="1.jpg" |
| + | alt="1.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516968"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516968"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516968.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516968-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="2.jpg" |
| + | alt="2.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516969"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516969"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516969.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516969-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="3.jpg" |
| + | alt="3.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516970"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516970"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516970.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516970-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="4.jpg" |
| + | alt="4.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516971"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516971"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516971.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516971-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="5.jpg" |
| + | alt="5.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516972"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516972"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516972.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516972-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="6.jpg" |
| + | alt="6.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516973"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516973"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516973.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516973-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="7.jpg" |
| + | alt="7.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516974"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516974"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/14516974.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516974-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="8.jpg" |
| + | alt="8.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480883"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480883"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/17480883.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480883-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-1.jpg" |
| + | alt="home-images-1.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480884"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480884"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/17480884.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480884-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-2.jpg" |
| + | alt="home-images-2.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480885"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480885"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/17480885.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480885-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-3.jpg" |
| + | alt="home-images-3.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480886"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480886"> |
| + | |
| + | |
| + | <a rel="lightbox" href="home-photo-gallery/single-gallery/17480886.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480886-img" |
| + | src="universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-4.jpg" |
| + | alt="home-images-4.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | </ul> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/index.html
+1818
-0
| @@ | @@ -0,0 +1,1818 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | <link rel="alternate" type="application/rss+xml" title="RSS" href="single-gallery/mediaRss.xml.rss" /> |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | SSLightbox.lightboxMode = SSLightbox.LIGHTBOX_MODE_JAVASCRIPT; |
| + | |
| + | |
| + | |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | Squarespace.Constants.thumbnailColumnWidth = 220; |
| + | |
| + | </script> |
| + | |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | Home Photo Gallery |
| + | |
| + | |
| + | </h2> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="body"> |
| + | |
| + | |
| + | |
| + | <ul id="gallery900905" class="picture-gallery-thumbnail-list"> |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("thumbnails", "picture14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("thumbnails", "picture17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <li id="picture14516967"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516967"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516967.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516967-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="1.jpg" |
| + | alt="1.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516968"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516968"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516968.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516968-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="2.jpg" |
| + | alt="2.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516969"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516969"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516969.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516969-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="3.jpg" |
| + | alt="3.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516970"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516970"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516970.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516970-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="4.jpg" |
| + | alt="4.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516971"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516971"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516971.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516971-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="5.jpg" |
| + | alt="5.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516972"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516972"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516972.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516972-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="6.jpg" |
| + | alt="6.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516973"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516973"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516973.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516973-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="7.jpg" |
| + | alt="7.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture14516974"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/14516974"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/14516974.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture14516974-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="8.jpg" |
| + | alt="8.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480883"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480883"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/17480883.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480883-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-1.jpg" |
| + | alt="home-images-1.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480884"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480884"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/17480884.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480884-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-2.jpg" |
| + | alt="home-images-2.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480885"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480885"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/17480885.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480885-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-3.jpg" |
| + | alt="home-images-3.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li id="picture17480886"> |
| + | |
| + | |
| + | |
| + | <div |
| + | |
| + | class="thumbnail-container-tiled" |
| + | > |
| + | |
| + | <span class="thumbnail-wrapper"> |
| + | <! <a rel="lightbox" href="/home-photo-gallery/single-gallery/17480886"> |
| + | |
| + | |
| + | <a rel="lightbox" href="single-gallery/17480886.html"> |
| + | |
| + | |
| + | |
| + | |
| + | <img |
| + | |
| + | id="picture17480886-img" |
| + | src="../universal/images/transparent.png" |
| + | class="thumbnail" |
| + | |
| + | width="200" |
| + | |
| + | title="home-images-4.jpg" |
| + | alt="home-images-4.jpg"/> |
| + | </a> |
| + | </span> |
| + | </div> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | </ul> |
| + | |
| + | <div class="clearer"> </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516967.html
+1380
-0
| @@ | @@ -0,0 +1,1380 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>1.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="1.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516967"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516967; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">1.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516967?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 1 - 1 of 12 (page 1 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">1</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516968.html" >2</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516969.html" >3</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516970.html" >4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516968.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516967" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="1.jpg" |
| + | title="1.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/1.jpg?pictureId=14516967&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516968.html
+1380
-0
| @@ | @@ -0,0 +1,1380 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>2.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="2.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516968"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516968; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">2.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516968?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 2 - 2 of 12 (page 2 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">2</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516969.html" >3</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516970.html" >4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516969.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516968" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="2.jpg" |
| + | title="2.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/2.jpg?pictureId=14516968&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516969.html
+1380
-0
| @@ | @@ -0,0 +1,1380 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>3.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="3.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516969"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516969; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">3.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516969?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 3 - 3 of 12 (page 3 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516968.html" >2</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">3</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516970.html" >4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516970.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516969" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="3.jpg" |
| + | title="3.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/3.jpg?pictureId=14516969&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516970.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>4.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="4.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516970"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516970; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">4.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516970?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 4 - 4 of 12 (page 4 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516968.html" >2</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516969.html" >3</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516972.html" >6</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516971.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516970" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="4.jpg" |
| + | title="4.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/4.jpg?pictureId=14516970&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516971.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>5.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="5.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516971"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516971; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">5.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516971?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 5 - 5 of 12 (page 5 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516969.html" >3</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516970.html" >4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">5</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516972.html" >6</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516973.html" >7</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516972.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516971" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="5.jpg" |
| + | title="5.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/5.jpg?pictureId=14516971&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516972.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>6.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="6.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516972"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516972; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">6.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516972?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 6 - 6 of 12 (page 6 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516970.html" >4</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">6</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516973.html" >7</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516973.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516972" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="6.jpg" |
| + | title="6.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/6.jpg?pictureId=14516972&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516973.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>7.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="7.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516973"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516973; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">7.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516973?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 7 - 7 of 12 (page 7 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516971.html" >5</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516972.html" >6</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">7</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480883.html" >9</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="14516974.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516973" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="7.jpg" |
| + | title="7.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/7.jpg?pictureId=14516973&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/14516974.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>8.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="8.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F14516974"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 14516974; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">8.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/14516974?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 8 - 8 of 12 (page 8 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516972.html" >6</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516973.html" >7</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480883.html" >9</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480884.html" >10</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="17480883.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="14516974" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="8.jpg" |
| + | title="8.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/8.jpg?pictureId=14516974&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/17480883.html
+1381
-0
| @@ | @@ -0,0 +1,1381 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>home-images-1.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="home-images-1.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F17480883"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 17480883; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">home-images-1.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480883?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 9 - 9 of 12 (page 9 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516973.html" >7</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">9</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480884.html" >10</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480885.html" >11</a> |
| + | |
| + | |
| + | |
| + | <span class="paginationEllipsis">...</span> <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="17480884.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="17480883" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="home-images-1.jpg" |
| + | title="home-images-1.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/17480884.html
+1380
-0
| @@ | @@ -0,0 +1,1380 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>home-images-2.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="home-images-2.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F17480884"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 17480884; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">home-images-2.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480884?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 10 - 10 of 12 (page 10 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480883.html" >9</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">10</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480885.html" >11</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="17480885.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="17480884" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="home-images-2.jpg" |
| + | title="home-images-2.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/17480885.html
+1380
-0
| @@ | @@ -0,0 +1,1380 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>home-images-3.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="home-images-3.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F17480885"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 17480885; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">home-images-3.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480885?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 11 - 11 of 12 (page 11 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480883.html" >9</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480884.html" >10</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">11</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480886.html" >12</a> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <span class="paginationControlNextPageSuffix"> |
| + | <a href="17480886.html" > |
| + | |
| + | </a> |
| + | </span> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="17480885" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="home-images-3.jpg" |
| + | title="home-images-3.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/17480886.html
+1375
-0
| @@ | @@ -0,0 +1,1375 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/get/get-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/dragdrop/dragdrop-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/connection/connection-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/yui/element/element-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16915230"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>home-images-4.jpg - Home Photo Gallery - Choice Castings</title> |
| + | <meta property="og:title" content="home-images-4.jpg - Home Photo Gallery - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16915230" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fhome-photo-gallery%2Fsingle-gallery%2F17480886"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- template edition 2 --> |
| + | |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | |
| + | var currentPictureId = 17480886; |
| + | |
| + | SSLightbox.setNavigationParameters(600, 55, 14); |
| + | |
| + | |
| + | |
| + | |
| + | SSLightbox.fullImageViewMode = 2; |
| + | SSLightbox.thumbnailLoading = 1; |
| + | SSLightbox.thumbnailHover = 3; |
| + | |
| + | </script> |
| + | |
| + | <input type="hidden" id="hidden-lightbox-setNavigationParameters" value="[600, 55, 14]" /> |
| + | |
| + | |
| + | |
| + | <input type="hidden" id="hidden-lightbox-fullImageViewMode" value="2" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailLoading" value="1" /> |
| + | <input type="hidden" id="hidden-lightbox-thumbnailHover" value="3" /> |
| + | |
| + | |
| + | <h2 class="document-title"> |
| + | <a href="../../home-photo-gallery.html">Home Photo Gallery</a> |
| + | |
| + | > |
| + | |
| + | <span id="main-picture-title">home-images-4.jpg</span> |
| + | |
| + | </h2> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | SSLightbox.presentThumbnail("navigation-top", "picture-top-14516967", "14516967", "/home-photo-gallery/single-gallery/14516967", "/picture/1.jpg?pictureId=14516967&asNavigationThumbnail=true", "/picture/1.jpg?pictureId=14516967&asThumbnail=true", "/picture/1.jpg?pictureId=14516967&asGalleryImage=true", "/picture/1.jpg?pictureId=14516967", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516968", "14516968", "/home-photo-gallery/single-gallery/14516968", "/picture/2.jpg?pictureId=14516968&asNavigationThumbnail=true", "/picture/2.jpg?pictureId=14516968&asThumbnail=true", "/picture/2.jpg?pictureId=14516968&asGalleryImage=true", "/picture/2.jpg?pictureId=14516968", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516969", "14516969", "/home-photo-gallery/single-gallery/14516969", "/picture/3.jpg?pictureId=14516969&asNavigationThumbnail=true", "/picture/3.jpg?pictureId=14516969&asThumbnail=true", "/picture/3.jpg?pictureId=14516969&asGalleryImage=true", "/picture/3.jpg?pictureId=14516969", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516970", "14516970", "/home-photo-gallery/single-gallery/14516970", "/picture/4.jpg?pictureId=14516970&asNavigationThumbnail=true", "/picture/4.jpg?pictureId=14516970&asThumbnail=true", "/picture/4.jpg?pictureId=14516970&asGalleryImage=true", "/picture/4.jpg?pictureId=14516970", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "4.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516971", "14516971", "/home-photo-gallery/single-gallery/14516971", "/picture/5.jpg?pictureId=14516971&asNavigationThumbnail=true", "/picture/5.jpg?pictureId=14516971&asThumbnail=true", "/picture/5.jpg?pictureId=14516971&asGalleryImage=true", "/picture/5.jpg?pictureId=14516971", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "5.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516972", "14516972", "/home-photo-gallery/single-gallery/14516972", "/picture/6.jpg?pictureId=14516972&asNavigationThumbnail=true", "/picture/6.jpg?pictureId=14516972&asThumbnail=true", "/picture/6.jpg?pictureId=14516972&asGalleryImage=true", "/picture/6.jpg?pictureId=14516972", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "6.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516973", "14516973", "/home-photo-gallery/single-gallery/14516973", "/picture/7.jpg?pictureId=14516973&asNavigationThumbnail=true", "/picture/7.jpg?pictureId=14516973&asThumbnail=true", "/picture/7.jpg?pictureId=14516973&asGalleryImage=true", "/picture/7.jpg?pictureId=14516973", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "7.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-14516974", "14516974", "/home-photo-gallery/single-gallery/14516974", "/picture/8.jpg?pictureId=14516974&asNavigationThumbnail=true", "/picture/8.jpg?pictureId=14516974&asThumbnail=true", "/picture/8.jpg?pictureId=14516974&asGalleryImage=true", "/picture/8.jpg?pictureId=14516974", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "8.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480883", "17480883", "/home-photo-gallery/single-gallery/17480883", "/picture/home-images-1.jpg?pictureId=17480883&asNavigationThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true", "/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true", "/picture/home-images-1.jpg?pictureId=17480883", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-1.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480884", "17480884", "/home-photo-gallery/single-gallery/17480884", "/picture/home-images-2.jpg?pictureId=17480884&asNavigationThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true", "/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true", "/picture/home-images-2.jpg?pictureId=17480884", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-2.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480885", "17480885", "/home-photo-gallery/single-gallery/17480885", "/picture/home-images-3.jpg?pictureId=17480885&asNavigationThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true", "/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true", "/picture/home-images-3.jpg?pictureId=17480885", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-3.jpg", ""); SSLightbox.presentThumbnail("navigation-top", "picture-top-17480886", "17480886", "/home-photo-gallery/single-gallery/17480886", "/picture/home-images-4.jpg?pictureId=17480886&asNavigationThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true", "/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true", "/picture/home-images-4.jpg?pictureId=17480886", "/home-photo-gallery/single-gallery/17480886?originalSize=true", "home-images-4.jpg", ""); |
| + | </script> |
| + | |
| + | <div id="imageNavigationStrip"> |
| + | |
| + | |
| + | <div class="paginationControlWrapper gallery-navigation-top" > |
| + | |
| + | <!-- 12 - 12 of 12 (page 12 of 12) --> |
| + | |
| + | <span class="paginationControlPrefix"> |
| + | <a href="../../home-photo-gallery.html"> |
| + | <strong>Home Photo Gallery</strong> |
| + | </a> |
| + | |
| + | |
| + | </span> |
| + | |
| + | <a class="paginationPageNumber" href="14516967.html" >1</a> <span class="paginationEllipsis">...</span> |
| + | |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="14516974.html" >8</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480883.html" >9</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480884.html" >10</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber" href="17480885.html" >11</a> |
| + | |
| + | |
| + | <a class="paginationPageNumber activePage" href="javascript:noop();">12</a> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | <div id="main-picture-wrapper" class="thumbnail-wrapper"><a href="javascript:SSLightbox.showFullImage();"> |
| + | <img |
| + | |
| + | |
| + | |
| + | |
| + | data-currentPictureId="17480886" |
| + | id="main-picture" |
| + | class="picture-full" |
| + | alt="home-images-4.jpg" |
| + | title="home-images-4.jpg" |
| + | width="600" |
| + | height="300" |
| + | src="http://www.choicecastings.com/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true" /></a></div> |
| + | |
| + | |
| + | |
| + | <div class="footer"> |
| + | |
| + | <div id="main-picture-description"></div> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/home-photo-gallery/single-gallery/mediaRss.xml.rss
+2
-0
| @@ | @@ -0,0 +1,2 @@ |
| + | <?xml version="1.0" encoding="UTF-8"?> |
| + | <!--Generated by Squarespace V5 Site Server v5.13.483-275 (http://www.squarespace.com) on Fri, 29 Sep 2017 18:33:42 GMT--><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss" version="2.0"><channel><title>Home Photo Gallery</title><generator>Squarespace V5 Site Server v5.13.483-275 (http://www.squarespace.com)</generator><item><title>1.jpg</title><link>http://www.choicecastings.com/picture/1.jpg?pictureId=14516967</link><media:thumbnail url="http://www.choicecastings.com/picture/1.jpg?pictureId=14516967&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/1.jpg?pictureId=14516967&asGalleryImage=true"/></item><item><title>2.jpg</title><link>http://www.choicecastings.com/picture/2.jpg?pictureId=14516968</link><media:thumbnail url="http://www.choicecastings.com/picture/2.jpg?pictureId=14516968&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/2.jpg?pictureId=14516968&asGalleryImage=true"/></item><item><title>3.jpg</title><link>http://www.choicecastings.com/picture/3.jpg?pictureId=14516969</link><media:thumbnail url="http://www.choicecastings.com/picture/3.jpg?pictureId=14516969&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/3.jpg?pictureId=14516969&asGalleryImage=true"/></item><item><title>4.jpg</title><link>http://www.choicecastings.com/picture/4.jpg?pictureId=14516970</link><media:thumbnail url="http://www.choicecastings.com/picture/4.jpg?pictureId=14516970&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/4.jpg?pictureId=14516970&asGalleryImage=true"/></item><item><title>5.jpg</title><link>http://www.choicecastings.com/picture/5.jpg?pictureId=14516971</link><media:thumbnail url="http://www.choicecastings.com/picture/5.jpg?pictureId=14516971&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/5.jpg?pictureId=14516971&asGalleryImage=true"/></item><item><title>6.jpg</title><link>http://www.choicecastings.com/picture/6.jpg?pictureId=14516972</link><media:thumbnail url="http://www.choicecastings.com/picture/6.jpg?pictureId=14516972&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/6.jpg?pictureId=14516972&asGalleryImage=true"/></item><item><title>7.jpg</title><link>http://www.choicecastings.com/picture/7.jpg?pictureId=14516973</link><media:thumbnail url="http://www.choicecastings.com/picture/7.jpg?pictureId=14516973&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/7.jpg?pictureId=14516973&asGalleryImage=true"/></item><item><title>8.jpg</title><link>http://www.choicecastings.com/picture/8.jpg?pictureId=14516974</link><media:thumbnail url="http://www.choicecastings.com/picture/8.jpg?pictureId=14516974&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/8.jpg?pictureId=14516974&asGalleryImage=true"/></item><item><title>home-images-1.jpg</title><link>http://www.choicecastings.com/picture/home-images-1.jpg?pictureId=17480883</link><media:thumbnail url="http://www.choicecastings.com/picture/home-images-1.jpg?pictureId=17480883&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/home-images-1.jpg?pictureId=17480883&asGalleryImage=true"/></item><item><title>home-images-2.jpg</title><link>http://www.choicecastings.com/picture/home-images-2.jpg?pictureId=17480884</link><media:thumbnail url="http://www.choicecastings.com/picture/home-images-2.jpg?pictureId=17480884&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/home-images-2.jpg?pictureId=17480884&asGalleryImage=true"/></item><item><title>home-images-3.jpg</title><link>http://www.choicecastings.com/picture/home-images-3.jpg?pictureId=17480885</link><media:thumbnail url="http://www.choicecastings.com/picture/home-images-3.jpg?pictureId=17480885&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/home-images-3.jpg?pictureId=17480885&asGalleryImage=true"/></item><item><title>home-images-4.jpg</title><link>http://www.choicecastings.com/picture/home-images-4.jpg?pictureId=17480886</link><media:thumbnail url="http://www.choicecastings.com/picture/home-images-4.jpg?pictureId=17480886&asThumbnail=true"/><media:content url="http://www.choicecastings.com/picture/home-images-4.jpg?pictureId=17480886&asGalleryImage=true"/></item></channel></rss> |
| \ No newline at end of file | |
data/www.choicecastings.com/index.html
+1340
-0
| @@ | @@ -0,0 +1,1340 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16045413"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Home - Choice Castings</title> |
| + | <meta property="og:title" content="Home - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16045413" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module active-module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="services/index.html">Our Services</a></h4> |
| + | <h4><a href="material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761196" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Search</div> |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16045417" class="widget-wrapper widget-type-search"><div id="moduleContent16045417"> |
| + | |
| + | |
| + | <!-- <form method="get" action="/display/Search"> |
| + | <div class="search-form-pt-wrapper"> |
| + | <div class="search-form-pt"> |
| + | <span class="queryFieldWrapper"><input type="text" class="text queryField" name="searchQuery" value=""/></span> |
| + | <span class="queryButtonWrapper"><input type="submit" class="button queryButton" value="»"/></span> |
| + | <input type="hidden" name="moduleId" value="16045417"/> |
| + | <br class="clearer"/> |
| + | </div> |
| + | </div> |
| + | </form> --> |
| + | |
| + | <form method="get" action="http://www.choicecastings.com/display/Search"> |
| + | <input type="hidden" name="moduleId" value="16045417"/> |
| + | <table class="search-form-pt-wrapper search-form-table" border="0" cellpadding="0" cellspacing="0"> |
| + | <tr class="search-form-pt search-form-row"> |
| + | <td class="queryFieldCell search-form-cell"> |
| + | <span class="queryFieldWrapper"> |
| + | <input type="text" class="text queryField" name="searchQuery" value=""/> |
| + | </span> |
| + | </td> |
| + | <td class="queryButtonCell search-form-cell"> |
| + | <span class="queryButtonWrapper"> |
| + | <input type="submit" class="button queryButton" value="→"/> |
| + | </span> |
| + | </td> |
| + | </tr> |
| + | </table> |
| + | </form></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div><div id="squarespace-slideshow-wrapper-1336421010" rel="4fa82af32a7be098ec14f639" class="ss-slideshow-v2"></div></div> |
| + | <h2>Welcome to Choice Castings</h2> |
| + | <p>Opportunities for Foundries to add regular orders. Industrial and commercial casting solutions. Not just castings or machined parts, or . We provide metal castings when you need them at the price you need.</p> |
| + | <p>We focus on know-how, leverage and strategy. To allow you to focus on your manufacturing and sales.</p> |
| + | <p> </p> |
| + | <p> </p> |
| + | <p> </p> |
| + | <p> </p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/layout/images/blockquote.png
+0
-0
data/www.choicecastings.com/layout/images/edge.png
+0
-0
data/www.choicecastings.com/layout/images/guide-link.png
+0
-0
data/www.choicecastings.com/layout/images/icons-sprite.png
+0
-0
data/www.choicecastings.com/layout/images/twitter-link.png
+0
-0
data/www.choicecastings.com/malleable-iron/index.html
+1291
-0
| @@ | @@ -0,0 +1,1291 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046598"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Malleable Iron - Choice Castings</title> |
| + | <meta property="og:title" content="Malleable Iron - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046598" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fmalleable-iron%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Malleable Iron<span class="full-image-float-right ssNonEditable"><span><img style="width: 150px;" src="http://www.choicecastings.com/storage/Cast%20Thread.JPG?__SQUARESPACE_CACHEVERSION=1360893159686" alt="" /></span></span></h2> |
| + | <ul> |
| + | </ul> |
| + | <p>We work with the best malleable iron foundries in the world. Malleable iron is used wherever fully functional and machinable thin-walled sections are required. Applications also include larger products of older design.</p> |
| + | <p>Whether domestic supply or imports - our partners assure fast delivery of certified product. Our spectrum ranges from industrial to military application - ferritic or pearlitic malleable iron.</p> |
| + | <p>For high volume applications of parts weighing less than 2 pounds, we work with VS, the finest green sand foundry in the world that is able to produce cast threads (ACME and NPT as seen herr) and fully weldable alloys.</p> |
| + | <p>For lower volumes and larger parts, we source domestically or in some cases in LCC.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/material-choices/index.html
+1400
-0
| @@ | @@ -0,0 +1,1400 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046595"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Material Choices - Choice Castings</title> |
| + | <meta property="og:title" content="Material Choices - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046595" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fmaterial-choices%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2 class="document-title">Material Choices</h2> |
| + | |
| + | |
| + | |
| + | <div class="body"> |
| + | |
| + | <ul class="folder-item-list"> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Industrial Castings. Military Castings. Fittings. Fasteners.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Sand Castings. Permanent Mold. Heat Treating. Machining.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Sand Castings. Detailed. Complex. Challenging.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Complex Valves. Complex designs. Cutting edge design support. Complete Testing.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Sand Castings. Permanent Mold. Low and High Volume.<br /></strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Large Sand Castings with multiple cores.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Die Castings.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p><strong>Investment Castings. Carbon, Alloy and Stainless.</strong></p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | </ul> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/nest-caps/index.html
+1291
-0
| @@ | @@ -0,0 +1,1291 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046664"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Nest Caps - Choice Castings</title> |
| + | <meta property="og:title" content="Nest Caps - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046664" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fnest-caps%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2><span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/product-art/stock-items-nested-caps3.jpg?__SQUARESPACE_CACHEVERSION=1360963302286" alt="" /></span></span>Nest Caps</h2> |
| + | <p><strong>Nest Caps / Stacking Caps in Inventory <br /></strong></p> |
| + | <p>Forging equivalents - Cast Steel.</p> |
| + | <p>2" or 2½" square tubing.</p> |
| + | <p>Wholesale or samples. <a href="http://choicecastings.squarespace.com/contact/">Available locally in Michigan</a>.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/rapid-prototyping/index.html
+1349
-0
| @@ | @@ -0,0 +1,1349 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046574"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Rapid Prototyping - Choice Castings</title> |
| + | <meta property="og:title" content="Rapid Prototyping - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046574" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Frapid-prototyping%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7546988" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Services</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper17847733"> |
| + | |
| + | <div id="moduleContent17847733"> |
| + | |
| + | <a id="moduleLink17847733" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847737"> |
| + | |
| + | <div id="moduleContent17847737"> |
| + | |
| + | <a id="moduleLink17847737" class=" " href="index.html" ><span>Rapid Protoyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847749"> |
| + | |
| + | <div id="moduleContent17847749"> |
| + | |
| + | <a id="moduleLink17847749" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <p><span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/images.jpg?__SQUARESPACE_CACHEVERSION=1360895106413" alt="" /></span></span></p> |
| + | <h2>Rapid Prototyping</h2> |
| + | <ul> |
| + | </ul> |
| + | <p>Do you need a 3 dimensional part as visual aid with exact dimensions of your part? No tooling required, we can provide you with a plastic prototype within days.</p> |
| + | <p>We offer the service of rapid prototyping, which provides you with a plastic replica with exact dimensions of your component . You provide the digital file or we can produce it from your drawing or sketch - with a maximum size of 8" x 8" x 11".</p> |
| + | <p><a href="http://choicecastings.squarespace.com/contact/">Contact us now!</a></p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/robots.txt
+14
-0
| @@ | @@ -0,0 +1,14 @@ |
| + | # Squarespace Standard Robot Exclusion |
| + | # Access is disallowed to functional / filtering URLs |
| + | |
| + | User-agent: * |
| + | |
| + | Disallow: /display/admin/ |
| + | Disallow: /display/Search |
| + | Disallow: /display/Login |
| + | Disallow: /display/RecoverPassword |
| + | Disallow: /login |
| + | Disallow: /contributor |
| + | |
| + | Disallow: /contact |
| + | Disallow: /search |
data/www.choicecastings.com/services/index.html
+1416
-0
| @@ | @@ -0,0 +1,1416 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046547"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Services - Choice Castings</title> |
| + | <meta property="og:title" content="Services - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046547" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fservices%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7546988" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Services</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper17847733"> |
| + | |
| + | <div id="moduleContent17847733"> |
| + | |
| + | <a id="moduleLink17847733" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847737"> |
| + | |
| + | <div id="moduleContent17847737"> |
| + | |
| + | <a id="moduleLink17847737" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Protoyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847749"> |
| + | |
| + | <div id="moduleContent17847749"> |
| + | |
| + | <a id="moduleLink17847749" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2 class="document-title">Services</h2> |
| + | |
| + | |
| + | |
| + | <div class="body"> |
| + | |
| + | <ul class="folder-item-list"> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p>We can provide:</p> |
| + | <ul> |
| + | <li>Malleable, Gray and Ductile Iron Castings (0.1 to 100 pounds).</li> |
| + | <li>Aluminum Sand and Die Castings (0.1 to 50 pounds).</li> |
| + | <li>Brass and Copper Alloy Castings in Sand and Permanent Mold (0.1 to 50 pounds).</li> |
| + | <li>Investment Steel Castings up to 20 pounds.</li> |
| + | <li>Sand Steel Castings up to 30,000 pounds.</li> |
| + | </ul> |
| + | <p>Utilizing our network of foundries and machining sources, we develop optimal sourcing strategies for our customers and in some cases even individual components.</p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p>We can take an existing drawing and provide you with a rapid prototype within days, so you know exactly what you can expect and if the part willmeet your expectations.</p> |
| + | <p><br />If you are not in posession of a 3D drawing, we can create one for you based on simpler drawing types or just based on samples or sketches.</p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"><p>Castings tend to contain slight imperfections such as shrinkage or voids. In order to minimize or completely eliminate these issues in particular sections or altogether, we simulate the casting process using state-of-the-art simulation software.</p> |
| + | <p>We can also simulate the performance of your casting, which can reduce the development process and asssure that your part functions as planned.</p></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | </ul> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/simulations/index.html
+1350
-0
| @@ | @@ -0,0 +1,1350 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046590"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Processing & Performance Simulations - Choice Castings</title> |
| + | <meta property="og:title" content="Processing & Performance Simulations - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046590" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fsimulations%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7546988" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Services</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper17847733"> |
| + | |
| + | <div id="moduleContent17847733"> |
| + | |
| + | <a id="moduleLink17847733" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847737"> |
| + | |
| + | <div id="moduleContent17847737"> |
| + | |
| + | <a id="moduleLink17847737" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Protoyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17847749"> |
| + | |
| + | <div id="moduleContent17847749"> |
| + | |
| + | <a id="moduleLink17847749" class=" " href="index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Processing & Performance Simulations </h2> |
| + | <h2><span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/product-art/services-simulation2.jpg?__SQUARESPACE_CACHEVERSION=1361034796228" alt="" width="268" height="192" /></span></span></h2> |
| + | <ul> |
| + | </ul> |
| + | <p>Choice Castings has capability to provide design and development source, which includes complete simulation services.</p> |
| + | <p>Our engineers are experienced in casting design and will provide 3D images (seen on right in center) and can, upon request, provide manufacturing drawings, depicted in the center drawing.</p> |
| + | <p>Finally, we can simulate the physical performance of the castings, allowing redesigns and improvements without the need for new or modified tooling, which tends to be far more costly and time consuming.</p> |
| + | <p>Provide us with samples, drawings or digital files - and we can help you design a sound casting and engineered component.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/spike-grids-timber-connectors/index.html
+1296
-0
| @@ | @@ -0,0 +1,1296 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | <meta name="description" content="Toothed wood connector, spike grids, connecting sections of timber" /> |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046693"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Spike Grids - Choice Castings</title> |
| + | <meta property="og:title" content="Spike Grids - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046693" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fspike-grids-timber-connectors%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Toothed Connectors Grids for Timber Constructions</h2> |
| + | <p>We produce and stock spiked connectors commonly used in timber construction, also known as timber connectors, spike grids, toothed connectors. Zinc plated or unplated.</p> |
| + | <p>Due to our precision and fine sand in our sand casting process, our malleable iron parts weigh far less than those from our competitors - while meeting the same standards!</p> |
| + | <p>Available Sizes are 50mm, 65mm, 80mm, 95mm and 115 mm, one-sided and both sided, small and large holes, details can be seen <a href="http://www.bts-saarburg.de/english/produkte_holzverbinder.htm" target="_blank">here.</a></p> |
| + | <div style="float: left; margin-right: 55px;"> |
| + | <p><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-wood-connector-1-sided.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340147319276',100,100);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847463-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1340147326514" alt="" /></a></span><span class="thumbnail-caption" style="width: 152px;">One-Sided Wood Connector</span></span></p> |
| + | </div> |
| + | <div style="float: left; margin-right: 15px;"> |
| + | <p><span class="thumbnail-image-float-left ssNonEditable"><span><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-wood-connector-2-sided.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340147377735',100,102);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847480-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1340147398401" alt="" /></a></span><span class="thumbnail-caption" style="width: 152px;">Two-Sided Wood Connector</span></span></p> |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/steel-large-complex/index.html
+1264
-0
| @@ | @@ -0,0 +1,1264 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "19229099"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Steel (Large complex) - Choice Castings</title> |
| + | <meta property="og:title" content="Steel (Large complex) - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage19229099" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fsteel-large-complex%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Steel (Large Sand Castings)<span class="full-image-float-right ssNonEditable"><span><img src="http://www.choicecastings.com/storage/Selector%20Housing.png?__SQUARESPACE_CACHEVERSION=1361066641354" alt="" /></span></span></h2> |
| + | <p>Large complex castings with numerous cores are designed simultaneously - taking advantages of technical know-how, that allows integration of numerous sections by designing cores within cores within cores...</p> |
| + | <p>Unique designs for the energy sector (oil and gas valves, turbine casings, nozzle chambers and kaplan blades) combined with extensive pre-production simulation as well as non destructive testing ensure our customers from gaining a competitive edge.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/steel/index.html
+1286
-0
| @@ | @@ -0,0 +1,1286 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Copse:400", |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "17257711"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Steel - Choice Castings</title> |
| + | <meta property="og:title" content="Steel - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage17257711" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fsteel%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Steel (Investment Cast)</h2> |
| + | <p>We currently provide steel castings made through the lost wax process, also known as investment castings. This process is capable of producing the tightest tolerances and most exceptional surface quality. Alloys include carbon steels, stainless steels and exotic grades.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/stock-items/index.html
+1350
-0
| @@ | @@ -0,0 +1,1350 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Copse:400", |
| + | "Open Sans:400,600" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046640"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Stock Items - Choice Castings</title> |
| + | <meta property="og:title" content="Stock Items - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046640" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fstock-items%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2 class="document-title">Stock Items</h2> |
| + | |
| + | |
| + | |
| + | <div class="body"> |
| + | |
| + | <ul class="folder-item-list"> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | <li> |
| + | |
| + | <h3><a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a></h3> |
| + | |
| + | |
| + | |
| + | <div class="h3subtitle"></div> |
| + | |
| + | |
| + | </li> |
| + | |
| + | |
| + | |
| + | </ul> |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/images/button/button-a.png
+0
-0
data/www.choicecastings.com/universal/images/button/button-span.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/category.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/comment.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/date.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/email.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/file.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/folder-contract.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/folder-expand.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/open-off-site.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/permalink.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/print.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/reference.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/share.png
+0
-0
data/www.choicecastings.com/universal/images/core-resources/icons/smalllight/user-registered.png
+0
-0
data/www.choicecastings.com/universal/images/slideshow/next-button.png
+0
-0
data/www.choicecastings.com/universal/images/slideshow/previous-button.png
+0
-0
data/www.choicecastings.com/universal/images/slideshow/selected.png
+0
-0
data/www.choicecastings.com/universal/images/slideshow/unselected.png
+0
-0
data/www.choicecastings.com/universal/images/social/bubble-stem.png
+0
-0
data/www.choicecastings.com/universal/images/transparent.png
+0
-0
data/www.choicecastings.com/universal/images/xml/feed-icon-12x12-orange.png
+0
-0
data/www.choicecastings.com/universal/images/xml/feed-icon-16x16-orange.png
+0
-0
data/www.choicecastings.com/universal/scripts/api-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | var Event=YAHOO.util.Event;var JSON=YAHOO.lang.JSON;var Connect=YAHOO.util.Connect;Squarespace.api={server:function(){return window.location.protocol+"//"+window.location.host+"/";},callback:function(C,B,A,D){if(typeof (C)=="function"){if(D){YAHOO.lang.later(D,B,C,A||[],false);}else{C.apply(B,A||[]);}}return ;},url:{encode:function(G){if(!G){return"";}var C=[];for(var E in G){var B=G[E];var F=encodeURIComponent(E);if(typeof (B)=="undefined"){C.push(F,"=&");}else{if(typeof (B)!="function"&&typeof (B)!="object"){C.push(F,"=",encodeURIComponent(B),"&");}else{if(YAHOO.lang.isArray(B)){if(B.length){for(var D=0,A=B.length;D<A;D++){C.push(F,"=",encodeURIComponent(B[D]===undefined?"":B[D]),"&");}}else{C.push(F,"=&");}}}}}C.pop();return C.join("");},decode:function(I,G){if(!I||!I.length){return{};}var D={};var B=I.split("&");var C;var A;var H;for(var E=0,F=B.length;E<F;E++){C=B[E].split("=");A=decodeURIComponent(C[0]);H=decodeURIComponent(C[1]);if(G!==true){if(typeof (D[A])=="undefined"){D[A]=H;}else{if(typeof (D[A])=="string"){D[A]=[D[A]];D[A].push(H);}else{D[A].push(H);}}}else{D[A]=H;}}return D;}}};Squarespace.api.Connection=function(){return ;};Squarespace.api.Connection.prototype={defaultPOSTHeader:"application/x-www-form-urlencoded; charset=UTF-8",defaultFormHeader:"application/x-www-form-urlencoded",defaultXMLContentType:"text/xml",defaultJSONContentType:"application/json",defaultXHRHeader:"XMLHttpRequest",timeout:30000,bypassCache:true,requestObject:null,request:function(B){var F=B.method||(B.data?"POST":"GET");var D=null;var C=null;if(typeof (B.url)=="function"){D=B.url.call(B.scope,B);}else{D=B.url;}if(!B.headers){B.headers={};}if(typeof (C)=="object"){var E=B.headers["Content-Type"];if(YAHOO.lang.isString(E)){if(E==Squarespace.api.Connection.defaultJSONContentType){C=JSON.stringify(B.data);}else{if(E==Squarespace.api.Connection.defaultXMLContentType){C=(new XMLSerializer()).serializeToString(B.data);}else{C=Squarespace.api.url.encode(B.data);}}}else{if(F=="POST"){B.headers["Content-Type"]=Squarespace.api.Connection.defaultPOSTHeader;C=Squarespace.api.url.encode(B.data);}else{if(F=="GET"){D+=(D.indexOf("?")!=-1?"&":"?")+Squarespace.api.url.encode(B.data);}}}}var A={cache:B.cache||!(this.bypassCache),timeout:B.timeout||this.timeout,argument:B.context,success:function(G){Squarespace.api.callback(B.success,B.scope,[G]);this.requestObject=null;return ;},failure:function(G){Squarespace.api.callback(B.failure,B.scope,[G]);this.requestObject=null;return ;}};this.requestObject=Connect.asyncRequest(F,D,A,C);this.requestObject.argument=B.context;return this.requestObject.id;},isLoading:function(){return Connect.isCallInProgress(this.requestObject);},abort:function(){return Connect.abort(this.requestObject,null,false);}};Squarespace.api.WebServiceRequest=function(A){this.connection=A;this.methodId=A.requestObject.argument;this.requestTime=new Date();return ;};Squarespace.api.WebServiceRequest.prototype={id:function(){return this.connection.id;},method:function(){return this.methodId;},isPending:function(){return this.connection.isLoading();},cancel:function(){return this.connection.abort();}};Squarespace.api.WebServiceResponse=function(A){this.responseId=A.tId;this.methodId=A.argument;this.responseTime=new Date();this.responseHeaders=A.getResponseHeader;if(A.status>=200&&A.status<300){this.responseText=A.responseText;}else{var B={status:A.status,statusText:A.statusText};this.responseText=JSON.stringify(B);}return ;};Squarespace.api.WebServiceResponse.prototype={id:function(){return this.responseId;},method:function(){return this.methodId;},getResponseHeaders:function(){return this.responseHeaders;},getResponseHeaderValue:function(A){return this.responseHeaders[A];},getResponse:function(){return this.responseText;}};Squarespace.api.WebService={createRequest:function(D,E,C,B){var A={method:D,url:Squarespace.api.server()+E,data:C,callback:B,scope:this,timeout:15000,success:function(G){var F=new Squarespace.api.WebServiceResponse(G);if(YAHOO.lang.isFunction(B)){B.apply(this,[F]);}else{B.handleResponse.apply(B,[F]);}return ;},failure:function(G){var F=new Squarespace.api.WebServiceResponse(G);if(YAHOO.lang.isFunction(B)){B.apply(this,[F]);}else{B.handleResponse.apply(B,[F]);}return ;}};return A;},startRequest:function(A){var B=new Squarespace.api.Connection();var C=B.request(A);return new Squarespace.api.WebServiceRequest(B);},stopRequest:function(A){if(A.isLoading()){A.abort();}return ;}};Squarespace.api.Twitter={getFeed:function(D,C,E){var B={version:"20100220",responseFormat:"json",method:"squarespace.twitter.getFeed",moduleId:D,count:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,E);return Squarespace.api.WebService.startRequest(A);},getFeedForUsername:function(D,F,C,E){var B={version:"20100220",responseFormat:"json",method:"squarespace.twitter.getFeed",moduleId:D,username:F,count:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,E);return Squarespace.api.WebService.startRequest(A);},getTweets:function(C,E,D,F){var B={version:"20100220",responseFormat:"json",method:"squarespace.twitter.getFeed",moduleId:C,ids:E,filter:D.filter,filterType:D.filterType,filterAtReplies:D.filterAtReplies,filterRetweets:D.filterRetweets,count:D.count};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,F);return Squarespace.api.WebService.startRequest(A);}};Squarespace.api.Flickr={getFeed:function(C,D){var B={version:"20100220",responseFormat:"json",method:"squarespace.flickr.getFeed",moduleId:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,D);return Squarespace.api.WebService.startRequest(A);}};Squarespace.api.Rss={getFeed:function(D,C,E){var B={version:"20100220",responseFormat:"json",method:"squarespace.rss.getFeed",moduleId:D,count:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,E);return Squarespace.api.WebService.startRequest(A);}};Squarespace.api.Delicious={getFeed:function(D,C,E){var B={version:"20100220",responseFormat:"json",method:"squarespace.delicious.getFeed",moduleId:D,count:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,E);return Squarespace.api.WebService.startRequest(A);}};Squarespace.api.LocationCheckins={getFeed:function(D,C,E){var B={version:"20100220",responseFormat:"json",method:"squarespace.location.getFeed",moduleId:D,count:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,E);return Squarespace.api.WebService.startRequest(A);}};Squarespace.api.OAuthProfile={getProfile:function(D,C){var B={version:"20100220",responseFormat:"json",method:"squarespace.oauth.getProfile",provider:C};var A=Squarespace.api.WebService.createRequest("GET","api/rest",B,D);return Squarespace.api.WebService.startRequest(A);}}; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/base64-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | var Base64={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(C){var A="";var J,H,F,I,G,E,D;var B=0;C=Base64._utf8_encode(C);while(B<C.length){J=C.charCodeAt(B++);H=C.charCodeAt(B++);F=C.charCodeAt(B++);I=J>>2;G=((J&3)<<4)|(H>>4);E=((H&15)<<2)|(F>>6);D=F&63;if(isNaN(H)){E=D=64;}else{if(isNaN(F)){D=64;}}A=A+this._keyStr.charAt(I)+this._keyStr.charAt(G)+this._keyStr.charAt(E)+this._keyStr.charAt(D);}return A;},decode:function(C){var A="";var J,H,F;var I,G,E,D;var B=0;C=C.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(B<C.length){I=this._keyStr.indexOf(C.charAt(B++));G=this._keyStr.indexOf(C.charAt(B++));E=this._keyStr.indexOf(C.charAt(B++));D=this._keyStr.indexOf(C.charAt(B++));J=(I<<2)|(G>>4);H=((G&15)<<4)|(E>>2);F=((E&3)<<6)|D;A=A+String.fromCharCode(J);if(E!=64){A=A+String.fromCharCode(H);}if(D!=64){A=A+String.fromCharCode(F);}}A=Base64._utf8_decode(A);return A;},_utf8_encode:function(B){B=B.replace(/\r\n/g,"\n");var A="";for(var D=0;D<B.length;D++){var C=B.charCodeAt(D);if(C<128){A+=String.fromCharCode(C);}else{if((C>127)&&(C<2048)){A+=String.fromCharCode((C>>6)|192);A+=String.fromCharCode((C&63)|128);}else{A+=String.fromCharCode((C>>12)|224);A+=String.fromCharCode(((C>>6)&63)|128);A+=String.fromCharCode((C&63)|128);}}}return A;},_utf8_decode:function(A){var B="";var C=0;var D=c1=c2=0;while(C<A.length){D=A.charCodeAt(C);if(D<128){B+=String.fromCharCode(D);C++;}else{if((D>191)&&(D<224)){c2=A.charCodeAt(C+1);B+=String.fromCharCode(((D&31)<<6)|(c2&63));C+=2;}else{c2=A.charCodeAt(C+1);c3=A.charCodeAt(C+2);B+=String.fromCharCode(((D&15)<<12)|((c2&63)<<6)|(c3&63));C+=3;}}}return B;}}; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/census-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | Squarespace.Census={hit:function(){var A=Squarespace.URL.constructUrlParameters({url:window.location.pathname,title:window.document.title,viewportInnerHeight:YAHOO.util.Dom.getViewportHeight(),viewportInnerWidth:YAHOO.util.Dom.getViewportWidth(),screenHeight:window.screen.height,screenWidth:window.screen.width,userAgent:window.navigator.userAgent,referrer:window.document.referrer,pixelRatio:window.devicePixelRatio,event:"View"});YAHOO.util.Connect.asyncRequest("GET","/process/RecordHit?"+A,{success:function(){},failure:function(){}});}}; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/cookie-min.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | YAHOO.namespace("util");YAHOO.util.Cookie={_createCookieString:function(L,J,K,G){var H=YAHOO.lang,I=encodeURIComponent(L)+"="+(K?encodeURIComponent(J):J);if(H.isObject(G)){if(G.expires instanceof Date){I+="; expires="+G.expires.toUTCString();}if(H.isString(G.path)&&G.path!==""){I+="; path="+G.path;}if(H.isString(G.domain)&&G.domain!==""){I+="; domain="+G.domain;}if(G.secure===true){I+="; secure";}}return I;},_createCookieHashString:function(H){var F=YAHOO.lang;if(!F.isObject(H)){throw new TypeError("Cookie._createCookieHashString(): Argument must be an object.");}var G=[];for(var E in H){if(F.hasOwnProperty(H,E)&&!F.isFunction(H[E])&&!F.isUndefined(H[E])){G.push(encodeURIComponent(E)+"="+encodeURIComponent(String(H[E])));}}return G.join("&");},_parseCookieHash:function(I){var J=I.split("&"),H=null,K={};if(I.length>0){for(var L=0,G=J.length;L<G;L++){H=J[L].split("=");K[decodeURIComponent(H[0])]=decodeURIComponent(H[1]);}}return K;},_parseCookieString:function(Q,O){var P={};if(YAHOO.lang.isString(Q)&&Q.length>0){var N=(O===false?function(A){return A;}:decodeURIComponent);var S=Q.split(/;\s/g),R=null,M=null,V=null;for(var L=0,U=S.length;L<U;L++){V=S[L].match(/([^=]+)=/i);if(V instanceof Array){try{R=decodeURIComponent(V[1]);M=N(S[L].substring(V[1].length+1));}catch(T){}}else{R=decodeURIComponent(S[L]);M="";}P[R]=M;}}return P;},exists:function(C){if(!YAHOO.lang.isString(C)||C===""){throw new TypeError("Cookie.exists(): Cookie name must be a non-empty string.");}var D=this._parseCookieString(document.cookie,true);return D.hasOwnProperty(C);},get:function(J,F){var G=YAHOO.lang,I;if(G.isFunction(F)){I=F;F={};}else{if(G.isObject(F)){I=F.converter;}else{F={};}}var H=this._parseCookieString(document.cookie,!F.raw);if(!G.isString(J)||J===""){throw new TypeError("Cookie.get(): Cookie name must be a non-empty string.");}if(G.isUndefined(H[J])){return null;}if(!G.isFunction(I)){return H[J];}else{return I(H[J]);}},getSub:function(F,I,J){var G=YAHOO.lang,H=this.getSubs(F);if(H!==null){if(!G.isString(I)||I===""){throw new TypeError("Cookie.getSub(): Subcookie name must be a non-empty string.");}if(G.isUndefined(H[I])){return null;}if(!G.isFunction(J)){return H[I];}else{return J(H[I]);}}else{return null;}},getSubs:function(F){var D=YAHOO.lang.isString;if(!D(F)||F===""){throw new TypeError("Cookie.getSubs(): Cookie name must be a non-empty string.");}var E=this._parseCookieString(document.cookie,false);if(D(E[F])){return this._parseCookieHash(E[F]);}return null;},remove:function(D,C){if(!YAHOO.lang.isString(D)||D===""){throw new TypeError("Cookie.remove(): Cookie name must be a non-empty string.");}C=YAHOO.lang.merge(C||{},{expires:new Date(0)});return this.set(D,"",C);},removeSub:function(L,I,G){var H=YAHOO.lang;G=G||{};if(!H.isString(L)||L===""){throw new TypeError("Cookie.removeSub(): Cookie name must be a non-empty string.");}if(!H.isString(I)||I===""){throw new TypeError("Cookie.removeSub(): Subcookie name must be a non-empty string.");}var J=this.getSubs(L);if(H.isObject(J)&&H.hasOwnProperty(J,I)){delete J[I];if(!G.removeIfEmpty){return this.setSubs(L,J,G);}else{for(var K in J){if(H.hasOwnProperty(J,K)&&!H.isFunction(J[K])&&!H.isUndefined(J[K])){return this.setSubs(L,J,G);}}return this.remove(L,G);}}else{return"";}},set:function(J,I,F){var G=YAHOO.lang;F=F||{};if(!G.isString(J)){throw new TypeError("Cookie.set(): Cookie name must be a string.");}if(G.isUndefined(I)){throw new TypeError("Cookie.set(): Value cannot be undefined.");}var H=this._createCookieString(J,I,!F.raw,F);document.cookie=H;return H;},setSub:function(L,J,K,G){var H=YAHOO.lang;if(!H.isString(L)||L===""){throw new TypeError("Cookie.setSub(): Cookie name must be a non-empty string.");}if(!H.isString(J)||J===""){throw new TypeError("Cookie.setSub(): Subcookie name must be a non-empty string.");}if(H.isUndefined(K)){throw new TypeError("Cookie.setSub(): Subcookie value cannot be undefined.");}var I=this.getSubs(L);if(!H.isObject(I)){I={};}I[J]=K;return this.setSubs(L,I,G);},setSubs:function(J,I,F){var G=YAHOO.lang;if(!G.isString(J)){throw new TypeError("Cookie.setSubs(): Cookie name must be a string.");}if(!G.isObject(I)){throw new TypeError("Cookie.setSubs(): Cookie value must be an object.");}var H=this._createCookieString(J,this._createCookieHashString(I),false,F);document.cookie=H;return H;}};YAHOO.register("cookie",YAHOO.util.Cookie,{version:"2.9.0",build:"2800"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/eu-cookie-policy.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | if(Static.EU_COOKIE_POLICY){E.onDOMReady(function(){var F=YAHOO.util.Cookie.get("EU_COOKIES");if(F==null||F==="false"){YAHOO.lang.later(500,this,function(){YAHOO.util.Cookie.remove("ss_lastvisit",{path:"/"});YAHOO.util.Cookie.remove("SS_MATTR",{domain:".squarespace.com"});YAHOO.util.Cookie.remove("SS_MID",{domain:".squarespace.com"});YAHOO.util.Cookie.remove("user_segment");});}if(F==null){var J,I=new Date();I.setTime(new Date().getTime()+(1000*60*60*24*30));if(Static.EU_COOKIE_POLICY=="bottom-left"){J="bottom: 0px; left: 0px;";}else{if(Static.EU_COOKIE_POLICY=="bottom-right"){J="bottom: 0px; right: 0px;";}else{if(Static.EU_COOKIE_POLICY=="top-right"){J="top: 0px; right: 0px;";}else{J="top: 0px; left: 0px;";}}}var H=document.createElement("div");var C='<div class="cookie-notice" style="padding: 20px; background: #eee; color: #333; font-size: 12px; border: 1px solid #ccc; position: absolute; '+J+'">We would like to place cookies on your computer to help us make this website better.<br/><button class="accept" style="padding: 5px; margin-top: 5px;">I wish to accept cookies from this website.</button> <button class="decline" style="padding: 5px; margin-left: 5px;">Decline</button></div>';H.innerHTML=C;document.body.appendChild(H);var A=D.getElementsByClassName("cookie-notice")[0];var B=D.getElementsByClassName("accept","button",H)[0];YAHOO.util.Event.on(B,"click",function(){YAHOO.util.Cookie.set("EU_COOKIES",true,{expires:I,path:"/"});A.parentNode.removeChild(A);});var G=D.getElementsByClassName("decline","button",H)[0];YAHOO.util.Event.on(G,"click",function(){YAHOO.util.Cookie.set("EU_COOKIES",false,{expires:I,path:"/"});A.parentNode.removeChild(A);});}});} |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/global-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | var D=YAHOO.util.Dom;var E=YAHOO.util.Event;Static={};Squarespace=window.Squarespace||{};Squarespace.Interaction={};Squarespace.Constants={POPUPS_DISABLED_MESSAGE:"It appears that you may have a popup blocker enabled that is preventing Squarespace from opening a new window. You should either disable your popup blocker, or explicitly allow this site to create popups.\n\nMore information on this problem is available in the Troubleshooting area of the FAQ from our front website.",UNSAVED_CHANGES_MESSAGE:"Are you sure you wish to navigate away from this page?\n\nYou have unsaved changes. These changes will be lost if you leave this page\n\nPress OK to continue, or Cancel to stay on the current page.",NO_SAVE_WARNING:"Warning! Some dynamic changes have not been saved, as your request has failed to reach the server. You might want to check your connection to the internet before proceeding with more changes.",ASYNC_FAIL_WARNING:"Unable to complete connection. Some data may not have been properly sent to the server.",BROWSER_UPGRADE:'<strong>Internet Explorer 6 is not supported.</strong><br/><br/>Squarespace is an advanced web application that can not be deployed to web browsers that were released almost 7 years ago (IE6 was released in 2001). While we do not support system logins from IE6, all Squarespace accounts will be guaranteed to be readable from IE6 browsers for the foreseeable future.<br/><br/><strong>Please install any modern web browser. This includes Internet Explorer 7+, Safari 3+, Firefox 2+ or Opera 9+ to log into Squarespace.</strong><br/><br/><a href="http://www.firefox.com/">Click here to download Firefox (Free/Recommended) »</a><br/><a href="http://www.apple.com/safari/">Click here to download Safari (Free) »</a><br/><a href="http://www.microsoft.com/ie/">Click here to download IE7 (Free) »</a>',BROWSER_UPGRADE_WARN:'<strong>Internet Explorer 6 is not fully supported.</strong><br/><br/>While we do allow you to log in to this site using IE6, many editing functions will not work, and the site may appear slightly visually distorted.<br/><br/><strong>Please install any modern web browser. This includes Internet Explorer 7+, Safari 3+, Firefox 2+ or Opera 9+ to log into Squarespace.</strong><br/><br/><a href="http://www.firefox.com/">Click here to download Firefox (Free/Recommended) »</a><br/><a href="http://www.apple.com/safari/">Click here to download Safari (Free) »</a><br/><a href="http://www.microsoft.com/ie/">Click here to download IE7 (Free) »</a>',BROWSER_UPGRADE_ALERT:"Internet Explorer 6 is not supported.\n\nSquarespace is an advanced web application that can not be deployed to web browsers that were released almost 7 years ago (IE6 was released in 2001).\n\nPlease install any modern web browser in order to use our editor. This includes Internet Explorer 7+, Safari 3+, Firefox 2+ or Opera 9+",DEGRADED_EXPERIENCE:(YAHOO.env.ua.ie>0),MODERN_EXPERIENCE:(YAHOO.env.ua.webkit>0),USE_GLOBAL_LIGHTBOX:false,SS_AUTHKEY:"X",VERSION_6_LAYOUT:false,HELP_SITE_URL:"https://5help.squarespace.com/",HELP_SITE_AUTHED_URL:"/display/configuration/HelpSsoAuth"};var Class={create:function(A){var B;if(A.initialize){B=function(){this.initialize.apply(this,arguments);};}else{B=function(){};}B.prototype=A;B.extend=function(C){return Class.extend(this,C);};B.prototype.loadProperties=function(F,C){this.properties=F;for(key in C){this.properties[key]=C[key];}};return B;},extend:function(A,B){var C=Class.create(B);for(property in A.prototype){if(!C.prototype[property]){C.prototype[property]=A.prototype[property];}}return C;}};Function.prototype.bind=function(I,N,M,L,J,H,G,F,C,B,A){var K=this;return function(){K.apply(I,[N,M,L,J,H,G,F,C,B,A]);};};Function.prototype.bindEventListener=function(I,N,M,L,J,H,G,F,C,B,A){var K=this;return function(O){return K.call(I,O||window.event,N,M,L,J,H,G,F,C,B,A);};};function bind(I,O,N,M,L,J,H,G,F,C,B,A){var K=O;return function(){K.apply(I,[N,M,L,J,H,G,F,C,B,A]);};}Squarespace.URL={reload:function(B,A){if(!B){B=window;}var C=Squarespace.URL.cleanUrl(B.location.href);C=Squarespace.URL.adjustQueryParameter(C,"SSScrollPosition",D.getDocumentScrollTop(B.document));C=Squarespace.URL.adjustQueryParameter(C,"VK",parseInt(Math.random()*99999999));if(A){C=A(C);}B.location.href=C;},getServerName:function(){var A=document.location.href.indexOf("://");return(document.location.href.substring(0,document.location.href.indexOf("/",A+3)));},removeDirectUrlPrefix:function(A){var B=Squarespace.URL.getServerName();if(A.startsWith(B)){return(A.substring(B.length));}else{return(A);}},cleanUrl:function(A){A=A.replace(new RegExp("(\\?|\\&)(firstLogin|SSLoginOk)=true","g"),"");if(A.indexOf("?")==-1&&A.indexOf("&")!=-1){A=A.replace(/&/,"?");}var B=A.indexOf("#");return(B==-1?A:A.substring(0,B));},adjustQueryParameter:function(B,A,C){if(B.match(new RegExp("(\\?|\\&)"+A+"=([^&]*)","g"))){B=B.replace(new RegExp("(\\?|\\&)"+A+"=([^&]*)","g"),"$1"+A+"="+C);}else{if(B.indexOf("?")==-1){B=B+"?"+A+"="+C;}else{B=B+"&"+A+"="+C;}}return(B);},removeQueryParameter:function(B,A){if(B.match(new RegExp("(\\?|\\&)"+A+"=([^&]*)","g"))){B=B.replace(new RegExp("(\\?|\\&)"+A+"=([^&]*)","g"),"");}if(B.indexOf("?")==-1&&B.indexOf("&")!=-1){B=B.replace(/&/,"?");}return(B);},constructUrlParameters:function(B){var A="";for(i in B){if(A.length>0){A+="&";}A+=i;A+="=";A+=encodeURIComponent(B[i]);}return(A);},fastCall:function(A,C,B){YAHOO.util.Connect.asyncRequest("POST",A,{timeout:(B?B:10000),success:(C?C:function(F){}),failure:function(F){alert(Squarespace.NO_SAVE_WARNING);}});},_parseLevelToArray:function(A){var B=[];var C=A.firstChild;while(C!=null){if(C.firstChild!=null&&C.firstChild.childNodes.length>0){B.push(this._parseLevelToObject(C));}else{if(C.firstChild!=null){B.push(C.firstChild.data);}}C=C.nextSibling;}return(B);},_parseLevelToObject:function(A){var B={};var C=A.firstChild;while(C!=null){if(C.firstChild==null){B[C.tagName]=[];}else{if(C.firstChild.childNodes.length>0){B[C.tagName]=this._parseLevelToArray(C);}else{if(C.firstChild!=null){B[C.tagName]=C.firstChild.data;}}}C=C.nextSibling;}return(B);},getObjectFromXML:function(A){return(this._parseLevelToObject(A.responseXML.documentElement));},loadContentBackground:function(A){var B=document.createElement("iframe");D.setStyle(B,"visibility","visible");D.setStyle(B,"height","1px");D.setStyle(B,"width","1px");D.setStyle(B,"opacity","0");document.body.appendChild(B);B.src=A;},loadContent:function(targetElement,url,customTimeout){YAHOO.util.Connect.asyncRequest("GET",url,{timeout:(customTimeout?customTimeout:20000),failure:function(o){if(o.status==-1){alert(Squarespace.Constants.ASYNC_FAIL_WARNING);}},success:function(o){var textPortion=o.responseText;var scripts=[];while(true){var sidx=textPortion.indexOf("<script>");if(sidx==-1){break;}var seidx=textPortion.indexOf("<\/script>");if(seidx==-1){break;}var snippet=textPortion.substring(sidx+8,seidx).trim();textPortion=textPortion.substring(0,sidx)+textPortion.substring(seidx+9);if(snippet.length>0){scripts.push(snippet);}textPortion=textPortion.trim();}if(textPortion.length>0){D.get(targetElement).innerHTML=textPortion;}eval(scripts.join(";"));}});}};Squarespace.Form={manageFormEffects:function(C){var G="0123456789";var I=null;var H=document.forms[C!=null?C:"dataform"];var B=document.getElementById(C!=null?C:"dataform");if(H){I=H.elements;}else{if(B){I=B.getElementsByTagName("input");}}if(!I){return ;}var F=I.length;for(var A=0;A<F;A++){el=I[A];if(el.ssEnhanced){continue;}el.ssEnhanced=true;if(el.type=="checkbox"||el.type=="radio"){E.addListener(el,"focus",function(){var J=D.get(this.id+"_title");if(J){D.addClass(J,"checkbox-title-selected");}});E.addListener(el,"blur",function(){var J=D.get(this.id+"_title");if(J){D.removeClass(J,"checkbox-title-selected");}});if(el.type=="radio"){el.sschange=function(M,N){var L=Squarespace.Form.getRadioValue("dataform",M);if(L==N){return ;}var J=D.get(M+"_"+L+"_title");var K=D.get(M+"_"+N+"_title");D.removeClass(J,"checkbox-option-active");D.addClass(K,"checkbox-option-active");};}else{E.addListener(el,"change",function(){var J=D.get(this.id+"_title");if(J){if(this.checked){D.addClass(J,"checkbox-option-active");}else{D.removeClass(J,"checkbox-option-active");}}});}if(el.checked){D.addClass(el.id+"_title","checkbox-option-active");}}else{if(el.type=="text"||el.type=="edit"||el.type=="password"||el.type=="textarea"||el.type=="select-one"||el.type=="input"){if(el.type!="textarea"){if(D.hasClass(el,"custom-return-behavior")){E.addListener(el,"keydown",function(J){return Squarespace.Form.remapEnter(J,function(){});});}else{E.addListener(el,"keydown",function(J){return Squarespace.Form.remapEnter(J);});}}E.addListener(el,"keydown",Squarespace.Form._captureControlSHandler);E.addListener(el,"focus",function(){if(this.readOnly||this.disabled){return ;}var J=D.get(this.name+"_title");if(J){D.addClass(J,"input-title-selected");}if(!Squarespace.Form.fieldHasError(this)){D.addClass(this,"input-selected");}});E.addListener(el,"blur",function(){if(this.readOnly||this.disabled){return ;}var J=D.get(this.name+"_title");if(J){D.removeClass(J,"input-title-selected");}D.removeClass(this,"input-selected");});if((el.type=="textarea"||el.type=="text"||el.type=="password")&&Squarespace.Form.fieldHasError(el)){D.addClass(el,"input-with-error");}}else{if(el.type=="button"||el.type=="submit"){E.addListener(el,"focus",function(){D.addClass(this,"button-selected");});E.addListener(el,"blur",function(){D.removeClass(this,"button-selected");});}}}}setTimeout(function(){var K=null;for(var J=0;J<I.length;++J){var L=I[J];if((L.type=="password"||L.type=="text"||L.type=="select-one"||L.type=="textarea")&&!L.disabled&&!L.readOnly){if(K==null&&(D.getY(L)<(D.getViewportHeight()-50))){K=L;}if(Squarespace.Form.fieldHasError(L)){K=L;break;}}}if(K&&D.getDocumentScrollTop()==0){try{K.focus();}catch(M){}}},5);},fieldHasError:function(B){if(B.name){var A=D.get(B.name+"_title");if(A&&A.innerHTML.indexOf("errorText")!=-1){return(true);}}return(false);},smartSubmit:function(A){if(!A){A="dataform";}confirmPageExit=false;Squarespace.Form.disableButtons(A);document.forms[A].submit();return true;},smartLocation:function(B,A){confirmPageExit=false;Squarespace.Form.disableButtons(B);document.location=A;return true;},smartGoBack:function(A){confirmPageExit=false;Squarespace.Form.disableButtons(A);history.go(-1);return true;},smartCancel:function(){if(confirmPageExit&&!confirm(Squarespace.Constants.UNSAVED_CHANGES_MESSAGE)){return ;}confirmPageExit=false;if(window.parent.closeWindow){window.parent.closeWindow();}else{window.close();}},disableButton:function(B,C){var A=D.get(B);D.addClass(A,"button-disabled");D.removeClass(A,"button");if(C){A.getElementsByTagName("span")[0].innerHTML=C;}},enableButton:function(B,C){var A=D.get(B);D.addClass(A,"button");D.removeClass(A,"button-disabled");if(C){A.getElementsByTagName("span")[0].innerHTML=C;}},disableButtons:function(C){var A;if(!document.forms[C]){return ;}A=document.forms[C].getElementsByTagName("input");for(var B=0;B<A.length;++B){if(A[B].type=="button"||A[B].type=="submit"){A[B].disabled="true";}}A=document.getElementsByTagName("a");for(var B=0;B<A.length;++B){if(D.hasClass(A[B],"button")){D.addClass(A[B],"button-disabled");D.removeClass(A[B],"button");}}},setRadioValue:function(A,C,F){var B=document.forms[A][C];for(i=0;i<B.length;i++){if(B[i].value==F){B[i].checked=true;}}},setRadioHighlight:function(C,G,B,A){var F=document.forms[C][G];for(i=0;i<F.length;i++){F[i].parentNode.parentNode.style.color=(F[i].checked?B:A);F[i].parentNode.style.color=F[i].parentNode.parentNode.style.color;}},getRadioValue:function(A,C){var B=document.forms[A][C];for(i=0;i<B.length;i++){if(B[i].checked){return(B[i].value);}}},getRadio:function(A,C,F){var B=document.forms[A][C];for(i=0;i<B.length;i++){if(B[i].value==F){return(B[i]);}}},getSelectOptionTitleByValue:function(B,G,F){var C=document.forms[B][G];for(var A=0;A<C.length;++A){if(C[A].value==F){return(C[A].text);}}return(null);},setFieldValue:function(B,F,C){obj=document.forms[B][F];if(obj.tagName.toLowerCase()=="select"){for(var A=0;A<obj.length;++A){if(obj[A].value==C){obj.selectedIndex=A;break;}}}else{obj.value=C;}},setFieldDisabled:function(A,C){var B=document.forms[A][C];B.style.color="#727272 !important";B.style.backgroundColor="#F9F9F9 !important";B.readOnly=1;B.disabled=1;},setFieldEnabled:function(A,C){var B=document.forms[A][C];B.style.color="#000000 !important";B.style.backgroundColor="#FFFFFF !important";B.readOnly=0;B.disabled=0;},setFieldReadOnly:function(A,C){var B=document.forms[A][C];B.style.color="#727272 !important";B.style.backgroundColor="#F9F9F9 !important";B.readOnly=1;},unsetFieldReadOnly:function(A,C){var B=document.forms[A][C];B.style.color="#000000 !important";B.style.backgroundColor="#FFFFFF !important";B.readOnly=1;},_returnException:false,remapEnter:function(C,F,B,A,G){if(!C){C=window.event;}if(C.keyCode==13){if(Squarespace.Form._returnException){Squarespace.Form._returnException=false;return true;}E.stopEvent(C);if(F){F(B,A,G);}else{Squarespace.Form.onSave();}return false;}if(YAHOO.env.ua.gecko>0){if(C.keyCode==40){Squarespace.Form._returnException=true;}if(C.keyCode==39||C.keyCode==37){Squarespace.Form._returnException=false;}}return true;},reportFieldError:function(A){Squarespace.Dom.fastLoad(function(){D.addClass(A,"input-with-error");D.addClass(A+"_title","errorText");});},captureControlS:function(A){Squarespace.Dom.fastLoad(function(){E.addListener(A,"keydown",Squarespace.Form._captureControlSHandler);});},_captureControlSHandler:function(A){if(A.ctrlKey&&A.keyCode==83){Squarespace.Form.onSave();E.stopEvent(A);}},onSave:function(){Squarespace.Form.smartSubmit();}};Squarespace.Cookie={set:function(F,G,A,C,B){document.cookie=F+"="+escape(G)+"; expires="+(A==null?new Date("January 1, 2023").toGMTString():A)+"; path="+((C==null)?"/":C)+((B==null)?"":"; domain="+B);},remove:function(C,B,A){document.cookie=C+"="+escape(Squarespace.Cookie.get(C))+";expires="+new Date("December 31, 1975").toGMTString()+"; path="+((B==null)?"/":B)+((A==null)?"":"; domain="+A);},get:function(F){var B=document.cookie.split(";");for(var C=0;C<B.length;C++){var A=B[C].split("=");if(F==unescape(A[0]).trim()){return(unescape(A[1]));}}return(null);}};Squarespace.Degraded={filterAnimation:function(A){if(Squarespace.Constants.DEGRADED_EXPERIENCE){var B=A.getEl();if(A.attributes.top){D.setStyle(B,"top",A.attributes.top.to+"px");}if(A.attributes.left){D.setStyle(B,"left",A.attributes.left.to+"px");}if(A.attributes.height){D.setStyle(B,"height",A.attributes.height.to+"px");}if(A.attributes.width){D.setStyle(B,"width",A.attributes.width.to+"px");}if(A.attributes.marginLeft){D.setStyle(B,"margin-left",A.attributes.marginLeft.to+"px");}if(A.attributes.opacity){if(YAHOO.env.ua.ie>0&&YAHOO.env.ua.ie<9){B.style.filter="";}else{if(YAHOO.env.ua.ie==9){B.style.opacity="100";}else{D.setStyle(B,"opacity",1);}}}if(A.attributes.scroll){B.scrollLeft=A.attributes.scroll.to;}A.onComplete.fire();}else{A.animate();}},filterOpacity:function(A,B){if(YAHOO.env.ua.ie==0){D.setStyle(A,"opacity",B);}}};Squarespace.Fonts={VARIATIONS:function(){var A={"100":"100","200":"200","300":"300","400":"400","500":"500","600":"600","700":"700","800":"800","900":"900","bold":"700","normal":"400"};var B={"normal":"","italic":"italic","oblique":"oblique"};return{getWeights:function(){return A;},getStyles:function(){return B;}};}(),Font:function(K){var J={},C,A,B;for(var F=0,G=K.variations.length;F<G;F++){C=K.variations[F];A="normal";B="normal";var H=Squarespace.Fonts.VARIATIONS.getWeights();for(weight in H){if(H.hasOwnProperty(weight)){if(C.startsWith(weight)){A=weight;break;}}}var I=Squarespace.Fonts.VARIATIONS.getStyles();for(style in I){if(I.hasOwnProperty(style)){if(C.endsWith(style)){B=style;break;}}}if(typeof J[A]==="undefined"){J[A]=[];}J[A].push(B);}return{getFamily:function(){return K.family;},getFallbackFamilies:function(){return K.fallbackFamilies;},getFoundry:function(){return K.foundry;},getWeights:function(){var L=[];for(weight in J){if(J.hasOwnProperty(weight)){L.push(weight);}}return L;},getFullFvd:function(){var L=this.getVariations(),M=[];M.push(this.getFamily());if(L.length>0){M.push(":");M.push(this.getVariations().join(","));}return M.join("");},getDefaultFvd:function(){return this.getFamily()+":"+this.getVariations()[0];},getStyles:function(L){return J[L]||[];},getVariations:function(){return K.variations;},getNormalizedString:function(N){if(typeof N==="undefined"){N=this.getVariations();}var M=N.length;var L=this.getFamily()+":";L+=N.join(",");return L;},getFontFamilyCss:function(){var O=[],M=this.getFallbackFamilies();O.push("'"+this.getFamily()+"'");for(var N=0,L=M.length;N<L;N++){O.push("'"+M[N]+"'");}return O.join(", ");}};},Foundry:function(A){return{getName:function(){return A.name;},getConfig:function(){return A.config;}};},initAvailableFonts:function(G){var H=G.fonts,B,C=G.foundries;Squarespace.Fonts.availableFonts.addFoundries(C);for(var F=0,A=H.length;F<A;F++){B=Squarespace.Fonts.Font(H[F]);Squarespace.Fonts.availableFonts.add(B);}},availableFonts:function(){var C=[],F={},A={},B={};return{addFoundries:function(H){var J;for(var I=0,G=H.length;I<G;I++){J=Squarespace.Fonts.Foundry(H[I]);B[J.getName().toLowerCase()]=J;}},getFoundryByName:function(G){return B[G.toLowerCase()];},add:function(G){var I=G.getFamily().toLowerCase(),H=G.getFoundry().toLowerCase();if(typeof A[H]==="undefined"){A[H]=[];}A[H].push(G);C.push(G);F[G.getFamily().toLowerCase()]=G;},getFoundries:function(){var G=[],H;for(H in A){if(A.hasOwnProperty(H)){G.push(H);}}return G;},getFontsByFoundry:function(G){return A[G].slice(0);},getAll:function(){return C.slice(0);},getFontByFamily:function(G){return F[G.toLowerCase()];}};}(),fontsInUse:function(){var A={};return{add:function(B){var C=B.getFamily().toLowerCase();A[C]=B;},contains:function(B){return typeof A[B.getFamily()]!=="undefined";}};}(),injectWebFont:function(B,F){var C=Squarespace.Fonts.availableFonts.getFoundryByName(B.getFoundry()),A={};A[C.getName()]={};A[C.getName()]["families"]=[B.getFullFvd()];F.load(A);},loadGoogleFonts:function(H,J,K){var B=H.length;var A=Math.ceil(B/J);var F=A;var I=function(){F--;if(F===0){K();}};var C=new Date().getTime();console.log("["+C+"] Begin loading google fonts.");for(var G=0;G<B;G+=J){console.log("["+new Date().getTime()+"] making a webfont.load() call.");WebFont.load({google:{families:H.slice(G,G+J>B?B:G+J)},active:function(){var L=new Date().getTime();console.log("["+L+"] Done.");console.log("Differnce: "+(L-C));I();},inactive:I,fontactive:function(L,M){console.log("["+new Date().getTime()+"] "+L+":"+M);},fontinactive:function(L,M){console.log("["+new Date().getTime()+"]I "+L+":"+M);}});}}};Squarespace.CSS={appendCss:function(C,A,G){if(!G){G=document;}var B=G.getElementsByTagName("head")[0];if(A){var F=G.getElementById(A);if(F){B.removeChild(F);}}var H=G.createElement("style");H.setAttribute("type","text/css");if(A){H.setAttribute("id",A);}if(H.styleSheet){H.styleSheet.cssText=C;}else{H.appendChild(G.createTextNode(C));}B.appendChild(H);},_onLoadStyle:function(B){var A=B.win.D.get("primaryStylesheet");if(!A.disabled){A.disabled=true;}if(B.win.temporaryCss){B.win.temporaryCss.purge();B.win.YAHOO.util.Get.css("/universal/styles/neutral.css",{win:window.parent});}B.win.temporaryCss=B;if(Squarespace.CSS._chained){Squarespace.CSS._chained();}},clearLoadedStyles:function(C){var B=C.document.getElementsByTagName("link");for(var A=0;A<B.length;++A){if(B[A].rel=="stylesheet"&&B[A].id!="managerStylesheet"){B[A].disabled=(B[A].id=="primaryStylesheet"?false:true);}}},cachedStyleLoad:function(A,C,B){if(!C){C=window;}Squarespace.CSS._chained=B;YAHOO.util.Connect.asyncRequest("GET",A,{timeout:10000,success:function(F){C.YAHOO.util.Get.css(A,{win:window.parent,onSuccess:Squarespace.CSS._onLoadStyle});}});},styleLoad:function(A,C,B){if(!C){C=window;}Squarespace.CSS._chained=B;C.YAHOO.util.Get.css(A,{win:window.parent,onSuccess:(Squarespace.CSS._chained?Squarespace.CSS._chained:null)});}};Squarespace.EqualColumnHeight={enable:function(J){this.disable(J);var I;var C=new Array();var L=this.validNumber(parseInt(J.D.get("content").clientHeight));var N=this.validNumber(parseInt(J.D.get("sidebar1").clientHeight));var G=this.validNumber(parseInt(J.D.get("sidebar2").clientHeight));if(N>G){if(N>L){C[0]="content";C[1]="sidebar2";I=N;}else{C[0]="sidebar1";C[1]="sidebar2";I=L;}}else{if(G>L){C[0]="content";C[1]="sidebar1";I=G;}else{C[0]="sidebar1";C[1]="sidebar2";I=L;}}for(var H=0;H<C.length;H++){var M=this.validNumber(parseInt(J.D.getStyle(C[H],"padding-top")));var B=this.validNumber(parseInt(J.D.getStyle(C[H],"padding-bottom")));var A=this.validNumber(parseInt(J.D.getStyle(C[H],"margin-top")));var F=this.validNumber(parseInt(J.D.getStyle(C[H],"margin-bottom")));var K=I-M-B-A-F;J.D.setStyle(C[H],"height",K+"px");}},disable:function(B){try{B.D.setStyle(B.D.get("sidebar1"),"height","inherit");B.D.setStyle(B.D.get("sidebar2"),"height","inherit");B.D.setStyle(B.D.get("content"),"height","inherit");}catch(A){B.D.setStyle(B.D.get("sidebar1"),"height","auto");B.D.setStyle(B.D.get("sidebar2"),"height","auto");B.D.setStyle(B.D.get("content"),"height","auto");}},validNumber:function(A){if(A){return A;}else{return 0;}}};Squarespace.Dom={getHeight:function(B){var A=B.offsetHeight;if(B.firstChild){A+=parseInt(D.getStyle(B.firstChild,"margin-bottom"));}return(A);},fastLoad:function(A){if(YAHOO.env.ua.ie>0){E.addListener(window,"load",A);}else{E.onDOMReady(A);}}};Squarespace.HTML={createButton:function(H,F,A,B,C,G){return("<a "+(B?'id="'+B+'" ':"")+' class="button '+(A?"button-important":"")+" "+(C?"button-disabled":"")+(G?"button-focused":"")+'" href="javascript:noop()" onmouseout="this.blur();" onclick="this.blur(); '+F+' return false;"><span>'+H+"</span></a>");}};function ql_nt(A){n=new Array();qidx=A.indexOf("?");if(qidx==-1){return(A);}p=A.substring(0,qidx);s=A.substring(qidx+1).split("&");for(i=0;i<s.length;++i){if(!(s[i].indexOf("returnUrl")==0)&&!(s[i].indexOf("SS_CSAT")==0)){n[n.length]=s[i];}}if(p.indexOf("/process/")!=-1){p="/";}return(p+(n.length?"?":"")+n.join("&"));}function ql_csat(){var C="ABCDEFGHIJKLMNOPQRSTUVWXYZ";var B=30;var A=String();while(B-->0){A+=C.charAt(Math.round(Math.random()*25));}return(A);}function ql_sifs(){return("");}function ql_sfs(){return("");}Date.prototype.getFullYear=function(){return((YAHOO.env.ua.gecko>0||YAHOO.env.ua.webkit>0)?this.getYear()+1900:this.getYear());};String.prototype.trim=function(){return(YAHOO.lang.trim(this));};String.prototype.endsWith=function(A){return(this.substr(this.length-A.length)==A);};String.prototype.startsWith=function(A){return(this.substr(0,A.length)==A);};String.prototype.substitute=function(F){var H=arguments.length;var G="";var B=this.split("%S");for(var C=0,A=B.length;C<A;C++){G+=B[C]+(((C<H)&&(arguments[C]!=undefined))?arguments[C]:"");}return G;};String.prototype.replaceIndex=function(B,F){var A=new RegExp("#"+B);var C=this;C=C.replace(A,F);return C;};String.prototype.truncate=function(B,A){B=B||30;A=YAHOO.lang.isUndefined(A)?"...":A;return(this.length>B)?this.slice(0,B-A.length)+A:new String(this);};Number.prototype.formatBytes=function(C,J){var G=parseInt(this/1024+0.5);var B=parseInt(G/1024);var I=parseInt(G/1024)>0;var F="";var H=(YAHOO.lang.isValue(J)&&J==false)?"%SM":"%S M";var A=(YAHOO.lang.isValue(J)&&J==false)?"%SK":"%S K";if(I){C=(typeof (C)=="number"&&isFinite(C))?C:1;F=H.substitute((G/1024).toFixed(C));}else{if(G==0&&this>0){G=1;}F=A.substitute((G));}return F;};if(typeof Array.prototype.indexOf==="undefined"){Array.prototype.indexOf=function(C){for(var B=0,A=this.length;B<A;B++){if(this[B]===C){return B;}}return -1;};}function openWindow(F,G,A,C){var B=window.open(F,"EditWindow"+Math.round(Math.random()*100000),"width="+G+",height="+A+",scrollbars=no,resizable=yes,titlebar=yes,menubar=no,toolbar=no");if(!B){alert(Squarespace.Constants.POPUPS_DISABLED_MESSAGE);}}function getOpenerWindow(){return window.opener;}function closeWindow(){window.close();}function scrollToElement(A){window.scrollTo(0,D.getY(A)-70);}function isVisible(A){return(A.style.display!="none");}function hideObject(A){if(A){A.style.display="none";}}function showObject(A){if(A){A.style.display="";}}function noop(){}function smartSubmit(A,B){return Squarespace.Form.smartSubmit(B);}function smartLocation(B,A){return Squarespace.Form.smartLocation("dataform",A);}function setCookie(F,G,A,C,B){return Squarespace.Cookie.set(F,G,A,C,B);}function delCookie(C,B,A){return Squarespace.Cookie.remove(C,B,A);}function getCookie(A){return Squarespace.Cookie.get(A);}function addEvent(C,B,A){E.addListener(C,B,A);}function getWindowScroll(A){return D.getDocumentScrollTop(A?A.document:null);}function toggleContentElement(F,C){if(F.checked){showObject(C);}else{hideObject(C);}}function isDefined(v){return(eval("(typeof("+v+') != "undefined");'));}function isLetter(A){return("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".indexOf(A)!=-1);}function isDigit(A){return("0123456789".indexOf(A)!=-1);}if(isDefined("restoreFolderStates")){Squarespace.Dom.fastLoad(restoreFolderStates);}var StringTokenizer=Class.create({initialize:function(B,A){this.exp=B;this.tokens=A;this.hasMore=true;this.idx=0;this.nt=null;},hasMoreTokens:function(){return(this.hasMore);},nextToken:function(){if(this.nt){var B=this.nt;this.nt=null;return(B);}for(var A=this.idx;A<this.exp.length;++A){if(this.tokens.indexOf(this.exp[A])!=-1){if(A==(this.exp.length-1)){this.hasMore=false;}var B=this.exp.substring(this.idx,A);this.idx=A+1;if(B==""){return(this.exp[A]);}else{this.nt=this.exp[A];return(B);}}}this.hasMore=false;return(this.exp.substring(this.idx,this.exp.length));}});Squarespace.FixedPositionTip=Class.create({initialize:function(C,B,A){this.loadProperties({showDelay:500,hideDelay:30,yMargin:0,xMargin:0,orientation:"floating",className:"helptip-style-dialog",anchored:true,icon:null,autoHide:null,viewportConstrained:false,viewportFixed:false,viewportBuffer:10},A);this.title=C;this.text=B;this.activeAnimation=null;this.scheduleShow=false;this.tipVisible=false;this.init=false;},createControl:function(){if(!this.init){this.init=true;this.container=document.createElement("div");D.addClass(this.container,this.properties.className);this.setHTML(this.title,this.text);document.body.appendChild(this.container);if(this.scheduleShow){this.show();}if(this.properties.viewportFixed){D.setStyle(this.container,"position","fixed");}else{D.setStyle(this.container,"position","absolute");}}},setHTML:function(B,A){this.title=B;this.text=A;this.createControl();this.container.innerHTML='<div class="helptip-title-wrapper"><div '+(this.properties.icon?'style="background-image: url('+this.properties.icon+');"':"")+' class="helptip-title">'+this.title+'</div></div><div class="helptip-text">'+this.text+"</div>";},getInterfaceTopPadding:function(){var A=D.get("siteNoticeAreaWrapper");if(!A){A=D.get("siteMemberNoticeAreaWrapper");}return((A?A.offsetHeight:0));},getInterfaceBottomPadding:function(){return((Squarespace.EditingEnvironment.checkMode("style")?Squarespace.StyleEditor.height:0));},position:function(){if(this.init){this.calcXY();D.setStyle(this.container,"left",this.lastX+"px");D.setStyle(this.container,"top",this.lastY+"px");}},show:function(A,B){this.createControl();this.args=A;if(this.clearTimers){this.clearTimers();}if(this.properties.autoHide&&this.hideTimeout){clearTimeout(this.hideTimeout);this.hideTimeout=setTimeout(this.hide.bind(this),this.properties.autoHide);}if(this.tipVisible){if(this.properties.orientation=="targeted"){this.setPosition(this.args.x,this.args.y);}return ;}if(!this.container){this.scheduleShow=true;return ;}D.setStyle(this.container,"display","block");D.setStyle(this.container,"z-index","5000");Squarespace.Degraded.filterOpacity(this.container,"0");this.position();if(this.enterDirection=="top"){this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:1},top:{from:this.lastY-15,to:this.lastY}},0.3,YAHOO.util.Easing.easeOutStrong);}else{this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:1},left:{from:this.lastX+(this.enterDirection=="left"?-15:15),to:this.lastX}},0.3,YAHOO.util.Easing.easeOutStrong);}this.activeAnimation.onComplete.subscribe(function(F,C,G){G.activeAnimation=null;},this);this.activeAnimation.animate();this.tipVisible=true;if(this.properties.autoHide){this.hideTimeout=setTimeout(this.hide.bind(this),this.properties.autoHide);}},showTutorialMode:function(A,B){this.createControl();this.args=A;D.setStyle(this.container,"display","block");D.setStyle(this.container,"z-index","5000");D.setStyle(this.container,"left","auto");D.setStyle(this.container,"right","10px");D.setStyle(this.container,"top","70px");D.setStyle(this.container,"position","fixed");Squarespace.Degraded.filterOpacity(this.container,"0");if(this.enterDirection=="top"){this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:1},top:{from:this.lastY-15,to:this.lastY}},0.3,YAHOO.util.Easing.easeOutStrong);}else{this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:1},left:{from:this.lastX+(this.enterDirection=="left"?-15:15),to:this.lastX}},0.3,YAHOO.util.Easing.easeOutStrong);}this.activeAnimation.onComplete.subscribe(function(F,C,G){G.activeAnimation=null;},this);this.activeAnimation.animate();this.tipVisible=true;},calcXY:function(){var A=0;if(!this.properties.viewportFixed){A=D.getDocumentScrollTop();}if(this.properties.orientation=="tracking"){this.lastX=Squarespace.ConfirmationDialog.mouseX+this.properties.xMargin;this.lastY=Squarespace.ConfirmationDialog.mouseY+this.properties.yMargin;this.enterDirection="top";}else{if(this.properties.orientation=="mouse"){this.lastX=Squarespace.ConfirmationDialog.mouseX+this.properties.xMargin-(this.container.offsetWidth/2);this.lastY=Squarespace.ConfirmationDialog.mouseY+this.properties.yMargin-(this.container.offsetHeight/2);this.enterDirection="left";}else{if(this.properties.orientation=="lower-right"){this.lastX=D.getViewportWidth()-this.properties.xMargin-this.container.offsetWidth;this.lastY=D.getViewportHeight()+A-this.properties.yMargin-this.getInterfaceBottomPadding()-this.container.offsetHeight;this.enterDirection="left";}else{if(this.properties.orientation=="upper-right"){this.lastX=D.getViewportWidth()-this.properties.xMargin-this.container.offsetWidth;this.lastY=this.properties.yMargin+this.getInterfaceTopPadding()+A;this.enterDirection="left";}else{if(this.properties.orientation=="bottom-left"){this.lastX=this.properties.xMargin;this.lastY=D.getViewportHeight()-this.container.offsetHeight-this.properties.yMargin-this.getInterfaceBottomPadding()+A;this.enterDirection="left";}else{if(this.properties.orientation=="targeted"){this.lastX=this.args.x;this.lastY=this.args.y;this.enterDirection="left";}else{this.lastX=this.properties.xMargin;this.lastY=this.properties.yMargin+this.getInterfaceTopPadding()+A;this.enterDirection="left";}}}}}}if(this.properties.orientation=="tracking"){if((this.lastX+this.container.offsetWidth+30)>D.getViewportWidth()){this.lastX-=this.container.offsetWidth+15;}else{this.lastX+=15;}if((this.lastY+this.container.offsetHeight+30)>D.getViewportHeight()){this.lastY-=this.container.offsetHeight+15;}else{this.lastY+=15;}}else{if(this.properties.viewportConstrained){if((this.lastX+this.container.offsetWidth+this.properties.viewportBuffer)>(D.getViewportWidth()+D.getDocumentScrollLeft())){this.lastX=D.getViewportWidth()-this.container.offsetWidth-this.properties.viewportBuffer+D.getDocumentScrollLeft();}if((this.lastX+this.properties.viewportBuffer)<0){this.lastX=this.properties.viewportBuffer;}if((this.lastY+this.container.offsetHeight+this.properties.viewportBuffer-A)>(D.getViewportHeight())){this.lastY=D.getViewportHeight()-this.container.offsetHeight-this.properties.viewportBuffer;}if((this.lastY+this.properties.viewportBuffer-A)<0){this.lastY=this.properties.viewportBuffer;}}}},setPosition:function(A,B){this.lastX=A;new YAHOO.util.Anim(this.container,{left:{to:A},top:{to:B}},0.3,YAHOO.util.Easing.easeOutStrong).animate();},hide:function(A){if(this.enterDirection=="top"){this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:0},top:{from:this.lastY,to:this.lastY+15}},0.3,YAHOO.util.Easing.easeOutStrong);}else{this.activeAnimation=new YAHOO.util.Anim(this.container,{opacity:{to:0},left:{from:this.lastX,to:this.lastX+(A=="left"?-15:15)}},0.3,YAHOO.util.Easing.easeOutStrong);}this.activeAnimation.onComplete.subscribe(function(C,B,F){D.setStyle(F.container,"display","none");F.activeAnimation=null;F.tipVisible=false;},this);this.activeAnimation.animate();this.hideTimeout=null;}});Squarespace.HelpTip=Class.extend(Squarespace.FixedPositionTip,{initialize:function(B,F,C,A){this.loadProperties({showDelay:500,hideDelay:30,yMargin:0,xMargin:0,orientation:"tracking",className:(B==="noticeAreaManagerLink-help")?"helptip-style-dialog static dialog-clickable":"helptip-style-dialog",anchored:true,icon:(B==="noticeAreaManagerLink-help")?"/universal/images/helptip-team.png":"/universal/images/helptip-help.png",autoHide:null,viewportConstrained:false,viewportFixed:false,viewportBuffer:10},A);this.context=B;this.title=F;this.text=C;this.activeAnimation=null;this.scheduleShow=false;this.tipVisible=false;this.init=false;this.attached=false;Squarespace.Dom.fastLoad(this.attachToContext.bind(this));},attachToContext:function(){this.createControl();this.setHTML(this.title,this.text);if(this.context&&!this.attached){var C=[];if(this.context.startsWith("class:")){C=D.getElementsByClassName(this.context.substring(6));}else{if(this.context.indexOf("[")!=-1){var H=this.context.indexOf("[");var B=this.context.substring(0,H);var A=this.context.substring(H+1,this.context.indexOf("]")).split("|");for(var G=0;G<A.length;++G){var I=D.get(B+A[G]);if(I){C.push(I);}}}else{var I=D.get(this.context);if(I){C.push(I);}}}D.setStyle(C,"cursor","help");if(this.properties.tutorialMode){this.showTutorialMode(this);E.addListener(D.get("squarespace-tutorial-close"),"click",this.closeTutorial.bindEventListener(this));var F=D.getElementsByClassName("dialog-clickable","div");E.addListener(F[0],"click",this.clickHelp.bindEventListener(this));}else{E.addListener(C,"mouseover",this.timedShow.bindEventListener(this));E.addListener(C,"mouseout",this.timedHide.bindEventListener(this));E.addListener(C,"mousemove",this.move.bindEventListener(this));if(this.properties.clickActivate){E.addListener(C,"click",this.show.bind(this));}}this.attached=true;}},move:function(A){this.calcXY();if(this.tipVisible){D.setXY(this.container,[this.lastX,this.lastY]);}else{D.setX(this.container,this.lastX);}},timedShow:function(A){this.clearTimers();this.lagTimer=window.setTimeout(this.show.bind(this),this.properties.showDelay);},timedHide:function(A){this.clearTimers();this.lagTimer=window.setTimeout(this.hide.bind(this),this.properties.hideDelay);},clearTimers:function(){if(this.lagTimer){window.clearTimeout(this.lagTimer);this.lagTimer=null;}},clickHelp:function(A){window.open("http://help.squarespace.com/");},closeTutorial:function(A){this.timedHide(this);YAHOO.util.Connect.asyncRequest("POST","/api/rest/json",{timeout:20000,failure:function(B){},success:function(B){new Squarespace.HelpTip("noticeAreaManagerLink-help",'<div style="padding:0 20px;">Need Help<br/>Getting Started?</div>','<div style="padding:8px 20px 0px 20px;"><strong>Our support team is available 24/7, and responds in under an hour.</strong> Click here to ask a question anytime.</div>',{showDelay:1300,clickActivate:false,tutorialMode:false});}},Squarespace.URL.constructUrlParameters({method:"squarespace.website.updateTutorialMode",responseFormat:"json",version:"20100220",tutorialMode:false}));A.cancelBubble=true;A.stopPropagation();}});Squarespace.ConfirmationDialog={action:null,keyCheckInstalled:false,show:function(G,F,C,A){this.cancel();var B='<div style="height: 24px; padding-top: 15px;">'+Squarespace.HTML.createButton("Cancel","Squarespace.ConfirmationDialog.cancel();")+'<div style="float: left; padding-left: 8px;">'+Squarespace.HTML.createButton(A?A:"Confirm »","Squarespace.ConfirmationDialog.proceed();",true,null,false,true)+"</div>"+"</div>";this.action=C;this.active=true;this.win=new Squarespace.FixedPositionTip(G,F+B,{icon:"/universal/images/helptip-warning.png",orientation:"mouse",xMargin:-20,viewportConstrained:true,viewportBuffer:15,anchored:false});this.win.show();if(!this.keyCheckInstalled){E.addListener(window,"keydown",Squarespace.ConfirmationDialog.keyCheck);this.keyCheckInstalled=false;}},keyCheck:function(A){if(Squarespace.ConfirmationDialog.active){if(A.keyCode==13){Squarespace.Interaction.__quickAction=null;Squarespace.ConfirmationDialog.proceed();E.stopEvent(A);return false;}if(A.keyCode==27){Squarespace.Interaction.__quickAction=null;Squarespace.ConfirmationDialog.cancel();E.stopEvent(A);return false;}}},proceed:function(){if(this.win){this.action();this.win.hide("right");this.active=false;}},cancel:function(){if(this.win){this.win.hide("left");this.active=false;}}};YAHOO.util.Event.addListener(window,"load",function(){YAHOO.util.Event.addListener(document,"mousemove",function(A){Squarespace.ConfirmationDialog.mouseX=E.getPageX(A);Squarespace.ConfirmationDialog.mouseY=E.getPageY(A);});});Squarespace.Interaction.SOCIAL_SERVICES=[{name:"Twitter",url:"http://twitter.com/home?status=#TITLE#+#URL#"},{name:"Digg",url:"http://digg.com/submit?phase=2&url=#URL#&title=#TITLE#"},{name:"Facebook",url:"http://www.facebook.com/share.php?u=#URL#"},{name:"Delicious",url:"http://del.icio.us/post?url=#URL#&title=#TITLE#"},{name:"Google+",url:"https://plusone.google.com/_/+1/confirm?hl=en&url=#URL#"},{name:"Reddit",url:"http://reddit.com/login?dest=%2Fsubmit%3Furl%3D#URL#%26title%3D#TITLE#"},{name:"StumbleUpon",url:"http://www.stumbleupon.com/submit?url=#URL#&title=#TITLE#"}];Squarespace.Interaction.closeShareLink=function(){if(Squarespace._currentShareLink){var A=new YAHOO.util.Anim(Squarespace._currentShareLink,{height:{to:0}},0.3,YAHOO.util.Easing.easeOutStrong);A.onComplete.subscribe(function(){Squarespace._currentShareLink.parentNode.removeChild(Squarespace._currentShareLink);Squarespace._currentShareLink=null;});A.animate();}};Squarespace.Interaction.shareLink=function(K,B,J){if(Squarespace._currentShareLink){var F=new YAHOO.util.Anim(Squarespace._currentShareLink,{height:{to:0}},0.3,YAHOO.util.Easing.easeOutStrong);F.onComplete.subscribe(function(O,N,M){M.parentNode.removeChild(M);},Squarespace._currentShareLink);F.animate();if(Squarespace._currentShareLink.sourceLink==K){Squarespace._currentShareLink=null;return ;}Squarespace._currentShareLink=null;}B=Squarespace.URL.getServerName()+B;var H='<div class="social-link-controls"><div class="social-block-title">Share this on ...</div>';for(var G=0;G<Squarespace.Interaction.SOCIAL_SERVICES.length;++G){var I=Squarespace.Interaction.SOCIAL_SERVICES[G];var L=Squarespace.Interaction.SOCIAL_SERVICES[G].name.replace(/ /g,"-").toLowerCase();H+='<div id="social-link-item-'+L+'" class="social-block"><a href="javascript:noop();" onclick="javascript:Squarespace.Interaction.closeShareLink();window.open(\''+I.url.replace(/#URL#/g,B).replace(/#TITLE#/g,J)+'\');"><img style="text-align: center;" alt="'+I.name+'" src="'+(I.icon?I.icon:"/universal/images/social/"+L+".png")+'" height="16" width="16" border="0"/> '+I.name+"</a></div>";}H+='<div class="social-block"><a href="javascript:noop();" onclick="javascript:Squarespace.Interaction.closeShareLink();"><img style="text-align: center;" src="/universal/images/transparent.png" height="16" width="16" border="0"/> Close</a></div>';H+="</div>";var C=document.createElement("div");D.addClass(C,"social-link-controls-wrapper");C.innerHTML=H;C.sourceLink=K;document.body.appendChild(C);var A=D.getXY(K);D.setXY(C,[A[0],A[1]+K.offsetHeight]);Squarespace._currentShareLink=C;Squarespace._currentShareLink.anim=new YAHOO.util.Anim(C,{opacity:{to:1},height:{from:0,to:C.offsetHeight}},0.4,YAHOO.util.Easing.easeOutStrong);Squarespace.Degraded.filterAnimation(Squarespace._currentShareLink.anim);};Squarespace.FolderStates=[];Squarespace.Folders={activeMenu:null,init:function(){var F=D.getElementsByClassName("folder-link","a");for(var C=0;C<F.length;++C){var G=F[C];if(G.href.startsWith("javascript:")){G.href="javascript:noop();";G.saveable=true;E.addListener(G,"click",Squarespace.Folders.toggleLink,G);}var B=G.parentNode.getElementsByTagName("a");for(var A=0;A<B.length;++A){if(!D.hasClass(B[A])){E.addListener(B[A],"mouseover",Squarespace.Folders.mouseover,G);E.addListener(B[A],"mouseout",Squarespace.Folders.mouseout,G);}}}},extractModuleIdFromLink:function(A){return(A.id.substring(10));},toggleLink:function(F,C,B){if(!C){return ;}var A=C.parentNode.parentNode;if(D.hasClass(A,"folder-open")&&!B){D.addClass(A,"folder-closed");D.removeClass(A,"folder-open");if(C.saveable){Squarespace.FolderStates[Squarespace.Folders.extractModuleIdFromLink(C)]=false;}}else{if(D.hasClass(A,"folder-closed")){D.addClass(A,"folder-open");D.removeClass(A,"folder-closed");if(C.saveable){Squarespace.FolderStates[Squarespace.Folders.extractModuleIdFromLink(C)]=true;}}}if(!B){Squarespace.Folders.saveStates();}},mouseover:function(H,G){if(!G){return ;}var B=G.parentNode.parentNode;var A=G.parentNode.parentNode.parentNode.parentNode;if(D.hasClass(A,"horizontalNavigationBar")){if(!D.hasClass(B,"folder-open")){var C=D.getElementsByClassName("folder-wrapper","div",B)[0];D.setStyle(C,"position","absolute");D.setStyle(C,"display","block");D.setStyle(C,"width","300px");D.setStyle(C,"height","300px");D.setStyle(C,"top","50px");D.setStyle(C,"left","50px");D.removeClass(B,"folder-closed");D.addClass(B,"folder-open");if(!C.realHeight){var I=B.getElementsByTagName("UL")[0];C.realHeight=I.offsetHeight;C.realWidth=I.offsetWidth;}var F=D.getXY(B);D.setXY(C,[parseInt(F[0]),parseInt(F[1])+B.offsetHeight]);D.setStyle(C,"overflow","hidden");D.setStyle(C,"height","0px");D.setStyle(C,"width",(C.realWidth+50)+"px");new YAHOO.util.Anim(C,{height:{to:(C.realHeight+50)}},0.3,YAHOO.util.Easing.easeOutStrong).animate();}}if(Squarespace.Folders.activeMenu&&Squarespace.Folders.activeMenu!=G){Squarespace.Folders.hideMenu(Squarespace.Folders.activeMenu);}Squarespace.Folders.activeMenu=G;Squarespace.Folders._timedHide(G,true);},mouseout:function(B,A){Squarespace.Folders._timedHide(A,false);},hideMenu:function(G){if(Squarespace.Orderable&&Squarespace.Orderable.__isDragging){G.autoHideTimer=window.setTimeout(function(){Squarespace.Folders.hideMenu(G);},1000);return ;}var C=G.parentNode.parentNode;var B=G.parentNode.parentNode.parentNode.parentNode;if(D.hasClass(B,"horizontalNavigationBar")){var F=D.getElementsByClassName("folder-wrapper","div",C)[0];F.realHeight=null;var A=new YAHOO.util.Anim(F,{height:{to:0}},0.3,YAHOO.util.Easing.easeOutStrong);A.onComplete.subscribe(function(J,I,H){D.removeClass(H,"folder-open");D.addClass(H,"folder-closed");},C);A.animate();}Squarespace.Folders._timedHide(G,true);Squarespace.Folders.activeMenu=null;},_timedHide:function(B,A){if(A){if(B.autoHideTimer){window.clearTimeout(B.autoHideTimer);B.autoHideTimer=null;}}else{if(!B.autoHideTimer){B.autoHideTimer=window.setTimeout(function(){Squarespace.Folders.hideMenu(B);},1000);}}},saveStates:function(){var A="";for(s in Squarespace.FolderStates){if(Squarespace.FolderStates[s]==true){A+=",";A+=s;}}var B=A.substr(1).trim();if(B.length>0){Squarespace.Cookie.set("SS_FOLDERSTATE",B,null,"/");}else{Squarespace.Cookie.remove("SS_FOLDERSTATE");}}};Squarespace.Dom.fastLoad(function(){Squarespace.Folders.init();var B=null;if(typeof (Squarespace.Constants.CURRENT_MODULE_ID)!="undefined"){B=Squarespace.Constants.CURRENT_MODULE_ID;}if(B){var F=D.get("folderContent"+B);if(F!=null){Squarespace.Folders.toggleLink(null,D.get("moduleLink"+B),true);}var F=D.get("moduleContent"+B);while(F!=null){if(F.id!=null&&F.id.indexOf("folderContent")==0){var A=F.id.substring(13);Squarespace.Folders.toggleLink(null,D.get("moduleLink"+A),true);}F=F.parentNode;}}var C=Squarespace.Cookie.get("SS_FOLDERSTATE");if(C){C=C.split(",");for(moduleId in C){Squarespace.Folders.toggleLink(null,D.get("moduleLink"+C[moduleId]),true);}}Squarespace.Folders.saveStates();});function showFullImage(H,B,G){if(Squarespace.Constants.USE_GLOBAL_LIGHTBOX){var A=H.indexOf("imageUrl=");if(A!=-1&&showImage){showImage(H.substring(A+9));return ;}}var F=H.replace(new RegExp("[^a-zA-Z0-9]","g"),"")+"ssimg";if(F.length>20){F=F.substring(20);}if(B){var C=window.open(H,F,"height="+B+",width="+G);}else{var C=window.open(H,F);}}function showPackedPosts(B){var A=D.get("packedPostsExpandLink"+B);if(A.innerHTML=="Hide"){D.setStyle(D.getElementsByClassName("packed-post-date","div","item"+B),"display","none");D.setStyle(D.get("packedPosts"+B),"display","none");A.innerHTML=A.originalHTML;}else{D.setStyle(D.getElementsByClassName("packed-post-date","div","item"+B),"display","block");D.setStyle(D.get("packedPosts"+B),"display","block");A.originalHTML=A.innerHTML;A.innerHTML="Hide";}}if(!isDefined("console")){console={log:function(){},dir:function(){}};}if(navigator.userAgent.indexOf("OS X")!=-1){Squarespace.CSS.appendCss("#configuration-container-title-text, #pageHeaderTitle, #manager-top-bar-wrapper, #manager-top-bar .main-site-title { font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', sans-serif; font-weight: 300; letter-spacing: 0.4px; }");}Squarespace.Formatting={humanizeDate:function(H){var K=parseInt(new Date().getTime()-parseInt(H))+(new Date().getTimezoneOffset()*60),F;var G=Math.floor(K/(1000*60*60*24*365));var B=Math.floor(K/(1000*60*60*24*30));var A=Math.floor(K/(1000*60*60*24*7));var J=Math.floor(K/(1000*60*60*24));var I=Math.floor(K/(1000*60*60));var C=Math.floor(K/(1000*60));if(G>0){F=Squarespace.Formatting.plur(G,"year");}else{if(B>0){F=Squarespace.Formatting.plur(B,"month");}else{if(A>0){F=Squarespace.Formatting.plur(A,"week");}else{if(J>0){F=Squarespace.Formatting.plur(J,"day");}else{if(I>0){F=Squarespace.Formatting.plur(I,"hour");}else{if(C>0){F=Squarespace.Formatting.plur(C,"minute");}else{F="less than a minute ago";}}}}}}return F;},plur:function(B,A){return"about "+(B==1?((A==="hour"?"an ":"a ")+A):(B+" "+A+"s"))+" ago";}};Squarespace.Session={isLoggedIn:function(){return(Squarespace.Constants.AUTHENTICATED_USER_LOGIN);}};Squarespace.SessionAuthorizationKey={acquireAuthKey:function(C,A){var B=this.authKey;if(!B.value||B.value==""){YAHOO.util.Connect.asyncRequest("POST",A+"/process/service/AcquireAuthKey",{success:function(F){B.value=F.responseText;}});}}}; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/lightbox-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | Squarespace.Lightbox={LIGHTBOX_BORDER_WIDTH:14,LIGHTBOX_DISPLAY_SPEED:0.2,ARROW_INACTIVE_OPACITY:0.8,HOVER_FADE_OPACITY:0.8,HOVER_FADE_SPEED:0.1,HOVER_GROWTH_FACTOR:0.04,HOVER_GROWTH_FACTOR_INLINE:0.06,HOVER_SINK_SPEED:0.15,HOVER_GROWTH_SPEED:0.15,DESC_MIN_WIDTH:500,THUMBNIAL_HOVER_FORMAT_NONE:1,THUMBNIAL_HOVER_FORMAT_GROW:2,THUMBNIAL_HOVER_FORMAT_FADE:3,thumbnailHover:1,LIGHTBOX_MODE_NONE:1,LIGHTBOX_MODE_JAVASCRIPT:2,lightboxMode:1,THUMBNAIL_LOAD_NONE:1,THUMBNAIL_LOAD_FADEIN_RANDOMIZED:2,thumbnailLoading:1,INLINE_TRANSITION_NONE:1,INLINE_TRANSITION_FADE:2,INLINE_TRANSITION_SLIDE:3,fullImageViewMode:1,MAIN_IMAGE_LIGHTBOX_WINDOW:1,MAIN_IMAGE_POPUP_WINDOW:2,mainImageClick:1,imageBrowserMode:0,navigationCurrentPage:0,ieOpacityHack:1,ie9OpacityOverride:false,showTitles:false,showDescriptions:false,photosByLinkHref:{},photosByIndex:{},photosByImageId:{},currentLightboxPhoto:null,isLoaded:false,maxIndex:0,urlFix:function(A){return(A.replace(new RegExp("&","g"),"&"));},ieBackgroundFix:function(B,A){if((YAHOO.env.ua.ie>0)&&SSLightbox.ieOpacityHack){var C=null;if(YAHOO.util.Dom.hasClass(B.parentNode,"thumbnail-wrapper")){C=B.parentNode;}if(YAHOO.util.Dom.hasClass(B.parentNode.parentNode,"thumbnail-wrapper")){C=B.parentNode.parentNode;}if(C){if(A){YAHOO.util.Dom.addClass(C,"thumbnail-wrapper-fixed");}else{YAHOO.util.Dom.removeClass(C,"thumbnail-wrapper-fixed");}}}},presentThumbnail:function(K,R,F,I,J,L,Q,B,H,O,P,C){var C=C||false;var G=document.location.href.substring(8).indexOf("/");var N=document.location.href.substring(0,G+8);var A=new Object();A.setName=K;A.objContainerName=R;A.imageId=F;A.title=O;A.description=P;A.rawObject=null;A.realIndex=SSLightbox.maxIndex;A.isFullImgLoading=false;A.pageUrl=N+I;if(J){A.imgNavigationThumbnailUrl=N+SSLightbox.urlFix(J);}if(L){A.imgThumbnailUrl=N+SSLightbox.urlFix(L);}if(Q){A.imgGalleryUrl=N+SSLightbox.urlFix(Q);}if(B){A.imgFullUrl=N+SSLightbox.urlFix(B);}if(H){A.popupUrl=N+SSLightbox.urlFix(H);}SSLightbox.photosByIndex[A.realIndex]=A;SSLightbox.photosByImageId[A.imageId]=A;var M=function(){var S=document.getElementById(R);if(S){var U=S.getElementsByTagName("a");for(var V=0;V<U.length;++V){YAHOO.util.Dom.setStyle(U[V],"-moz-outline","0");if(U[V].rel!=null&&U[V].rel=="lightbox"){SSLightbox.photosByLinkHref[U[V].href]=A;if(SSLightbox.fullImageViewMode!=SSLightbox.INLINE_TRANSITION_NONE){YAHOO.util.Event.addListener(U[V],"click",SSLightbox.transitionMainImage);}else{if(SSLightbox.lightboxMode==SSLightbox.LIGHTBOX_MODE_JAVASCRIPT){YAHOO.util.Event.addListener(U[V],"click",SSLightbox.loadLightboxImage);}}}}var W=S.getElementsByTagName("img");if(W.length>0){var T=W[0];T.imgData=A;T.isLoaded=false;YAHOO.util.Event.addListener(T,"mouseover",SSLightbox.thumbnailMouseover);SSLightbox.thumbnailLoad(T);}}};if(C){M();}else{YAHOO.util.Event.onDOMReady(M);}SSLightbox.maxIndex++;},transitionMainImage:function(F,A){if(!A){YAHOO.util.Event.stopEvent(F);A=SSLightbox.photosByLinkHref[SSLightbox.urlFix(this.href)];}currentPictureId=A.imageId;el=document.createElement("img");var B=document.getElementById("content");if(typeof (SSLightbox.mainImage)=="undefined"){SSLightbox.mainImage=document.getElementById("main-picture");SSLightbox.originalMainImage=document.getElementById("main-picture");if(YAHOO.env.ua.ie>0&&YAHOO.env.ua.ie<7){document.getElementById("main-picture").style.position="absolute";}YAHOO.util.Event.addListener(window,"resize",function(){YAHOO.util.Dom.setXY(SSLightbox.mainImage,YAHOO.util.Dom.getXY(SSLightbox.originalMainImage));});}el.style.position="absolute";el.style.left="-10000px";el.style.top="-5000px";el.imgData=SSLightbox.photosByImageId[currentPictureId];document.body.appendChild(el);var C=new YAHOO.util.Anim(SSLightbox.mainImage,{opacity:{to:0.75}},SSLightbox.HOVER_SINK_SPEED+0.1);C.animate();YAHOO.util.Event.addListener(el,"load",function(){YAHOO.util.Dom.setStyle(this,"padding-top",YAHOO.util.Dom.getStyle(SSLightbox.mainImage,"padding-top"));YAHOO.util.Dom.setStyle(this,"padding-left",YAHOO.util.Dom.getStyle(SSLightbox.mainImage,"padding-left"));YAHOO.util.Dom.setStyle(this,"padding-bottom",YAHOO.util.Dom.getStyle(SSLightbox.mainImage,"padding-bottom"));YAHOO.util.Dom.setStyle(this,"padding-right",YAHOO.util.Dom.getStyle(SSLightbox.mainImage,"padding-right"));this.className=SSLightbox.mainImage.className;YAHOO.util.Dom.setStyle(this,"cursor","pointer");YAHOO.util.Dom.setStyle(this,"opacity","0");var H=new YAHOO.util.Anim(SSLightbox.mainImage,{opacity:{to:0}},SSLightbox.HOVER_SINK_SPEED+0.1);H.onComplete.subscribe(function(){if(this.getEl().id!="main-picture"){this.getEl().style.display="none";this.getEl().parentNode.removeChild(this.getEl());}else{D.setStyle("main-picture","height",SSLightbox.mainImage.height);}SSLightbox.adjustFloatingElementPositions();});H.animate();YAHOO.util.Event.addListener(this,"click",function(){SSLightbox.showFullImage();});var H=new YAHOO.util.Anim(this,{opacity:{to:1}},SSLightbox.HOVER_SINK_SPEED);H.animate();new YAHOO.util.Anim("main-picture",{height:{to:this.height}},SSLightbox.HOVER_SINK_SPEED).animate();new YAHOO.util.Anim("main-picture",{width:{to:this.width}},SSLightbox.HOVER_SINK_SPEED).animate();var I=document.getElementById("main-picture-title");if(I){I.innerHTML=A.title;}I=document.getElementById("main-picture-description-title");if(I){I.innerHTML=A.title;}I=document.getElementById("main-picture-description");if(I){I.innerHTML=A.description;}I=document.getElementById("main-picture-wrapper");if(I){YAHOO.util.Dom.setStyle(I,"height",(this.offsetHeight)+"px");YAHOO.util.Dom.setStyle(I,"width",(this.offsetWidth)+"px");SSLightbox.ieBackgroundFix(document.getElementById("main-picture"),true);}this.title=A.title;var G=document.title.lastIndexOf(SSLightbox.mainImage.title);if(G!=-1){document.title=document.title.substring(0,G)+A.title;}YAHOO.util.Dom.setXY(this,YAHOO.util.Dom.getXY(SSLightbox.originalMainImage));SSLightbox.mainImage=this;});el.src=A.imgGalleryUrl;},showFullImage:function(){SSLightbox.loadLightboxImage(null,SSLightbox.photosByImageId[currentPictureId]);},thumbnailLoad:function(A){var B;B=document.createElement("img");B.style.position="absolute";B.style.left="-10000px";B.style.top="-5000px";YAHOO.util.Event.addListener(B,"load",function(){if(SSLightbox.thumbnailLoading==SSLightbox.THUMBNAIL_LOAD_FADEIN_RANDOMIZED){YAHOO.util.Dom.setStyle(A,"opacity","0");A.src=this.src;var C=new YAHOO.util.Anim(A,{opacity:{to:1}},(SSLightbox.thumbnailLoading==SSLightbox.THUMBNAIL_LOAD_FADEIN_ORDERED?0.3:Math.random()*1.5));C.onComplete.subscribe(function(){this.getEl().isLoaded=true;});C.animate();}else{A.src=this.src;A.isLoaded=true;}});B.src=(SSLightbox.imageBrowserMode?A.imgData.imgNavigationThumbnailUrl:A.imgData.imgThumbnailUrl);document.body.appendChild(B);},thumbnailMouseover:function(G){if(SSLightbox.imageBrowserMode){var C=SSLightbox.navigationCurrentPage*SSLightbox.navigationThumbnailsPerPage;var A=(SSLightbox.navigationCurrentPage+1)*SSLightbox.navigationThumbnailsPerPage;if(this.imgData.realIndex<C||this.imgData.realIndex>=A){return ;}}if(SSLightbox.thumbnailHover==SSLightbox.THUMBNIAL_HOVER_FORMAT_FADE){if(typeof (this.isLoaded)=="undefined"||!this.isLoaded){return ;}SSLightbox.ieBackgroundFix(this,true);var B=new YAHOO.util.Anim(this,{opacity:{to:SSLightbox.HOVER_FADE_OPACITY}},SSLightbox.HOVER_FADE_SPEED);B.animate();YAHOO.util.Event.addListener(this,"mouseout",SSLightbox.thumbnailMouseout);}else{if(SSLightbox.thumbnailHover==SSLightbox.THUMBNIAL_HOVER_FORMAT_GROW){el=document.createElement("img");var F=YAHOO.util.Dom.getXY(this);el.style.position="absolute";el.style.left=F[0]+"px";el.style.top=F[1]+"px";el.style.cursor="pointer";el.id="anim"+this.imgData.imageId;el.originalLeft=F[0];el.originalTop=F[1];el.imgData=this.imgData;el.isDone=false;el.killTimerId=window.setTimeout('SSLightbox.thumbnailMouseout(null, document.getElementById("anim'+this.imgData.imageId+'"));',200);el.src=this.src;el.originalWidth=this.width;el.originalHeight=this.height;el.width=this.width;el.height=this.height;el.style.padding=this.style.padding;el.style.border=this.style.border;el.className=this.className;YAHOO.util.Event.addListener(el,"mouseout",SSLightbox.thumbnailMouseout);YAHOO.util.Event.addListener(el,"mousemove",function(){window.clearTimeout(el.killTimerId);});YAHOO.util.Event.addListener(el,"click",function(){if(SSLightbox.fullImageViewMode!=SSLightbox.INLINE_TRANSITION_NONE){SSLightbox.transitionMainImage(null,this.imgData);}else{if(SSLightbox.lightboxMode==SSLightbox.LIGHTBOX_MODE_JAVASCRIPT){SSLightbox.loadLightboxImage(null,this.imgData);}else{document.location.href=this.imgData.pageUrl;}}});document.body.appendChild(el);var H;if(SSLightbox.imageBrowserMode){H=el.originalWidth*SSLightbox.HOVER_GROWTH_FACTOR_INLINE;}else{H=el.originalWidth*SSLightbox.HOVER_GROWTH_FACTOR;}el.anim=new YAHOO.util.Anim(el,{left:{to:el.originalLeft-H},top:{to:el.originalTop-H},width:{to:el.originalWidth+(H*2)},height:{to:el.originalHeight+(H*2)}},SSLightbox.HOVER_GROWTH_SPEED,YAHOO.util.Easing.easeOut);el.anim.animate();}}},thumbnailMouseout:function(C,F){var B=(C?this:F);if(SSLightbox.thumbnailHover==SSLightbox.THUMBNIAL_HOVER_FORMAT_FADE){var A=new YAHOO.util.Anim(B,{opacity:{to:1}},0.1);A.animate();}else{if(SSLightbox.thumbnailHover==SSLightbox.THUMBNIAL_HOVER_FORMAT_GROW){if(B==null||typeof (B.isDone)=="undefined"||B.isDone){return ;}if(B.anim.isAnimated()){B.anim.stop();}var A=new YAHOO.util.Anim(B,{left:{to:B.originalLeft},top:{to:B.originalTop},width:{to:B.originalWidth},height:{to:B.originalHeight}},SSLightbox.HOVER_SINK_SPEED,YAHOO.util.Easing.easeOut);A.onStart.subscribe(function(){this.getEl().isDone=true;});A.onComplete.subscribe(function(){document.body.removeChild(this.getEl());});A.animate();}}},init:function(){var A=document.getElementsByTagName("body").item(0);this.titleBox=document.createElement("div");this.titleBox.setAttribute("id","sslightbox_title");this.titleBox.className="squarespace-lightbox-title";YAHOO.util.Dom.setStyle(this.titleBox,"color","#e9e9e9");YAHOO.util.Dom.setStyle(this.titleBox,"font","28px Arial");YAHOO.util.Dom.setStyle(this.titleBox,"position","absolute");YAHOO.util.Dom.setStyle(this.titleBox,"top","0");YAHOO.util.Dom.setStyle(this.titleBox,"left","0");YAHOO.util.Dom.setStyle(this.titleBox,"z-index","950");YAHOO.util.Dom.setStyle(this.titleBox,"display","none");YAHOO.util.Dom.setStyle(this.titleBox,"cursor","pointer");YAHOO.util.Dom.setStyle(this.titleBox,"opacity","0");A.appendChild(this.titleBox);this.descriptionBox=document.createElement("div");this.descriptionBox.setAttribute("id","sslightbox_description");this.titleBox.className="squarespace-lightbox-description";YAHOO.util.Dom.setStyle(this.descriptionBox,"color","#e9e9e9");YAHOO.util.Dom.setStyle(this.descriptionBox,"position","absolute");YAHOO.util.Dom.setStyle(this.descriptionBox,"font","14px/20px Arial");YAHOO.util.Dom.setStyle(this.descriptionBox,"top","0");YAHOO.util.Dom.setStyle(this.descriptionBox,"left","0");YAHOO.util.Dom.setStyle(this.descriptionBox,"z-index","950");YAHOO.util.Dom.setStyle(this.descriptionBox,"display","none");YAHOO.util.Dom.setStyle(this.descriptionBox,"cursor","pointer");YAHOO.util.Dom.setStyle(this.descriptionBox,"opacity","0");A.appendChild(this.descriptionBox);this.overlay=document.createElement("div");this.overlay.setAttribute("id","sslightbox_overlay");this.overlay.setAttribute("title","Click to Close");YAHOO.util.Dom.setStyle(this.overlay,"background","#000");YAHOO.util.Dom.setStyle(this.overlay,"width","100%");YAHOO.util.Dom.setStyle(this.overlay,"height","100%");YAHOO.util.Dom.setStyle(this.overlay,"position","absolute");YAHOO.util.Dom.setStyle(this.overlay,"top","0");YAHOO.util.Dom.setStyle(this.overlay,"left","0");YAHOO.util.Dom.setStyle(this.overlay,"z-index","900");YAHOO.util.Dom.setStyle(this.overlay,"display","none");YAHOO.util.Dom.setStyle(this.overlay,"cursor","pointer");YAHOO.util.Dom.setStyle(this.overlay,"opacity","0");A.appendChild(this.overlay);this.previmg=document.createElement("a");this.previmg.setAttribute("id","sslightbox_previmg");this.previmg.setAttribute("href","javascript:SSLightbox.switchImage(-1);");YAHOO.util.Dom.setStyle(this.previmg,"background-color","transparent");YAHOO.util.Dom.setStyle(this.previmg,"background-image","url(/universal/images/overlay-arrow-left.png)");YAHOO.util.Dom.setStyle(this.previmg,"position","absolute");YAHOO.util.Dom.setStyle(this.previmg,"display","none");YAHOO.util.Dom.setStyle(this.previmg,"width","35px");YAHOO.util.Dom.setStyle(this.previmg,"height","50px");YAHOO.util.Dom.setStyle(this.previmg,"left","8px");YAHOO.util.Dom.setStyle(this.previmg,"z-index","950");YAHOO.util.Dom.setStyle(this.previmg,"cursor","pointer");YAHOO.util.Dom.setStyle(this.previmg,"opacity","0");YAHOO.util.Dom.setStyle(this.previmg,"-moz-outline","0");A.appendChild(this.previmg);this.nextimg=document.createElement("a");this.nextimg.setAttribute("id","sslightbox_nextimg");this.nextimg.setAttribute("href","javascript:SSLightbox.switchImage(1);");YAHOO.util.Dom.setStyle(this.nextimg,"background-color","transparent");YAHOO.util.Dom.setStyle(this.nextimg,"background-image","url(/universal/images/overlay-arrow-right.png)");YAHOO.util.Dom.setStyle(this.nextimg,"position","absolute");YAHOO.util.Dom.setStyle(this.nextimg,"display","none");YAHOO.util.Dom.setStyle(this.nextimg,"width","35px");YAHOO.util.Dom.setStyle(this.nextimg,"height","50px");YAHOO.util.Dom.setStyle(this.nextimg,"right","8px");YAHOO.util.Dom.setStyle(this.nextimg,"z-index","950");YAHOO.util.Dom.setStyle(this.nextimg,"cursor","pointer");YAHOO.util.Dom.setStyle(this.nextimg,"opacity","0");YAHOO.util.Dom.setStyle(this.nextimg,"-moz-outline","0");A.appendChild(this.nextimg);this.imgholder=document.createElement("div");this.imgholder.setAttribute("id","sslightbox_imgholder");YAHOO.util.Dom.setStyle(this.imgholder,"position","absolute");YAHOO.util.Dom.setStyle(this.imgholder,"top","0px");YAHOO.util.Dom.setStyle(this.imgholder,"left","0px");YAHOO.util.Dom.setStyle(this.imgholder,"background-color","#fff");YAHOO.util.Dom.setStyle(this.imgholder,"opacity","0");YAHOO.util.Dom.setStyle(this.imgholder,"z-index","950");YAHOO.util.Dom.setStyle(this.imgholder,"width","200px");YAHOO.util.Dom.setStyle(this.imgholder,"height","200px");A.appendChild(this.imgholder);this.imgwrapper=document.createElement("span");this.imgwrapper.setAttribute("id","sslightbox_imgwrapper");this.imgwrapper.setAttribute("className","thumbnail-wrapper");YAHOO.util.Dom.setStyle(this.imgwrapper,"position","absolute");YAHOO.util.Dom.setStyle(this.imgwrapper,"top",SSLightbox.LIGHTBOX_BORDER_WIDTH+"px");YAHOO.util.Dom.setStyle(this.imgwrapper,"left",SSLightbox.LIGHTBOX_BORDER_WIDTH+"px");this.imgholder.appendChild(this.imgwrapper);this.loadimg=document.createElement("img");this.loadimg.setAttribute("id","sslightbox_loadimg");this.loadimg.src="/universal/images/manager/loading.gif";YAHOO.util.Dom.setStyle(this.loadimg,"position","absolute");YAHOO.util.Dom.setStyle(this.loadimg,"opacity","0");YAHOO.util.Dom.setStyle(this.loadimg,"width","48px");YAHOO.util.Dom.setStyle(this.loadimg,"height","54px");YAHOO.util.Dom.setStyle(this.loadimg,"z-index","990");YAHOO.util.Dom.setStyle(this.loadimg,"padding","0");YAHOO.util.Dom.setStyle(this.loadimg,"margin","0");YAHOO.util.Dom.setStyle(this.loadimg,"border","0");YAHOO.util.Dom.setStyle(this.loadimg,"cursor","pointer");A.appendChild(this.loadimg);this.img=document.createElement("img");this.img.setAttribute("id","sslightbox_img");YAHOO.util.Dom.setStyle(this.img,"position","absolute");YAHOO.util.Dom.setStyle(this.img,"top","0px");YAHOO.util.Dom.setStyle(this.img,"left","0px");YAHOO.util.Dom.setStyle(this.img,"opacity","0");YAHOO.util.Dom.setStyle(this.img,"display","none");YAHOO.util.Dom.setStyle(this.img,"z-index","995");YAHOO.util.Dom.setStyle(this.img,"padding","0");YAHOO.util.Dom.setStyle(this.img,"margin","0");YAHOO.util.Dom.setStyle(this.img,"border","0");YAHOO.util.Dom.setStyle(this.img,"cursor","pointer");this.imgwrapper.appendChild(this.img);YAHOO.util.Dom.setXY(this.imgholder,[(YAHOO.util.Dom.getViewportWidth()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_imgholder"),"width"))/2)+YAHOO.util.Dom.getDocumentScrollLeft(),(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_imgholder"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop()]);YAHOO.util.Dom.setXY(this.loadimg,[(YAHOO.util.Dom.getViewportWidth()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_loadimg"),"width"))/2)+YAHOO.util.Dom.getDocumentScrollLeft(),(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_loadimg"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop()]);YAHOO.util.Dom.setStyle(this.imgholder,"display","none");YAHOO.util.Dom.setStyle(this.loadimg,"display","none");YAHOO.util.Event.addListener(this.overlay,"click",this.close);YAHOO.util.Event.addListener(this.loadimg,"click",this.close);YAHOO.util.Event.addListener(this.imgholder,"click",this.close);YAHOO.util.Event.addListener(this.img,"click",this.close);YAHOO.util.Event.addListener(this.nextimg,"mouseover",function(){new YAHOO.util.Anim("sslightbox_nextimg",{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();});YAHOO.util.Event.addListener(this.nextimg,"mouseout",function(){new YAHOO.util.Anim("sslightbox_nextimg",{opacity:{to:SSLightbox.ARROW_INACTIVE_OPACITY}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();});YAHOO.util.Event.addListener(this.previmg,"mouseover",function(){new YAHOO.util.Anim("sslightbox_previmg",{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();});YAHOO.util.Event.addListener(this.previmg,"mouseout",function(){new YAHOO.util.Anim("sslightbox_previmg",{opacity:{to:SSLightbox.ARROW_INACTIVE_OPACITY}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();});this.scrollrightimg=document.createElement("a");this.scrollrightimg.setAttribute("id","sslightbox_scrollrightimg");this.scrollrightimg.setAttribute("href","javascript:SSLightbox.scrollThumbnails(1);");this.scrollrightimg.className="picture-gallery-thumbnail-scroll-right";YAHOO.util.Dom.setStyle(this.scrollrightimg,"position","absolute");YAHOO.util.Dom.setStyle(this.scrollrightimg,"display","block");YAHOO.util.Dom.setStyle(this.scrollrightimg,"z-index","800");YAHOO.util.Dom.setStyle(this.scrollrightimg,"top","-5000px");YAHOO.util.Dom.setStyle(this.scrollrightimg,"left","-10000px");A.appendChild(this.scrollrightimg);this.scrollleftimg=document.createElement("a");this.scrollleftimg.setAttribute("id","sslightbox_scrollleftimg");this.scrollleftimg.setAttribute("href","javascript:SSLightbox.scrollThumbnails(-1);");this.scrollleftimg.className="picture-gallery-thumbnail-scroll-left";YAHOO.util.Dom.setStyle(this.scrollleftimg,"position","absolute");YAHOO.util.Dom.setStyle(this.scrollleftimg,"display","block");YAHOO.util.Dom.setStyle(this.scrollleftimg,"z-index","800");YAHOO.util.Dom.setStyle(this.scrollleftimg,"top","-5000px");YAHOO.util.Dom.setStyle(this.scrollleftimg,"left","-10000px");A.appendChild(this.scrollleftimg);this.navigationContainer=document.getElementById("gallery-image-navigation");if(!YAHOO.env.ua.ie||YAHOO.env.ua.ie>7){YAHOO.util.Event.addListener(window,"resize",function(){SSLightbox.adjustFloatingElementPositions();});}this.adjustFloatingElementPositions();},adjustFloatingElementPositions:function(){D.setStyle("gallery-image-navigation","width",this.galleryImageNavigationWidth+"px");if(this.currentLightboxPhoto){this.presentImage(this.currentLightboxPhoto);}if(this.navigationContainer){var B=YAHOO.util.Dom.getXY(this.navigationContainer);var F=YAHOO.util.Dom.getXY(this.photosByIndex[0].objContainerName);var C=(this.navigationCurrentPage!=0);var A=((this.navigationThumbnailsPerPage*(this.navigationCurrentPage+1))<(this.maxIndex-1));YAHOO.util.Dom.setXY(this.scrollleftimg,(!C?[-10000,-5000]:[(B[0]-this.scrollleftimg.offsetWidth-parseInt(YAHOO.util.Dom.getStyle(this.scrollleftimg,"margin-right"))),F[1]]));YAHOO.util.Dom.setXY(this.scrollrightimg,(!A?[-10000,-5000]:[(B[0]+this.navigationContainer.offsetWidth+parseInt(YAHOO.util.Dom.getStyle(this.scrollrightimg,"margin-left"))),F[1]]));}},setNavigationParameters:function(B,C,A){this.galleryImageNavigationWidth=parseInt(D.get("content").offsetWidth);this.galleryImageNavigationWidth-=parseInt(D.getStyle("content","padding-left"));this.galleryImageNavigationWidth-=parseInt(D.getStyle("content","padding-right"));this.navigationThumbnailSize=C;this.navigationThumbnailPadding=A;this.navigationThumbnailsPerPage=parseInt(this.galleryImageNavigationWidth/(this.navigationThumbnailSize+this.navigationThumbnailPadding));this.imageBrowserMode=true;YAHOO.util.Dom.setStyle(this.scrollrightimg,"height",C+"px");YAHOO.util.Dom.setStyle(this.scrollleftimg,"height",C+"px");E.on(window,"load",function(){SSLightbox.adjustFloatingElementPositions();});},scrollThumbnails:function(A){if((A==-1&&this.navigationCurrentPage==0)||(A==1&&(this.navigationThumbnailsPerPage*(this.navigationCurrentPage+1))>(this.maxIndex-1))){return ;}this.navigationCurrentPage+=A;var B=(this.navigationThumbnailsPerPage)*(this.navigationThumbnailSize+this.navigationThumbnailPadding)*(this.navigationCurrentPage);new YAHOO.util.Anim("gallery-image-navigation-inner",{marginLeft:{to:-B}},0.2,YAHOO.util.Easing.easeOutStrong).animate();var C=D.get("gallery-image-navigation-inner-preview");if(C!=null){new YAHOO.util.Anim("gallery-image-navigation-inner-preview",{marginLeft:{to:-B}},0.2,YAHOO.util.Easing.easeOutStrong).animate();}this.adjustFloatingElementPositions();},isLastImage:function(A){if(!A){A=this.currentLightboxPhoto;}return(A.realIndex==(this.maxIndex-1));},isFirstImage:function(A){if(!A){A=this.currentLightboxPhoto;}return(A.realIndex==0);},switchImage:function(A){if(A==1&&!this.isLastImage()){SSLightbox.loadLightboxImage(null,SSLightbox.photosByIndex[this.currentLightboxPhoto.realIndex+1]);}else{if(A==-1&&!this.isFirstImage()){SSLightbox.loadLightboxImage(null,SSLightbox.photosByIndex[this.currentLightboxPhoto.realIndex-1]);}}},presentImage:function(C){if(C.rawObject!=null){YAHOO.util.Dom.get("sslightbox_img").src=C.rawObject.src;SSLightbox.scaleImage(C);var B=C.rawObject;SSLightbox.titleBox.innerHTML=C.title;SSLightbox.descriptionBox.innerHTML=C.description;if(this.showTitles||this.showDescriptions){var A=(B.scaledWidth+SSLightbox.LIGHTBOX_BORDER_WIDTH*2);if(A<SSLightbox.DESC_MIN_WIDTH){A=SSLightbox.DESC_MIN_WIDTH;}var F=null;YAHOO.util.Dom.setStyle([SSLightbox.descriptionBox,SSLightbox.titleBox],"display","block");YAHOO.util.Dom.setStyle([SSLightbox.descriptionBox,SSLightbox.titleBox],"width",A+"px");SSLightbox.scaleImage(C);YAHOO.util.Dom.setStyle([SSLightbox.descriptionBox,SSLightbox.titleBox],"width",A+"px");}var I=[parseInt(YAHOO.util.Dom.getViewportWidth()/2)-(B.scaledWidth/2)+YAHOO.util.Dom.getDocumentScrollLeft()-SSLightbox.LIGHTBOX_BORDER_WIDTH,parseInt(YAHOO.util.Dom.getViewportHeight()/2)-(B.scaledHeight/2)+YAHOO.util.Dom.getDocumentScrollTop()-SSLightbox.LIGHTBOX_BORDER_WIDTH-(this.showDescriptions?(SSLightbox.descriptionBox.offsetHeight/3):0)];if(SSLightbox.lightboxMode==SSLightbox.LIGHTBOX_MODE_JAVASCRIPT){if(!SSLightbox.isFirstImage()){if(YAHOO.util.Dom.getStyle("sslightbox_previmg","display")=="none"){YAHOO.util.Dom.setStyle("sslightbox_previmg","display","block");YAHOO.util.Dom.setStyle("sslightbox_previmg","opacity","0");if(YAHOO.env.ua.ie>=9){SSLightbox.ie9OpacityOverride=true;}}YAHOO.util.Dom.setY("sslightbox_previmg",parseInt(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_previmg"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop());if((YAHOO.util.Dom.getStyle("sslightbox_previmg","opacity")=="0")||SSLightbox.ie9OpacityOverride){var H=new YAHOO.util.Anim("sslightbox_previmg",{opacity:{to:SSLightbox.ARROW_INACTIVE_OPACITY}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);H.onStart.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_previmg","display","block");});H.animate();}}else{var H=new YAHOO.util.Anim("sslightbox_previmg",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);H.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_previmg","display","none");});H.animate();}if(!SSLightbox.isLastImage()){if(YAHOO.util.Dom.getStyle("sslightbox_nextimg","display")=="none"){YAHOO.util.Dom.setStyle("sslightbox_nextimg","display","block");YAHOO.util.Dom.setStyle("sslightbox_nextimg","opacity","0");if(YAHOO.env.ua.ie>=9){SSLightbox.ie9OpacityOverride=true;}}YAHOO.util.Dom.setY("sslightbox_nextimg",parseInt(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_nextimg"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop());if((YAHOO.util.Dom.getStyle("sslightbox_nextimg","opacity")=="0")||SSLightbox.ie9OpacityOverride){var H=new YAHOO.util.Anim("sslightbox_nextimg",{opacity:{to:SSLightbox.ARROW_INACTIVE_OPACITY}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);H.onStart.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_nextimg","display","block");});H.animate();}}else{var H=new YAHOO.util.Anim("sslightbox_nextimg",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);H.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_nextimg","display","none");});H.animate();}}SSLightbox.ieBackgroundFix(document.getElementById("sslightbox_img"),false);YAHOO.util.Dom.setStyle("sslightbox_loadimg","display","none");YAHOO.util.Dom.setStyle("sslightbox_img","height",B.scaledHeight+"px");YAHOO.util.Dom.setStyle("sslightbox_img","width",B.scaledWidth+"px");if(SSLightbox.currentImgHolderAnimation){SSLightbox.currentImgHolderAnimation.stop();}var H=new YAHOO.util.Motion("sslightbox_imgholder",{width:{to:(B.scaledWidth+SSLightbox.LIGHTBOX_BORDER_WIDTH*2)},height:{to:(B.scaledHeight+SSLightbox.LIGHTBOX_BORDER_WIDTH*2)},points:{to:I}},SSLightbox.LIGHTBOX_DISPLAY_SPEED,YAHOO.util.Easing.easeOutStrong);H.onComplete.subscribe(function(){SSLightbox.ieBackgroundFix(document.getElementById("sslightbox_img"),true);YAHOO.util.Dom.setStyle("sslightbox_imgwrapper","display","block");YAHOO.util.Dom.setStyle("sslightbox_imgwrapper","width",B.scaledWidth+"px");YAHOO.util.Dom.setStyle("sslightbox_imgwrapper","height",B.scaledHeight+"px");YAHOO.util.Dom.setStyle("sslightbox_img","display","block");new YAHOO.util.Anim("sslightbox_img",{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();});H.animate();this.isLoaded=true;this.preloadNeighbors(C);if(this.showTitles){YAHOO.util.Dom.setXY(SSLightbox.titleBox,[I[0],I[1]-SSLightbox.titleBox.offsetHeight-10]);new YAHOO.util.Anim(SSLightbox.titleBox,{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();}if(this.showDescriptions){var G=(D.getViewportWidth()-I[0]-SSLightbox.DESC_MIN_WIDTH);if(G>0){G=0;}YAHOO.util.Dom.setXY(SSLightbox.descriptionBox,[I[0]+G,I[1]+B.scaledHeight+(SSLightbox.LIGHTBOX_BORDER_WIDTH*2)+15]);new YAHOO.util.Anim(SSLightbox.descriptionBox,{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED).animate();}}else{this.retrieveImage(C);}},scaleImage:function(F){var B=F.rawObject;var A=0;if(this.showTitles){A+=SSLightbox.titleBox.offsetHeight;}if(this.showDescriptions){A+=(SSLightbox.LIGHTBOX_BORDER_WIDTH*2)+15+SSLightbox.descriptionBox.offsetHeight;}var C=((YAHOO.util.Dom.getViewportWidth()-B.width)<(YAHOO.util.Dom.getViewportHeight()-B.height)?"W":"H");if(C=="H"&&B.height+(SSLightbox.LIGHTBOX_BORDER_WIDTH*2)>YAHOO.util.Dom.getViewportHeight()-100-A){B.scaledHeight=YAHOO.util.Dom.getViewportHeight()-100-A;B.scaledWidth=B.width*(B.scaledHeight/B.height);}else{if(C=="W"&&B.width+(SSLightbox.LIGHTBOX_BORDER_WIDTH*2)>YAHOO.util.Dom.getViewportWidth()-180){B.scaledWidth=YAHOO.util.Dom.getViewportWidth()-180;B.scaledHeight=B.height*(B.scaledWidth/B.width);}else{B.scaledWidth=B.width;B.scaledHeight=B.height;}}},retrieveImage:function(A){if(typeof (A)!="undefined"&&A.rawObject==null&&A.isFullImgLoading==false){A.isFullImgLoading=true;var B=document.createElement("img");B.style.position="absolute";B.style.left="-10000px";B.style.top="0px";document.body.appendChild(B);B.onload=function(C){A.rawObject=B;if(Squarespace.URL.removeDirectUrlPrefix(this.src)==Squarespace.URL.removeDirectUrlPrefix(SSLightbox.currentLightboxPhoto.imgFullUrl)){SSLightbox.presentImage(SSLightbox.currentLightboxPhoto);}};B.src=A.imgFullUrl;}},preloadNeighbors:function(A){if(A.realIndex!=0){this.retrieveImage(SSLightbox.photosByIndex[A.realIndex-1]);}if(A.realIndex!=SSLightbox.maxIndex-1){this.retrieveImage(SSLightbox.photosByIndex[A.realIndex+1]);}},getContainedImg:function(F){var A=null;var B=F.getElementsByTagName("img");for(var C=0;C<B.length;++C){return(B[C]);}return(null);},loadLightboxImage:function(F,B){var A=document.getElementsByTagName("html")[0];D.setStyle(A,"overflow","hidden");YAHOO.util.Dom.setStyle("sslightbox_img","display","none");YAHOO.util.Dom.setStyle("sslightbox_img","opacity","0");if(!B){YAHOO.util.Event.stopEvent(F);B=SSLightbox.photosByLinkHref[SSLightbox.urlFix(this.href)];}if(SSLightbox.mainImageClick==SSLightbox.MAIN_IMAGE_POPUP_WINDOW){window.open(B.popupUrl,"viewimg"+B.realIndex);return ;}SSLightbox.currentLightboxPhoto=B;var C=new YAHOO.util.Anim("sslightbox_overlay",{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);C.onStart.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_overlay","display","block");YAHOO.util.Dom.setStyle("sslightbox_overlay","height",YAHOO.util.Dom.getDocumentHeight()+"px");});C.animate();var C=new YAHOO.util.Anim("sslightbox_imgholder",{opacity:{to:1}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);C.onStart.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_imgholder","display","block");});C.onComplete.subscribe(function(){if(!SSLightbox.isLoaded){YAHOO.util.Dom.setStyle("sslightbox_loadimg","opacity","1");YAHOO.util.Dom.setStyle("sslightbox_loadimg","display","block");YAHOO.util.Dom.setXY("sslightbox_loadimg",[parseInt(YAHOO.util.Dom.getViewportWidth()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_loadimg"),"width"))/2)+YAHOO.util.Dom.getDocumentScrollLeft(),parseInt(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_loadimg"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop()]);}});C.animate();SSLightbox.currentImgHolderAnimation=new YAHOO.util.Motion("sslightbox_imgholder",{points:{to:[parseInt(YAHOO.util.Dom.getViewportWidth()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_imgholder"),"width"))/2)+YAHOO.util.Dom.getDocumentScrollLeft(),parseInt(YAHOO.util.Dom.getViewportHeight()/2)-(parseInt(YAHOO.util.Dom.getStyle(YAHOO.util.Dom.get("sslightbox_imgholder"),"height"))/2)+YAHOO.util.Dom.getDocumentScrollTop()]}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);SSLightbox.currentImgHolderAnimation.animate();SSLightbox.isLoaded=false;SSLightbox.presentImage(B);return false;},close:function(){var A=document.getElementsByTagName("html")[0];D.setStyle(A,"overflow","auto");SSLightbox.currentLightboxPhoto=null;var B=new YAHOO.util.Anim("sslightbox_overlay",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);B.onStart.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_loadimg","display","none");});B.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_overlay","display","none");});B.animate();var B=new YAHOO.util.Anim("sslightbox_imgholder",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);B.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_imgholder","display","none");});B.animate();var B=new YAHOO.util.Anim("sslightbox_previmg",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);B.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_previmg","display","none");});B.animate();var B=new YAHOO.util.Anim("sslightbox_nextimg",{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);B.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle("sslightbox_nextimg","display","none");});B.animate();var B=new YAHOO.util.Anim([SSLightbox.descriptionBox,SSLightbox.titleBox],{opacity:{to:0}},SSLightbox.LIGHTBOX_DISPLAY_SPEED);B.onComplete.subscribe(function(){YAHOO.util.Dom.setStyle([SSLightbox.descriptionBox,SSLightbox.titleBox],"display","none");});B.animate();}};YAHOO.util.Event.addListener(window,"load",function(){SSLightbox.init();var B=document.getElementsByTagName("a");for(var A=0;A<B.length;++A){if(B[A].rel&&B[A].rel=="sslightbox"){B[A].href="javascript:showImage('"+B[A].href+"');";}}});function showImage(B){var A=new Object();A.imgFullUrl=B;A.rawObject=null;A.isFullImgLoading=false;SSLightbox.loadLightboxImage(null,A);}if((YAHOO.env.ua.ie>0)&&Squarespace.Lightbox.ieOpacityHack){Squarespace.CSS.appendCss(".thumbnail-wrapper-fixed { background-color: #000; cursor: hand; }");}SSLightbox=Squarespace.Lightbox; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/squarespace-gallery-slideshow-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | YUI.add("squarespace-gallery-slideshow",function(F){F.namespace("Squarespace");var R="Next";var H="Prev";var K="swipe";var J="fade";var N=1.5056179775280898;var P="outside";var Q="inside";var L=50;var I="dotted";var V="paginated";var C="textual";var M="arrows";var G="prev-next";var C="textual";var U="custom";var O="hidden";var T="[CS]";var S="[TS]";var A="[PS]";var B="[NS]";F.Squarespace.GallerySlideShow=Class.create({initialize:function(c){this.params=c;this.scriptId=c.scriptId;this.currentSlide=0;this.isAnimating=false;this.maxSlides=(this.params.slideTransition==K)?3:this.params.gallery.pictures.length;this.gallery=this.params.gallery;this.slides=this.params.gallery.pictures;this.totalSlides=this.params.loadCount;this.autoPlay=this.params.navigation.autoPlayEnabled;this.autoPlayConfigured=false;this.autoSizeWidth=this.params.autoSizeWidth;this.descriptionStyle=this.params.descriptionStyle;this.slideStyle=this.params.slideStyle;this.aspectX=this.params.aspectX;this.aspectY=this.params.aspectY;this.slideNavigation=this.params.slideNavigation;this.slideNavigationPos=this.params.slideNavigationPos;this.slideTransition=this.params.slideTransition;this.slideIndicator=this.params.slideIndicator;this.TEMPLATE_SLIDE_INDICATOR_TEXTUAL=this.params.textualIndicator;var d=F.one(this.params.targetElement);this.calculateFrameHeight(d);d.addClass("squarespace-slideshow-wrapper");d.addClass(this.slideNavigationPos);var X="";if(this.slideNavigation!="disabled"){X='<div id="frwd-'+c.scriptId+'" class="frwd fnav '+this.slideNavigation+'"></div>'+'<div id="ffwd-'+c.scriptId+'" class="ffwd fnav '+this.slideNavigation+'"></div>';}if(this.slideTransition==K){d.append(F.Node.create('<div class="squarespace-slideshow" style="width:'+this.slideWidth+"px; height:"+(this.slideHeight-1)+'px;">'+'<div id="squarespace-slideshow-frame-'+c.scriptId+'" class="squarespace-slideshow-frame" style="width:'+this.slideWidth+'px;">'+'<div id="squarespace-slideshow-animated-frame-'+c.scriptId+'" style="width:'+(this.slideWidth*3)+"px; height:"+this.slideHeight+"px; margin-left:-"+this.slideWidth+'px;" class="squarespace-slideshow-animated-frame type-swipe"></div>'+'<div id="squarespace-slideshow-description-wrapper-'+c.scriptId+'" class="squarespace-slideshow-description-wrapper" style="display:none">'+'<div class="squarespace-slideshow-container"></div>'+'<div class="squarespace-slideshow-description-content">'+'<div class="squarespace-slideshow-title"><span></span></div>'+'<div class="squarespace-slideshow-description"><span></span></div>'+"</div>"+"</div>"+"</div>"+X+'<div style="width:'+this.slideWidth+'px;" class="squarespace-slideshow-indicator-wrapper slide-indicator-type-'+this.slideIndicator+'">'+'<div id="slide-indicator-box-'+c.scriptId+'" class="slide-indicator-box"></div>'+"</div>"+"</div>"));}else{if(this.slideTransition==J){d.append(F.Node.create('<div class="squarespace-slideshow" style="width:'+this.slideWidth+"px; height:"+(this.slideHeight-1)+'px;">'+'<div id="squarespace-slideshow-frame-'+c.scriptId+'" class="squarespace-slideshow-frame" style="width:'+this.slideWidth+'px;">'+'<div id="squarespace-slideshow-animated-frame-'+c.scriptId+'" style="width:'+this.slideWidth+"px; height:"+this.slideHeight+'px;" class="squarespace-slideshow-animated-frame type-fade"></div>'+'<div id="squarespace-slideshow-description-wrapper-'+c.scriptId+'" class="squarespace-slideshow-description-wrapper" style="display:none">'+'<div class="squarespace-slideshow-container"></div>'+'<div class="squarespace-slideshow-description-content">'+'<div class="squarespace-slideshow-title"><span></span></div>'+'<div class="squarespace-slideshow-description"><span></span></div>'+"</div>"+"</div>"+"</div>"+X+'<div style="width:'+this.slideWidth+'px;" class="squarespace-slideshow-indicator-wrapper slide-indicator-type-'+this.slideIndicator+'">'+'<div id="slide-indicator-box-'+c.scriptId+'" class="slide-indicator-box"></div>'+"</div>"+"</div>"));}}var a=this;if(this.slideNavigation!="disabled"){F.one("#frwd-"+c.scriptId).on("click",function(){a.stopAutoplay(a);a.prevSlide(a);},a);F.one("#ffwd-"+c.scriptId).on("click",function(){a.stopAutoplay(a);a.nextSlide(a);},a);}F.one("#squarespace-slideshow-frame-"+c.scriptId).on("click",function(f){a.onFrameClicked(f,a);},a);var W=0;for(W=0;W<this.maxSlides;W++){var Z;if(this.slideTransition==K){if(W===0){Z=this.getPrevSlideIndex();}else{if(W===1){Z=this.currentSlide;}else{Z=this.getNextSlideIndex();}}}else{if(this.slideTransition==J){Z=W;}}var b=F.one("#squarespace-slideshow-animated-frame-"+c.scriptId);b.append(F.Node.create('<div id="sf-'+c.scriptId+"-sl-"+Z+'" style="width:'+this.slideWidth+"px; height:"+this.slideHeight+'px;" class="sf"></div>'));this.loadIndex(Z,this);}this.initializeSlideIndicators(a,c.scriptId);},simulateClick:function(Z){var X=document.getElementById(Z);if(X.click){X.click();}else{var W=X.ownerDocument.createEvent("MouseEvents");W.initMouseEvent("click",true,true,X.ownerDocument.defaultView,1,0,0,0,0,false,false,false,false,0,null);X.dispatchEvent(W);}},resolveTextualSlideIndicator:function(a){if(a.TEMPLATE_SLIDE_INDICATOR_TEXTUAL){var b=a.params.scriptId;var W="frwd-"+b;var X="ffwd-"+b;var Z=a.TEMPLATE_SLIDE_INDICATOR_TEXTUAL.replace(T,"<span class='slide-indicator-value'>"+(a.currentSlide+1)+"</span>").replace(S,"<span class='slide-indicator-value'>"+a.totalSlides+"</span>").replace(A,"si-prev-"+b+'" class="slide-indicator-prev" onclick="Y.Squarespace.GallerySlideShow.prototype.simulateClick(\''+W+"');").replace(B,"si-next-"+b+'" class="slide-indicator-next" onclick="Y.Squarespace.GallerySlideShow.prototype.simulateClick(\''+X+"');");return("<span class='slide-indicator-textual'>"+Z+"</span>");}return"";},setPaginatedSlideIndicators:function(h){if(h.slideIndicator!=V){return ;}if(h.totalSlides<=7){return ;}var X=h.scriptId;var e=F.one("#slide-indicator-box-"+X);e.set("innerHTML","");var Z=4;var j=this.totalSlides-4;var g=h.currentSlide+1;for(var f=0;f<this.totalSlides;f++){var i=this.totalSlides;var c=(f==0);var d=(f==(i-1));var k;if(g<=Z){k=(f<(Z+1));ellipses1=Z+1;ellipses2=null;}else{if(g>Z&&g<=j){k=((f>=(g-2))&&(f<=(g)));ellipses1=1;ellipses2=i-2;}else{k=(f>=j-1);ellipses1=2;ellipses2=null;}}var b;var a="si-"+X+"-"+f;var W=(f==g-1)?"slide-indicator active":"slide-indicator";if(f==0){W+=" si-first";}else{if(f==(i-1)){W+=" si-last";}}if(c||k||d){b=F.Node.create('<a id="'+a+'" rel="'+f+'" class="'+W+'">'+(f+1)+"</a>");e.append(b);F.one("#"+a).on("click",function(){h.jumpToSlide(h,this);},h);}else{if((f==ellipses1)||(f==ellipses2)){b=F.Node.create('<span class="pagination-ellipsis">...</span>');e.append(b);}}}},initializeSlideIndicators:function(c,e){var X=F.one("#slide-indicator-box-"+e);var W=0;var a=0;if(this.slideIndicator==O){return ;}else{if(this.slideIndicator==V){if(this.totalSlides<=7){for(W=0;W<this.totalSlides;W++){var d="si-"+e+"-"+W;var Z=(W==0)?"slide-indicator active si-first":"slide-indicator";if(W==(this.totalSlides-1)){Z+=" si-last";}var b=F.Node.create('<a id="'+d+'" rel="'+W+'" class="'+Z+'">'+(W+1)+"</a>");X.append(b);F.one("#"+d).on("click",function(){c.jumpToSlide(c,this);},c);}}else{c.setPaginatedSlideIndicators(c);}}else{if(this.slideIndicator==I){for(W=0;W<this.totalSlides;W++){var d="si-"+e+"-"+W;var Z=(W==0)?"slide-indicator active si-first":"slide-indicator";if(W==(this.totalSlides-1)){Z+=" si-last";}var b=F.Node.create('<a id="'+d+'" rel="'+W+'" class="'+Z+'"></a>');X.append(b);a+=b.get("clientWidth");F.one("#"+d).on("click",function(){c.jumpToSlide(c,this);},c);}if((a>this.slideWidth)&&(this.slideWidth>0)){a=this.slideWidth;}X.setStyle("width",a+"px");}else{X.set("innerHTML",c.resolveTextualSlideIndicator(c));}}}},jumpToSlide:function(W,Z){W.stopAutoplay(W);var e=parseInt(Z.get("rel"));var i,X,b;var o,g,h;var r=W.scriptId;F.all("#slide-indicator-box-"+r+" .slide-indicator").removeClass("active");Z.addClass("active");if(e===W.currentSlide){return ;}else{if((e===W.getNextSlideIndex())&&(W.slideTransition==K)){W.nextSlide(W);}else{if((e===W.getPrevSlideIndex())&&(W.slideTransition==K)){W.prevSlide(W);}else{if(W.slideTransition==K){var j=(e>W.currentSlide)?true:false;var q=(e>W.currentSlide)?R:H;var k="sf-"+r+"-sl-";g=(j)?W.getPrevSlideIndex():W.getNextSlideIndex();h=(j)?W.getNextSlideIndex():W.getPrevSlideIndex();o=W.currentSlide;X=F.one("#"+k+g);b=F.one("#"+k+h);i=F.one("#"+k+o);if(j){X.set("id",k+W.getPrevSlideIndex(e-1));b.set("id",k+e);i.set("id",k+W.getPrevSlideIndex(e));}else{var l=e+2;var m=e+1;if(l==-1){l=W.totalSlides-1;}if(m==W.totalSlides-1){m=0;}X.set("id",k+l);b.set("id",k+e);i.set("id",k+m);}F.one("#"+k+e+" .slide-content").remove(true);W.loadIndex(e);W.currentSlide=(j)?e-1:e+1;W.animateSwipe(q,this.onSlideJumped,W);}else{if(W.slideTransition==J){var a="sf-"+r+"-sl-";var c=F.one("#"+a+W.currentSlide);var f=F.one("#"+a+W.currentSlide+" .slide-content");var d=new F.Anim({node:f,to:{opacity:0},duration:W.params.navigation.fadeDuration});d.on("end",function(){c.removeClass("active");});d.run();W.currentSlide=e-1;if(W.currentSlide==-1){W.currentSlide=W.totalSlides-1;}W.animateFade(R,this.onSlideAnimated,W);}}}}}},onSlideJumped:function(Z){var b=Z.scriptId;var a="sf-"+b+"-sl-";var X=Z.getPrevSlideIndex();var W=Z.getNextSlideIndex();F.one("#"+a+X+" .slide-content").remove(true);Z.loadIndex(X);F.one("#"+a+W+" .slide-content").remove(true);Z.loadIndex(W);Z.onSlideAnimated(Z);},calculateFrameHeight:function(W){if(this.autoSizeWidth!=null&&this.autoSizeWidth!=0){this.slideWidth=this.autoSizeWidth;}else{if(W.ancestor("#contentWrapper")){if(W.ancestor(".journal-entry")){var a;var d=0;for(var f=0;f<2;f++){if(f==0){a=F.one(".journal-entry-wrapper");}else{a=F.one(".journal-entry");}d+=this.validNumber(parseInt(a.getStyle("marginLeft")));d+=this.validNumber(parseInt(a.getStyle("marginRight")));d+=this.validNumber(parseInt(a.getStyle("paddingLeft")));d+=this.validNumber(parseInt(a.getStyle("paddingRight")));d+=this.validNumber(parseInt(a.getStyle("borderLeftWidth")));d+=this.validNumber(parseInt(a.getStyle("borderRightWidth")));}var Z=this.validNumber(parseInt(F.one(".journal-entry-wrapper").get("offsetWidth")));this.slideWidth=Z-d;}else{var g=F.one("#content");var b=this.validNumber(parseInt(g.getStyle("marginLeft")));var l=this.validNumber(parseInt(g.getStyle("marginRight")));var j=this.validNumber(parseInt(g.getStyle("paddingLeft")));var h=this.validNumber(parseInt(g.getStyle("paddingRight")));var Z=this.validNumber(parseInt(g.get("clientWidth")));this.slideWidth=Z-b-l-j-h;}}else{if(W.ancestor("#sidebar1Wrapper")||W.ancestor("#sidebar2Wrapper")){var k=F.one(".section");var X=this.validNumber(parseInt(k.getStyle("marginLeft")));var c=this.validNumber(parseInt(k.getStyle("marginRight")));var e=this.validNumber(parseInt(k.getStyle("paddingLeft")));var m=this.validNumber(parseInt(k.getStyle("paddingRight")));var Z=(W.ancestor("#sidebar1Wrapper"))?this.validNumber(parseInt(F.one("#sidebar1").get("clientWidth"))):this.validNumber(parseInt(F.one("#sidebar2").get("clientWidth")));this.slideWidth=Z-X-c-e-m;}}}if(this.slideNavigationPos=="outside"){this.slideWidth-=(L*2);}if(this.slideStyle==="horizontal"){this.slideHeight=Math.round(this.slideWidth/N);}else{if(this.slideStyle==="square"){this.slideHeight=this.slideWidth;}else{if(this.slideStyle==="aspect"){this.slideHeight=Math.round(this.slideWidth/(this.aspectX/this.aspectY));}else{this.slideHeight=Math.round(this.slideWidth/N);}}}},validNumber:function(W){if(W){return W;}else{return 0;}},start:function(X){F.all("#squarespace-slideshow-animated-frame-"+this.params.scriptId+" .sf").removeClass("active");F.one("#squarespace-slideshow-animated-frame-"+this.params.scriptId+" #sf-"+this.params.scriptId+"-sl-"+this.currentSlide).addClass("active");if(!this.autoPlayConfigured&&this.autoPlay){var W=this;if(this.slideTransition==K){W.tId=F.later((W.params.navigation.slideDelay*1000),"",function(){W.animateSwipe(R,W.onSlideAnimated,W);},W,true);}else{if(this.slideTransition==J){W.tId=F.later((W.params.navigation.slideDelay*1000),"",function(){W.animateFade(R,W.onSlideAnimated,W);},W,true);}}this.autoPlayConfigured=true;}if(this.descriptionStyle!="hidden"){this.animateDescription(this.descriptionStyle,this.currentSlide,this.params.scriptId);}if(X){X();}},animateDescription:function(X,W,d){var Z=this.slides[W];var c=F.one("#squarespace-slideshow-description-wrapper-"+d);c.setStyles({"display":"block","opacity":"0"});if(X=="title"||X=="both"){var b=F.one("#squarespace-slideshow-description-wrapper-"+d+" .squarespace-slideshow-title span");b.set("innerHTML",unescape(Z.title));}if(X=="description"||X=="both"){var a=F.one("#squarespace-slideshow-description-wrapper-"+d+" .squarespace-slideshow-description span");a.set("innerHTML",unescape(Z.description));}new F.Anim({node:c,to:{opacity:1},duration:0.4}).run();},loadIndex:function(W,a){var Z=this.slides[W];roundNumber=function(c,d){return Math.round(c*Math.pow(10,d))/Math.pow(10,d);};imageLoaded=function(f,c,d,k){var e=F.one(f);var m=f.width;var i=f.height;var g,j;if(c==="horizontal"||c==="aspect"){var l=d/m;j=l*i;e.setStyles({"width":d+"px","height":"auto","left":"0px","top":-Math.round(((j-k)/2)*Math.pow(10,2))/Math.pow(10,2)+"px"});}else{if(c==="square"){if(m>=i){var l=k/i;g=l*m;e.setStyles({"width":"auto","height":k+"px","left":-Math.round(((g-d)/2)*Math.pow(10,2))/Math.pow(10,2)+"px","top":"0px"});}else{if(i>m){var l=d/m;j=l*i;e.setStyles({"width":d+"px","height":"auto","left":"0px","top":-Math.round(((j-k)/2)*Math.pow(10,2))/Math.pow(10,2)+"px"});}}}}};var X=F.one("#squarespace-slideshow-animated-frame-"+this.params.scriptId+" #sf-"+this.params.scriptId+"-sl-"+W);var b=F.Node.create("<img onload='imageLoaded(this, \""+this.slideStyle+'", "'+this.slideWidth+'", "'+this.slideHeight+"\")' class='slide-content'>");b.set("src","/picture/"+Z.fileName+"?pictureId="+Z.id);X.append(b);},isStyleModeActive:function(){if(Squarespace.EditingEnvironment){return Squarespace.EditingEnvironment.CURRENT_EDITING_MODE=="style";}return false;},prevSlide:function(W){if(W.isAnimating){return ;}if(W.slideTransition==K){W.animateSwipe(H,this.onSlideAnimated,W);}else{if(W.slideTransition==J){W.animateFade(H,this.onSlideAnimated,W);}}W.stopAutoplay(W);},nextSlide:function(W){if(W.isAnimating){return ;}if(W.slideTransition==K){W.animateSwipe(R,this.onSlideAnimated,W);}else{if(W.slideTransition==J){W.animateFade(R,this.onSlideAnimated,W);}}},onSlideAnimated:function(Z){var a=Z.params.scriptId;if(Z.slideIndicator==V||Z.slideIndicator==I){var X=F.all("#slide-indicator-box-"+a+" .slide-indicator").removeClass("active");F.one("#si-"+a+"-"+Z.currentSlide).addClass("active");}else{var W=F.one("#slide-indicator-box-"+a);W.set("innerHTML",Z.resolveTextualSlideIndicator(Z));}Z.setPaginatedSlideIndicators(Z);},onFrameClicked:function(Z,X){if(X.isStyleModeActive()){return ;}if(Z.target.hasClass("slide-content")){var W=X.gallery.pictures[X.currentSlide].linkUrl;if(W&&W!=""){var a=X.gallery.pictures[X.currentSlide].isExternalLink;if(a){window.open(unescape(W));}else{location=unescape(W);}}}X.stopAutoplay(X);},urlCheck:function(X){var W=new RegExp();W.compile("^[A-Za-z]+://[A-Za-z0-9-_]+\\.[A-Za-z0-9-_%&?/.=]+$");if(!W.test(X)){return false;}return true;},stopAutoplay:function(W){if(W.tId){W.tId.cancel();}},animateSwipe:function(f,g,c){if(c.isStyleModeActive()){return ;}var X=c.params.scriptId;var W=c.params.navigation;var a=parseInt(F.one("#squarespace-slideshow-animated-frame-"+X).getStyle("marginLeft"));var e=(f===R)?a-parseInt(c.slideWidth):a+parseInt(c.slideWidth);var Z=(f===R)?c.getPrevSlideIndex():c.getNextSlideIndex();var b=(f===R)?c.getNextSlideIndex():c.getPrevSlideIndex();var d=(f===R)?true:false;F.one("#squarespace-slideshow-animated-frame-"+X+" #sf-"+X+"-sl-"+b).addClass("active");c.a=new F.Anim({node:"#squarespace-slideshow-animated-frame-"+X,to:{marginLeft:e},duration:W.duration,easing:W.easing});c.a.on("start",function(){new F.Anim({node:F.one("#squarespace-slideshow-description-wrapper-"+X),to:{opacity:0},duration:0.3}).run();c.isAnimating=true;});c.a.on("end",function(){F.all("#squarespace-slideshow-animated-frame-"+X+" #sf-"+X+"-sl-"+Z+" .slide-content").remove();var j;if(d){j=F.one("#squarespace-slideshow-animated-frame-"+X).append(F.one("#sf-"+X+"-sl-"+Z));}else{var h=document.getElementById(F.one("#squarespace-slideshow-animated-frame-"+X).get("id"));var i=document.getElementById(F.one("#squarespace-slideshow-animated-frame-"+X+" #sf-"+X+"-sl-"+Z).get("id"));h.insertBefore(i,h.childNodes[0]);j=F.one("#squarespace-slideshow-animated-frame-"+X+" #sf-"+X+"-sl-"+Z);}c.currentSlide=b;b=(f===R)?c.getNextSlideIndex():c.getPrevSlideIndex();j.set("id","sf-"+X+"-sl-"+b);F.one("#squarespace-slideshow-animated-frame-"+X).setStyle("marginLeft","-"+c.slideWidth+"px");c.loadIndex(b,c);c.start(function(){if(g){g(c);}});c.isAnimating=false;},c);c.a.run();},animateFade:function(g,h,f){if(f.isStyleModeActive()){return ;}var X=f.params.scriptId;var W=f.params.navigation;var d=(g===R)?f.getNextSlideIndex():f.getPrevSlideIndex();var e="sf-"+X+"-sl-";var Z=F.one("#"+e+f.currentSlide);var c=F.one("#"+e+f.currentSlide+" .slide-content");var b=F.one("#"+e+d);var a=F.one("#"+e+d+" .slide-content");f.a=new F.Anim({node:c,to:{opacity:0},duration:W.fadeDuration});f.a.on("start",function(){new F.Anim({node:F.one("#squarespace-slideshow-description-wrapper-"+X),to:{opacity:0},duration:0.3}).run();new F.Anim({node:a,to:{opacity:1},duration:W.fadeDuration}).run();f.isAnimating=true;});f.a.on("end",function(){Z.removeClass("active");b.addClass("active");if(f.descriptionStyle!="hidden"){f.animateDescription(f.descriptionStyle,d,X);}f.isAnimating=false;if(h){h(f);}});f.a.run();f.currentSlide=d;},getPrevSlideIndex:function(W){var X;if(W){X=W;}else{X=this.currentSlide;}if(X>0){return(X-=1);}else{return this.totalSlides-1;}},getNextSlideIndex:function(W){var X;if(W){X=W;}else{X=this.currentSlide;}if(X<this.totalSlides-1){return(X+=1);}else{return 0;}}});});YUI().use("node","event","*",function(A){Y=A;Y.startGallerySlideShow=function(C){var C=Y.one("#"+C);var G=C.get("value");var B=Base64.decode(G);var F=YAHOO.lang.JSON.parse(B);new Y.Squarespace.GallerySlideShow({targetElement:"#squarespace-slideshow-wrapper-"+F.scriptId,pictures:F.gallery.pictures,gallery:F.gallery,scriptId:F.scriptId,descriptionStyle:F.descriptionStyle,slideStyle:F.slideStyle,aspectX:F.aspectX,aspectY:F.aspectY,slideNavigation:F.slideNavigation,slideTransition:F.slideTransition,loadCount:F.loadCount,navigation:{autoPlayEnabled:F.autoPlayEnabled,slideDelay:F.slideDelay,duration:0.5,easing:Y.Easing.easeOutStrong,fadeDuration:1}}).start();};});E.onDOMReady(function(){var B=D.getElementsByClassName("ss-slideshow-v2");if(B.length>0){for(var A=0;A<B.length;A++){var C=D.getAttribute(B[A],"rel");Squarespace.SlideshowDAO.getSlideshow(C,true,Squarespace.SlideshowDAO.createSlideshow);}}});Squarespace.SlideshowDAO={cacheScriptIds:function(A){this.cache=new Array();for(key in A){this.cache.push(key);}},_contains:function(C,B){var A=C.length;while(A--){if(C[A]===B){return true;}}return false;},sync:function(C,B){if(!C){this.remove(null,B);}else{var A=new Array();for(key in C){A.push(key);}for(key in this.cache){if(!this._contains(A,this.cache[key])){this.remove(this.cache[key],null);}}}},escapePictureContent:function(A){for(picId in A){var B=A[picId];for(var C in B){B[C]=escape(B[C]);}}},save:function(B,C){B.params.gallery.title=escape(B.params.gallery.title);this.escapePictureContent(B.params.gallery.pictures);var A="SS_AUTHKEY="+Squarespace.Constants.SS_AUTHKEY+"¶ms="+escape(YAHOO.lang.JSON.stringify(B.params))+"&configId="+B.configId+"&gallery="+YAHOO.lang.JSON.stringify(window.parent.Squarespace.SlideShowPreview.getGalleryConfiguration())+"&scriptId="+B.scriptId+"&token="+window.parent.Squarespace.ConfigurationTray.getToken();YAHOO.util.Connect.asyncRequest("POST","/process/admin/CreateOrModifySlideshow",{timeout:10000,failure:function(F){alert(Squarespace.Constants.NO_SAVE_WARNING);},success:function(F){var G=F.responseText;C[B.scriptId]='<div id="squarespace-slideshow-wrapper-'+B.scriptId+'" rel="'+G+'" class="ss-slideshow-v2"></div>';}},A);},remove:function(C,A){var B="SS_AUTHKEY="+Squarespace.Constants.SS_AUTHKEY;if(C){B+="&scriptId="+C;}if(A){B+="&token="+A;}YAHOO.util.Connect.asyncRequest("POST","/process/admin/RemoveSlideshow",{timeout:10000,failure:function(F){alert(Squarespace.Constants.NO_SAVE_WARNING);},success:function(F){}},B);},getSlideshow:function(C,A,B){if(C==""){return ;}YAHOO.util.Connect.asyncRequest("GET","/display/GetSlideshow?configId="+C+"&filterActive="+A,{timeout:10000,failure:function(F){return null;},success:function(G){if(G.responseText){var F=YAHOO.lang.JSON.parse(G.responseText);if(B&&F){B(F);}}}});},createSlideshow:function(B){var F=B.params;var A=B.gallery;new Y.Squarespace.GallerySlideShow({targetElement:"#squarespace-slideshow-wrapper-"+B.scriptId,pictures:A.pictures,gallery:A,scriptId:B.scriptId,descriptionStyle:F.descriptionStyle,slideStyle:F.slideStyle,aspectX:F.aspectX,aspectY:F.aspectY,autoSizeWidth:F.autoSizeWidth,slideNavigation:F.slideNavigation,slideNavigationPos:F.slideNavigationPos,slideTransition:F.slideTransition,loadCount:F.loadCount,slideIndicator:F.slideIndicator,textualIndicator:F.textualIndicator,navigation:{autoPlayEnabled:(F.autoPlayEnabled==="true"),slideDelay:F.slideDelay,duration:0.5,easing:Y.Easing.easeOutStrong,fadeDuration:1}}).start();if(Squarespace.equalColumnHeightEnabled){var C=this;YAHOO.lang.later(50,this,function(){Squarespace.EqualColumnHeight.enable(C);});}}}; |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/scripts/yui2-yui3-bridge-CE=75.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | (function(){var S=YAHOO.env.ua,P={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9,63272:46,63273:36,63275:35},R=function(Y){try{if(Y&&3==Y.nodeType){Y=Y.parentNode;}}catch(W){return null;}return Y?new C.Node(Y):null;},U=function(h,Y,W){W=W||{};var Z=h,a=document,i=a.body,j=Z.pageX,g=Z.pageY,f,m,l=W.overrides||{};this.altKey=Z.altKey;this.ctrlKey=Z.ctrlKey;this.metaKey=Z.metaKey;this.shiftKey=Z.shiftKey;this.type=l.type||Z.type;this.clientX=Z.clientX;this.clientY=Z.clientY;if(!j&&0!==j){j=Z.clientX||0;g=Z.clientY||0;if(S.ie){j+=Math.max(a.documentElement.scrollLeft,i.scrollLeft);g+=Math.max(a.documentElement.scrollTop,i.scrollTop);}}this._yuifacade=true;this._event=Z;this.pageX=j;this.pageY=g;f=Z.keyCode||Z.charCode||0;if(S.webkit&&(f in P)){f=P[f];}this.keyCode=f;this.charCode=f;this.button=Z.which||Z.button;this.which=this.button;this.target=R(Z.target||Z.srcElement);this.currentTarget=R(Y);m=Z.relatedTarget;if(!m){if(Z.type=="mouseout"){m=Z.toElement;}else{if(Z.type=="mouseover"){m=Z.fromElement;}}}this.relatedTarget=R(m);if(Z.type=="mousewheel"||Z.type=="DOMMouseScroll"){this.wheelDelta=(Z.detail)?(Z.detail*-1):Math.round(Z.wheelDelta/80)||((Z.wheelDelta<0)?-1:1);}this.stopPropagation=function(){if(Z.stopPropagation){Z.stopPropagation();}else{Z.cancelBubble=true;}W.stopped=1;};this.stopImmediatePropagation=function(){if(Z.stopImmediatePropagation){Z.stopImmediatePropagation();}else{this.stopPropagation();}W.stopped=2;};this.preventDefault=function(b){if(Z.preventDefault){Z.preventDefault();}Z.returnValue=b||false;W.prevented=1;};this.halt=function(b){if(b){this.stopImmediatePropagation();}else{this.stopPropagation();}this.preventDefault();};},D=window,X=D.location,G=YAHOO,J=G.util,I=J.Connect,F=G.lang,T=J.Selector,O=J.Element,B=J.Dom,V=J.Event,M={parentNode:true,firstChild:true,lastChild:true,options:true},L={docscrollY:function(){return B.getDocumentScrollTop();},viewportRegion:function(){return B.getClientRegion();},region:B.getRegion},H,K,Q=new J.CustomEvent("window:resize"),A=function(W){if(C.UA.gecko){Q.fire(W);}else{if(K){K.cancel();}K=C.later(C.config.windowResizeDelay||40,C,function(){Q.fire(W);});}},E=function(W,Y,Z){if(W){W[Y]=Z;}return Z;},N=function(W){if(W){if(W._node){return W;}else{return F.isString(W)?C.one(W):new C.Node(W);}}return null;},C={config:{},extend:G.extend,later:F.later,mix:function(Z,Y,W,a,b,c){switch(b){case 1:F.augment(Z,Y,W,a);break;case 2:F.augment(Z,Y,W,a);F.augmentObject(Z,Y,W,a);break;case 3:F.augmentObject(Z,Y.prototype,W,a);break;case 4:F.augmentObject(Z.prototype,Y,W,a);break;default:F.augmentObject(Z,Y,W,a);}return Z;},on:function(b,Z,c,Y){switch(b){case"domready":return V.onDOMReady(Z);case"contentready":return V.onContentReady(Z);case"available":return V.onAvailable(Z);case"resize":if(!H){H=C.Event.attach(window,"resize",A);}var W=C.Array(arguments,0,true);W.unshift();Q.subscribe.apply(Q,W);return ;}return C.one(c).on(b,Z,null,Y);},Lang:F,Array:G.Array,UA:G.env.ua,Easing:J.Easing,augment:YAHOO.augment,Event:{},EventTarget:J.EventProvider,JSON:F.JSON,all:function(Z){var Y=T.query(Z),W=[];C.each(Y,function(b,a){W[a]=new C.Node(b);});return new C.NodeList(W);},bind:function(Y,W){return function(){return Y.apply(W,arguments);};},one:function(W){return N(F.isString(W)?T.query(W,null,true):W);}};C.each=function(Y,b,c){var W=(Y&&Y.length)||0,Z;for(Z=0;Z<W;Z=Z+1){b.call(c||C,Y[Z],Z,Y);}return C;};C.Lang._guidp="yui-auto-";C.Lang._uidx=0;C.Lang.guid=function(W){var Y=C.Lang._guidp+(++C.Lang._uidx);return(W)?(W+Y):Y;},C.namespace=function(){var W=arguments,c=null,Z,Y,b;for(Z=0;Z<W.length;Z=Z+1){b=(""+W[Z]).split(".");c=this;for(Y=(b[0]=="YAHOO")?1:0;Y<b.length;Y=Y+1){c[b[Y]]=c[b[Y]]||{};c=c[b[Y]];}}return c;};C.Object={owns:function(Y,W){return Y&&Y.hasOwnProperty&&Y.hasOwnProperty(W);},each:function(b,a,d,Z){var Y=d||C,W;for(W in b){if(Z||C.Object.owns(b,W)){a.call(Y,b[W],W,b);}}return C;}};C.NodeList=function(W){this._nodes=W||[];};C.NodeList.prototype={_nodes:null,_batch:function(Z,Y){var W=[];C.each(this._nodes,function(b,a){W[a]=b[Z].apply(b,Y);});return W;},addClass:function(){this._batch("addClass",arguments);},each:function(Y,W){C.each(this._nodes,Y,W);},get:function(){this._batch("get",arguments);},getAttribute:function(){this._batch("getAttribute",arguments);},getStyle:function(){this._batch("getStyle",arguments);},hasClass:function(){this._batch("hasClass",arguments);},isEmpty:function(){return 0===this._nodes.length;},item:function(W){return N(this._nodes[W]);},on:function(){var W=arguments;this._batch("on",W);return{detach:function(){this._batch("off",W);}};},remove:function(){this._batch("remove",arguments);},removeClass:function(){this._batch("removeClass",arguments);},replaceClass:function(){this._batch("replaceClass",arguments);},set:function(){this._batch("set",arguments);},setAttribute:function(){this._batch("setAttribute",arguments);},setStyle:function(){this._batch("setStyle",arguments);},size:function(){return this._nodes.length;}};C.Base=function(Z){var a=this,Y=a,W=[],b;a.name=a.constructor.NAME;do{Y=Y.constructor;W.push(Y.ATTRS);Y=Y.superclass;}while(Y);while((b=W.pop())){if(b){C.Object.each(b,function(d,c){a.setAttributeConfig(c,d);});}}a.setAttributes(Z||{});a.initializer(Z);};YAHOO.augment(C.Base,J.AttributeProvider);F.augmentObject(C.Base.prototype,{_setAttr:function(){C.log("Y.Base#_setAttr is not fully implemented");this.set.apply(this,arguments);},fire:C.Base.prototype.fireEvent,publish:C.Base.prototype.createEvent,name:null,_on:C.Base.prototype.on,destructor:function(){this.set("destroyed",true);},initializer:function(W){this.set("initialized",true);}},true);C.Base.prototype.on=function(){var Z=this,W=new C.Array(arguments,0,true),Y=W[1];W[1]=function(a){a.newVal=a.newValue;a.prevVal=a.prevValue;Y.apply(Z,arguments);};this._on.apply(Z,W);};C.Base.prototype.after=C.Base.prototype.on;C.Base.ATTRS={destroyed:{validator:F.isBoolean,value:false},initialized:{validator:F.isBoolean,value:false}};C.Widget=function(){C.Widget.superclass.constructor.apply(this,arguments);this.set("id");};C.Widget.ATTRS={boundingBox:{value:null,setter:N,writeOnce:true},contentBox:{setter:N,writeOnce:true},disabled:{value:false},focused:{value:false,readOnly:true},height:{value:""},id:{setter:function(){return F.guid();},writeOnce:true},render:{value:false,writeOnce:true},rendered:{value:false,readOnly:true},tabIndex:{value:null,validator:F.isNumber},visible:{value:true},width:{value:""}};C.extend(C.Widget,C.Base,{bindUI:function(){},destructor:function(){this.unsubscribeAll();this.set("boundingBox",null);this.set("contentBox",null);},hide:function(){this.get("boundingBox").addClass("hide");},initializer:function(){C.Widget.superclass.initializer.apply(this,arguments);if(this.get("render")){this.render();}},on:function(){var Z=this,W=arguments,Y;if(-1==W[0].indexOf("Change")){Z.createEvent(W[0],Z);Z.addListener.apply(Z,W);return{detach:function(){Z.removeListener.apply(Z,W);}};}else{C.Widget.superclass.on.apply(Z,W);}},renderUI:function(){var Z=this,W,a,Y;if(!Z.get("contentBox")){W=Z.get("boundingBox").first();Z.set("contentBox",W?W:Z.get("boundingBox").appendChild(document.createElement("div")));}else{if(!Z.get("boundingBox")){W=Z.get("contentBox");a=W.parent();Y=document.createElement("div");a.replaceChild(Y,W._node);W.appendTo(Y);Z.set("boundingBox",Y);}}},render:function(){this.renderUI();this.bindUI();this.syncUI();},show:function(){this.get("boundingBox").removeClass("hide");},syncUI:function(){}});if(!C.log){C.log=function(Y,W){if("console" in window){console[W||"log"](Y);}};}C.DOM={byId:function(W){return document.getElementById(W);},elementByAxis:function(W,a,Z,Y){while(W&&(W=W[a])){if((Y||W.tagName)&&(!Z||Z(W))){return W;}}return null;}};C.io=function(b,a){var Y=a||{},Z={argument:Y.arguments,data:Y.data,method:Y.method||"GET",scope:Y.context,timeout:Y.timeout},W;if(Y.on){W=Y.on;Z.complete=W.complete;Z.end=W.end;Z.failure=W.failure;Z.start=W.start;Z.success=W.success;}return I.asyncRequest(Z.method,b,Z,Z.data);};C.Anim=function(Y,W,Z,c){C.Anim.superclass.constructor.apply(this,arguments);var b=this.get("from")||{},a=this.get("to"),W={};C.Object.each(a,function(e,d){W[d]={to:e};});C.Object.each(b,function(e,d){W[d].from=e;});this._anim=new J.Anim(this.get("node"),W,this.get("duration"),this.get("easing"));this._anim.get=function(d){if(d=="node"){return C.one(this.getEl());}return null;};};C.Anim.ATTRS={duration:{setter:function(W){return E(this._anim,"duration",W);}},easing:{setter:function(W){return E(this._anim,"method",W);}},from:{setter:function(Y){var W=this._anim;if(W){C.Object.each(Y,function(a,Z){W.attributes[Z].from=Y[Z];});}return Y;},validator:F.isObject},node:{setter:N,writeOnce:true},to:{setter:function(Y){var W=this._anim;if(W){C.Object.each(Y,function(a,Z){W.attributes[Z].to=Y[Z];});}return Y;},validator:F.isObject}};C.extend(C.Anim,C.Base,{_anim:null,on:function(Y,Z,W,a){switch(Y){case"end":this._anim.onComplete.subscribe(Z,a,W);break;case"start":this._anim.onStart.subscribe(Z,a,W);break;case"tween":this._anim.onTween.subscribe(Z,a,W);break;}},run:function(){return this._anim.animate();},stop:function(W){this._anim.stop(W);}});C.Node=function(Z,W){var Y=(Z.indexOf&&-1<Z.indexOf("#"))?T.query(Z,null,true):Z;C.Node.superclass.constructor.call(this,Y,W);this._node=this.get("element");if(!this.get("id")){this.set("id",F.guid());}};C.Node.create=function(Z,a){var Y=(a||document).createElement("div"),W;Y.innerHTML=F.trim(Z);W=Y.childNodes.length;if(W){return 1<W?new C.NodeList(new C.Array(Y.childNodes,0,true)):new C.Node(Y.firstChild);}else{return null;}};C.extend(C.Node,J.Element,{_node:null,all:function(W){return C.all("#"+this.get("id")+" "+W);},setStyles:function(W){for(k in W){this.setStyle(k,W[k]);}},ancestor:function(Y,a){var Z=function(b){return T.filter([b],Y).length;},W;if(a&&Z(this._node)){W=this;}if(!W){W=B.getAncestorBy(this._node,Z);}return N(W);},append:function(){return N(C.Node.superclass.appendChild.apply(this,arguments));},_blur:function(){this._node.blur();},blur:function(){var W=this;if(W._node){W._blur();}else{W.on("available",W._blur,W,true);}},compareTo:function(Z){var Y=this._node,W=Z instanceof C.Node?Z._node:Z;return Y===W;},create:function(Y,Z){var W=(Z||document).createElement("div");W.innerHTML=Y;return new C.Node(W.firstChild);},_focus:function(){this._node.focus();},focus:function(){var W=this;if(W._node){W._focus();}else{W.on("available",W._focus,W,true);}},get:function(W){if(W=="winHeight"){return B.getViewportHeight();}if(W=="winWidth"){return B.getViewportWidth();}if(L[W]){return L[W](this._node);}var Y=C.Node.superclass.get.apply(this,arguments);if(M[W]&&Y){return Y.item?new C.NodeList(Y):N(Y);}return Y;},hasChildNodes:function(){return this._node.childNodes.length;},insertBefore:function(){return N(C.Node.superclass.insertBefore.apply(this,arguments));},next:function(W){return N(B[W?"getNextSiblingBy":"getNextSibling"](this._node,W));},on:function(Z,Y,b,W){var c=this,a=function(d,f){if(d.target){Y.call(this,new U(d,d.relatedTarget||d.originalTarget),f);}else{Y.call(this,d);}};c.addListener.call(c,Z,a,b,W);return{detach:function(){c.removeListener.call(c,Z,a,b,W);}};},one:function(W){return N(T.query(W,this._node,true));},query:function(W){return this.one(W);},previous:function(W){return N(B[W?"getPreviousSiblingBy":"getPreviousSibling"](this._node,W));},setXY:function(W){B.setXY(this._node,W);},remove:function(){this._node.parentNode.removeChild(this._node);}});C.Event.attach=function(b,Z,a){var W=N(a),Y=new C.Array(arguments,null,true);Y.unshift();W.on.apply(W,Y);};C.Event.detach=function(b,Z,a){var W=N(a),Y=new C.Array(arguments,null,true);Y.unshift();W.off.apply(W,Y);};D.YUI=function(){return{use:function(){arguments[arguments.length-1].call(D,C);}};};D.YUI.add=function(){arguments[1].call(D,C);};C.Base.create=function(Y,b,a,Z,c){function W(){W.superclass.constructor.apply(this,arguments);}W.NAME=Y;W.TAB_NAME=Y;if(c){C.Object.each(c,function(e,d){W[d]=e;});}C.extend(W,b,Z);return W;};}()); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/styles/squarespace-gallery-slideshow-CE=75.css
+82
-0
| @@ | @@ -0,0 +1,82 @@ |
| + | /*-- slider --*/ |
| + | |
| + | .squarespace-slideshow-wrapper { overflow:hidden; -webkit-user-select:none; } |
| + | .squarespace-slideshow-wrapper.outside { padding-left:50px; } |
| + | .squarespace-slideshow { position: relative; } |
| + | .squarespace-slideshow-frame { overflow:hidden; width:100%; height:100%; position:relative; } |
| + | .squarespace-slideshow-animated-frame { overflow:hidden; } |
| + | .squarespace-slideshow-wrapper img { max-width:none !important; } |
| + | |
| + | /*-- frame position --*/ |
| + | |
| + | .squarespace-slideshow-animated-frame.type-swipe .sf { float:left; position:relative; } |
| + | .squarespace-slideshow-animated-frame.type-fade .sf { float:left; position:absolute; } |
| + | .squarespace-slideshow-animated-frame.type-swipe .sf .slide-content { position:absolute; display:block; visibility:hidden; } |
| + | .squarespace-slideshow-animated-frame.type-fade .sf .slide-content { position:absolute; display:block; opacity:0; filter: alpha(opacity=0); } |
| + | |
| + | .squarespace-slideshow-animated-frame .sf { overflow:hidden; } |
| + | .squarespace-slideshow-animated-frame .sf.active { border:none !important; } |
| + | .squarespace-slideshow-animated-frame .sf.active .slide-content { visibility:visible; } |
| + | .squarespace-slideshow-animated-frame.type-fade .sf.active .slide-content { opacity:1; filter: alpha(opacity=100); } |
| + | |
| + | /*-- nav fast forward/rewind --*/ |
| + | |
| + | .fnav { width:80px; height:100%; position:absolute; top:0px; background-repeat:no-repeat; background-position:50% 50%; cursor:pointer; } |
| + | .fnav.hidden { opacity:0; filter: alpha(opacity=0); } |
| + | .fnav.visible { opacity:0.6; filter: alpha(opacity=60); } |
| + | .fnav.onhover { opacity:0; filter: alpha(opacity=0); } |
| + | .fnav.onhover:hover { opacity:0.6; -webkit-transition-property: opacity, -webkit-transform; -webkit-transition-duration: .8s, .8s; filter: alpha(opacity=60); } |
| + | .frwd { left:0; background-image:url("../images/slideshow/previous-button.png"); } |
| + | .ffwd { right:0; background-image:url("../images/slideshow/next-button.png"); } |
| + | |
| + | /*-- nav outside --*/ |
| + | |
| + | .outside .fnav { width: 50px; } |
| + | .outside .squarespace-slideshow .frwd { left: -50px; } |
| + | .outside .squarespace-slideshow .ffwd { right: -50px; } |
| + | |
| + | |
| + | /*-- description --*/ |
| + | |
| + | .squarespace-slideshow-description-wrapper { width: 100%; position: absolute; bottom: 0; } |
| + | .squarespace-slideshow-container { width: 100%; height: 100%; position: absolute; background-color: black; opacity: 0.4; filter: alpha(opacity=40); } |
| + | .squarespace-slideshow-description-content { padding:9px 20px; overflow:hidden;} |
| + | .squarespace-slideshow-title { color:#FFF; position:relative; z-index:10; font-size:16px; font-family:Helvetica; } |
| + | .squarespace-slideshow-description { color:#FFF; position:relative; overflow:hidden; z-index:10; font-size:10px; font-family:Helvetica; display:block; line-height:1.2em; } |
| + | |
| + | /*-- slideshow indicator --*/ |
| + | |
| + | .squarespace-slideshow-indicator-wrapper { position:relative; float: left;} |
| + | .slide-indicator-box { position:relative; padding-top:10px; overflow: hidden; } |
| + | .slide-indicator { line-height: 20px; border:none; outline:none; display: block; float: left; cursor:pointer; } |
| + | |
| + | .slide-indicator-type-hidden .slide-indicator-box { display:none;} |
| + | |
| + | .slide-indicator-type-paginated .slide-indicator { |
| + | padding-left: 0.8em; |
| + | padding-right: 0.8em; |
| + | margin: 0 3px 3px; |
| + | background-color:#CCC; |
| + | color:#000; |
| + | text-decoration:none; |
| + | -moz-border-radius: 3px; |
| + | -webkit-border-radius: 3px; |
| + | font-size:11px; |
| + | } |
| + | .slide-indicator-type-paginated .slide-indicator.si-first { margin-left:0;} |
| + | .slide-indicator-type-paginated .slide-indicator.si-last { margin-right:0;} |
| + | .slide-indicator-type-paginated .slide-indicator:hover { background-color:#D5D5D5; color:#000; text-decoration:none;} |
| + | .slide-indicator-type-paginated .slide-indicator.active { background-color:#999; color:#000; } |
| + | .slide-indicator-type-paginated .slide-indicator.active:hover { opacity:0.8; filter: alpha(opacity=80); } |
| + | .slide-indicator-type-paginated .pagination-ellipsis { float:left; letter-spacing:1px } |
| + | |
| + | .slide-indicator-type-dotted .slide-indicator-box { margin:0 auto;} |
| + | .slide-indicator-type-dotted .slide-indicator { margin: 0 auto; background:url("../images/slideshow/unselected.png") center center no-repeat; width:20px; height:20px; } |
| + | .slide-indicator-type-dotted .slide-indicator:hover { } |
| + | .slide-indicator-type-dotted .slide-indicator.active { background:url("../images/slideshow/selected.png") center center no-repeat;} |
| + | .slide-indicator-type-dotted .slide-indicator.active:hover { opacity:0.8; filter: alpha(opacity=80);} |
| + | |
| + | .slide-indicator-textual {} |
| + | .slide-indicator-textual span { } |
| + | .slide-indicator-prev { cursor:pointer; } |
| + | .slide-indicator-next { cursor:pointer; } |
data/www.choicecastings.com/universal/yui/animation/animation-min-CE=75.js
+23
-0
| @@ | @@ -0,0 +1,23 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | (function(){var B=YAHOO.util;var A=function(D,C,E,F){if(!D){}this.init(D,C,E,F);};A.NAME="Anim";A.prototype={toString:function(){var C=this.getEl()||{};var D=C.id||C.tagName;return(this.constructor.NAME+": "+D);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(C,E,D){return this.method(this.currentFrame,E,D-E,this.totalFrames);},setAttribute:function(C,F,E){var D=this.getEl();if(this.patterns.noNegatives.test(C)){F=(F>0)?F:0;}if(C in D&&!("style" in D&&C in D.style)){D[C]=F;}else{B.Dom.setStyle(D,C,F+E);}},getAttribute:function(C){var E=this.getEl();var G=B.Dom.getStyle(E,C);if(G!=="auto"&&!this.patterns.offsetUnit.test(G)){return parseFloat(G);}var D=this.patterns.offsetAttribute.exec(C)||[];var H=!!(D[3]);var F=!!(D[2]);if("style" in E){if(F||(B.Dom.getStyle(E,"position")=="absolute"&&H)){G=E["offset"+D[0].charAt(0).toUpperCase()+D[0].substr(1)];}else{G=0;}}else{if(C in E){G=E[C];}}return G;},getDefaultUnit:function(C){if(this.patterns.defaultUnit.test(C)){return"px";}return"";},setRuntimeAttribute:function(D){var I;var E;var F=this.attributes;this.runtimeAttributes[D]={};var H=function(J){return(typeof J!=="undefined");};if(!H(F[D]["to"])&&!H(F[D]["by"])){return false;}I=(H(F[D]["from"]))?F[D]["from"]:this.getAttribute(D);if(H(F[D]["to"])){E=F[D]["to"];}else{if(H(F[D]["by"])){if(I.constructor==Array){E=[];for(var G=0,C=I.length;G<C;++G){E[G]=I[G]+F[D]["by"][G]*1;}}else{E=I+F[D]["by"]*1;}}}this.runtimeAttributes[D].start=I;this.runtimeAttributes[D].end=E;this.runtimeAttributes[D].unit=(H(F[D].unit))?F[D]["unit"]:this.getDefaultUnit(D);return true;},init:function(E,J,I,C){var D=false;var F=null;var H=0;E=B.Dom.get(E);this.attributes=J||{};this.duration=!YAHOO.lang.isUndefined(I)?I:1;this.method=C||B.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=B.AnimMgr.fps;this.setEl=function(M){E=B.Dom.get(M);};this.getEl=function(){return E;};this.isAnimated=function(){return D;};this.getStartTime=function(){return F;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}this.currentFrame=0;this.totalFrames=(this.useSeconds)?Math.ceil(B.AnimMgr.fps*this.duration):this.duration;if(this.duration===0&&this.useSeconds){this.totalFrames=1;}B.AnimMgr.registerElement(this);return true;};this.stop=function(M){if(!this.isAnimated()){return false;}if(M){this.currentFrame=this.totalFrames;this._onTween.fire();}B.AnimMgr.stop(this);};var L=function(){this.onStart.fire();this.runtimeAttributes={};for(var M in this.attributes){this.setRuntimeAttribute(M);}D=true;H=0;F=new Date();};var K=function(){var O={duration:new Date()-this.getStartTime(),currentFrame:this.currentFrame};O.toString=function(){return("duration: "+O.duration+", currentFrame: "+O.currentFrame);};this.onTween.fire(O);var N=this.runtimeAttributes;for(var M in N){this.setAttribute(M,this.doMethod(M,N[M].start,N[M].end),N[M].unit);}H+=1;};var G=function(){var M=(new Date()-F)/1000;var N={duration:M,frames:H,fps:H/M};N.toString=function(){return("duration: "+N.duration+", frames: "+N.frames+", fps: "+N.fps);};D=false;H=0;this.onComplete.fire(N);};this._onStart=new B.CustomEvent("_start",this,true);this.onStart=new B.CustomEvent("start",this);this.onTween=new B.CustomEvent("tween",this);this._onTween=new B.CustomEvent("_tween",this,true);this.onComplete=new B.CustomEvent("complete",this);this._onComplete=new B.CustomEvent("_complete",this,true);this._onStart.subscribe(L);this._onTween.subscribe(K);this._onComplete.subscribe(G);}};B.Anim=A;})();YAHOO.util.AnimMgr=new function(){var C=null;var B=[];var A=0;this.fps=1000;this.delay=1;this.registerElement=function(F){B[B.length]=F;A+=1;F._onStart.fire();this.start();};this.unRegister=function(G,F){F=F||E(G);if(!G.isAnimated()||F===-1){return false;}G._onComplete.fire();B.splice(F,1);A-=1;if(A<=0){this.stop();}return true;};this.start=function(){if(C===null){C=setInterval(this.run,this.delay);}};this.stop=function(H){if(!H){clearInterval(C);for(var G=0,F=B.length;G<F;++G){this.unRegister(B[0],0);}B=[];C=null;A=0;}else{this.unRegister(H);}};this.run=function(){for(var H=0,F=B.length;H<F;++H){var G=B[H];if(!G||!G.isAnimated()){continue;}if(G.currentFrame<G.totalFrames||G.totalFrames===null){G.currentFrame+=1;if(G.useSeconds){D(G);}G._onTween.fire();}else{YAHOO.util.AnimMgr.stop(G,H);}}};var E=function(H){for(var G=0,F=B.length;G<F;++G){if(B[G]===H){return G;}}return -1;};var D=function(G){var J=G.totalFrames;var I=G.currentFrame;var H=(G.currentFrame*G.duration*1000/G.totalFrames);var F=(new Date()-G.getStartTime());var K=0;if(F<G.duration*1000){K=Math.round((F/H-1)*G.currentFrame);}else{K=J-(I+1);}if(K>0&&isFinite(K)){if(G.currentFrame+K>=J){K=J-(I+1);}G.currentFrame+=K;}};this._queue=B;this._getIndex=E;};YAHOO.util.Bezier=new function(){this.getPosition=function(E,D){var F=E.length;var C=[];for(var B=0;B<F;++B){C[B]=[E[B][0],E[B][1]];}for(var A=1;A<F;++A){for(B=0;B<F-A;++B){C[B][0]=(1-D)*C[B][0]+D*C[parseInt(B+1,10)][0];C[B][1]=(1-D)*C[B][1]+D*C[parseInt(B+1,10)][1];}}return[C[0][0],C[0][1]];};};(function(){var A=function(F,E,G,H){A.superclass.constructor.call(this,F,E,G,H);};A.NAME="ColorAnim";A.DEFAULT_BGCOLOR="#fff";var C=YAHOO.util;YAHOO.extend(A,C.Anim);var D=A.superclass;var B=A.prototype;B.patterns.color=/color$/i;B.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;B.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;B.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;B.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;B.parseColor=function(E){if(E.length==3){return E;}var F=this.patterns.hex.exec(E);if(F&&F.length==4){return[parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16)];}F=this.patterns.rgb.exec(E);if(F&&F.length==4){return[parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10)];}F=this.patterns.hex3.exec(E);if(F&&F.length==4){return[parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16)]; |
| + | }return null;};B.getAttribute=function(E){var G=this.getEl();if(this.patterns.color.test(E)){var I=YAHOO.util.Dom.getStyle(G,E);var H=this;if(this.patterns.transparent.test(I)){var F=YAHOO.util.Dom.getAncestorBy(G,function(J){return !H.patterns.transparent.test(I);});if(F){I=C.Dom.getStyle(F,E);}else{I=A.DEFAULT_BGCOLOR;}}}else{I=D.getAttribute.call(this,E);}return I;};B.doMethod=function(F,J,G){var I;if(this.patterns.color.test(F)){I=[];for(var H=0,E=J.length;H<E;++H){I[H]=D.doMethod.call(this,F,J[H],G[H]);}I="rgb("+Math.floor(I[0])+","+Math.floor(I[1])+","+Math.floor(I[2])+")";}else{I=D.doMethod.call(this,F,J,G);}return I;};B.setRuntimeAttribute=function(F){D.setRuntimeAttribute.call(this,F);if(this.patterns.color.test(F)){var H=this.attributes;var J=this.parseColor(this.runtimeAttributes[F].start);var G=this.parseColor(this.runtimeAttributes[F].end);if(typeof H[F]["to"]==="undefined"&&typeof H[F]["by"]!=="undefined"){G=this.parseColor(H[F].by);for(var I=0,E=J.length;I<E;++I){G[I]=J[I]+G[I];}}this.runtimeAttributes[F].start=J;this.runtimeAttributes[F].end=G;}};C.ColorAnim=A;})(); |
| + | /* |
| + | TERMS OF USE - EASING EQUATIONS |
| + | Open source under the BSD License. |
| + | Copyright 2001 Robert Penner All rights reserved. |
| + | |
| + | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |
| + | |
| + | * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. |
| + | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. |
| + | * Neither the name of the author nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. |
| + | |
| + | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| + | */ |
| + | YAHOO.util.Easing={easeNone:function(B,A,D,C){return D*B/C+A;},easeIn:function(B,A,D,C){return D*(B/=C)*B+A;},easeOut:function(B,A,D,C){return -D*(B/=C)*(B-2)+A;},easeBoth:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B+A;}return -D/2*((--B)*(B-2)-1)+A;},easeInStrong:function(B,A,D,C){return D*(B/=C)*B*B*B+A;},easeOutStrong:function(B,A,D,C){return -D*((B=B/C-1)*B*B*B-1)+A;},easeBothStrong:function(B,A,D,C){if((B/=C/2)<1){return D/2*B*B*B*B+A;}return -D/2*((B-=2)*B*B*B-2)+A;},elasticIn:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return -(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;},elasticOut:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F)==1){return A+G;}if(!E){E=F*0.3;}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}return B*Math.pow(2,-10*C)*Math.sin((C*F-D)*(2*Math.PI)/E)+G+A;},elasticBoth:function(C,A,G,F,B,E){if(C==0){return A;}if((C/=F/2)==2){return A+G;}if(!E){E=F*(0.3*1.5);}if(!B||B<Math.abs(G)){B=G;var D=E/4;}else{var D=E/(2*Math.PI)*Math.asin(G/B);}if(C<1){return -0.5*(B*Math.pow(2,10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E))+A;}return B*Math.pow(2,-10*(C-=1))*Math.sin((C*F-D)*(2*Math.PI)/E)*0.5+G+A;},backIn:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*(B/=D)*B*((C+1)*B-C)+A;},backOut:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}return E*((B=B/D-1)*B*((C+1)*B+C)+1)+A;},backBoth:function(B,A,E,D,C){if(typeof C=="undefined"){C=1.70158;}if((B/=D/2)<1){return E/2*(B*B*(((C*=(1.525))+1)*B-C))+A;}return E/2*((B-=2)*B*(((C*=(1.525))+1)*B+C)+2)+A;},bounceIn:function(B,A,D,C){return D-YAHOO.util.Easing.bounceOut(C-B,0,D,C)+A;},bounceOut:function(B,A,D,C){if((B/=C)<(1/2.75)){return D*(7.5625*B*B)+A;}else{if(B<(2/2.75)){return D*(7.5625*(B-=(1.5/2.75))*B+0.75)+A;}else{if(B<(2.5/2.75)){return D*(7.5625*(B-=(2.25/2.75))*B+0.9375)+A;}}}return D*(7.5625*(B-=(2.625/2.75))*B+0.984375)+A;},bounceBoth:function(B,A,D,C){if(B<C/2){return YAHOO.util.Easing.bounceIn(B*2,0,D,C)*0.5+A;}return YAHOO.util.Easing.bounceOut(B*2-C,0,D,C)*0.5+D*0.5+A;}};(function(){var A=function(H,G,I,J){if(H){A.superclass.constructor.call(this,H,G,I,J);}};A.NAME="Motion";var E=YAHOO.util;YAHOO.extend(A,E.ColorAnim);var F=A.superclass;var C=A.prototype;C.patterns.points=/^points$/i;C.setAttribute=function(G,I,H){if(this.patterns.points.test(G)){H=H||"px";F.setAttribute.call(this,"left",I[0],H);F.setAttribute.call(this,"top",I[1],H);}else{F.setAttribute.call(this,G,I,H);}};C.getAttribute=function(G){if(this.patterns.points.test(G)){var H=[F.getAttribute.call(this,"left"),F.getAttribute.call(this,"top")];}else{H=F.getAttribute.call(this,G);}return H;};C.doMethod=function(G,K,H){var J=null;if(this.patterns.points.test(G)){var I=this.method(this.currentFrame,0,100,this.totalFrames)/100;J=E.Bezier.getPosition(this.runtimeAttributes[G],I);}else{J=F.doMethod.call(this,G,K,H);}return J;};C.setRuntimeAttribute=function(P){if(this.patterns.points.test(P)){var H=this.getEl();var J=this.attributes;var G;var L=J["points"]["control"]||[];var I;var M,O;if(L.length>0&&!(L[0] instanceof Array)){L=[L];}else{var K=[];for(M=0,O=L.length;M<O;++M){K[M]=L[M];}L=K;}if(E.Dom.getStyle(H,"position")=="static"){E.Dom.setStyle(H,"position","relative");}if(D(J["points"]["from"])){E.Dom.setXY(H,J["points"]["from"]); |
| + | }else{E.Dom.setXY(H,E.Dom.getXY(H));}G=this.getAttribute("points");if(D(J["points"]["to"])){I=B.call(this,J["points"]["to"],G);var N=E.Dom.getXY(this.getEl());for(M=0,O=L.length;M<O;++M){L[M]=B.call(this,L[M],G);}}else{if(D(J["points"]["by"])){I=[G[0]+J["points"]["by"][0],G[1]+J["points"]["by"][1]];for(M=0,O=L.length;M<O;++M){L[M]=[G[0]+L[M][0],G[1]+L[M][1]];}}}this.runtimeAttributes[P]=[G];if(L.length>0){this.runtimeAttributes[P]=this.runtimeAttributes[P].concat(L);}this.runtimeAttributes[P][this.runtimeAttributes[P].length]=I;}else{F.setRuntimeAttribute.call(this,P);}};var B=function(G,I){var H=E.Dom.getXY(this.getEl());G=[G[0]-H[0]+I[0],G[1]-H[1]+I[1]];return G;};var D=function(G){return(typeof G!=="undefined");};E.Motion=A;})();(function(){var D=function(F,E,G,H){if(F){D.superclass.constructor.call(this,F,E,G,H);}};D.NAME="Scroll";var B=YAHOO.util;YAHOO.extend(D,B.ColorAnim);var C=D.superclass;var A=D.prototype;A.doMethod=function(E,H,F){var G=null;if(E=="scroll"){G=[this.method(this.currentFrame,H[0],F[0]-H[0],this.totalFrames),this.method(this.currentFrame,H[1],F[1]-H[1],this.totalFrames)];}else{G=C.doMethod.call(this,E,H,F);}return G;};A.getAttribute=function(E){var G=null;var F=this.getEl();if(E=="scroll"){G=[F.scrollLeft,F.scrollTop];}else{G=C.getAttribute.call(this,E);}return G;};A.setAttribute=function(E,H,G){var F=this.getEl();if(E=="scroll"){F.scrollLeft=H[0];F.scrollTop=H[1];}else{C.setAttribute.call(this,E,H,G);}};B.Scroll=D;})();YAHOO.register("animation",YAHOO.util.Anim,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/connection/connection-min-CE=75.js
+9
-0
| @@ | @@ -0,0 +1,9 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | YAHOO.util.Connect={_msxml_progid:["Microsoft.XMLHTTP","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP"],_http_headers:{},_has_http_headers:false,_use_default_post_header:true,_default_post_header:"application/x-www-form-urlencoded; charset=UTF-8",_default_form_header:"application/x-www-form-urlencoded",_use_default_xhr_header:true,_default_xhr_header:"XMLHttpRequest",_has_default_headers:true,_default_headers:{},_poll:{},_timeOut:{},_polling_interval:50,_transaction_id:0,startEvent:new YAHOO.util.CustomEvent("start"),completeEvent:new YAHOO.util.CustomEvent("complete"),successEvent:new YAHOO.util.CustomEvent("success"),failureEvent:new YAHOO.util.CustomEvent("failure"),abortEvent:new YAHOO.util.CustomEvent("abort"),_customEvents:{onStart:["startEvent","start"],onComplete:["completeEvent","complete"],onSuccess:["successEvent","success"],onFailure:["failureEvent","failure"],onUpload:["uploadEvent","upload"],onAbort:["abortEvent","abort"]},setProgId:function(A){this._msxml_progid.unshift(A);},setDefaultPostHeader:function(A){if(typeof A=="string"){this._default_post_header=A;}else{if(typeof A=="boolean"){this._use_default_post_header=A;}}},setDefaultXhrHeader:function(A){if(typeof A=="string"){this._default_xhr_header=A;}else{this._use_default_xhr_header=A;}},setPollingInterval:function(A){if(typeof A=="number"&&isFinite(A)){this._polling_interval=A;}},createXhrObject:function(F){var D,A,B;try{A=new XMLHttpRequest();D={conn:A,tId:F,xhr:true};}catch(C){for(B=0;B<this._msxml_progid.length;++B){try{A=new ActiveXObject(this._msxml_progid[B]);D={conn:A,tId:F,xhr:true};break;}catch(E){}}}finally{return D;}},getConnectionObject:function(A){var C,D=this._transaction_id;try{if(!A){C=this.createXhrObject(D);}else{C={tId:D};if(A==="xdr"){C.conn=this._transport;C.xdr=true;}else{if(A==="upload"){C.upload=true;}}}if(C){this._transaction_id++;}}catch(B){}return C;},asyncRequest:function(G,D,F,A){var E,C,B=(F&&F.argument)?F.argument:null;if(this._isFileUpload){C="upload";}else{if(F.xdr){C="xdr";}}E=this.getConnectionObject(C);if(!E){return null;}else{if(F&&F.customevents){this.initCustomEvents(E,F);}if(this._isFormSubmit){if(this._isFileUpload){this.uploadFile(E,F,D,A);return E;}if(G.toUpperCase()=="GET"){if(this._sFormData.length!==0){D+=((D.indexOf("?")==-1)?"?":"&")+this._sFormData;}}else{if(G.toUpperCase()=="POST"){A=A?this._sFormData+"&"+A:this._sFormData;}}}if(G.toUpperCase()=="GET"&&(F&&F.cache===false)){D+=((D.indexOf("?")==-1)?"?":"&")+"rnd="+new Date().valueOf().toString();}if(this._use_default_xhr_header){if(!this._default_headers["X-Requested-With"]){this.initHeader("X-Requested-With",this._default_xhr_header,true);}}if((G.toUpperCase()==="POST"&&this._use_default_post_header)&&this._isFormSubmit===false){this.initHeader("Content-Type",this._default_post_header);}if(E.xdr){this.xdr(E,G,D,F,A);return E;}E.conn.open(G,D,true);if(this._has_default_headers||this._has_http_headers){this.setHeader(E);}this.handleReadyState(E,F);E.conn.send(A||"");if(this._isFormSubmit===true){this.resetFormState();}this.startEvent.fire(E,B);if(E.startEvent){E.startEvent.fire(E,B);}return E;}},initCustomEvents:function(A,C){var B;for(B in C.customevents){if(this._customEvents[B][0]){A[this._customEvents[B][0]]=new YAHOO.util.CustomEvent(this._customEvents[B][1],(C.scope)?C.scope:null);A[this._customEvents[B][0]].subscribe(C.customevents[B]);}}},handleReadyState:function(C,D){var B=this,A=(D&&D.argument)?D.argument:null;if(D&&D.timeout){this._timeOut[C.tId]=window.setTimeout(function(){B.abort(C,D,true);},D.timeout);}this._poll[C.tId]=window.setInterval(function(){if(C.conn&&C.conn.readyState===4){window.clearInterval(B._poll[C.tId]);delete B._poll[C.tId];if(D&&D.timeout){window.clearTimeout(B._timeOut[C.tId]);delete B._timeOut[C.tId];}B.completeEvent.fire(C,A);if(C.completeEvent){C.completeEvent.fire(C,A);}B.handleTransactionResponse(C,D);}},this._polling_interval);},handleTransactionResponse:function(B,I,D){var E,A,G=(I&&I.argument)?I.argument:null,C=(B.r&&B.r.statusText==="xdr:success")?true:false,H=(B.r&&B.r.statusText==="xdr:failure")?true:false,J=D;try{if((B.conn.status!==undefined&&B.conn.status!==0)||C){E=B.conn.status;}else{if(H&&!J){E=0;}else{E=13030;}}}catch(F){E=13030;}if((E>=200&&E<300)||E===1223||C){A=B.xdr?B.r:this.createResponseObject(B,G);if(I&&I.success){if(!I.scope){I.success(A);}else{I.success.apply(I.scope,[A]);}}this.successEvent.fire(A);if(B.successEvent){B.successEvent.fire(A);}}else{switch(E){case 12002:case 12029:case 12030:case 12031:case 12152:case 13030:A=this.createExceptionObject(B.tId,G,(D?D:false));if(I&&I.failure){if(!I.scope){I.failure(A);}else{I.failure.apply(I.scope,[A]);}}break;default:A=(B.xdr)?B.response:this.createResponseObject(B,G);if(I&&I.failure){if(!I.scope){I.failure(A);}else{I.failure.apply(I.scope,[A]);}}}this.failureEvent.fire(A);if(B.failureEvent){B.failureEvent.fire(A);}}this.releaseObject(B);A=null;},createResponseObject:function(A,G){var D={},I={},E,C,F,B;try{C=A.conn.getAllResponseHeaders();F=C.split("\n");for(E=0;E<F.length;E++){B=F[E].indexOf(":");if(B!=-1){I[F[E].substring(0,B)]=YAHOO.lang.trim(F[E].substring(B+2));}}}catch(H){}D.tId=A.tId;D.status=(A.conn.status==1223)?204:A.conn.status;D.statusText=(A.conn.status==1223)?"No Content":A.conn.statusText;D.getResponseHeader=I;D.getAllResponseHeaders=C;D.responseText=A.conn.responseText;D.responseXML=A.conn.responseXML;if(G){D.argument=G;}return D;},createExceptionObject:function(H,D,A){var F=0,G="communication failure",C=-1,B="transaction aborted",E={};E.tId=H;if(A){E.status=C;E.statusText=B;}else{E.status=F;E.statusText=G;}if(D){E.argument=D;}return E;},initHeader:function(A,D,C){var B=(C)?this._default_headers:this._http_headers;B[A]=D;if(C){this._has_default_headers=true;}else{this._has_http_headers=true;}},setHeader:function(A){var B;if(this._has_default_headers){for(B in this._default_headers){if(YAHOO.lang.hasOwnProperty(this._default_headers,B)){A.conn.setRequestHeader(B,this._default_headers[B]);}}}if(this._has_http_headers){for(B in this._http_headers){if(YAHOO.lang.hasOwnProperty(this._http_headers,B)){A.conn.setRequestHeader(B,this._http_headers[B]); |
| + | }}this._http_headers={};this._has_http_headers=false;}},resetDefaultHeaders:function(){this._default_headers={};this._has_default_headers=false;},abort:function(E,G,A){var D,B=(G&&G.argument)?G.argument:null;E=E||{};if(E.conn){if(E.xhr){if(this.isCallInProgress(E)){E.conn.abort();window.clearInterval(this._poll[E.tId]);delete this._poll[E.tId];if(A){window.clearTimeout(this._timeOut[E.tId]);delete this._timeOut[E.tId];}D=true;}}else{if(E.xdr){E.conn.abort(E.tId);D=true;}}}else{if(E.upload){var C="yuiIO"+E.tId;var F=document.getElementById(C);if(F){YAHOO.util.Event.removeListener(F,"load");document.body.removeChild(F);if(A){window.clearTimeout(this._timeOut[E.tId]);delete this._timeOut[E.tId];}D=true;}}else{D=false;}}if(D===true){this.abortEvent.fire(E,B);if(E.abortEvent){E.abortEvent.fire(E,B);}this.handleTransactionResponse(E,G,true);}return D;},isCallInProgress:function(A){A=A||{};if(A.xhr&&A.conn){return A.conn.readyState!==4&&A.conn.readyState!==0;}else{if(A.xdr&&A.conn){return A.conn.isCallInProgress(A.tId);}else{if(A.upload===true){return document.getElementById("yuiIO"+A.tId)?true:false;}else{return false;}}}},releaseObject:function(A){if(A&&A.conn){A.conn=null;A=null;}}};(function(){var G=YAHOO.util.Connect,H={};function D(I){var J='<object id="YUIConnectionSwf" type="application/x-shockwave-flash" data="'+I+'" width="0" height="0">'+'<param name="movie" value="'+I+'">'+'<param name="allowScriptAccess" value="always">'+"</object>",K=document.createElement("div");document.body.appendChild(K);K.innerHTML=J;}function B(L,I,J,M,K){H[parseInt(L.tId)]={"o":L,"c":M};if(K){M.method=I;M.data=K;}L.conn.send(J,M,L.tId);}function E(I){D(I);G._transport=document.getElementById("YUIConnectionSwf");}function C(){G.xdrReadyEvent.fire();}function A(J,I){if(J){G.startEvent.fire(J,I.argument);if(J.startEvent){J.startEvent.fire(J,I.argument);}}}function F(J){var K=H[J.tId].o,I=H[J.tId].c;if(J.statusText==="xdr:start"){A(K,I);return;}J.responseText=decodeURI(J.responseText);K.r=J;if(I.argument){K.r.argument=I.argument;}this.handleTransactionResponse(K,I,J.statusText==="xdr:abort"?true:false);delete H[J.tId];}G.xdr=B;G.swf=D;G.transport=E;G.xdrReadyEvent=new YAHOO.util.CustomEvent("xdrReady");G.xdrReady=C;G.handleXdrResponse=F;})();(function(){var D=YAHOO.util.Connect,F=YAHOO.util.Event;D._isFormSubmit=false;D._isFileUpload=false;D._formNode=null;D._sFormData=null;D._submitElementValue=null;D.uploadEvent=new YAHOO.util.CustomEvent("upload"),D._hasSubmitListener=function(){if(F){F.addListener(document,"click",function(J){var I=F.getTarget(J),H=I.nodeName.toLowerCase();if((H==="input"||H==="button")&&(I.type&&I.type.toLowerCase()=="submit")){D._submitElementValue=encodeURIComponent(I.name)+"="+encodeURIComponent(I.value);}});return true;}return false;}();function G(T,O,J){var S,I,R,P,W,Q=false,M=[],V=0,L,N,K,U,H;this.resetFormState();if(typeof T=="string"){S=(document.getElementById(T)||document.forms[T]);}else{if(typeof T=="object"){S=T;}else{return;}}if(O){this.createFrame(J?J:null);this._isFormSubmit=true;this._isFileUpload=true;this._formNode=S;return;}for(L=0,N=S.elements.length;L<N;++L){I=S.elements[L];W=I.disabled;R=I.name;if(!W&&R){R=encodeURIComponent(R)+"=";P=encodeURIComponent(I.value);switch(I.type){case"select-one":if(I.selectedIndex>-1){H=I.options[I.selectedIndex];M[V++]=R+encodeURIComponent((H.attributes.value&&H.attributes.value.specified)?H.value:H.text);}break;case"select-multiple":if(I.selectedIndex>-1){for(K=I.selectedIndex,U=I.options.length;K<U;++K){H=I.options[K];if(H.selected){M[V++]=R+encodeURIComponent((H.attributes.value&&H.attributes.value.specified)?H.value:H.text);}}}break;case"radio":case"checkbox":if(I.checked){M[V++]=R+P;}break;case"file":case undefined:case"reset":case"button":break;case"submit":if(Q===false){if(this._hasSubmitListener&&this._submitElementValue){M[V++]=this._submitElementValue;}Q=true;}break;default:M[V++]=R+P;}}}this._isFormSubmit=true;this._sFormData=M.join("&");this.initHeader("Content-Type",this._default_form_header);return this._sFormData;}function C(){this._isFormSubmit=false;this._isFileUpload=false;this._formNode=null;this._sFormData="";}function B(H){var I="yuiIO"+this._transaction_id,J;if(YAHOO.env.ua.ie){J=document.createElement('<iframe id="'+I+'" name="'+I+'" />');if(typeof H=="boolean"){J.src="javascript:false";}}else{J=document.createElement("iframe");J.id=I;J.name=I;}J.style.position="absolute";J.style.top="-1000px";J.style.left="-1000px";document.body.appendChild(J);}function E(H){var K=[],I=H.split("&"),J,L;for(J=0;J<I.length;J++){L=I[J].indexOf("=");if(L!=-1){K[J]=document.createElement("input");K[J].type="hidden";K[J].name=decodeURIComponent(I[J].substring(0,L));K[J].value=decodeURIComponent(I[J].substring(L+1));this._formNode.appendChild(K[J]);}}return K;}function A(K,V,L,J){var Q="yuiIO"+K.tId,R="multipart/form-data",T=document.getElementById(Q),M=(document.documentMode&&document.documentMode===8)?true:false,W=this,S=(V&&V.argument)?V.argument:null,U,P,I,O,H,N;H={action:this._formNode.getAttribute("action"),method:this._formNode.getAttribute("method"),target:this._formNode.getAttribute("target")};this._formNode.setAttribute("action",L);this._formNode.setAttribute("method","POST");this._formNode.setAttribute("target",Q);if(YAHOO.env.ua.ie&&!M){this._formNode.setAttribute("encoding",R);}else{this._formNode.setAttribute("enctype",R);}if(J){U=this.appendPostData(J);}this._formNode.submit();this.startEvent.fire(K,S);if(K.startEvent){K.startEvent.fire(K,S);}if(V&&V.timeout){this._timeOut[K.tId]=window.setTimeout(function(){W.abort(K,V,true);},V.timeout);}if(U&&U.length>0){for(P=0;P<U.length;P++){this._formNode.removeChild(U[P]);}}for(I in H){if(YAHOO.lang.hasOwnProperty(H,I)){if(H[I]){this._formNode.setAttribute(I,H[I]);}else{this._formNode.removeAttribute(I);}}}this.resetFormState();N=function(){if(V&&V.timeout){window.clearTimeout(W._timeOut[K.tId]);delete W._timeOut[K.tId];}W.completeEvent.fire(K,S);if(K.completeEvent){K.completeEvent.fire(K,S); |
| + | }O={tId:K.tId,argument:V.argument};try{O.responseText=T.contentWindow.document.body?T.contentWindow.document.body.innerHTML:T.contentWindow.document.documentElement.textContent;O.responseXML=T.contentWindow.document.XMLDocument?T.contentWindow.document.XMLDocument:T.contentWindow.document;}catch(X){}if(V&&V.upload){if(!V.scope){V.upload(O);}else{V.upload.apply(V.scope,[O]);}}W.uploadEvent.fire(O);if(K.uploadEvent){K.uploadEvent.fire(O);}F.removeListener(T,"load",N);setTimeout(function(){document.body.removeChild(T);W.releaseObject(K);},100);};F.addListener(T,"load",N);}D.setForm=G;D.resetFormState=C;D.createFrame=B;D.appendPostData=E;D.uploadFile=A;})();YAHOO.register("connection",YAHOO.util.Connect,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/connection/connection_core-min-CE=75.js
+8
-0
| @@ | @@ -0,0 +1,8 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | YAHOO.util.Connect={_msxml_progid:["Microsoft.XMLHTTP","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP"],_http_headers:{},_has_http_headers:false,_use_default_post_header:true,_default_post_header:"application/x-www-form-urlencoded; charset=UTF-8",_default_form_header:"application/x-www-form-urlencoded",_use_default_xhr_header:true,_default_xhr_header:"XMLHttpRequest",_has_default_headers:true,_default_headers:{},_poll:{},_timeOut:{},_polling_interval:50,_transaction_id:0,startEvent:new YAHOO.util.CustomEvent("start"),completeEvent:new YAHOO.util.CustomEvent("complete"),successEvent:new YAHOO.util.CustomEvent("success"),failureEvent:new YAHOO.util.CustomEvent("failure"),abortEvent:new YAHOO.util.CustomEvent("abort"),_customEvents:{onStart:["startEvent","start"],onComplete:["completeEvent","complete"],onSuccess:["successEvent","success"],onFailure:["failureEvent","failure"],onUpload:["uploadEvent","upload"],onAbort:["abortEvent","abort"]},setProgId:function(A){this._msxml_progid.unshift(A);},setDefaultPostHeader:function(A){if(typeof A=="string"){this._default_post_header=A;}else{if(typeof A=="boolean"){this._use_default_post_header=A;}}},setDefaultXhrHeader:function(A){if(typeof A=="string"){this._default_xhr_header=A;}else{this._use_default_xhr_header=A;}},setPollingInterval:function(A){if(typeof A=="number"&&isFinite(A)){this._polling_interval=A;}},createXhrObject:function(F){var D,A,B;try{A=new XMLHttpRequest();D={conn:A,tId:F,xhr:true};}catch(C){for(B=0;B<this._msxml_progid.length;++B){try{A=new ActiveXObject(this._msxml_progid[B]);D={conn:A,tId:F,xhr:true};break;}catch(E){}}}finally{return D;}},getConnectionObject:function(A){var C,D=this._transaction_id;try{if(!A){C=this.createXhrObject(D);}else{C={tId:D};if(A==="xdr"){C.conn=this._transport;C.xdr=true;}else{if(A==="upload"){C.upload=true;}}}if(C){this._transaction_id++;}}catch(B){}return C;},asyncRequest:function(G,D,F,A){var E,C,B=(F&&F.argument)?F.argument:null;if(this._isFileUpload){C="upload";}else{if(F.xdr){C="xdr";}}E=this.getConnectionObject(C);if(!E){return null;}else{if(F&&F.customevents){this.initCustomEvents(E,F);}if(this._isFormSubmit){if(this._isFileUpload){this.uploadFile(E,F,D,A);return E;}if(G.toUpperCase()=="GET"){if(this._sFormData.length!==0){D+=((D.indexOf("?")==-1)?"?":"&")+this._sFormData;}}else{if(G.toUpperCase()=="POST"){A=A?this._sFormData+"&"+A:this._sFormData;}}}if(G.toUpperCase()=="GET"&&(F&&F.cache===false)){D+=((D.indexOf("?")==-1)?"?":"&")+"rnd="+new Date().valueOf().toString();}if(this._use_default_xhr_header){if(!this._default_headers["X-Requested-With"]){this.initHeader("X-Requested-With",this._default_xhr_header,true);}}if((G.toUpperCase()==="POST"&&this._use_default_post_header)&&this._isFormSubmit===false){this.initHeader("Content-Type",this._default_post_header);}if(E.xdr){this.xdr(E,G,D,F,A);return E;}E.conn.open(G,D,true);if(this._has_default_headers||this._has_http_headers){this.setHeader(E);}this.handleReadyState(E,F);E.conn.send(A||"");if(this._isFormSubmit===true){this.resetFormState();}this.startEvent.fire(E,B);if(E.startEvent){E.startEvent.fire(E,B);}return E;}},initCustomEvents:function(A,C){var B;for(B in C.customevents){if(this._customEvents[B][0]){A[this._customEvents[B][0]]=new YAHOO.util.CustomEvent(this._customEvents[B][1],(C.scope)?C.scope:null);A[this._customEvents[B][0]].subscribe(C.customevents[B]);}}},handleReadyState:function(C,D){var B=this,A=(D&&D.argument)?D.argument:null;if(D&&D.timeout){this._timeOut[C.tId]=window.setTimeout(function(){B.abort(C,D,true);},D.timeout);}this._poll[C.tId]=window.setInterval(function(){if(C.conn&&C.conn.readyState===4){window.clearInterval(B._poll[C.tId]);delete B._poll[C.tId];if(D&&D.timeout){window.clearTimeout(B._timeOut[C.tId]);delete B._timeOut[C.tId];}B.completeEvent.fire(C,A);if(C.completeEvent){C.completeEvent.fire(C,A);}B.handleTransactionResponse(C,D);}},this._polling_interval);},handleTransactionResponse:function(B,I,D){var E,A,G=(I&&I.argument)?I.argument:null,C=(B.r&&B.r.statusText==="xdr:success")?true:false,H=(B.r&&B.r.statusText==="xdr:failure")?true:false,J=D;try{if((B.conn.status!==undefined&&B.conn.status!==0)||C){E=B.conn.status;}else{if(H&&!J){E=0;}else{E=13030;}}}catch(F){E=13030;}if((E>=200&&E<300)||E===1223||C){A=B.xdr?B.r:this.createResponseObject(B,G);if(I&&I.success){if(!I.scope){I.success(A);}else{I.success.apply(I.scope,[A]);}}this.successEvent.fire(A);if(B.successEvent){B.successEvent.fire(A);}}else{switch(E){case 12002:case 12029:case 12030:case 12031:case 12152:case 13030:A=this.createExceptionObject(B.tId,G,(D?D:false));if(I&&I.failure){if(!I.scope){I.failure(A);}else{I.failure.apply(I.scope,[A]);}}break;default:A=(B.xdr)?B.response:this.createResponseObject(B,G);if(I&&I.failure){if(!I.scope){I.failure(A);}else{I.failure.apply(I.scope,[A]);}}}this.failureEvent.fire(A);if(B.failureEvent){B.failureEvent.fire(A);}}this.releaseObject(B);A=null;},createResponseObject:function(A,G){var D={},I={},E,C,F,B;try{C=A.conn.getAllResponseHeaders();F=C.split("\n");for(E=0;E<F.length;E++){B=F[E].indexOf(":");if(B!=-1){I[F[E].substring(0,B)]=YAHOO.lang.trim(F[E].substring(B+2));}}}catch(H){}D.tId=A.tId;D.status=(A.conn.status==1223)?204:A.conn.status;D.statusText=(A.conn.status==1223)?"No Content":A.conn.statusText;D.getResponseHeader=I;D.getAllResponseHeaders=C;D.responseText=A.conn.responseText;D.responseXML=A.conn.responseXML;if(G){D.argument=G;}return D;},createExceptionObject:function(H,D,A){var F=0,G="communication failure",C=-1,B="transaction aborted",E={};E.tId=H;if(A){E.status=C;E.statusText=B;}else{E.status=F;E.statusText=G;}if(D){E.argument=D;}return E;},initHeader:function(A,D,C){var B=(C)?this._default_headers:this._http_headers;B[A]=D;if(C){this._has_default_headers=true;}else{this._has_http_headers=true;}},setHeader:function(A){var B;if(this._has_default_headers){for(B in this._default_headers){if(YAHOO.lang.hasOwnProperty(this._default_headers,B)){A.conn.setRequestHeader(B,this._default_headers[B]);}}}if(this._has_http_headers){for(B in this._http_headers){if(YAHOO.lang.hasOwnProperty(this._http_headers,B)){A.conn.setRequestHeader(B,this._http_headers[B]); |
| + | }}this._http_headers={};this._has_http_headers=false;}},resetDefaultHeaders:function(){this._default_headers={};this._has_default_headers=false;},abort:function(E,G,A){var D,B=(G&&G.argument)?G.argument:null;E=E||{};if(E.conn){if(E.xhr){if(this.isCallInProgress(E)){E.conn.abort();window.clearInterval(this._poll[E.tId]);delete this._poll[E.tId];if(A){window.clearTimeout(this._timeOut[E.tId]);delete this._timeOut[E.tId];}D=true;}}else{if(E.xdr){E.conn.abort(E.tId);D=true;}}}else{if(E.upload){var C="yuiIO"+E.tId;var F=document.getElementById(C);if(F){YAHOO.util.Event.removeListener(F,"load");document.body.removeChild(F);if(A){window.clearTimeout(this._timeOut[E.tId]);delete this._timeOut[E.tId];}D=true;}}else{D=false;}}if(D===true){this.abortEvent.fire(E,B);if(E.abortEvent){E.abortEvent.fire(E,B);}this.handleTransactionResponse(E,G,true);}return D;},isCallInProgress:function(A){A=A||{};if(A.xhr&&A.conn){return A.conn.readyState!==4&&A.conn.readyState!==0;}else{if(A.xdr&&A.conn){return A.conn.isCallInProgress(A.tId);}else{if(A.upload===true){return document.getElementById("yuiIO"+A.tId)?true:false;}else{return false;}}}},releaseObject:function(A){if(A&&A.conn){A.conn=null;A=null;}}};YAHOO.register("connection_core",YAHOO.util.Connect,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/dragdrop/dragdrop-min-CE=75.js
+10
-0
| @@ | @@ -0,0 +1,10 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | if(!YAHOO.util.DragDropMgr){YAHOO.util.DragDropMgr=function(){var A=YAHOO.util.Event,B=YAHOO.util.Dom;return{useShim:false,_shimActive:false,_shimState:false,_debugShim:false,_createShim:function(){var C=document.createElement("div");C.id="yui-ddm-shim";if(document.body.firstChild){document.body.insertBefore(C,document.body.firstChild);}else{document.body.appendChild(C);}C.style.display="none";C.style.backgroundColor="red";C.style.position="absolute";C.style.zIndex="99999";B.setStyle(C,"opacity","0");this._shim=C;A.on(C,"mouseup",this.handleMouseUp,this,true);A.on(C,"mousemove",this.handleMouseMove,this,true);A.on(window,"scroll",this._sizeShim,this,true);},_sizeShim:function(){if(this._shimActive){var C=this._shim;C.style.height=B.getDocumentHeight()+"px";C.style.width=B.getDocumentWidth()+"px";C.style.top="0";C.style.left="0";}},_activateShim:function(){if(this.useShim){if(!this._shim){this._createShim();}this._shimActive=true;var C=this._shim,D="0";if(this._debugShim){D=".5";}B.setStyle(C,"opacity",D);this._sizeShim();C.style.display="block";}},_deactivateShim:function(){this._shim.style.display="none";this._shimActive=false;},_shim:null,ids:{},handleIds:{},dragCurrent:null,dragOvers:{},deltaX:0,deltaY:0,preventDefault:true,stopPropagation:true,initialized:false,locked:false,interactionInfo:null,init:function(){this.initialized=true;},POINT:0,INTERSECT:1,STRICT_INTERSECT:2,mode:0,_execOnAll:function(E,D){for(var F in this.ids){for(var C in this.ids[F]){var G=this.ids[F][C];if(!this.isTypeOfDD(G)){continue;}G[E].apply(G,D);}}},_onLoad:function(){this.init();A.on(document,"mouseup",this.handleMouseUp,this,true);A.on(document,"mousemove",this.handleMouseMove,this,true);A.on(window,"unload",this._onUnload,this,true);A.on(window,"resize",this._onResize,this,true);},_onResize:function(C){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,fromTimeout:false,regDragDrop:function(D,C){if(!this.initialized){this.init();}if(!this.ids[C]){this.ids[C]={};}this.ids[C][D.id]=D;},removeDDFromGroup:function(E,C){if(!this.ids[C]){this.ids[C]={};}var D=this.ids[C];if(D&&D[E.id]){delete D[E.id];}},_remove:function(E){for(var D in E.groups){if(D){var C=this.ids[D];if(C&&C[E.id]){delete C[E.id];}}}delete this.handleIds[E.id];},regHandle:function(D,C){if(!this.handleIds[D]){this.handleIds[D]={};}this.handleIds[D][C]=C;},isDragDrop:function(C){return(this.getDDById(C))?true:false;},getRelated:function(H,D){var G=[];for(var F in H.groups){for(var E in this.ids[F]){var C=this.ids[F][E];if(!this.isTypeOfDD(C)){continue;}if(!D||C.isTarget){G[G.length]=C;}}}return G;},isLegalTarget:function(G,F){var D=this.getRelated(G,true);for(var E=0,C=D.length;E<C;++E){if(D[E].id==F.id){return true;}}return false;},isTypeOfDD:function(C){return(C&&C.__ygDragDrop);},isHandle:function(D,C){return(this.handleIds[D]&&this.handleIds[D][C]);},getDDById:function(D){for(var C in this.ids){if(this.ids[C][D]){return this.ids[C][D];}}return null;},handleMouseDown:function(E,D){this.currentTarget=YAHOO.util.Event.getTarget(E);this.dragCurrent=D;var C=D.getEl();this.startX=YAHOO.util.Event.getPageX(E);this.startY=YAHOO.util.Event.getPageY(E);this.deltaX=this.startX-C.offsetLeft;this.deltaY=this.startY-C.offsetTop;this.dragThreshMet=false;this.clickTimeout=setTimeout(function(){var F=YAHOO.util.DDM;F.startDrag(F.startX,F.startY);F.fromTimeout=true;},this.clickTimeThresh);},startDrag:function(C,E){if(this.dragCurrent&&this.dragCurrent.useShim){this._shimState=this.useShim;this.useShim=true;}this._activateShim();clearTimeout(this.clickTimeout);var D=this.dragCurrent;if(D&&D.events.b4StartDrag){D.b4StartDrag(C,E);D.fireEvent("b4StartDragEvent",{x:C,y:E});}if(D&&D.events.startDrag){D.startDrag(C,E);D.fireEvent("startDragEvent",{x:C,y:E});}this.dragThreshMet=true;},handleMouseUp:function(C){if(this.dragCurrent){clearTimeout(this.clickTimeout);if(this.dragThreshMet){if(this.fromTimeout){this.fromTimeout=false;this.handleMouseMove(C);}this.fromTimeout=false;this.fireEvents(C,true);}else{}this.stopDrag(C);this.stopEvent(C);}},stopEvent:function(C){if(this.stopPropagation){YAHOO.util.Event.stopPropagation(C);}if(this.preventDefault){YAHOO.util.Event.preventDefault(C);}},stopDrag:function(E,D){var C=this.dragCurrent;if(C&&!D){if(this.dragThreshMet){if(C.events.b4EndDrag){C.b4EndDrag(E);C.fireEvent("b4EndDragEvent",{e:E});}if(C.events.endDrag){C.endDrag(E);C.fireEvent("endDragEvent",{e:E});}}if(C.events.mouseUp){C.onMouseUp(E);C.fireEvent("mouseUpEvent",{e:E});}}if(this._shimActive){this._deactivateShim();if(this.dragCurrent&&this.dragCurrent.useShim){this.useShim=this._shimState;this._shimState=false;}}this.dragCurrent=null;this.dragOvers={};},handleMouseMove:function(F){var C=this.dragCurrent;if(C){if(YAHOO.util.Event.isIE&&!F.button){this.stopEvent(F);return this.handleMouseUp(F);}else{if(F.clientX<0||F.clientY<0){}}if(!this.dragThreshMet){var E=Math.abs(this.startX-YAHOO.util.Event.getPageX(F));var D=Math.abs(this.startY-YAHOO.util.Event.getPageY(F));if(E>this.clickPixelThresh||D>this.clickPixelThresh){this.startDrag(this.startX,this.startY);}}if(this.dragThreshMet){if(C&&C.events.b4Drag){C.b4Drag(F);C.fireEvent("b4DragEvent",{e:F});}if(C&&C.events.drag){C.onDrag(F);C.fireEvent("dragEvent",{e:F});}if(C){this.fireEvents(F,false);}}this.stopEvent(F);}},fireEvents:function(V,L){var a=this.dragCurrent;if(!a||a.isLocked()||a.dragOnly){return;}var N=YAHOO.util.Event.getPageX(V),M=YAHOO.util.Event.getPageY(V),P=new YAHOO.util.Point(N,M),K=a.getTargetCoord(P.x,P.y),F=a.getDragEl(),E=["out","over","drop","enter"],U=new YAHOO.util.Region(K.y,K.x+F.offsetWidth,K.y+F.offsetHeight,K.x),I=[],D={},Q=[],c={outEvts:[],overEvts:[],dropEvts:[],enterEvts:[]};for(var S in this.dragOvers){var d=this.dragOvers[S];if(!this.isTypeOfDD(d)){continue; |
| + | }if(!this.isOverTarget(P,d,this.mode,U)){c.outEvts.push(d);}I[S]=true;delete this.dragOvers[S];}for(var R in a.groups){if("string"!=typeof R){continue;}for(S in this.ids[R]){var G=this.ids[R][S];if(!this.isTypeOfDD(G)){continue;}if(G.isTarget&&!G.isLocked()&&G!=a){if(this.isOverTarget(P,G,this.mode,U)){D[R]=true;if(L){c.dropEvts.push(G);}else{if(!I[G.id]){c.enterEvts.push(G);}else{c.overEvts.push(G);}this.dragOvers[G.id]=G;}}}}}this.interactionInfo={out:c.outEvts,enter:c.enterEvts,over:c.overEvts,drop:c.dropEvts,point:P,draggedRegion:U,sourceRegion:this.locationCache[a.id],validDrop:L};for(var C in D){Q.push(C);}if(L&&!c.dropEvts.length){this.interactionInfo.validDrop=false;if(a.events.invalidDrop){a.onInvalidDrop(V);a.fireEvent("invalidDropEvent",{e:V});}}for(S=0;S<E.length;S++){var Y=null;if(c[E[S]+"Evts"]){Y=c[E[S]+"Evts"];}if(Y&&Y.length){var H=E[S].charAt(0).toUpperCase()+E[S].substr(1),X="onDrag"+H,J="b4Drag"+H,O="drag"+H+"Event",W="drag"+H;if(this.mode){if(a.events[J]){a[J](V,Y,Q);a.fireEvent(J+"Event",{event:V,info:Y,group:Q});}if(a.events[W]){a[X](V,Y,Q);a.fireEvent(O,{event:V,info:Y,group:Q});}}else{for(var Z=0,T=Y.length;Z<T;++Z){if(a.events[J]){a[J](V,Y[Z].id,Q[0]);a.fireEvent(J+"Event",{event:V,info:Y[Z].id,group:Q[0]});}if(a.events[W]){a[X](V,Y[Z].id,Q[0]);a.fireEvent(O,{event:V,info:Y[Z].id,group:Q[0]});}}}}}},getBestMatch:function(E){var G=null;var D=E.length;if(D==1){G=E[0];}else{for(var F=0;F<D;++F){var C=E[F];if(this.mode==this.INTERSECT&&C.cursorIsOver){G=C;break;}else{if(!G||!G.overlap||(C.overlap&&G.overlap.getArea()<C.overlap.getArea())){G=C;}}}}return G;},refreshCache:function(D){var F=D||this.ids;for(var C in F){if("string"!=typeof C){continue;}for(var E in this.ids[C]){var G=this.ids[C][E];if(this.isTypeOfDD(G)){var H=this.getLocation(G);if(H){this.locationCache[G.id]=H;}else{delete this.locationCache[G.id];}}}}},verifyEl:function(D){try{if(D){var C=D.offsetParent;if(C){return true;}}}catch(E){}return false;},getLocation:function(H){if(!this.isTypeOfDD(H)){return null;}var F=H.getEl(),K,E,D,M,L,N,C,J,G;try{K=YAHOO.util.Dom.getXY(F);}catch(I){}if(!K){return null;}E=K[0];D=E+F.offsetWidth;M=K[1];L=M+F.offsetHeight;N=M-H.padding[0];C=D+H.padding[1];J=L+H.padding[2];G=E-H.padding[3];return new YAHOO.util.Region(N,C,J,G);},isOverTarget:function(K,C,E,F){var G=this.locationCache[C.id];if(!G||!this.useCache){G=this.getLocation(C);this.locationCache[C.id]=G;}if(!G){return false;}C.cursorIsOver=G.contains(K);var J=this.dragCurrent;if(!J||(!E&&!J.constrainX&&!J.constrainY)){return C.cursorIsOver;}C.overlap=null;if(!F){var H=J.getTargetCoord(K.x,K.y);var D=J.getDragEl();F=new YAHOO.util.Region(H.y,H.x+D.offsetWidth,H.y+D.offsetHeight,H.x);}var I=F.intersect(G);if(I){C.overlap=I;return(E)?true:C.cursorIsOver;}else{return false;}},_onUnload:function(D,C){this.unregAll();},unregAll:function(){if(this.dragCurrent){this.stopDrag();this.dragCurrent=null;}this._execOnAll("unreg",[]);this.ids={};},elementCache:{},getElWrapper:function(D){var C=this.elementCache[D];if(!C||!C.el){C=this.elementCache[D]=new this.ElementWrapper(YAHOO.util.Dom.get(D));}return C;},getElement:function(C){return YAHOO.util.Dom.get(C);},getCss:function(D){var C=YAHOO.util.Dom.get(D);return(C)?C.style:null;},ElementWrapper:function(C){this.el=C||null;this.id=this.el&&C.id;this.css=this.el&&C.style;},getPosX:function(C){return YAHOO.util.Dom.getX(C);},getPosY:function(C){return YAHOO.util.Dom.getY(C);},swapNode:function(E,C){if(E.swapNode){E.swapNode(C);}else{var F=C.parentNode;var D=C.nextSibling;if(D==E){F.insertBefore(E,C);}else{if(C==E.nextSibling){F.insertBefore(C,E);}else{E.parentNode.replaceChild(C,E);F.insertBefore(E,D);}}}},getScroll:function(){var E,C,F=document.documentElement,D=document.body;if(F&&(F.scrollTop||F.scrollLeft)){E=F.scrollTop;C=F.scrollLeft;}else{if(D){E=D.scrollTop;C=D.scrollLeft;}else{}}return{top:E,left:C};},getStyle:function(D,C){return YAHOO.util.Dom.getStyle(D,C);},getScrollTop:function(){return this.getScroll().top;},getScrollLeft:function(){return this.getScroll().left;},moveToEl:function(C,E){var D=YAHOO.util.Dom.getXY(E);YAHOO.util.Dom.setXY(C,D);},getClientHeight:function(){return YAHOO.util.Dom.getViewportHeight();},getClientWidth:function(){return YAHOO.util.Dom.getViewportWidth();},numericSort:function(D,C){return(D-C);},_timeoutCount:0,_addListeners:function(){var C=YAHOO.util.DDM;if(YAHOO.util.Event&&document){C._onLoad();}else{if(C._timeoutCount>2000){}else{setTimeout(C._addListeners,10);if(document&&document.body){C._timeoutCount+=1;}}}},handleWasClicked:function(C,E){if(this.isHandle(E,C.id)){return true;}else{var D=C.parentNode;while(D){if(this.isHandle(E,D.id)){return true;}else{D=D.parentNode;}}}return false;}};}();YAHOO.util.DDM=YAHOO.util.DragDropMgr;YAHOO.util.DDM._addListeners();}(function(){var A=YAHOO.util.Event;var B=YAHOO.util.Dom;YAHOO.util.DragDrop=function(E,C,D){if(E){this.init(E,C,D);}};YAHOO.util.DragDrop.prototype={events:null,on:function(){this.subscribe.apply(this,arguments);},id:null,config:null,dragElId:null,handleElId:null,invalidHandleTypes:null,invalidHandleIds:null,invalidHandleClasses:null,startPageX:0,startPageY:0,groups:null,locked:false,lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isTarget:true,padding:null,dragOnly:false,useShim:false,_domRef:null,__ygDragDrop:true,constrainX:false,constrainY:false,minX:0,maxX:0,minY:0,maxY:0,deltaX:0,deltaY:0,maintainOffset:false,xTicks:null,yTicks:null,primaryButtonOnly:true,available:false,hasOuterHandles:false,cursorIsOver:false,overlap:null,b4StartDrag:function(C,D){},startDrag:function(C,D){},b4Drag:function(C){},onDrag:function(C){},onDragEnter:function(C,D){},b4DragOver:function(C){},onDragOver:function(C,D){},b4DragOut:function(C){},onDragOut:function(C,D){},b4DragDrop:function(C){},onDragDrop:function(C,D){},onInvalidDrop:function(C){},b4EndDrag:function(C){},endDrag:function(C){},b4MouseDown:function(C){},onMouseDown:function(C){},onMouseUp:function(C){},onAvailable:function(){},getEl:function(){if(!this._domRef){this._domRef=B.get(this.id); |
| + | }return this._domRef;},getDragEl:function(){return B.get(this.dragElId);},init:function(F,C,D){this.initTarget(F,C,D);A.on(this._domRef||this.id,"mousedown",this.handleMouseDown,this,true);for(var E in this.events){this.createEvent(E+"Event");}},initTarget:function(E,C,D){this.config=D||{};this.events={};this.DDM=YAHOO.util.DDM;this.groups={};if(typeof E!=="string"){this._domRef=E;E=B.generateId(E);}this.id=E;this.addToGroup((C)?C:"default");this.handleElId=E;A.onAvailable(E,this.handleOnAvailable,this,true);this.setDragElId(E);this.invalidHandleTypes={A:"A"};this.invalidHandleIds={};this.invalidHandleClasses=[];this.applyConfig();},applyConfig:function(){this.events={mouseDown:true,b4MouseDown:true,mouseUp:true,b4StartDrag:true,startDrag:true,b4EndDrag:true,endDrag:true,drag:true,b4Drag:true,invalidDrop:true,b4DragOut:true,dragOut:true,dragEnter:true,b4DragOver:true,dragOver:true,b4DragDrop:true,dragDrop:true};if(this.config.events){for(var C in this.config.events){if(this.config.events[C]===false){this.events[C]=false;}}}this.padding=this.config.padding||[0,0,0,0];this.isTarget=(this.config.isTarget!==false);this.maintainOffset=(this.config.maintainOffset);this.primaryButtonOnly=(this.config.primaryButtonOnly!==false);this.dragOnly=((this.config.dragOnly===true)?true:false);this.useShim=((this.config.useShim===true)?true:false);},handleOnAvailable:function(){this.available=true;this.resetConstraints();this.onAvailable();},setPadding:function(E,C,F,D){if(!C&&0!==C){this.padding=[E,E,E,E];}else{if(!F&&0!==F){this.padding=[E,C,E,C];}else{this.padding=[E,C,F,D];}}},setInitPosition:function(F,E){var G=this.getEl();if(!this.DDM.verifyEl(G)){if(G&&G.style&&(G.style.display=="none")){}else{}return;}var D=F||0;var C=E||0;var H=B.getXY(G);this.initPageX=H[0]-D;this.initPageY=H[1]-C;this.lastPageX=H[0];this.lastPageY=H[1];this.setStartPosition(H);},setStartPosition:function(D){var C=D||B.getXY(this.getEl());this.deltaSetXY=null;this.startPageX=C[0];this.startPageY=C[1];},addToGroup:function(C){this.groups[C]=true;this.DDM.regDragDrop(this,C);},removeFromGroup:function(C){if(this.groups[C]){delete this.groups[C];}this.DDM.removeDDFromGroup(this,C);},setDragElId:function(C){this.dragElId=C;},setHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.handleElId=C;this.DDM.regHandle(this.id,C);},setOuterHandleElId:function(C){if(typeof C!=="string"){C=B.generateId(C);}A.on(C,"mousedown",this.handleMouseDown,this,true);this.setHandleElId(C);this.hasOuterHandles=true;},unreg:function(){A.removeListener(this.id,"mousedown",this.handleMouseDown);this._domRef=null;this.DDM._remove(this);},isLocked:function(){return(this.DDM.isLocked()||this.locked);},handleMouseDown:function(J,I){var D=J.which||J.button;if(this.primaryButtonOnly&&D>1){return;}if(this.isLocked()){return;}var C=this.b4MouseDown(J),F=true;if(this.events.b4MouseDown){F=this.fireEvent("b4MouseDownEvent",J);}var E=this.onMouseDown(J),H=true;if(this.events.mouseDown){H=this.fireEvent("mouseDownEvent",J);}if((C===false)||(E===false)||(F===false)||(H===false)){return;}this.DDM.refreshCache(this.groups);var G=new YAHOO.util.Point(A.getPageX(J),A.getPageY(J));if(!this.hasOuterHandles&&!this.DDM.isOverTarget(G,this)){}else{if(this.clickValidator(J)){this.setStartPosition();this.DDM.handleMouseDown(J,this);this.DDM.stopEvent(J);}else{}}},clickValidator:function(D){var C=YAHOO.util.Event.getTarget(D);return(this.isValidHandleChild(C)&&(this.id==this.handleElId||this.DDM.handleWasClicked(C,this.id)));},getTargetCoord:function(E,D){var C=E-this.deltaX;var F=D-this.deltaY;if(this.constrainX){if(C<this.minX){C=this.minX;}if(C>this.maxX){C=this.maxX;}}if(this.constrainY){if(F<this.minY){F=this.minY;}if(F>this.maxY){F=this.maxY;}}C=this.getTick(C,this.xTicks);F=this.getTick(F,this.yTicks);return{x:C,y:F};},addInvalidHandleType:function(C){var D=C.toUpperCase();this.invalidHandleTypes[D]=D;},addInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}this.invalidHandleIds[C]=C;},addInvalidHandleClass:function(C){this.invalidHandleClasses.push(C);},removeInvalidHandleType:function(C){var D=C.toUpperCase();delete this.invalidHandleTypes[D];},removeInvalidHandleId:function(C){if(typeof C!=="string"){C=B.generateId(C);}delete this.invalidHandleIds[C];},removeInvalidHandleClass:function(D){for(var E=0,C=this.invalidHandleClasses.length;E<C;++E){if(this.invalidHandleClasses[E]==D){delete this.invalidHandleClasses[E];}}},isValidHandleChild:function(F){var E=true;var H;try{H=F.nodeName.toUpperCase();}catch(G){H=F.nodeName;}E=E&&!this.invalidHandleTypes[H];E=E&&!this.invalidHandleIds[F.id];for(var D=0,C=this.invalidHandleClasses.length;E&&D<C;++D){E=!B.hasClass(F,this.invalidHandleClasses[D]);}return E;},setXTicks:function(F,C){this.xTicks=[];this.xTickSize=C;var E={};for(var D=this.initPageX;D>=this.minX;D=D-C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}for(D=this.initPageX;D<=this.maxX;D=D+C){if(!E[D]){this.xTicks[this.xTicks.length]=D;E[D]=true;}}this.xTicks.sort(this.DDM.numericSort);},setYTicks:function(F,C){this.yTicks=[];this.yTickSize=C;var E={};for(var D=this.initPageY;D>=this.minY;D=D-C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}for(D=this.initPageY;D<=this.maxY;D=D+C){if(!E[D]){this.yTicks[this.yTicks.length]=D;E[D]=true;}}this.yTicks.sort(this.DDM.numericSort);},setXConstraint:function(E,D,C){this.leftConstraint=parseInt(E,10);this.rightConstraint=parseInt(D,10);this.minX=this.initPageX-this.leftConstraint;this.maxX=this.initPageX+this.rightConstraint;if(C){this.setXTicks(this.initPageX,C);}this.constrainX=true;},clearConstraints:function(){this.constrainX=false;this.constrainY=false;this.clearTicks();},clearTicks:function(){this.xTicks=null;this.yTicks=null;this.xTickSize=0;this.yTickSize=0;},setYConstraint:function(C,E,D){this.topConstraint=parseInt(C,10);this.bottomConstraint=parseInt(E,10);this.minY=this.initPageY-this.topConstraint;this.maxY=this.initPageY+this.bottomConstraint;if(D){this.setYTicks(this.initPageY,D); |
| + | }this.constrainY=true;},resetConstraints:function(){if(this.initPageX||this.initPageX===0){var D=(this.maintainOffset)?this.lastPageX-this.initPageX:0;var C=(this.maintainOffset)?this.lastPageY-this.initPageY:0;this.setInitPosition(D,C);}else{this.setInitPosition();}if(this.constrainX){this.setXConstraint(this.leftConstraint,this.rightConstraint,this.xTickSize);}if(this.constrainY){this.setYConstraint(this.topConstraint,this.bottomConstraint,this.yTickSize);}},getTick:function(I,F){if(!F){return I;}else{if(F[0]>=I){return F[0];}else{for(var D=0,C=F.length;D<C;++D){var E=D+1;if(F[E]&&F[E]>=I){var H=I-F[D];var G=F[E]-I;return(G>H)?F[D]:F[E];}}return F[F.length-1];}}},toString:function(){return("DragDrop "+this.id);}};YAHOO.augment(YAHOO.util.DragDrop,YAHOO.util.EventProvider);})();YAHOO.util.DD=function(C,A,B){if(C){this.init(C,A,B);}};YAHOO.extend(YAHOO.util.DD,YAHOO.util.DragDrop,{scroll:true,autoOffset:function(C,B){var A=C-this.startPageX;var D=B-this.startPageY;this.setDelta(A,D);},setDelta:function(B,A){this.deltaX=B;this.deltaY=A;},setDragElPos:function(C,B){var A=this.getDragEl();this.alignElWithMouse(A,C,B);},alignElWithMouse:function(C,G,F){var E=this.getTargetCoord(G,F);if(!this.deltaSetXY){var H=[E.x,E.y];YAHOO.util.Dom.setXY(C,H);var D=parseInt(YAHOO.util.Dom.getStyle(C,"left"),10);var B=parseInt(YAHOO.util.Dom.getStyle(C,"top"),10);this.deltaSetXY=[D-E.x,B-E.y];}else{YAHOO.util.Dom.setStyle(C,"left",(E.x+this.deltaSetXY[0])+"px");YAHOO.util.Dom.setStyle(C,"top",(E.y+this.deltaSetXY[1])+"px");}this.cachePosition(E.x,E.y);var A=this;setTimeout(function(){A.autoScroll.call(A,E.x,E.y,C.offsetHeight,C.offsetWidth);},0);},cachePosition:function(B,A){if(B){this.lastPageX=B;this.lastPageY=A;}else{var C=YAHOO.util.Dom.getXY(this.getEl());this.lastPageX=C[0];this.lastPageY=C[1];}},autoScroll:function(J,I,E,K){if(this.scroll){var L=this.DDM.getClientHeight();var B=this.DDM.getClientWidth();var N=this.DDM.getScrollTop();var D=this.DDM.getScrollLeft();var H=E+I;var M=K+J;var G=(L+N-I-this.deltaY);var F=(B+D-J-this.deltaX);var C=40;var A=(document.all)?80:30;if(H>L&&G<C){window.scrollTo(D,N+A);}if(I<N&&N>0&&I-N<C){window.scrollTo(D,N-A);}if(M>B&&F<C){window.scrollTo(D+A,N);}if(J<D&&D>0&&J-D<C){window.scrollTo(D-A,N);}}},applyConfig:function(){YAHOO.util.DD.superclass.applyConfig.call(this);this.scroll=(this.config.scroll!==false);},b4MouseDown:function(A){this.setStartPosition();this.autoOffset(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},b4Drag:function(A){this.setDragElPos(YAHOO.util.Event.getPageX(A),YAHOO.util.Event.getPageY(A));},toString:function(){return("DD "+this.id);}});YAHOO.util.DDProxy=function(C,A,B){if(C){this.init(C,A,B);this.initFrame();}};YAHOO.util.DDProxy.dragElId="ygddfdiv";YAHOO.extend(YAHOO.util.DDProxy,YAHOO.util.DD,{resizeFrame:true,centerFrame:false,createFrame:function(){var B=this,A=document.body;if(!A||!A.firstChild){setTimeout(function(){B.createFrame();},50);return;}var F=this.getDragEl(),E=YAHOO.util.Dom;if(!F){F=document.createElement("div");F.id=this.dragElId;var D=F.style;D.position="absolute";D.visibility="hidden";D.cursor="move";D.border="2px solid #aaa";D.zIndex=999;D.height="25px";D.width="25px";var C=document.createElement("div");E.setStyle(C,"height","100%");E.setStyle(C,"width","100%");E.setStyle(C,"background-color","#ccc");E.setStyle(C,"opacity","0");F.appendChild(C);A.insertBefore(F,A.firstChild);}},initFrame:function(){this.createFrame();},applyConfig:function(){YAHOO.util.DDProxy.superclass.applyConfig.call(this);this.resizeFrame=(this.config.resizeFrame!==false);this.centerFrame=(this.config.centerFrame);this.setDragElId(this.config.dragElId||YAHOO.util.DDProxy.dragElId);},showFrame:function(E,D){var C=this.getEl();var A=this.getDragEl();var B=A.style;this._resizeProxy();if(this.centerFrame){this.setDelta(Math.round(parseInt(B.width,10)/2),Math.round(parseInt(B.height,10)/2));}this.setDragElPos(E,D);YAHOO.util.Dom.setStyle(A,"visibility","visible");},_resizeProxy:function(){if(this.resizeFrame){var H=YAHOO.util.Dom;var B=this.getEl();var C=this.getDragEl();var G=parseInt(H.getStyle(C,"borderTopWidth"),10);var I=parseInt(H.getStyle(C,"borderRightWidth"),10);var F=parseInt(H.getStyle(C,"borderBottomWidth"),10);var D=parseInt(H.getStyle(C,"borderLeftWidth"),10);if(isNaN(G)){G=0;}if(isNaN(I)){I=0;}if(isNaN(F)){F=0;}if(isNaN(D)){D=0;}var E=Math.max(0,B.offsetWidth-I-D);var A=Math.max(0,B.offsetHeight-G-F);H.setStyle(C,"width",E+"px");H.setStyle(C,"height",A+"px");}},b4MouseDown:function(B){this.setStartPosition();var A=YAHOO.util.Event.getPageX(B);var C=YAHOO.util.Event.getPageY(B);this.autoOffset(A,C);},b4StartDrag:function(A,B){this.showFrame(A,B);},b4EndDrag:function(A){YAHOO.util.Dom.setStyle(this.getDragEl(),"visibility","hidden");},endDrag:function(D){var C=YAHOO.util.Dom;var B=this.getEl();var A=this.getDragEl();C.setStyle(A,"visibility","");C.setStyle(B,"visibility","hidden");YAHOO.util.DDM.moveToEl(B,A);C.setStyle(A,"visibility","hidden");C.setStyle(B,"visibility","");},toString:function(){return("DDProxy "+this.id);}});YAHOO.util.DDTarget=function(C,A,B){if(C){this.initTarget(C,A,B);}};YAHOO.extend(YAHOO.util.DDTarget,YAHOO.util.DragDrop,{toString:function(){return("DDTarget "+this.id);}});YAHOO.register("dragdrop",YAHOO.util.DragDropMgr,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/element/element-CE=75.js
+1090
-0
| @@ | @@ -0,0 +1,1090 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | /** |
| + | * Provides Attribute configurations. |
| + | * @namespace YAHOO.util |
| + | * @class Attribute |
| + | * @constructor |
| + | * @param hash {Object} The intial Attribute. |
| + | * @param {YAHOO.util.AttributeProvider} The owner of the Attribute instance. |
| + | */ |
| + | |
| + | YAHOO.util.Attribute = function(hash, owner) { |
| + | if (owner) { |
| + | this.owner = owner; |
| + | this.configure(hash, true); |
| + | } |
| + | }; |
| + | |
| + | YAHOO.util.Attribute.prototype = { |
| + | /** |
| + | * The name of the attribute. |
| + | * @property name |
| + | * @type String |
| + | */ |
| + | name: undefined, |
| + | |
| + | /** |
| + | * The value of the attribute. |
| + | * @property value |
| + | * @type String |
| + | */ |
| + | value: null, |
| + | |
| + | /** |
| + | * The owner of the attribute. |
| + | * @property owner |
| + | * @type YAHOO.util.AttributeProvider |
| + | */ |
| + | owner: null, |
| + | |
| + | /** |
| + | * Whether or not the attribute is read only. |
| + | * @property readOnly |
| + | * @type Boolean |
| + | */ |
| + | readOnly: false, |
| + | |
| + | /** |
| + | * Whether or not the attribute can only be written once. |
| + | * @property writeOnce |
| + | * @type Boolean |
| + | */ |
| + | writeOnce: false, |
| + | |
| + | /** |
| + | * The attribute's initial configuration. |
| + | * @private |
| + | * @property _initialConfig |
| + | * @type Object |
| + | */ |
| + | _initialConfig: null, |
| + | |
| + | /** |
| + | * Whether or not the attribute's value has been set. |
| + | * @private |
| + | * @property _written |
| + | * @type Boolean |
| + | */ |
| + | _written: false, |
| + | |
| + | /** |
| + | * A function to call when setting the attribute's value. |
| + | * The method receives the new value as the first arg and the attribute name as the 2nd |
| + | * @property method |
| + | * @type Function |
| + | */ |
| + | method: null, |
| + | |
| + | /** |
| + | * The function to use when setting the attribute's value. |
| + | * The setter receives the new value as the first arg and the attribute name as the 2nd |
| + | * The return value of the setter replaces the value passed to set(). |
| + | * @property setter |
| + | * @type Function |
| + | */ |
| + | setter: null, |
| + | |
| + | /** |
| + | * The function to use when getting the attribute's value. |
| + | * The getter receives the new value as the first arg and the attribute name as the 2nd |
| + | * The return value of the getter will be used as the return from get(). |
| + | * @property getter |
| + | * @type Function |
| + | */ |
| + | getter: null, |
| + | |
| + | /** |
| + | * The validator to use when setting the attribute's value. |
| + | * @property validator |
| + | * @type Function |
| + | * @return Boolean |
| + | */ |
| + | validator: null, |
| + | |
| + | /** |
| + | * Retrieves the current value of the attribute. |
| + | * @method getValue |
| + | * @return {any} The current value of the attribute. |
| + | */ |
| + | getValue: function() { |
| + | var val = this.value; |
| + | |
| + | if (this.getter) { |
| + | val = this.getter.call(this.owner, this.name, val); |
| + | } |
| + | |
| + | return val; |
| + | }, |
| + | |
| + | /** |
| + | * Sets the value of the attribute and fires beforeChange and change events. |
| + | * @method setValue |
| + | * @param {Any} value The value to apply to the attribute. |
| + | * @param {Boolean} silent If true the change events will not be fired. |
| + | * @return {Boolean} Whether or not the value was set. |
| + | */ |
| + | setValue: function(value, silent) { |
| + | var beforeRetVal, |
| + | owner = this.owner, |
| + | name = this.name; |
| + | |
| + | var event = { |
| + | type: name, |
| + | prevValue: this.getValue(), |
| + | newValue: value |
| + | }; |
| + | |
| + | if (this.readOnly || ( this.writeOnce && this._written) ) { |
| + | return false; // write not allowed |
| + | } |
| + | |
| + | if (this.validator && !this.validator.call(owner, value) ) { |
| + | return false; // invalid value |
| + | } |
| + | |
| + | if (!silent) { |
| + | beforeRetVal = owner.fireBeforeChangeEvent(event); |
| + | if (beforeRetVal === false) { |
| + | return false; |
| + | } |
| + | } |
| + | |
| + | if (this.setter) { |
| + | value = this.setter.call(owner, value, this.name); |
| + | if (value === undefined) { |
| + | } |
| + | } |
| + | |
| + | if (this.method) { |
| + | this.method.call(owner, value, this.name); |
| + | } |
| + | |
| + | this.value = value; // TODO: set before calling setter/method? |
| + | this._written = true; |
| + | |
| + | event.type = name; |
| + | |
| + | if (!silent) { |
| + | this.owner.fireChangeEvent(event); |
| + | } |
| + | |
| + | return true; |
| + | }, |
| + | |
| + | /** |
| + | * Allows for configuring the Attribute's properties. |
| + | * @method configure |
| + | * @param {Object} map A key-value map of Attribute properties. |
| + | * @param {Boolean} init Whether or not this should become the initial config. |
| + | */ |
| + | configure: function(map, init) { |
| + | map = map || {}; |
| + | |
| + | if (init) { |
| + | this._written = false; // reset writeOnce |
| + | } |
| + | |
| + | this._initialConfig = this._initialConfig || {}; |
| + | |
| + | for (var key in map) { |
| + | if ( map.hasOwnProperty(key) ) { |
| + | this[key] = map[key]; |
| + | if (init) { |
| + | this._initialConfig[key] = map[key]; |
| + | } |
| + | } |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Resets the value to the initial config value. |
| + | * @method resetValue |
| + | * @return {Boolean} Whether or not the value was set. |
| + | */ |
| + | resetValue: function() { |
| + | return this.setValue(this._initialConfig.value); |
| + | }, |
| + | |
| + | /** |
| + | * Resets the attribute config to the initial config state. |
| + | * @method resetConfig |
| + | */ |
| + | resetConfig: function() { |
| + | this.configure(this._initialConfig, true); |
| + | }, |
| + | |
| + | /** |
| + | * Resets the value to the current value. |
| + | * Useful when values may have gotten out of sync with actual properties. |
| + | * @method refresh |
| + | * @return {Boolean} Whether or not the value was set. |
| + | */ |
| + | refresh: function(silent) { |
| + | this.setValue(this.value, silent); |
| + | } |
| + | }; |
| + | |
| + | (function() { |
| + | var Lang = YAHOO.util.Lang; |
| + | |
| + | /* |
| + | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | */ |
| + | |
| + | /** |
| + | * Provides and manages YAHOO.util.Attribute instances |
| + | * @namespace YAHOO.util |
| + | * @class AttributeProvider |
| + | * @uses YAHOO.util.EventProvider |
| + | */ |
| + | YAHOO.util.AttributeProvider = function() {}; |
| + | |
| + | YAHOO.util.AttributeProvider.prototype = { |
| + | |
| + | /** |
| + | * A key-value map of Attribute configurations |
| + | * @property _configs |
| + | * @protected (may be used by subclasses and augmentors) |
| + | * @private |
| + | * @type {Object} |
| + | */ |
| + | _configs: null, |
| + | /** |
| + | * Returns the current value of the attribute. |
| + | * @method get |
| + | * @param {String} key The attribute whose value will be returned. |
| + | * @return {Any} The current value of the attribute. |
| + | */ |
| + | get: function(key){ |
| + | this._configs = this._configs || {}; |
| + | var config = this._configs[key]; |
| + | |
| + | if (!config || !this._configs.hasOwnProperty(key)) { |
| + | return null; |
| + | } |
| + | |
| + | return config.getValue(); |
| + | }, |
| + | |
| + | /** |
| + | * Sets the value of a config. |
| + | * @method set |
| + | * @param {String} key The name of the attribute |
| + | * @param {Any} value The value to apply to the attribute |
| + | * @param {Boolean} silent Whether or not to suppress change events |
| + | * @return {Boolean} Whether or not the value was set. |
| + | */ |
| + | set: function(key, value, silent){ |
| + | this._configs = this._configs || {}; |
| + | var config = this._configs[key]; |
| + | |
| + | if (!config) { |
| + | return false; |
| + | } |
| + | |
| + | return config.setValue(value, silent); |
| + | }, |
| + | |
| + | /** |
| + | * Returns an array of attribute names. |
| + | * @method getAttributeKeys |
| + | * @return {Array} An array of attribute names. |
| + | */ |
| + | getAttributeKeys: function(){ |
| + | this._configs = this._configs; |
| + | var keys = [], key; |
| + | |
| + | for (key in this._configs) { |
| + | if ( Lang.hasOwnProperty(this._configs, key) && |
| + | !Lang.isUndefined(this._configs[key]) ) { |
| + | keys[keys.length] = key; |
| + | } |
| + | } |
| + | |
| + | return keys; |
| + | }, |
| + | |
| + | /** |
| + | * Sets multiple attribute values. |
| + | * @method setAttributes |
| + | * @param {Object} map A key-value map of attributes |
| + | * @param {Boolean} silent Whether or not to suppress change events |
| + | */ |
| + | setAttributes: function(map, silent){ |
| + | for (var key in map) { |
| + | if ( Lang.hasOwnProperty(map, key) ) { |
| + | this.set(key, map[key], silent); |
| + | } |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Resets the specified attribute's value to its initial value. |
| + | * @method resetValue |
| + | * @param {String} key The name of the attribute |
| + | * @param {Boolean} silent Whether or not to suppress change events |
| + | * @return {Boolean} Whether or not the value was set |
| + | */ |
| + | resetValue: function(key, silent){ |
| + | this._configs = this._configs || {}; |
| + | if (this._configs[key]) { |
| + | this.set(key, this._configs[key]._initialConfig.value, silent); |
| + | return true; |
| + | } |
| + | return false; |
| + | }, |
| + | |
| + | /** |
| + | * Sets the attribute's value to its current value. |
| + | * @method refresh |
| + | * @param {String | Array} key The attribute(s) to refresh |
| + | * @param {Boolean} silent Whether or not to suppress change events |
| + | */ |
| + | refresh: function(key, silent) { |
| + | this._configs = this._configs || {}; |
| + | var configs = this._configs; |
| + | |
| + | key = ( ( Lang.isString(key) ) ? [key] : key ) || |
| + | this.getAttributeKeys(); |
| + | |
| + | for (var i = 0, len = key.length; i < len; ++i) { |
| + | if (configs.hasOwnProperty(key[i])) { |
| + | this._configs[key[i]].refresh(silent); |
| + | } |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Adds an Attribute to the AttributeProvider instance. |
| + | * @method register |
| + | * @param {String} key The attribute's name |
| + | * @param {Object} map A key-value map containing the |
| + | * attribute's properties. |
| + | * @deprecated Use setAttributeConfig |
| + | */ |
| + | register: function(key, map) { |
| + | this.setAttributeConfig(key, map); |
| + | }, |
| + | |
| + | |
| + | /** |
| + | * Returns the attribute's properties. |
| + | * @method getAttributeConfig |
| + | * @param {String} key The attribute's name |
| + | * @private |
| + | * @return {object} A key-value map containing all of the |
| + | * attribute's properties. |
| + | */ |
| + | getAttributeConfig: function(key) { |
| + | this._configs = this._configs || {}; |
| + | var config = this._configs[key] || {}; |
| + | var map = {}; // returning a copy to prevent overrides |
| + | |
| + | for (key in config) { |
| + | if ( Lang.hasOwnProperty(config, key) ) { |
| + | map[key] = config[key]; |
| + | } |
| + | } |
| + | |
| + | return map; |
| + | }, |
| + | |
| + | /** |
| + | * Sets or updates an Attribute instance's properties. |
| + | * @method setAttributeConfig |
| + | * @param {String} key The attribute's name. |
| + | * @param {Object} map A key-value map of attribute properties |
| + | * @param {Boolean} init Whether or not this should become the intial config. |
| + | */ |
| + | setAttributeConfig: function(key, map, init) { |
| + | this._configs = this._configs || {}; |
| + | map = map || {}; |
| + | if (!this._configs[key]) { |
| + | map.name = key; |
| + | this._configs[key] = this.createAttribute(map); |
| + | } else { |
| + | this._configs[key].configure(map, init); |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Sets or updates an Attribute instance's properties. |
| + | * @method configureAttribute |
| + | * @param {String} key The attribute's name. |
| + | * @param {Object} map A key-value map of attribute properties |
| + | * @param {Boolean} init Whether or not this should become the intial config. |
| + | * @deprecated Use setAttributeConfig |
| + | */ |
| + | configureAttribute: function(key, map, init) { |
| + | this.setAttributeConfig(key, map, init); |
| + | }, |
| + | |
| + | /** |
| + | * Resets an attribute to its intial configuration. |
| + | * @method resetAttributeConfig |
| + | * @param {String} key The attribute's name. |
| + | * @private |
| + | */ |
| + | resetAttributeConfig: function(key){ |
| + | this._configs = this._configs || {}; |
| + | this._configs[key].resetConfig(); |
| + | }, |
| + | |
| + | // wrapper for EventProvider.subscribe |
| + | // to create events on the fly |
| + | subscribe: function(type, callback) { |
| + | this._events = this._events || {}; |
| + | |
| + | if ( !(type in this._events) ) { |
| + | this._events[type] = this.createEvent(type); |
| + | } |
| + | |
| + | YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); |
| + | }, |
| + | |
| + | on: function() { |
| + | this.subscribe.apply(this, arguments); |
| + | }, |
| + | |
| + | addListener: function() { |
| + | this.subscribe.apply(this, arguments); |
| + | }, |
| + | |
| + | /** |
| + | * Fires the attribute's beforeChange event. |
| + | * @method fireBeforeChangeEvent |
| + | * @param {String} key The attribute's name. |
| + | * @param {Obj} e The event object to pass to handlers. |
| + | */ |
| + | fireBeforeChangeEvent: function(e) { |
| + | var type = 'before'; |
| + | type += e.type.charAt(0).toUpperCase() + e.type.substr(1) + 'Change'; |
| + | e.type = type; |
| + | return this.fireEvent(e.type, e); |
| + | }, |
| + | |
| + | /** |
| + | * Fires the attribute's change event. |
| + | * @method fireChangeEvent |
| + | * @param {String} key The attribute's name. |
| + | * @param {Obj} e The event object to pass to the handlers. |
| + | */ |
| + | fireChangeEvent: function(e) { |
| + | e.type += 'Change'; |
| + | return this.fireEvent(e.type, e); |
| + | }, |
| + | |
| + | createAttribute: function(map) { |
| + | return new YAHOO.util.Attribute(map, this); |
| + | } |
| + | }; |
| + | |
| + | YAHOO.augment(YAHOO.util.AttributeProvider, YAHOO.util.EventProvider); |
| + | })(); |
| + | |
| + | (function() { |
| + | // internal shorthand |
| + | var Dom = YAHOO.util.Dom, |
| + | AttributeProvider = YAHOO.util.AttributeProvider, |
| + | specialTypes = { |
| + | mouseenter: true, |
| + | mouseleave: true |
| + | }; |
| + | |
| + | /** |
| + | * Element provides an wrapper object to simplify adding |
| + | * event listeners, using dom methods, and managing attributes. |
| + | * @module element |
| + | * @namespace YAHOO.util |
| + | * @requires yahoo, dom, event |
| + | */ |
| + | |
| + | /** |
| + | * Element provides an wrapper object to simplify adding |
| + | * event listeners, using dom methods, and managing attributes. |
| + | * @class Element |
| + | * @uses YAHOO.util.AttributeProvider |
| + | * @constructor |
| + | * @param el {HTMLElement | String} The html element that |
| + | * represents the Element. |
| + | * @param {Object} map A key-value map of initial config names and values |
| + | */ |
| + | var Element = function(el, map) { |
| + | this.init.apply(this, arguments); |
| + | }; |
| + | |
| + | Element.DOM_EVENTS = { |
| + | 'click': true, |
| + | 'dblclick': true, |
| + | 'keydown': true, |
| + | 'keypress': true, |
| + | 'keyup': true, |
| + | 'mousedown': true, |
| + | 'mousemove': true, |
| + | 'mouseout': true, |
| + | 'mouseover': true, |
| + | 'mouseup': true, |
| + | 'mouseenter': true, |
| + | 'mouseleave': true, |
| + | 'focus': true, |
| + | 'blur': true, |
| + | 'submit': true, |
| + | 'change': true |
| + | }; |
| + | |
| + | Element.prototype = { |
| + | /** |
| + | * Dom events supported by the Element instance. |
| + | * @property DOM_EVENTS |
| + | * @type Object |
| + | */ |
| + | DOM_EVENTS: null, |
| + | |
| + | DEFAULT_HTML_SETTER: function(value, key) { |
| + | var el = this.get('element'); |
| + | |
| + | if (el) { |
| + | el[key] = value; |
| + | } |
| + | |
| + | return value; |
| + | |
| + | }, |
| + | |
| + | DEFAULT_HTML_GETTER: function(key) { |
| + | var el = this.get('element'), |
| + | val; |
| + | |
| + | if (el) { |
| + | val = el[key]; |
| + | } |
| + | |
| + | return val; |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method appendChild |
| + | * @param {YAHOO.util.Element || HTMLElement} child The element to append. |
| + | * @return {HTMLElement} The appended DOM element. |
| + | */ |
| + | appendChild: function(child) { |
| + | child = child.get ? child.get('element') : child; |
| + | return this.get('element').appendChild(child); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method getElementsByTagName |
| + | * @param {String} tag The tagName to collect |
| + | * @return {HTMLCollection} A collection of DOM elements. |
| + | */ |
| + | getElementsByTagName: function(tag) { |
| + | return this.get('element').getElementsByTagName(tag); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method hasChildNodes |
| + | * @return {Boolean} Whether or not the element has childNodes |
| + | */ |
| + | hasChildNodes: function() { |
| + | return this.get('element').hasChildNodes(); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method insertBefore |
| + | * @param {HTMLElement} element The HTMLElement to insert |
| + | * @param {HTMLElement} before The HTMLElement to insert |
| + | * the element before. |
| + | * @return {HTMLElement} The inserted DOM element. |
| + | */ |
| + | insertBefore: function(element, before) { |
| + | element = element.get ? element.get('element') : element; |
| + | before = (before && before.get) ? before.get('element') : before; |
| + | |
| + | return this.get('element').insertBefore(element, before); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method removeChild |
| + | * @param {HTMLElement} child The HTMLElement to remove |
| + | * @return {HTMLElement} The removed DOM element. |
| + | */ |
| + | removeChild: function(child) { |
| + | child = child.get ? child.get('element') : child; |
| + | return this.get('element').removeChild(child); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for HTMLElement method. |
| + | * @method replaceChild |
| + | * @param {HTMLElement} newNode The HTMLElement to insert |
| + | * @param {HTMLElement} oldNode The HTMLElement to replace |
| + | * @return {HTMLElement} The replaced DOM element. |
| + | */ |
| + | replaceChild: function(newNode, oldNode) { |
| + | newNode = newNode.get ? newNode.get('element') : newNode; |
| + | oldNode = oldNode.get ? oldNode.get('element') : oldNode; |
| + | return this.get('element').replaceChild(newNode, oldNode); |
| + | }, |
| + | |
| + | |
| + | /** |
| + | * Registers Element specific attributes. |
| + | * @method initAttributes |
| + | * @param {Object} map A key-value map of initial attribute configs |
| + | */ |
| + | initAttributes: function(map) { |
| + | }, |
| + | |
| + | /** |
| + | * Adds a listener for the given event. These may be DOM or |
| + | * customEvent listeners. Any event that is fired via fireEvent |
| + | * can be listened for. All handlers receive an event object. |
| + | * @method addListener |
| + | * @param {String} type The name of the event to listen for |
| + | * @param {Function} fn The handler to call when the event fires |
| + | * @param {Any} obj A variable to pass to the handler |
| + | * @param {Object} scope The object to use for the scope of the handler |
| + | */ |
| + | addListener: function(type, fn, obj, scope) { |
| + | |
| + | scope = scope || this; |
| + | |
| + | var Event = YAHOO.util.Event, |
| + | el = this.get('element') || this.get('id'), |
| + | self = this; |
| + | |
| + | |
| + | if (specialTypes[type] && !Event._createMouseDelegate) { |
| + | return false; |
| + | } |
| + | |
| + | |
| + | if (!this._events[type]) { // create on the fly |
| + | |
| + | if (el && this.DOM_EVENTS[type]) { |
| + | Event.on(el, type, function(e, matchedEl) { |
| + | |
| + | // Supplement IE with target, currentTarget relatedTarget |
| + | |
| + | if (e.srcElement && !e.target) { |
| + | e.target = e.srcElement; |
| + | } |
| + | |
| + | if ((e.toElement && !e.relatedTarget) || (e.fromElement && !e.relatedTarget)) { |
| + | e.relatedTarget = Event.getRelatedTarget(e); |
| + | } |
| + | |
| + | if (!e.currentTarget) { |
| + | e.currentTarget = el; |
| + | } |
| + | |
| + | // Note: matchedEl el is passed back for delegated listeners |
| + | self.fireEvent(type, e, matchedEl); |
| + | |
| + | }, obj, scope); |
| + | } |
| + | this.createEvent(type, {scope: this}); |
| + | } |
| + | |
| + | return YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); // notify via customEvent |
| + | }, |
| + | |
| + | |
| + | /** |
| + | * Alias for addListener |
| + | * @method on |
| + | * @param {String} type The name of the event to listen for |
| + | * @param {Function} fn The function call when the event fires |
| + | * @param {Any} obj A variable to pass to the handler |
| + | * @param {Object} scope The object to use for the scope of the handler |
| + | */ |
| + | on: function() { |
| + | return this.addListener.apply(this, arguments); |
| + | }, |
| + | |
| + | /** |
| + | * Alias for addListener |
| + | * @method subscribe |
| + | * @param {String} type The name of the event to listen for |
| + | * @param {Function} fn The function call when the event fires |
| + | * @param {Any} obj A variable to pass to the handler |
| + | * @param {Object} scope The object to use for the scope of the handler |
| + | */ |
| + | subscribe: function() { |
| + | return this.addListener.apply(this, arguments); |
| + | }, |
| + | |
| + | /** |
| + | * Remove an event listener |
| + | * @method removeListener |
| + | * @param {String} type The name of the event to listen for |
| + | * @param {Function} fn The function call when the event fires |
| + | */ |
| + | removeListener: function(type, fn) { |
| + | return this.unsubscribe.apply(this, arguments); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method addClass |
| + | * @param {String} className The className to add |
| + | */ |
| + | addClass: function(className) { |
| + | Dom.addClass(this.get('element'), className); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method getElementsByClassName |
| + | * @param {String} className The className to collect |
| + | * @param {String} tag (optional) The tag to use in |
| + | * conjunction with class name |
| + | * @return {Array} Array of HTMLElements |
| + | */ |
| + | getElementsByClassName: function(className, tag) { |
| + | return Dom.getElementsByClassName(className, tag, |
| + | this.get('element') ); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method hasClass |
| + | * @param {String} className The className to add |
| + | * @return {Boolean} Whether or not the element has the class name |
| + | */ |
| + | hasClass: function(className) { |
| + | return Dom.hasClass(this.get('element'), className); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method removeClass |
| + | * @param {String} className The className to remove |
| + | */ |
| + | removeClass: function(className) { |
| + | return Dom.removeClass(this.get('element'), className); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method replaceClass |
| + | * @param {String} oldClassName The className to replace |
| + | * @param {String} newClassName The className to add |
| + | */ |
| + | replaceClass: function(oldClassName, newClassName) { |
| + | return Dom.replaceClass(this.get('element'), |
| + | oldClassName, newClassName); |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method setStyle |
| + | * @param {String} property The style property to set |
| + | * @param {String} value The value to apply to the style property |
| + | */ |
| + | setStyle: function(property, value) { |
| + | return Dom.setStyle(this.get('element'), property, value); // TODO: always queuing? |
| + | }, |
| + | |
| + | /** |
| + | * Wrapper for Dom method. |
| + | * @method getStyle |
| + | * @param {String} property The style property to retrieve |
| + | * @return {String} The current value of the property |
| + | */ |
| + | getStyle: function(property) { |
| + | return Dom.getStyle(this.get('element'), property); |
| + | }, |
| + | |
| + | /** |
| + | * Apply any queued set calls. |
| + | * @method fireQueue |
| + | */ |
| + | fireQueue: function() { |
| + | var queue = this._queue; |
| + | for (var i = 0, len = queue.length; i < len; ++i) { |
| + | this[queue[i][0]].apply(this, queue[i][1]); |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Appends the HTMLElement into either the supplied parentNode. |
| + | * @method appendTo |
| + | * @param {HTMLElement | Element} parentNode The node to append to |
| + | * @param {HTMLElement | Element} before An optional node to insert before |
| + | * @return {HTMLElement} The appended DOM element. |
| + | */ |
| + | appendTo: function(parent, before) { |
| + | parent = (parent.get) ? parent.get('element') : Dom.get(parent); |
| + | |
| + | this.fireEvent('beforeAppendTo', { |
| + | type: 'beforeAppendTo', |
| + | target: parent |
| + | }); |
| + | |
| + | |
| + | before = (before && before.get) ? |
| + | before.get('element') : Dom.get(before); |
| + | var element = this.get('element'); |
| + | |
| + | if (!element) { |
| + | return false; |
| + | } |
| + | |
| + | if (!parent) { |
| + | return false; |
| + | } |
| + | |
| + | if (element.parent != parent) { |
| + | if (before) { |
| + | parent.insertBefore(element, before); |
| + | } else { |
| + | parent.appendChild(element); |
| + | } |
| + | } |
| + | |
| + | |
| + | this.fireEvent('appendTo', { |
| + | type: 'appendTo', |
| + | target: parent |
| + | }); |
| + | |
| + | return element; |
| + | }, |
| + | |
| + | get: function(key) { |
| + | var configs = this._configs || {}, |
| + | el = configs.element; // avoid loop due to 'element' |
| + | |
| + | if (el && !configs[key] && !YAHOO.lang.isUndefined(el.value[key]) ) { |
| + | this._setHTMLAttrConfig(key); |
| + | } |
| + | |
| + | return AttributeProvider.prototype.get.call(this, key); |
| + | }, |
| + | |
| + | setAttributes: function(map, silent) { |
| + | // set based on configOrder |
| + | var done = {}, |
| + | configOrder = this._configOrder; |
| + | |
| + | // set based on configOrder |
| + | for (var i = 0, len = configOrder.length; i < len; ++i) { |
| + | if (map[configOrder[i]] !== undefined) { |
| + | done[configOrder[i]] = true; |
| + | this.set(configOrder[i], map[configOrder[i]], silent); |
| + | } |
| + | } |
| + | |
| + | // unconfigured (e.g. Dom attributes) |
| + | for (var att in map) { |
| + | if (map.hasOwnProperty(att) && !done[att]) { |
| + | this.set(att, map[att], silent); |
| + | } |
| + | } |
| + | }, |
| + | |
| + | set: function(key, value, silent) { |
| + | var el = this.get('element'); |
| + | if (!el) { |
| + | this._queue[this._queue.length] = ['set', arguments]; |
| + | if (this._configs[key]) { |
| + | this._configs[key].value = value; // so "get" works while queueing |
| + | |
| + | } |
| + | return; |
| + | } |
| + | |
| + | // set it on the element if not configured and is an HTML attribute |
| + | if ( !this._configs[key] && !YAHOO.lang.isUndefined(el[key]) ) { |
| + | this._setHTMLAttrConfig(key); |
| + | } |
| + | |
| + | return AttributeProvider.prototype.set.apply(this, arguments); |
| + | }, |
| + | |
| + | setAttributeConfig: function(key, map, init) { |
| + | this._configOrder.push(key); |
| + | AttributeProvider.prototype.setAttributeConfig.apply(this, arguments); |
| + | }, |
| + | |
| + | createEvent: function(type, config) { |
| + | this._events[type] = true; |
| + | return AttributeProvider.prototype.createEvent.apply(this, arguments); |
| + | }, |
| + | |
| + | init: function(el, attr) { |
| + | this._initElement(el, attr); |
| + | }, |
| + | |
| + | destroy: function() { |
| + | var el = this.get('element'); |
| + | YAHOO.util.Event.purgeElement(el, true); // purge DOM listeners recursively |
| + | this.unsubscribeAll(); // unsubscribe all custom events |
| + | |
| + | if (el && el.parentNode) { |
| + | el.parentNode.removeChild(el); // pull from the DOM |
| + | } |
| + | |
| + | // revert initial configs |
| + | this._queue = []; |
| + | this._events = {}; |
| + | this._configs = {}; |
| + | this._configOrder = []; |
| + | }, |
| + | |
| + | _initElement: function(el, attr) { |
| + | this._queue = this._queue || []; |
| + | this._events = this._events || {}; |
| + | this._configs = this._configs || {}; |
| + | this._configOrder = []; |
| + | attr = attr || {}; |
| + | attr.element = attr.element || el || null; |
| + | |
| + | var isReady = false; // to determine when to init HTMLElement and content |
| + | |
| + | var DOM_EVENTS = Element.DOM_EVENTS; |
| + | this.DOM_EVENTS = this.DOM_EVENTS || {}; |
| + | |
| + | for (var event in DOM_EVENTS) { |
| + | if (DOM_EVENTS.hasOwnProperty(event)) { |
| + | this.DOM_EVENTS[event] = DOM_EVENTS[event]; |
| + | } |
| + | } |
| + | |
| + | if (typeof attr.element === 'string') { // register ID for get() access |
| + | this._setHTMLAttrConfig('id', { value: attr.element }); |
| + | } |
| + | |
| + | if (Dom.get(attr.element)) { |
| + | isReady = true; |
| + | this._initHTMLElement(attr); |
| + | this._initContent(attr); |
| + | } |
| + | |
| + | YAHOO.util.Event.onAvailable(attr.element, function() { |
| + | if (!isReady) { // otherwise already done |
| + | this._initHTMLElement(attr); |
| + | } |
| + | |
| + | this.fireEvent('available', { type: 'available', target: Dom.get(attr.element) }); |
| + | }, this, true); |
| + | |
| + | YAHOO.util.Event.onContentReady(attr.element, function() { |
| + | if (!isReady) { // otherwise already done |
| + | this._initContent(attr); |
| + | } |
| + | this.fireEvent('contentReady', { type: 'contentReady', target: Dom.get(attr.element) }); |
| + | }, this, true); |
| + | }, |
| + | |
| + | _initHTMLElement: function(attr) { |
| + | /** |
| + | * The HTMLElement the Element instance refers to. |
| + | * @attribute element |
| + | * @type HTMLElement |
| + | */ |
| + | this.setAttributeConfig('element', { |
| + | value: Dom.get(attr.element), |
| + | readOnly: true |
| + | }); |
| + | }, |
| + | |
| + | _initContent: function(attr) { |
| + | this.initAttributes(attr); |
| + | this.setAttributes(attr, true); |
| + | this.fireQueue(); |
| + | |
| + | }, |
| + | |
| + | /** |
| + | * Sets the value of the property and fires beforeChange and change events. |
| + | * @private |
| + | * @method _setHTMLAttrConfig |
| + | * @param {YAHOO.util.Element} element The Element instance to |
| + | * register the config to. |
| + | * @param {String} key The name of the config to register |
| + | * @param {Object} map A key-value map of the config's params |
| + | */ |
| + | _setHTMLAttrConfig: function(key, map) { |
| + | var el = this.get('element'); |
| + | map = map || {}; |
| + | map.name = key; |
| + | |
| + | map.setter = map.setter || this.DEFAULT_HTML_SETTER; |
| + | map.getter = map.getter || this.DEFAULT_HTML_GETTER; |
| + | |
| + | map.value = map.value || el[key]; |
| + | this._configs[key] = new YAHOO.util.Attribute(map, this); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Fires when the Element's HTMLElement can be retrieved by Id. |
| + | * <p>See: <a href="#addListener">Element.addListener</a></p> |
| + | * <p><strong>Event fields:</strong><br> |
| + | * <code><String> type</code> available<br> |
| + | * <code><HTMLElement> |
| + | * target</code> the HTMLElement bound to this Element instance<br> |
| + | * <p><strong>Usage:</strong><br> |
| + | * <code>var handler = function(e) {var target = e.target};<br> |
| + | * myTabs.addListener('available', handler);</code></p> |
| + | * @event available |
| + | */ |
| + | |
| + | /** |
| + | * Fires when the Element's HTMLElement subtree is rendered. |
| + | * <p>See: <a href="#addListener">Element.addListener</a></p> |
| + | * <p><strong>Event fields:</strong><br> |
| + | * <code><String> type</code> contentReady<br> |
| + | * <code><HTMLElement> |
| + | * target</code> the HTMLElement bound to this Element instance<br> |
| + | * <p><strong>Usage:</strong><br> |
| + | * <code>var handler = function(e) {var target = e.target};<br> |
| + | * myTabs.addListener('contentReady', handler);</code></p> |
| + | * @event contentReady |
| + | */ |
| + | |
| + | /** |
| + | * Fires before the Element is appended to another Element. |
| + | * <p>See: <a href="#addListener">Element.addListener</a></p> |
| + | * <p><strong>Event fields:</strong><br> |
| + | * <code><String> type</code> beforeAppendTo<br> |
| + | * <code><HTMLElement/Element> |
| + | * target</code> the HTMLElement/Element being appended to |
| + | * <p><strong>Usage:</strong><br> |
| + | * <code>var handler = function(e) {var target = e.target};<br> |
| + | * myTabs.addListener('beforeAppendTo', handler);</code></p> |
| + | * @event beforeAppendTo |
| + | */ |
| + | |
| + | /** |
| + | * Fires after the Element is appended to another Element. |
| + | * <p>See: <a href="#addListener">Element.addListener</a></p> |
| + | * <p><strong>Event fields:</strong><br> |
| + | * <code><String> type</code> appendTo<br> |
| + | * <code><HTMLElement/Element> |
| + | * target</code> the HTMLElement/Element being appended to |
| + | * <p><strong>Usage:</strong><br> |
| + | * <code>var handler = function(e) {var target = e.target};<br> |
| + | * myTabs.addListener('appendTo', handler);</code></p> |
| + | * @event appendTo |
| + | */ |
| + | |
| + | YAHOO.augment(Element, AttributeProvider); |
| + | YAHOO.util.Element = Element; |
| + | })(); |
| + | |
| + | YAHOO.register("element", YAHOO.util.Element, {version: "2.8.0r4", build: "2449"}); |
data/www.choicecastings.com/universal/yui/element/element-min-CE=75.js
+8
-0
| @@ | @@ -0,0 +1,8 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | YAHOO.util.Attribute=function(B,A){if(A){this.owner=A;this.configure(B,true);}};YAHOO.util.Attribute.prototype={name:undefined,value:null,owner:null,readOnly:false,writeOnce:false,_initialConfig:null,_written:false,method:null,setter:null,getter:null,validator:null,getValue:function(){var A=this.value;if(this.getter){A=this.getter.call(this.owner,this.name,A);}return A;},setValue:function(F,B){var E,A=this.owner,C=this.name;var D={type:C,prevValue:this.getValue(),newValue:F};if(this.readOnly||(this.writeOnce&&this._written)){return false;}if(this.validator&&!this.validator.call(A,F)){return false;}if(!B){E=A.fireBeforeChangeEvent(D);if(E===false){return false;}}if(this.setter){F=this.setter.call(A,F,this.name);if(F===undefined){}}if(this.method){this.method.call(A,F,this.name);}this.value=F;this._written=true;D.type=C;if(!B){this.owner.fireChangeEvent(D);}return true;},configure:function(B,C){B=B||{};if(C){this._written=false;}this._initialConfig=this._initialConfig||{};for(var A in B){if(B.hasOwnProperty(A)){this[A]=B[A];if(C){this._initialConfig[A]=B[A];}}}},resetValue:function(){return this.setValue(this._initialConfig.value);},resetConfig:function(){this.configure(this._initialConfig,true);},refresh:function(A){this.setValue(this.value,A);}};(function(){var A=YAHOO.util.Lang;YAHOO.util.AttributeProvider=function(){};YAHOO.util.AttributeProvider.prototype={_configs:null,get:function(C){this._configs=this._configs||{};var B=this._configs[C];if(!B||!this._configs.hasOwnProperty(C)){return null;}return B.getValue();},set:function(D,E,B){this._configs=this._configs||{};var C=this._configs[D];if(!C){return false;}return C.setValue(E,B);},getAttributeKeys:function(){this._configs=this._configs;var C=[],B;for(B in this._configs){if(A.hasOwnProperty(this._configs,B)&&!A.isUndefined(this._configs[B])){C[C.length]=B;}}return C;},setAttributes:function(D,B){for(var C in D){if(A.hasOwnProperty(D,C)){this.set(C,D[C],B);}}},resetValue:function(C,B){this._configs=this._configs||{};if(this._configs[C]){this.set(C,this._configs[C]._initialConfig.value,B);return true;}return false;},refresh:function(E,C){this._configs=this._configs||{};var F=this._configs;E=((A.isString(E))?[E]:E)||this.getAttributeKeys();for(var D=0,B=E.length;D<B;++D){if(F.hasOwnProperty(E[D])){this._configs[E[D]].refresh(C);}}},register:function(B,C){this.setAttributeConfig(B,C);},getAttributeConfig:function(C){this._configs=this._configs||{};var B=this._configs[C]||{};var D={};for(C in B){if(A.hasOwnProperty(B,C)){D[C]=B[C];}}return D;},setAttributeConfig:function(B,C,D){this._configs=this._configs||{};C=C||{};if(!this._configs[B]){C.name=B;this._configs[B]=this.createAttribute(C);}else{this._configs[B].configure(C,D);}},configureAttribute:function(B,C,D){this.setAttributeConfig(B,C,D);},resetAttributeConfig:function(B){this._configs=this._configs||{};this._configs[B].resetConfig();},subscribe:function(B,C){this._events=this._events||{};if(!(B in this._events)){this._events[B]=this.createEvent(B);}YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){this.subscribe.apply(this,arguments);},addListener:function(){this.subscribe.apply(this,arguments);},fireBeforeChangeEvent:function(C){var B="before";B+=C.type.charAt(0).toUpperCase()+C.type.substr(1)+"Change";C.type=B;return this.fireEvent(C.type,C);},fireChangeEvent:function(B){B.type+="Change";return this.fireEvent(B.type,B);},createAttribute:function(B){return new YAHOO.util.Attribute(B,this);}};YAHOO.augment(YAHOO.util.AttributeProvider,YAHOO.util.EventProvider);})();(function(){var B=YAHOO.util.Dom,D=YAHOO.util.AttributeProvider,C={mouseenter:true,mouseleave:true};var A=function(E,F){this.init.apply(this,arguments);};A.DOM_EVENTS={"click":true,"dblclick":true,"keydown":true,"keypress":true,"keyup":true,"mousedown":true,"mousemove":true,"mouseout":true,"mouseover":true,"mouseup":true,"mouseenter":true,"mouseleave":true,"focus":true,"blur":true,"submit":true,"change":true};A.prototype={DOM_EVENTS:null,DEFAULT_HTML_SETTER:function(G,E){var F=this.get("element");if(F){F[E]=G;}return G;},DEFAULT_HTML_GETTER:function(E){var F=this.get("element"),G;if(F){G=F[E];}return G;},appendChild:function(E){E=E.get?E.get("element"):E;return this.get("element").appendChild(E);},getElementsByTagName:function(E){return this.get("element").getElementsByTagName(E);},hasChildNodes:function(){return this.get("element").hasChildNodes();},insertBefore:function(E,F){E=E.get?E.get("element"):E;F=(F&&F.get)?F.get("element"):F;return this.get("element").insertBefore(E,F);},removeChild:function(E){E=E.get?E.get("element"):E;return this.get("element").removeChild(E);},replaceChild:function(E,F){E=E.get?E.get("element"):E;F=F.get?F.get("element"):F;return this.get("element").replaceChild(E,F);},initAttributes:function(E){},addListener:function(J,I,K,H){H=H||this;var E=YAHOO.util.Event,G=this.get("element")||this.get("id"),F=this;if(C[J]&&!E._createMouseDelegate){return false;}if(!this._events[J]){if(G&&this.DOM_EVENTS[J]){E.on(G,J,function(M,L){if(M.srcElement&&!M.target){M.target=M.srcElement;}if((M.toElement&&!M.relatedTarget)||(M.fromElement&&!M.relatedTarget)){M.relatedTarget=E.getRelatedTarget(M);}if(!M.currentTarget){M.currentTarget=G;}F.fireEvent(J,M,L);},K,H);}this.createEvent(J,{scope:this});}return YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){return this.addListener.apply(this,arguments);},subscribe:function(){return this.addListener.apply(this,arguments);},removeListener:function(F,E){return this.unsubscribe.apply(this,arguments);},addClass:function(E){B.addClass(this.get("element"),E);},getElementsByClassName:function(F,E){return B.getElementsByClassName(F,E,this.get("element"));},hasClass:function(E){return B.hasClass(this.get("element"),E);},removeClass:function(E){return B.removeClass(this.get("element"),E);},replaceClass:function(F,E){return B.replaceClass(this.get("element"),F,E);},setStyle:function(F,E){return B.setStyle(this.get("element"),F,E); |
| + | },getStyle:function(E){return B.getStyle(this.get("element"),E);},fireQueue:function(){var F=this._queue;for(var G=0,E=F.length;G<E;++G){this[F[G][0]].apply(this,F[G][1]);}},appendTo:function(F,G){F=(F.get)?F.get("element"):B.get(F);this.fireEvent("beforeAppendTo",{type:"beforeAppendTo",target:F});G=(G&&G.get)?G.get("element"):B.get(G);var E=this.get("element");if(!E){return false;}if(!F){return false;}if(E.parent!=F){if(G){F.insertBefore(E,G);}else{F.appendChild(E);}}this.fireEvent("appendTo",{type:"appendTo",target:F});return E;},get:function(E){var G=this._configs||{},F=G.element;if(F&&!G[E]&&!YAHOO.lang.isUndefined(F.value[E])){this._setHTMLAttrConfig(E);}return D.prototype.get.call(this,E);},setAttributes:function(K,H){var F={},I=this._configOrder;for(var J=0,E=I.length;J<E;++J){if(K[I[J]]!==undefined){F[I[J]]=true;this.set(I[J],K[I[J]],H);}}for(var G in K){if(K.hasOwnProperty(G)&&!F[G]){this.set(G,K[G],H);}}},set:function(F,H,E){var G=this.get("element");if(!G){this._queue[this._queue.length]=["set",arguments];if(this._configs[F]){this._configs[F].value=H;}return;}if(!this._configs[F]&&!YAHOO.lang.isUndefined(G[F])){this._setHTMLAttrConfig(F);}return D.prototype.set.apply(this,arguments);},setAttributeConfig:function(E,F,G){this._configOrder.push(E);D.prototype.setAttributeConfig.apply(this,arguments);},createEvent:function(F,E){this._events[F]=true;return D.prototype.createEvent.apply(this,arguments);},init:function(F,E){this._initElement(F,E);},destroy:function(){var E=this.get("element");YAHOO.util.Event.purgeElement(E,true);this.unsubscribeAll();if(E&&E.parentNode){E.parentNode.removeChild(E);}this._queue=[];this._events={};this._configs={};this._configOrder=[];},_initElement:function(G,F){this._queue=this._queue||[];this._events=this._events||{};this._configs=this._configs||{};this._configOrder=[];F=F||{};F.element=F.element||G||null;var I=false;var E=A.DOM_EVENTS;this.DOM_EVENTS=this.DOM_EVENTS||{};for(var H in E){if(E.hasOwnProperty(H)){this.DOM_EVENTS[H]=E[H];}}if(typeof F.element==="string"){this._setHTMLAttrConfig("id",{value:F.element});}if(B.get(F.element)){I=true;this._initHTMLElement(F);this._initContent(F);}YAHOO.util.Event.onAvailable(F.element,function(){if(!I){this._initHTMLElement(F);}this.fireEvent("available",{type:"available",target:B.get(F.element)});},this,true);YAHOO.util.Event.onContentReady(F.element,function(){if(!I){this._initContent(F);}this.fireEvent("contentReady",{type:"contentReady",target:B.get(F.element)});},this,true);},_initHTMLElement:function(E){this.setAttributeConfig("element",{value:B.get(E.element),readOnly:true});},_initContent:function(E){this.initAttributes(E);this.setAttributes(E,true);this.fireQueue();},_setHTMLAttrConfig:function(E,G){var F=this.get("element");G=G||{};G.name=E;G.setter=G.setter||this.DEFAULT_HTML_SETTER;G.getter=G.getter||this.DEFAULT_HTML_GETTER;G.value=G.value||F[E];this._configs[E]=new YAHOO.util.Attribute(G,this);}};YAHOO.augment(A,D);YAHOO.util.Element=A;})();YAHOO.register("element",YAHOO.util.Element,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/get/get-min-CE=75.js
+7
-0
| @@ | @@ -0,0 +1,7 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | YAHOO.util.Get=function(){var M={},L=0,R=0,E=false,N=YAHOO.env.ua,S=YAHOO.lang;var J=function(W,T,X){var U=X||window,Y=U.document,Z=Y.createElement(W);for(var V in T){if(T[V]&&YAHOO.lang.hasOwnProperty(T,V)){Z.setAttribute(V,T[V]);}}return Z;};var I=function(U,V,T){var W={id:"yui__dyn_"+(R++),type:"text/css",rel:"stylesheet",href:U};if(T){S.augmentObject(W,T);}return J("link",W,V);};var P=function(U,V,T){var W={id:"yui__dyn_"+(R++),type:"text/javascript",src:U};if(T){S.augmentObject(W,T);}return J("script",W,V);};var A=function(T,U){return{tId:T.tId,win:T.win,data:T.data,nodes:T.nodes,msg:U,purge:function(){D(this.tId);}};};var B=function(T,W){var U=M[W],V=(S.isString(T))?U.win.document.getElementById(T):T;if(!V){Q(W,"target node not found: "+T);}return V;};var Q=function(W,V){var T=M[W];if(T.onFailure){var U=T.scope||T.win;T.onFailure.call(U,A(T,V));}};var C=function(W){var T=M[W];T.finished=true;if(T.aborted){var V="transaction "+W+" was aborted";Q(W,V);return;}if(T.onSuccess){var U=T.scope||T.win;T.onSuccess.call(U,A(T));}};var O=function(V){var T=M[V];if(T.onTimeout){var U=T.scope||T;T.onTimeout.call(U,A(T));}};var G=function(V,Z){var U=M[V];if(U.timer){U.timer.cancel();}if(U.aborted){var X="transaction "+V+" was aborted";Q(V,X);return;}if(Z){U.url.shift();if(U.varName){U.varName.shift();}}else{U.url=(S.isString(U.url))?[U.url]:U.url;if(U.varName){U.varName=(S.isString(U.varName))?[U.varName]:U.varName;}}var c=U.win,b=c.document,a=b.getElementsByTagName("head")[0],W;if(U.url.length===0){if(U.type==="script"&&N.webkit&&N.webkit<420&&!U.finalpass&&!U.varName){var Y=P(null,U.win,U.attributes);Y.innerHTML='YAHOO.util.Get._finalize("'+V+'");';U.nodes.push(Y);a.appendChild(Y);}else{C(V);}return;}var T=U.url[0];if(!T){U.url.shift();return G(V);}if(U.timeout){U.timer=S.later(U.timeout,U,O,V);}if(U.type==="script"){W=P(T,c,U.attributes);}else{W=I(T,c,U.attributes);}F(U.type,W,V,T,c,U.url.length);U.nodes.push(W);if(U.insertBefore){var e=B(U.insertBefore,V);if(e){e.parentNode.insertBefore(W,e);}}else{a.appendChild(W);}if((N.webkit||(N.gecko>0&&N.gecko<9))&&U.type==="css"){G(V,T);}};var K=function(){if(E){return;}E=true;for(var T in M){var U=M[T];if(U.autopurge&&U.finished){D(U.tId);delete M[T];}}E=false;};var D=function(Z){if(M[Z]){var T=M[Z],U=T.nodes,X=U.length,c=T.win.document,a=c.getElementsByTagName("head")[0],V,Y,W,b;if(T.insertBefore){V=B(T.insertBefore,Z);if(V){a=V.parentNode;}}for(Y=0;Y<X;Y=Y+1){W=U[Y];if(W.clearAttributes){W.clearAttributes();}else{for(b in W){delete W[b];}}a.removeChild(W);}T.nodes=[];}};var H=function(U,T,V){var X="q"+(L++);V=V||{};if(L%YAHOO.util.Get.PURGE_THRESH===0){K();}M[X]=S.merge(V,{tId:X,type:U,url:T,finished:false,aborted:false,nodes:[]});var W=M[X];W.win=W.win||window;W.scope=W.scope||W.win;W.autopurge=("autopurge" in W)?W.autopurge:(U==="script")?true:false;if(V.charset){W.attributes=W.attributes||{};W.attributes.charset=V.charset;}S.later(0,W,G,X);return{tId:X};};var F=function(c,X,W,U,Y,Z,b){var a=b||G;if(N.ie){X.onreadystatechange=function(){var d=this.readyState;if("loaded"===d||"complete"===d){X.onreadystatechange=null;a(W,U);}};}else{if(N.webkit){if(c==="script"){if(N.webkit>=420){X.addEventListener("load",function(){a(W,U);});}else{var T=M[W];if(T.varName){var V=YAHOO.util.Get.POLL_FREQ;T.maxattempts=YAHOO.util.Get.TIMEOUT/V;T.attempts=0;T._cache=T.varName[0].split(".");T.timer=S.later(V,T,function(j){var f=this._cache,e=f.length,d=this.win,g;for(g=0;g<e;g=g+1){d=d[f[g]];if(!d){this.attempts++;if(this.attempts++>this.maxattempts){var h="Over retry limit, giving up";T.timer.cancel();Q(W,h);}else{}return;}}T.timer.cancel();a(W,U);},null,true);}else{S.later(YAHOO.util.Get.POLL_FREQ,null,a,[W,U]);}}}}else{X.onload=function(){a(W,U);};}}};return{POLL_FREQ:10,PURGE_THRESH:20,TIMEOUT:2000,_finalize:function(T){S.later(0,null,C,T);},abort:function(U){var V=(S.isString(U))?U:U.tId;var T=M[V];if(T){T.aborted=true;}},script:function(T,U){return H("script",T,U);},css:function(T,U){return H("css",T,U);}};}();YAHOO.register("get",YAHOO.util.Get,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/json/json-min-CE=75.js
+7
-0
| @@ | @@ -0,0 +1,7 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | (function(){var l=YAHOO.lang,isFunction=l.isFunction,isObject=l.isObject,isArray=l.isArray,_toStr=Object.prototype.toString,Native=(YAHOO.env.ua.caja?window:this).JSON,_UNICODE_EXCEPTIONS=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,_ESCAPES=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,_VALUES=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,_BRACKETS=/(?:^|:|,)(?:\s*\[)+/g,_UNSAFE=/^[\],:{}\s]*$/,_SPECIAL_CHARS=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,_CHARS={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},UNDEFINED="undefined",OBJECT="object",NULL="null",STRING="string",NUMBER="number",BOOLEAN="boolean",DATE="date",_allowable={"undefined":UNDEFINED,"string":STRING,"[object String]":STRING,"number":NUMBER,"[object Number]":NUMBER,"boolean":BOOLEAN,"[object Boolean]":BOOLEAN,"[object Date]":DATE,"[object RegExp]":OBJECT},EMPTY="",OPEN_O="{",CLOSE_O="}",OPEN_A="[",CLOSE_A="]",COMMA=",",COMMA_CR=",\n",CR="\n",COLON=":",COLON_SP=": ",QUOTE='"';Native=_toStr.call(Native)==="[object JSON]"&&Native;function _char(c){if(!_CHARS[c]){_CHARS[c]="\\u"+("0000"+(+(c.charCodeAt(0))).toString(16)).slice(-4);}return _CHARS[c];}function _revive(data,reviver){var walk=function(o,key){var k,v,value=o[key];if(value&&typeof value==="object"){for(k in value){if(l.hasOwnProperty(value,k)){v=walk(value,k);if(v===undefined){delete value[k];}else{value[k]=v;}}}}return reviver.call(o,key,value);};return typeof reviver==="function"?walk({"":data},""):data;}function _prepare(s){return s.replace(_UNICODE_EXCEPTIONS,_char);}function _isSafe(str){return l.isString(str)&&_UNSAFE.test(str.replace(_ESCAPES,"@").replace(_VALUES,"]").replace(_BRACKETS,""));}function _parse(s,reviver){s=_prepare(s);if(_isSafe(s)){return _revive(eval("("+s+")"),reviver);}throw new SyntaxError("JSON.parse");}function _type(o){var t=typeof o;return _allowable[t]||_allowable[_toStr.call(o)]||(t===OBJECT?(o?OBJECT:NULL):UNDEFINED);}function _string(s){return QUOTE+s.replace(_SPECIAL_CHARS,_char)+QUOTE;}function _indent(s,space){return s.replace(/^/gm,space);}function _stringify(o,w,space){if(o===undefined){return undefined;}var replacer=isFunction(w)?w:null,format=_toStr.call(space).match(/String|Number/)||[],_date=YAHOO.lang.JSON.dateToString,stack=[],tmp,i,len;if(replacer||!isArray(w)){w=undefined;}if(w){tmp={};for(i=0,len=w.length;i<len;++i){tmp[w[i]]=true;}w=tmp;}space=format[0]==="Number"?new Array(Math.min(Math.max(0,space),10)+1).join(" "):(space||EMPTY).slice(0,10);function _serialize(h,key){var value=h[key],t=_type(value),a=[],colon=space?COLON_SP:COLON,arr,i,keys,k,v;if(isObject(value)&&isFunction(value.toJSON)){value=value.toJSON(key);}else{if(t===DATE){value=_date(value);}}if(isFunction(replacer)){value=replacer.call(h,key,value);}if(value!==h[key]){t=_type(value);}switch(t){case DATE:case OBJECT:break;case STRING:return _string(value);case NUMBER:return isFinite(value)?value+EMPTY:NULL;case BOOLEAN:return value+EMPTY;case NULL:return NULL;default:return undefined;}for(i=stack.length-1;i>=0;--i){if(stack[i]===value){throw new Error("JSON.stringify. Cyclical reference");}}arr=isArray(value);stack.push(value);if(arr){for(i=value.length-1;i>=0;--i){a[i]=_serialize(value,i)||NULL;}}else{keys=w||value;i=0;for(k in keys){if(keys.hasOwnProperty(k)){v=_serialize(value,k);if(v){a[i++]=_string(k)+colon+v;}}}}stack.pop();if(space&&a.length){return arr?OPEN_A+CR+_indent(a.join(COMMA_CR),space)+CR+CLOSE_A:OPEN_O+CR+_indent(a.join(COMMA_CR),space)+CR+CLOSE_O;}else{return arr?OPEN_A+a.join(COMMA)+CLOSE_A:OPEN_O+a.join(COMMA)+CLOSE_O;}}return _serialize({"":o},"");}YAHOO.lang.JSON={useNativeParse:!!Native,useNativeStringify:!!Native,isSafe:function(s){return _isSafe(_prepare(s));},parse:function(s,reviver){return Native&&YAHOO.lang.JSON.useNativeParse?Native.parse(s,reviver):_parse(s,reviver);},stringify:function(o,w,space){return Native&&YAHOO.lang.JSON.useNativeStringify?Native.stringify(o,w,space):_stringify(o,w,space);},dateToString:function(d){function _zeroPad(v){return v<10?"0"+v:v;}return d.getUTCFullYear()+"-"+_zeroPad(d.getUTCMonth()+1)+"-"+_zeroPad(d.getUTCDate())+"T"+_zeroPad(d.getUTCHours())+COLON+_zeroPad(d.getUTCMinutes())+COLON+_zeroPad(d.getUTCSeconds())+"Z";},stringToDate:function(str){var m=str.match(/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(?:\.(\d{3}))?Z$/);if(m){var d=new Date();d.setUTCFullYear(m[1],m[2]-1,m[3]);d.setUTCHours(m[4],m[5],m[6],(m[7]||0));return d;}return str;}};YAHOO.lang.JSON.isValid=YAHOO.lang.JSON.isSafe;})();YAHOO.register("json",YAHOO.lang.JSON,{version:"2.8.0r4",build:"2449"}); |
| \ No newline at end of file | |
data/www.choicecastings.com/universal/yui/selector/selector-CE=75.js
+644
-0
| @@ | @@ -0,0 +1,644 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | /** |
| + | * The selector module provides helper methods allowing CSS3 Selectors to be used with DOM elements. |
| + | * @module selector |
| + | * @title Selector Utility |
| + | * @namespace YAHOO.util |
| + | * @requires yahoo, dom |
| + | */ |
| + | |
| + | (function() { |
| + | var Y = YAHOO.util; |
| + | |
| + | /** |
| + | * Provides helper methods for collecting and filtering DOM elements. |
| + | * @namespace YAHOO.util |
| + | * @class Selector |
| + | * @static |
| + | */ |
| + | |
| + | Y.Selector = { |
| + | _foundCache: [], |
| + | _regexCache: {}, |
| + | |
| + | _re: { |
| + | nth: /^(?:([-]?\d*)(n){1}|(odd|even)$)*([-+]?\d*)$/, |
| + | attr: /(\[.*\])/g, |
| + | urls: /^(?:href|src)/ |
| + | }, |
| + | |
| + | /** |
| + | * Default document for use queries |
| + | * @property document |
| + | * @type object |
| + | * @default window.document |
| + | */ |
| + | document: window.document, |
| + | /** |
| + | * Mapping of attributes to aliases, normally to work around HTMLAttributes |
| + | * that conflict with JS reserved words. |
| + | * @property attrAliases |
| + | * @type object |
| + | */ |
| + | attrAliases: { |
| + | }, |
| + | |
| + | /** |
| + | * Mapping of shorthand tokens to corresponding attribute selector |
| + | * @property shorthand |
| + | * @type object |
| + | */ |
| + | shorthand: { |
| + | //'(?:(?:[^\\)\\]\\s*>+~,]+)(?:-?[_a-z]+[-\\w]))+#(-?[_a-z]+[-\\w]*)': '[id=$1]', |
| + | '\\#(-?[_a-z]+[-\\w]*)': '[id=$1]', |
| + | '\\.(-?[_a-z]+[-\\w]*)': '[class~=$1]' |
| + | }, |
| + | |
| + | /** |
| + | * List of operators and corresponding boolean functions. |
| + | * These functions are passed the attribute and the current node's value of the attribute. |
| + | * @property operators |
| + | * @type object |
| + | */ |
| + | operators: { |
| + | '=': function(attr, val) { return attr === val; }, // Equality |
| + | '!=': function(attr, val) { return attr !== val; }, // Inequality |
| + | '~=': function(attr, val) { // Match one of space seperated words |
| + | var s = ' '; |
| + | return (s + attr + s).indexOf((s + val + s)) > -1; |
| + | }, |
| + | '|=': function(attr, val) { return attr === val || attr.slice(0, val.length + 1) === val + '-'; }, // Matches value followed by optional hyphen |
| + | '^=': function(attr, val) { return attr.indexOf(val) === 0; }, // Match starts with value |
| + | '$=': function(attr, val) { return attr.slice(-val.length) === val; }, // Match ends with value |
| + | '*=': function(attr, val) { return attr.indexOf(val) > -1; }, // Match contains value as substring |
| + | '': function(attr, val) { return attr; } // Just test for existence of attribute |
| + | }, |
| + | |
| + | /** |
| + | * List of pseudo-classes and corresponding boolean functions. |
| + | * These functions are called with the current node, and any value that was parsed with the pseudo regex. |
| + | * @property pseudos |
| + | * @type object |
| + | */ |
| + | pseudos: { |
| + | 'root': function(node) { |
| + | return node === node.ownerDocument.documentElement; |
| + | }, |
| + | |
| + | 'nth-child': function(node, val) { |
| + | return Y.Selector._getNth(node, val); |
| + | }, |
| + | |
| + | 'nth-last-child': function(node, val) { |
| + | return Y.Selector._getNth(node, val, null, true); |
| + | }, |
| + | |
| + | 'nth-of-type': function(node, val) { |
| + | return Y.Selector._getNth(node, val, node.tagName); |
| + | }, |
| + | |
| + | 'nth-last-of-type': function(node, val) { |
| + | return Y.Selector._getNth(node, val, node.tagName, true); |
| + | }, |
| + | |
| + | 'first-child': function(node) { |
| + | return Y.Selector._getChildren(node.parentNode)[0] === node; |
| + | }, |
| + | |
| + | 'last-child': function(node) { |
| + | var children = Y.Selector._getChildren(node.parentNode); |
| + | return children[children.length - 1] === node; |
| + | }, |
| + | |
| + | 'first-of-type': function(node, val) { |
| + | return Y.Selector._getChildren(node.parentNode, node.tagName)[0]; |
| + | }, |
| + | |
| + | 'last-of-type': function(node, val) { |
| + | var children = Y.Selector._getChildren(node.parentNode, node.tagName); |
| + | return children[children.length - 1]; |
| + | }, |
| + | |
| + | 'only-child': function(node) { |
| + | var children = Y.Selector._getChildren(node.parentNode); |
| + | return children.length === 1 && children[0] === node; |
| + | }, |
| + | |
| + | 'only-of-type': function(node) { |
| + | return Y.Selector._getChildren(node.parentNode, node.tagName).length === 1; |
| + | }, |
| + | |
| + | 'empty': function(node) { |
| + | return node.childNodes.length === 0; |
| + | }, |
| + | |
| + | 'not': function(node, simple) { |
| + | return !Y.Selector.test(node, simple); |
| + | }, |
| + | |
| + | 'contains': function(node, str) { |
| + | var text = node.innerText || node.textContent || ''; |
| + | return text.indexOf(str) > -1; |
| + | }, |
| + | 'checked': function(node) { |
| + | return node.checked === true; |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Test if the supplied node matches the supplied selector. |
| + | * @method test |
| + | * |
| + | * @param {HTMLElement | String} node An id or node reference to the HTMLElement being tested. |
| + | * @param {string} selector The CSS Selector to test the node against. |
| + | * @return{boolean} Whether or not the node matches the selector. |
| + | * @static |
| + | |
| + | */ |
| + | test: function(node, selector) { |
| + | node = Y.Selector.document.getElementById(node) || node; |
| + | |
| + | if (!node) { |
| + | return false; |
| + | } |
| + | |
| + | var groups = selector ? selector.split(',') : []; |
| + | if (groups.length) { |
| + | for (var i = 0, len = groups.length; i < len; ++i) { |
| + | if ( Y.Selector._test(node, groups[i]) ) { // passes if ANY group matches |
| + | return true; |
| + | } |
| + | } |
| + | return false; |
| + | } |
| + | return Y.Selector._test(node, selector); |
| + | }, |
| + | |
| + | _test: function(node, selector, token, deDupe) { |
| + | token = token || Y.Selector._tokenize(selector).pop() || {}; |
| + | |
| + | if (!node.tagName || |
| + | (token.tag !== '*' && node.tagName !== token.tag) || |
| + | (deDupe && node._found) ) { |
| + | return false; |
| + | } |
| + | |
| + | if (token.attributes.length) { |
| + | var val, |
| + | ieFlag, |
| + | re_urls = Y.Selector._re.urls; |
| + | |
| + | if (!node.attributes || !node.attributes.length) { |
| + | return false; |
| + | } |
| + | for (var i = 0, attr; attr = token.attributes[i++];) { |
| + | ieFlag = (re_urls.test(attr[0])) ? 2 : 0; |
| + | val = node.getAttribute(attr[0], ieFlag); |
| + | if (val === null || val === undefined) { |
| + | return false; |
| + | } |
| + | if ( Y.Selector.operators[attr[1]] && |
| + | !Y.Selector.operators[attr[1]](val, attr[2])) { |
| + | return false; |
| + | } |
| + | } |
| + | } |
| + | |
| + | if (token.pseudos.length) { |
| + | for (var i = 0, len = token.pseudos.length; i < len; ++i) { |
| + | if (Y.Selector.pseudos[token.pseudos[i][0]] && |
| + | !Y.Selector.pseudos[token.pseudos[i][0]](node, token.pseudos[i][1])) { |
| + | return false; |
| + | } |
| + | } |
| + | } |
| + | |
| + | return (token.previous && token.previous.combinator !== ',') ? |
| + | Y.Selector._combinators[token.previous.combinator](node, token) : |
| + | true; |
| + | }, |
| + | |
| + | /** |
| + | * Filters a set of nodes based on a given CSS selector. |
| + | * @method filter |
| + | * |
| + | * @param {array} nodes A set of nodes/ids to filter. |
| + | * @param {string} selector The selector used to test each node. |
| + | * @return{array} An array of nodes from the supplied array that match the given selector. |
| + | * @static |
| + | */ |
| + | filter: function(nodes, selector) { |
| + | nodes = nodes || []; |
| + | |
| + | var node, |
| + | result = [], |
| + | tokens = Y.Selector._tokenize(selector); |
| + | |
| + | if (!nodes.item) { // if not HTMLCollection, handle arrays of ids and/or nodes |
| + | for (var i = 0, len = nodes.length; i < len; ++i) { |
| + | if (!nodes[i].tagName) { // tagName limits to HTMLElements |
| + | node = Y.Selector.document.getElementById(nodes[i]); |
| + | if (node) { // skip IDs that return null |
| + | nodes[i] = node; |
| + | } else { |
| + | } |
| + | } |
| + | } |
| + | } |
| + | result = Y.Selector._filter(nodes, Y.Selector._tokenize(selector)[0]); |
| + | return result; |
| + | }, |
| + | |
| + | _filter: function(nodes, token, firstOnly, deDupe) { |
| + | var result = firstOnly ? null : [], |
| + | foundCache = Y.Selector._foundCache; |
| + | |
| + | for (var i = 0, len = nodes.length; i < len; i++) { |
| + | if (! Y.Selector._test(nodes[i], '', token, deDupe)) { |
| + | continue; |
| + | } |
| + | |
| + | if (firstOnly) { |
| + | return nodes[i]; |
| + | } |
| + | if (deDupe) { |
| + | if (nodes[i]._found) { |
| + | continue; |
| + | } |
| + | nodes[i]._found = true; |
| + | foundCache[foundCache.length] = nodes[i]; |
| + | } |
| + | |
| + | result[result.length] = nodes[i]; |
| + | } |
| + | |
| + | return result; |
| + | }, |
| + | |
| + | /** |
| + | * Retrieves a set of nodes based on a given CSS selector. |
| + | * @method query |
| + | * |
| + | * @param {string} selector The CSS Selector to test the node against. |
| + | * @param {HTMLElement | String} root optional An id or HTMLElement to start the query from. Defaults to Selector.document. |
| + | * @param {Boolean} firstOnly optional Whether or not to return only the first match. |
| + | * @return {Array} An array of nodes that match the given selector. |
| + | * @static |
| + | */ |
| + | query: function(selector, root, firstOnly) { |
| + | var result = Y.Selector._query(selector, root, firstOnly); |
| + | return result; |
| + | }, |
| + | |
| + | |
| + | _query: function(selector, root, firstOnly, deDupe) { |
| + | var result = (firstOnly) ? null : [], |
| + | node; |
| + | |
| + | if (!selector) { |
| + | return result; |
| + | } |
| + | |
| + | var groups = selector.split(','); // TODO: handle comma in attribute/pseudo |
| + | |
| + | if (groups.length > 1) { |
| + | var found; |
| + | for (var i = 0, len = groups.length; i < len; ++i) { |
| + | found = Y.Selector._query(groups[i], root, firstOnly, true); |
| + | result = firstOnly ? found : result.concat(found); |
| + | } |
| + | Y.Selector._clearFoundCache(); |
| + | return result; |
| + | } |
| + | |
| + | if (root && !root.nodeName) { // assume ID |
| + | root = Y.Selector.document.getElementById(root); |
| + | if (!root) { |
| + | return result; |
| + | } |
| + | } |
| + | |
| + | root = root || Y.Selector.document; |
| + | |
| + | if (root.nodeName !== '#document') { // prepend with root selector |
| + | Y.Dom.generateId(root); // TODO: cleanup after? |
| + | selector = root.tagName + '#' + root.id + ' ' + selector; |
| + | node = root; |
| + | root = root.ownerDocument; |
| + | } |
| + | |
| + | var tokens = Y.Selector._tokenize(selector); |
| + | var idToken = tokens[Y.Selector._getIdTokenIndex(tokens)], |
| + | nodes = [], |
| + | id, |
| + | token = tokens.pop() || {}; |
| + | |
| + | if (idToken) { |
| + | id = Y.Selector._getId(idToken.attributes); |
| + | } |
| + | |
| + | // use id shortcut when possible |
| + | if (id) { |
| + | node = node || Y.Selector.document.getElementById(id); |
| + | |
| + | if (node && (root.nodeName === '#document' || Y.Dom.isAncestor(root, node))) { |
| + | if ( Y.Selector._test(node, null, idToken) ) { |
| + | if (idToken === token) { |
| + | nodes = [node]; // simple selector |
| + | } else if (idToken.combinator === ' ' || idToken.combinator === '>') { |
| + | root = node; // start from here |
| + | } |
| + | } |
| + | } else { |
| + | return result; |
| + | } |
| + | } |
| + | |
| + | if (root && !nodes.length) { |
| + | nodes = root.getElementsByTagName(token.tag); |
| + | } |
| + | |
| + | if (nodes.length) { |
| + | result = Y.Selector._filter(nodes, token, firstOnly, deDupe); |
| + | } |
| + | |
| + | return result; |
| + | }, |
| + | |
| + | |
| + | _clearFoundCache: function() { |
| + | var foundCache = Y.Selector._foundCache; |
| + | for (var i = 0, len = foundCache.length; i < len; ++i) { |
| + | try { // IE no like delete |
| + | delete foundCache[i]._found; |
| + | } catch(e) { |
| + | foundCache[i].removeAttribute('_found'); |
| + | } |
| + | } |
| + | foundCache = []; |
| + | }, |
| + | |
| + | |
| + | _getRegExp: function(str, flags) { |
| + | var regexCache = Y.Selector._regexCache; |
| + | flags = flags || ''; |
| + | if (!regexCache[str + flags]) { |
| + | regexCache[str + flags] = new RegExp(str, flags); |
| + | } |
| + | return regexCache[str + flags]; |
| + | }, |
| + | |
| + | _getChildren: function() { |
| + | if (document.documentElement.children && document.documentElement.children.tags) { // document for capability test |
| + | return function(node, tag) { |
| + | return (tag) ? node.children.tags(tag) : node.children || []; |
| + | }; |
| + | } else { |
| + | return function(node, tag) { |
| + | var children = [], |
| + | childNodes = node.childNodes; |
| + | |
| + | for (var i = 0, len = childNodes.length; i < len; ++i) { |
| + | if (childNodes[i].tagName) { |
| + | if (!tag || childNodes[i].tagName === tag) { |
| + | children.push(childNodes[i]); |
| + | } |
| + | } |
| + | } |
| + | return children; |
| + | }; |
| + | } |
| + | }(), |
| + | |
| + | _combinators: { |
| + | ' ': function(node, token) { |
| + | while ( (node = node.parentNode) ) { |
| + | if (Y.Selector._test(node, '', token.previous)) { |
| + | return true; |
| + | } |
| + | } |
| + | return false; |
| + | }, |
| + | |
| + | '>': function(node, token) { |
| + | return Y.Selector._test(node.parentNode, null, token.previous); |
| + | }, |
| + | |
| + | '+': function(node, token) { |
| + | var sib = node.previousSibling; |
| + | while (sib && sib.nodeType !== 1) { |
| + | sib = sib.previousSibling; |
| + | } |
| + | |
| + | if (sib && Y.Selector._test(sib, null, token.previous)) { |
| + | return true; |
| + | } |
| + | return false; |
| + | }, |
| + | |
| + | '~': function(node, token) { |
| + | var sib = node.previousSibling; |
| + | while (sib) { |
| + | if (sib.nodeType === 1 && Y.Selector._test(sib, null, token.previous)) { |
| + | return true; |
| + | } |
| + | sib = sib.previousSibling; |
| + | } |
| + | |
| + | return false; |
| + | } |
| + | }, |
| + | |
| + | |
| + | /* |
| + | an+b = get every _a_th node starting at the _b_th |
| + | 0n+b = no repeat ("0" and "n" may both be omitted (together) , e.g. "0n+1" or "1", not "0+1"), return only the _b_th element |
| + | 1n+b = get every element starting from b ("1" may may be omitted, e.g. "1n+0" or "n+0" or "n") |
| + | an+0 = get every _a_th element, "0" may be omitted |
| + | */ |
| + | _getNth: function(node, expr, tag, reverse) { |
| + | Y.Selector._re.nth.test(expr); |
| + | var a = parseInt(RegExp.$1, 10), // include every _a_ elements (zero means no repeat, just first _a_) |
| + | n = RegExp.$2, // "n" |
| + | oddeven = RegExp.$3, // "odd" or "even" |
| + | b = parseInt(RegExp.$4, 10) || 0, // start scan from element _b_ |
| + | result = [], |
| + | op; |
| + | |
| + | var siblings = Y.Selector._getChildren(node.parentNode, tag); |
| + | |
| + | if (oddeven) { |
| + | a = 2; // always every other |
| + | op = '+'; |
| + | n = 'n'; |
| + | b = (oddeven === 'odd') ? 1 : 0; |
| + | } else if ( isNaN(a) ) { |
| + | a = (n) ? 1 : 0; // start from the first or no repeat |
| + | } |
| + | |
| + | if (a === 0) { // just the first |
| + | if (reverse) { |
| + | b = siblings.length - b + 1; |
| + | } |
| + | |
| + | if (siblings[b - 1] === node) { |
| + | return true; |
| + | } else { |
| + | return false; |
| + | } |
| + | |
| + | } else if (a < 0) { |
| + | reverse = !!reverse; |
| + | a = Math.abs(a); |
| + | } |
| + | |
| + | if (!reverse) { |
| + | for (var i = b - 1, len = siblings.length; i < len; i += a) { |
| + | if ( i >= 0 && siblings[i] === node ) { |
| + | return true; |
| + | } |
| + | } |
| + | } else { |
| + | for (var i = siblings.length - b, len = siblings.length; i >= 0; i -= a) { |
| + | if ( i < len && siblings[i] === node ) { |
| + | return true; |
| + | } |
| + | } |
| + | } |
| + | return false; |
| + | }, |
| + | |
| + | _getId: function(attr) { |
| + | for (var i = 0, len = attr.length; i < len; ++i) { |
| + | if (attr[i][0] == 'id' && attr[i][1] === '=') { |
| + | return attr[i][2]; |
| + | } |
| + | } |
| + | }, |
| + | |
| + | _getIdTokenIndex: function(tokens) { |
| + | for (var i = 0, len = tokens.length; i < len; ++i) { |
| + | if (Y.Selector._getId(tokens[i].attributes)) { |
| + | return i; |
| + | } |
| + | } |
| + | return -1; |
| + | }, |
| + | |
| + | _patterns: { |
| + | tag: /^((?:-?[_a-z]+[\w-]*)|\*)/i, |
| + | attributes: /^\[([a-z]+\w*)+([~\|\^\$\*!=]=?)?['"]?([^\]]*?)['"]?\]/i, |
| + | pseudos: /^:([-\w]+)(?:\(['"]?(.+)['"]?\))*/i, |
| + | combinator: /^\s*([>+~]|\s)\s*/ |
| + | }, |
| + | |
| + | /** |
| + | Break selector into token units per simple selector. |
| + | Combinator is attached to left-hand selector. |
| + | */ |
| + | _tokenize: function(selector) { |
| + | var token = {}, // one token per simple selector (left selector holds combinator) |
| + | tokens = [], // array of tokens |
| + | id, // unique id for the simple selector (if found) |
| + | found = false, // whether or not any matches were found this pass |
| + | patterns = Y.Selector._patterns, |
| + | match; // the regex match |
| + | |
| + | selector = Y.Selector._replaceShorthand(selector); // convert ID and CLASS shortcuts to attributes |
| + | |
| + | /* |
| + | Search for selector patterns, store, and strip them from the selector string |
| + | until no patterns match (invalid selector) or we run out of chars. |
| + | |
| + | Multiple attributes and pseudos are allowed, in any order. |
| + | for example: |
| + | 'form:first-child[type=button]:not(button)[lang|=en]' |
| + | */ |
| + | do { |
| + | found = false; // reset after full pass |
| + | for (var re in patterns) { |
| + | if (YAHOO.lang.hasOwnProperty(patterns, re)) { |
| + | if (re != 'tag' && re != 'combinator') { // only one allowed |
| + | token[re] = token[re] || []; |
| + | } |
| + | if ( (match = patterns[re].exec(selector)) ) { // note assignment |
| + | found = true; |
| + | if (re != 'tag' && re != 'combinator') { // only one allowed |
| + | // capture ID for fast path to element |
| + | if (re === 'attributes' && match[1] === 'id') { |
| + | token.id = match[3]; |
| + | } |
| + | |
| + | token[re].push(match.slice(1)); |
| + | } else { // single selector (tag, combinator) |
| + | token[re] = match[1]; |
| + | } |
| + | selector = selector.replace(match[0], ''); // strip current match from selector |
| + | if (re === 'combinator' || !selector.length) { // next token or done |
| + | token.attributes = Y.Selector._fixAttributes(token.attributes); |
| + | token.pseudos = token.pseudos || []; |
| + | token.tag = token.tag ? token.tag.toUpperCase() : '*'; |
| + | tokens.push(token); |
| + | |
| + | token = { // prep next token |
| + | previous: token |
| + | }; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } while (found); |
| + | |
| + | return tokens; |
| + | }, |
| + | |
| + | |
| + | _fixAttributes: function(attr) { |
| + | var aliases = Y.Selector.attrAliases; |
| + | attr = attr || []; |
| + | for (var i = 0, len = attr.length; i < len; ++i) { |
| + | if (aliases[attr[i][0]]) { // convert reserved words, etc |
| + | attr[i][0] = aliases[attr[i][0]]; |
| + | } |
| + | if (!attr[i][1]) { // use exists operator |
| + | attr[i][1] = ''; |
| + | } |
| + | } |
| + | return attr; |
| + | }, |
| + | |
| + | _replaceShorthand: function(selector) { |
| + | var shorthand = Y.Selector.shorthand; |
| + | |
| + | //var attrs = selector.match(Y.Selector._patterns.attributes); // pull attributes to avoid false pos on "." and "#" |
| + | var attrs = selector.match(Y.Selector._re.attr); // pull attributes to avoid false pos on "." and "#" |
| + | if (attrs) { |
| + | selector = selector.replace(Y.Selector._re.attr, 'REPLACED_ATTRIBUTE'); |
| + | } |
| + | for (var re in shorthand) { |
| + | if (YAHOO.lang.hasOwnProperty(shorthand, re)) { |
| + | selector = selector.replace(Y.Selector._getRegExp(re, 'gi'), shorthand[re]); |
| + | } |
| + | } |
| + | |
| + | if (attrs) { |
| + | for (var i = 0, len = attrs.length; i < len; ++i) { |
| + | selector = selector.replace('REPLACED_ATTRIBUTE', attrs[i]); |
| + | } |
| + | } |
| + | return selector; |
| + | } |
| + | }; |
| + | |
| + | if (YAHOO.env.ua.ie && YAHOO.env.ua.ie < 8) { // rewrite class for IE < 8 |
| + | Y.Selector.attrAliases['class'] = 'className'; |
| + | Y.Selector.attrAliases['for'] = 'htmlFor'; |
| + | } |
| + | |
| + | })(); |
| + | YAHOO.register("selector", YAHOO.util.Selector, {version: "2.8.0r4", build: "2449"}); |
data/www.choicecastings.com/universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js
+14
-0
| @@ | @@ -0,0 +1,14 @@ |
| + | /* |
| + | Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
| + | Code licensed under the BSD License: |
| + | http://developer.yahoo.net/yui/license.txt |
| + | version: 2.8.0r4 |
| + | */ |
| + | if(typeof YAHOO=="undefined"||!YAHOO){var YAHOO={};}YAHOO.namespace=function(){var A=arguments,E=null,C,B,D;for(C=0;C<A.length;C=C+1){D=(""+A[C]).split(".");E=YAHOO;for(B=(D[0]=="YAHOO")?1:0;B<D.length;B=B+1){E[D[B]]=E[D[B]]||{};E=E[D[B]];}}return E;};YAHOO.log=function(D,A,C){var B=YAHOO.widget.Logger;if(B&&B.log){return B.log(D,A,C);}else{return false;}};YAHOO.register=function(A,E,D){var I=YAHOO.env.modules,B,H,G,F,C;if(!I[A]){I[A]={versions:[],builds:[]};}B=I[A];H=D.version;G=D.build;F=YAHOO.env.listeners;B.name=A;B.version=H;B.build=G;B.versions.push(H);B.builds.push(G);B.mainClass=E;for(C=0;C<F.length;C=C+1){F[C](B);}if(E){E.VERSION=H;E.BUILD=G;}else{YAHOO.log("mainClass is undefined for module "+A,"warn");}};YAHOO.env=YAHOO.env||{modules:[],listeners:[]};YAHOO.env.getVersion=function(A){return YAHOO.env.modules[A]||null;};YAHOO.env.ua=function(){var D=function(H){var I=0;return parseFloat(H.replace(/\./g,function(){return(I++==1)?"":".";}));},G=navigator,F={ie:0,opera:0,gecko:0,webkit:0,mobile:null,air:0,caja:G.cajaVersion,secure:false,os:null},C=navigator&&navigator.userAgent,E=window&&window.location,B=E&&E.href,A;F.secure=B&&(B.toLowerCase().indexOf("https")===0);if(C){if((/windows|win32/i).test(C)){F.os="windows";}else{if((/macintosh/i).test(C)){F.os="macintosh";}}if((/KHTML/).test(C)){F.webkit=1;}A=C.match(/AppleWebKit\/([^\s]*)/);if(A&&A[1]){F.webkit=D(A[1]);if(/ Mobile\//.test(C)){F.mobile="Apple";}else{A=C.match(/NokiaN[^\/]*/);if(A){F.mobile=A[0];}}A=C.match(/AdobeAIR\/([^\s]*)/);if(A){F.air=A[0];}}if(!F.webkit){A=C.match(/Opera[\s\/]([^\s]*)/);if(A&&A[1]){F.opera=D(A[1]);A=C.match(/Opera Mini[^;]*/);if(A){F.mobile=A[0];}}else{A=C.match(/MSIE\s([^;]*)/);if(A&&A[1]){F.ie=D(A[1]);}else{A=C.match(/Gecko\/([^\s]*)/);if(A){F.gecko=1;A=C.match(/rv:([^\s\)]*)/);if(A&&A[1]){F.gecko=D(A[1]);}}}}}}return F;}();(function(){YAHOO.namespace("util","widget","example");if("undefined"!==typeof YAHOO_config){var B=YAHOO_config.listener,A=YAHOO.env.listeners,D=true,C;if(B){for(C=0;C<A.length;C++){if(A[C]==B){D=false;break;}}if(D){A.push(B);}}}})();YAHOO.lang=YAHOO.lang||{};(function(){var B=YAHOO.lang,A=Object.prototype,H="[object Array]",C="[object Function]",G="[object Object]",E=[],F=["toString","valueOf"],D={isArray:function(I){return A.toString.apply(I)===H;},isBoolean:function(I){return typeof I==="boolean";},isFunction:function(I){return(typeof I==="function")||A.toString.apply(I)===C;},isNull:function(I){return I===null;},isNumber:function(I){return typeof I==="number"&&isFinite(I);},isObject:function(I){return(I&&(typeof I==="object"||B.isFunction(I)))||false;},isString:function(I){return typeof I==="string";},isUndefined:function(I){return typeof I==="undefined";},_IEEnumFix:(YAHOO.env.ua.ie)?function(K,J){var I,M,L;for(I=0;I<F.length;I=I+1){M=F[I];L=J[M];if(B.isFunction(L)&&L!=A[M]){K[M]=L;}}}:function(){},extend:function(L,M,K){if(!M||!L){throw new Error("extend failed, please check that "+"all dependencies are included.");}var J=function(){},I;J.prototype=M.prototype;L.prototype=new J();L.prototype.constructor=L;L.superclass=M.prototype;if(M.prototype.constructor==A.constructor){M.prototype.constructor=M;}if(K){for(I in K){if(B.hasOwnProperty(K,I)){L.prototype[I]=K[I];}}B._IEEnumFix(L.prototype,K);}},augmentObject:function(M,L){if(!L||!M){throw new Error("Absorb failed, verify dependencies.");}var I=arguments,K,N,J=I[2];if(J&&J!==true){for(K=2;K<I.length;K=K+1){M[I[K]]=L[I[K]];}}else{for(N in L){if(J||!(N in M)){M[N]=L[N];}}B._IEEnumFix(M,L);}},augmentProto:function(L,K){if(!K||!L){throw new Error("Augment failed, verify dependencies.");}var I=[L.prototype,K.prototype],J;for(J=2;J<arguments.length;J=J+1){I.push(arguments[J]);}B.augmentObject.apply(this,I);},dump:function(I,N){var K,M,P=[],Q="{...}",J="f(){...}",O=", ",L=" => ";if(!B.isObject(I)){return I+"";}else{if(I instanceof Date||("nodeType" in I&&"tagName" in I)){return I;}else{if(B.isFunction(I)){return J;}}}N=(B.isNumber(N))?N:3;if(B.isArray(I)){P.push("[");for(K=0,M=I.length;K<M;K=K+1){if(B.isObject(I[K])){P.push((N>0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}if(P.length>1){P.pop();}P.push("]");}else{P.push("{");for(K in I){if(B.hasOwnProperty(I,K)){P.push(K+L);if(B.isObject(I[K])){P.push((N>0)?B.dump(I[K],N-1):Q);}else{P.push(I[K]);}P.push(O);}}if(P.length>1){P.pop();}P.push("}");}return P.join("");},substitute:function(Y,J,R){var N,M,L,U,V,X,T=[],K,O="dump",S=" ",I="{",W="}",Q,P;for(;;){N=Y.lastIndexOf(I);if(N<0){break;}M=Y.indexOf(W,N);if(N+1>=M){break;}K=Y.substring(N+1,M);U=K;X=null;L=U.indexOf(S);if(L>-1){X=U.substring(L+1);U=U.substring(0,L);}V=J[U];if(R){V=R(U,V,X);}if(B.isObject(V)){if(B.isArray(V)){V=B.dump(V,parseInt(X,10));}else{X=X||"";Q=X.indexOf(O);if(Q>-1){X=X.substring(4);}P=V.toString();if(P===G||Q>-1){V=B.dump(V,parseInt(X,10));}else{V=P;}}}else{if(!B.isString(V)&&!B.isNumber(V)){V="~-"+T.length+"-~";T[T.length]=K;}}Y=Y.substring(0,N)+V+Y.substring(M+1);}for(N=T.length-1;N>=0;N=N-1){Y=Y.replace(new RegExp("~-"+N+"-~"),"{"+T[N]+"}","g");}return Y;},trim:function(I){try{return I.replace(/^\s+|\s+$/g,"");}catch(J){return I;}},merge:function(){var L={},J=arguments,I=J.length,K;for(K=0;K<I;K=K+1){B.augmentObject(L,J[K],true);}return L;},later:function(P,J,Q,L,M){P=P||0;J=J||{};var K=Q,O=L,N,I;if(B.isString(Q)){K=J[Q];}if(!K){throw new TypeError("method undefined");}if(O&&!B.isArray(O)){O=[L];}N=function(){K.apply(J,O||E);};I=(M)?setInterval(N,P):setTimeout(N,P);return{interval:M,cancel:function(){if(this.interval){clearInterval(I);}else{clearTimeout(I);}}};},isValue:function(I){return(B.isObject(I)||B.isString(I)||B.isNumber(I)||B.isBoolean(I));}};B.hasOwnProperty=(A.hasOwnProperty)?function(I,J){return I&&I.hasOwnProperty(J);}:function(I,J){return !B.isUndefined(I[J])&&I.constructor.prototype[J]!==I[J];};D.augmentObject(B,D,true);YAHOO.util.Lang=B;B.augment=B.augmentProto;YAHOO.augment=B.augmentProto;YAHOO.extend=B.extend;})();YAHOO.register("yahoo",YAHOO,{version:"2.8.0r4",build:"2449"}); |
| + | (function(){YAHOO.env._id_counter=YAHOO.env._id_counter||0;var E=YAHOO.util,L=YAHOO.lang,m=YAHOO.env.ua,A=YAHOO.lang.trim,d={},h={},N=/^t(?:able|d|h)$/i,X=/color$/i,K=window.document,W=K.documentElement,e="ownerDocument",n="defaultView",v="documentElement",t="compatMode",b="offsetLeft",P="offsetTop",u="offsetParent",Z="parentNode",l="nodeType",C="tagName",O="scrollLeft",i="scrollTop",Q="getBoundingClientRect",w="getComputedStyle",a="currentStyle",M="CSS1Compat",c="BackCompat",g="class",F="className",J="",B=" ",s="(?:^|\\s)",k="(?= |$)",U="g",p="position",f="fixed",V="relative",j="left",o="top",r="medium",q="borderLeftWidth",R="borderTopWidth",D=m.opera,I=m.webkit,H=m.gecko,T=m.ie;E.Dom={CUSTOM_ATTRIBUTES:(!W.hasAttribute)?{"for":"htmlFor","class":F}:{"htmlFor":"for","className":g},DOT_ATTRIBUTES:{},get:function(z){var AB,x,AA,y,Y,G;if(z){if(z[l]||z.item){return z;}if(typeof z==="string"){AB=z;z=K.getElementById(z);G=(z)?z.attributes:null;if(z&&G&&G.id&&G.id.value===AB){return z;}else{if(z&&K.all){z=null;x=K.all[AB];for(y=0,Y=x.length;y<Y;++y){if(x[y].id===AB){return x[y];}}}}return z;}if(YAHOO.util.Element&&z instanceof YAHOO.util.Element){z=z.get("element");}if("length" in z){AA=[];for(y=0,Y=z.length;y<Y;++y){AA[AA.length]=E.Dom.get(z[y]);}return AA;}return z;}return null;},getComputedStyle:function(G,Y){if(window[w]){return G[e][n][w](G,null)[Y];}else{if(G[a]){return E.Dom.IE_ComputedStyle.get(G,Y);}}},getStyle:function(G,Y){return E.Dom.batch(G,E.Dom._getStyle,Y);},_getStyle:function(){if(window[w]){return function(G,y){y=(y==="float")?y="cssFloat":E.Dom._toCamel(y);var x=G.style[y],Y;if(!x){Y=G[e][n][w](G,null);if(Y){x=Y[y];}}return x;};}else{if(W[a]){return function(G,y){var x;switch(y){case"opacity":x=100;try{x=G.filters["DXImageTransform.Microsoft.Alpha"].opacity;}catch(z){try{x=G.filters("alpha").opacity;}catch(Y){}}return x/100;case"float":y="styleFloat";default:y=E.Dom._toCamel(y);x=G[a]?G[a][y]:null;return(G.style[y]||x);}};}}}(),setStyle:function(G,Y,x){E.Dom.batch(G,E.Dom._setStyle,{prop:Y,val:x});},_setStyle:function(){if(T){return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){switch(x){case"opacity":if(L.isString(Y.style.filter)){Y.style.filter="alpha(opacity="+y*100+")";if(!Y[a]||!Y[a].hasLayout){Y.style.zoom=1;}}break;case"float":x="styleFloat";default:Y.style[x]=y;}}else{}};}else{return function(Y,G){var x=E.Dom._toCamel(G.prop),y=G.val;if(Y){if(x=="float"){x="cssFloat";}Y.style[x]=y;}else{}};}}(),getXY:function(G){return E.Dom.batch(G,E.Dom._getXY);},_canPosition:function(G){return(E.Dom._getStyle(G,"display")!=="none"&&E.Dom._inDoc(G));},_getXY:function(){if(K[v][Q]){return function(y){var z,Y,AA,AF,AE,AD,AC,G,x,AB=Math.floor,AG=false;if(E.Dom._canPosition(y)){AA=y[Q]();AF=y[e];z=E.Dom.getDocumentScrollLeft(AF);Y=E.Dom.getDocumentScrollTop(AF);AG=[AB(AA[j]),AB(AA[o])];if(T&&m.ie<8){AE=2;AD=2;AC=AF[t];if(m.ie===6){if(AC!==c){AE=0;AD=0;}}if((AC===c)){G=S(AF[v],q);x=S(AF[v],R);if(G!==r){AE=parseInt(G,10);}if(x!==r){AD=parseInt(x,10);}}AG[0]-=AE;AG[1]-=AD;}if((Y||z)){AG[0]+=z;AG[1]+=Y;}AG[0]=AB(AG[0]);AG[1]=AB(AG[1]);}else{}return AG;};}else{return function(y){var x,Y,AA,AB,AC,z=false,G=y;if(E.Dom._canPosition(y)){z=[y[b],y[P]];x=E.Dom.getDocumentScrollLeft(y[e]);Y=E.Dom.getDocumentScrollTop(y[e]);AC=((H||m.webkit>519)?true:false);while((G=G[u])){z[0]+=G[b];z[1]+=G[P];if(AC){z=E.Dom._calcBorders(G,z);}}if(E.Dom._getStyle(y,p)!==f){G=y;while((G=G[Z])&&G[C]){AA=G[i];AB=G[O];if(H&&(E.Dom._getStyle(G,"overflow")!=="visible")){z=E.Dom._calcBorders(G,z);}if(AA||AB){z[0]-=AB;z[1]-=AA;}}z[0]+=x;z[1]+=Y;}else{if(D){z[0]-=x;z[1]-=Y;}else{if(I||H){z[0]+=x;z[1]+=Y;}}}z[0]=Math.floor(z[0]);z[1]=Math.floor(z[1]);}else{}return z;};}}(),getX:function(G){var Y=function(x){return E.Dom.getXY(x)[0];};return E.Dom.batch(G,Y,E.Dom,true);},getY:function(G){var Y=function(x){return E.Dom.getXY(x)[1];};return E.Dom.batch(G,Y,E.Dom,true);},setXY:function(G,x,Y){E.Dom.batch(G,E.Dom._setXY,{pos:x,noRetry:Y});},_setXY:function(G,z){var AA=E.Dom._getStyle(G,p),y=E.Dom.setStyle,AD=z.pos,Y=z.noRetry,AB=[parseInt(E.Dom.getComputedStyle(G,j),10),parseInt(E.Dom.getComputedStyle(G,o),10)],AC,x;if(AA=="static"){AA=V;y(G,p,AA);}AC=E.Dom._getXY(G);if(!AD||AC===false){return false;}if(isNaN(AB[0])){AB[0]=(AA==V)?0:G[b];}if(isNaN(AB[1])){AB[1]=(AA==V)?0:G[P];}if(AD[0]!==null){y(G,j,AD[0]-AC[0]+AB[0]+"px");}if(AD[1]!==null){y(G,o,AD[1]-AC[1]+AB[1]+"px");}if(!Y){x=E.Dom._getXY(G);if((AD[0]!==null&&x[0]!=AD[0])||(AD[1]!==null&&x[1]!=AD[1])){E.Dom._setXY(G,{pos:AD,noRetry:true});}}},setX:function(Y,G){E.Dom.setXY(Y,[G,null]);},setY:function(G,Y){E.Dom.setXY(G,[null,Y]);},getRegion:function(G){var Y=function(x){var y=false;if(E.Dom._canPosition(x)){y=E.Region.getRegion(x);}else{}return y;};return E.Dom.batch(G,Y,E.Dom,true);},getClientWidth:function(){return E.Dom.getViewportWidth();},getClientHeight:function(){return E.Dom.getViewportHeight();},getElementsByClassName:function(AB,AF,AC,AE,x,AD){AF=AF||"*";AC=(AC)?E.Dom.get(AC):null||K;if(!AC){return[];}var Y=[],G=AC.getElementsByTagName(AF),z=E.Dom.hasClass;for(var y=0,AA=G.length;y<AA;++y){if(z(G[y],AB)){Y[Y.length]=G[y];}}if(AE){E.Dom.batch(Y,AE,x,AD);}return Y;},hasClass:function(Y,G){return E.Dom.batch(Y,E.Dom._hasClass,G);},_hasClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom._getAttribute(x,F)||J;if(Y.exec){G=Y.test(y);}else{G=Y&&(B+y+B).indexOf(B+Y+B)>-1;}}else{}return G;},addClass:function(Y,G){return E.Dom.batch(Y,E.Dom._addClass,G);},_addClass:function(x,Y){var G=false,y;if(x&&Y){y=E.Dom._getAttribute(x,F)||J;if(!E.Dom._hasClass(x,Y)){E.Dom.setAttribute(x,F,A(y+B+Y));G=true;}}else{}return G;},removeClass:function(Y,G){return E.Dom.batch(Y,E.Dom._removeClass,G);},_removeClass:function(y,x){var Y=false,AA,z,G;if(y&&x){AA=E.Dom._getAttribute(y,F)||J;E.Dom.setAttribute(y,F,AA.replace(E.Dom._getClassRegex(x),J));z=E.Dom._getAttribute(y,F);if(AA!==z){E.Dom.setAttribute(y,F,A(z));Y=true;if(E.Dom._getAttribute(y,F)===""){G=(y.hasAttribute&&y.hasAttribute(g))?g:F; |
| + | y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G});},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom._getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=true;}}}}else{}return G;},generateId:function(G,x){x=x||"yui-gen";var Y=function(y){if(y&&y.id){return y.id;}var z=x+YAHOO.env._id_counter++;if(y){if(y[e]&&y[e].getElementById(z)){return E.Dom.generateId(y,z+x);}y.id=z;}return z;};return E.Dom.batch(G,Y,E.Dom,true)||Y.apply(E.Dom,arguments);},isAncestor:function(Y,x){Y=E.Dom.get(Y);x=E.Dom.get(x);var G=false;if((Y&&x)&&(Y[l]&&x[l])){if(Y.contains&&Y!==x){G=Y.contains(x);}else{if(Y.compareDocumentPosition){G=!!(Y.compareDocumentPosition(x)&16);}}}else{}return G;},inDocument:function(G,Y){return E.Dom._inDoc(E.Dom.get(G),Y);},_inDoc:function(Y,x){var G=false;if(Y&&Y[C]){x=x||Y[e];G=E.Dom.isAncestor(x[v],Y);}else{}return G;},getElementsBy:function(Y,AF,AB,AD,y,AC,AE){AF=AF||"*";AB=(AB)?E.Dom.get(AB):null||K;if(!AB){return[];}var x=[],G=AB.getElementsByTagName(AF);for(var z=0,AA=G.length;z<AA;++z){if(Y(G[z])){if(AE){x=G[z];break;}else{x[x.length]=G[z];}}}if(AD){E.Dom.batch(x,AD,y,AC);}return x;},getElementBy:function(x,G,Y){return E.Dom.getElementsBy(x,G,Y,null,null,null,true);},batch:function(x,AB,AA,z){var y=[],Y=(z)?AA:window;x=(x&&(x[C]||x.item))?x:E.Dom.get(x);if(x&&AB){if(x[C]||x.length===undefined){return AB.call(Y,x,AA);}for(var G=0;G<x.length;++G){y[y.length]=AB.call(Y,x[G],AA);}}else{return false;}return y;},getDocumentHeight:function(){var Y=(K[t]!=M||I)?K.body.scrollHeight:W.scrollHeight,G=Math.max(Y,E.Dom.getViewportHeight());return G;},getDocumentWidth:function(){var Y=(K[t]!=M||I)?K.body.scrollWidth:W.scrollWidth,G=Math.max(Y,E.Dom.getViewportWidth());return G;},getViewportHeight:function(){var G=self.innerHeight,Y=K[t];if((Y||T)&&!D){G=(Y==M)?W.clientHeight:K.body.clientHeight;}return G;},getViewportWidth:function(){var G=self.innerWidth,Y=K[t];if(Y||T){G=(Y==M)?W.clientWidth:K.body.clientWidth;}return G;},getAncestorBy:function(G,Y){while((G=G[Z])){if(E.Dom._testElement(G,Y)){return G;}}return null;},getAncestorByClassName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return E.Dom.hasClass(y,G);};return E.Dom.getAncestorBy(Y,x);},getAncestorByTagName:function(Y,G){Y=E.Dom.get(Y);if(!Y){return null;}var x=function(y){return y[C]&&y[C].toUpperCase()==G.toUpperCase();};return E.Dom.getAncestorBy(Y,x);},getPreviousSiblingBy:function(G,Y){while(G){G=G.previousSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getPreviousSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getPreviousSiblingBy(G);},getNextSiblingBy:function(G,Y){while(G){G=G.nextSibling;if(E.Dom._testElement(G,Y)){return G;}}return null;},getNextSibling:function(G){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getNextSiblingBy(G);},getFirstChildBy:function(G,x){var Y=(E.Dom._testElement(G.firstChild,x))?G.firstChild:null;return Y||E.Dom.getNextSiblingBy(G.firstChild,x);},getFirstChild:function(G,Y){G=E.Dom.get(G);if(!G){return null;}return E.Dom.getFirstChildBy(G);},getLastChildBy:function(G,x){if(!G){return null;}var Y=(E.Dom._testElement(G.lastChild,x))?G.lastChild:null;return Y||E.Dom.getPreviousSiblingBy(G.lastChild,x);},getLastChild:function(G){G=E.Dom.get(G);return E.Dom.getLastChildBy(G);},getChildrenBy:function(Y,y){var x=E.Dom.getFirstChildBy(Y,y),G=x?[x]:[];E.Dom.getNextSiblingBy(x,function(z){if(!y||y(z)){G[G.length]=z;}return false;});return G;},getChildren:function(G){G=E.Dom.get(G);if(!G){}return E.Dom.getChildrenBy(G);},getDocumentScrollLeft:function(G){G=G||K;return Math.max(G[v].scrollLeft,G.body.scrollLeft);},getDocumentScrollTop:function(G){G=G||K;return Math.max(G[v].scrollTop,G.body.scrollTop);},insertBefore:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}return G[Z].insertBefore(Y,G);},insertAfter:function(Y,G){Y=E.Dom.get(Y);G=E.Dom.get(G);if(!Y||!G||!G[Z]){return null;}if(G.nextSibling){return G[Z].insertBefore(Y,G.nextSibling);}else{return G[Z].appendChild(Y);}},getClientRegion:function(){var x=E.Dom.getDocumentScrollTop(),Y=E.Dom.getDocumentScrollLeft(),y=E.Dom.getViewportWidth()+Y,G=E.Dom.getViewportHeight()+x;return new E.Region(x,y,G,Y);},setAttribute:function(Y,G,x){E.Dom.batch(Y,E.Dom._setAttribute,{attr:G,val:x});},_setAttribute:function(x,Y){var G=E.Dom._toCamel(Y.attr),y=Y.val;if(x&&x.setAttribute){if(E.Dom.DOT_ATTRIBUTES[G]){x[G]=y;}else{G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;x.setAttribute(G,y);}}else{}},getAttribute:function(Y,G){return E.Dom.batch(Y,E.Dom._getAttribute,G);},_getAttribute:function(Y,G){var x;G=E.Dom.CUSTOM_ATTRIBUTES[G]||G;if(Y&&Y.getAttribute){x=Y.getAttribute(G,2);}else{}return x;},_toCamel:function(Y){var x=d;function G(y,z){return z.toUpperCase();}return x[Y]||(x[Y]=Y.indexOf("-")===-1?Y:Y.replace(/-([a-z])/gi,G));},_getClassRegex:function(Y){var G;if(Y!==undefined){if(Y.exec){G=Y;}else{G=h[Y];if(!G){Y=Y.replace(E.Dom._patterns.CLASS_RE_TOKENS,"\\$1");G=h[Y]=new RegExp(s+Y+k,U);}}}return G;},_patterns:{ROOT_TAG:/^body|html$/i,CLASS_RE_TOKENS:/([\.\(\)\^\$\*\+\?\|\[\]\{\}\\])/g},_testElement:function(G,Y){return G&&G[l]==1&&(!Y||Y(G));},_calcBorders:function(x,y){var Y=parseInt(E.Dom[w](x,R),10)||0,G=parseInt(E.Dom[w](x,q),10)||0;if(H){if(N.test(x[C])){Y=0;G=0;}}y[0]+=G;y[1]+=Y;return y;}};var S=E.Dom[w];if(m.opera){E.Dom[w]=function(Y,G){var x=S(Y,G);if(X.test(G)){x=E.Dom.Color.toRGB(x);}return x;};}if(m.webkit){E.Dom[w]=function(Y,G){var x=S(Y,G);if(x==="rgba(0, 0, 0, 0)"){x="transparent";}return x;};}if(m.ie&&m.ie>=8&&K.documentElement.hasAttribute){E.Dom.DOT_ATTRIBUTES.type=true;}})();YAHOO.util.Region=function(C,D,A,B){this.top=C;this.y=C;this[1]=C;this.right=D;this.bottom=A;this.left=B;this.x=B;this[0]=B; |
| + | this.width=this.right-this.left;this.height=this.bottom-this.top;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.Region.prototype.intersect=function(E){var C=Math.max(this.top,E.top),D=Math.min(this.right,E.right),A=Math.min(this.bottom,E.bottom),B=Math.max(this.left,E.left);if(A>=C&&D>=B){return new YAHOO.util.Region(C,D,A,B);}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", right: "+this.right+", bottom: "+this.bottom+", left: "+this.left+", height: "+this.height+", width: "+this.width+"}");};YAHOO.util.Region.getRegion=function(D){var F=YAHOO.util.Dom.getXY(D),C=F[1],E=F[0]+D.offsetWidth,A=F[1]+D.offsetHeight,B=F[0];return new YAHOO.util.Region(C,E,A,B);};YAHOO.util.Point=function(A,B){if(YAHOO.lang.isArray(A)){B=A[1];A=A[0];}YAHOO.util.Point.superclass.constructor.call(this,B,A,B,A);};YAHOO.extend(YAHOO.util.Point,YAHOO.util.Region);(function(){var B=YAHOO.util,A="clientTop",F="clientLeft",J="parentNode",K="right",W="hasLayout",I="px",U="opacity",L="auto",D="borderLeftWidth",G="borderTopWidth",P="borderRightWidth",V="borderBottomWidth",S="visible",Q="transparent",N="height",E="width",H="style",T="currentStyle",R=/^width|height$/,O=/^(\d[.\d]*)+(em|ex|px|gd|rem|vw|vh|vm|ch|mm|cm|in|pt|pc|deg|rad|ms|s|hz|khz|%){1}?/i,M={get:function(X,Z){var Y="",a=X[T][Z];if(Z===U){Y=B.Dom.getStyle(X,U);}else{if(!a||(a.indexOf&&a.indexOf(I)>-1)){Y=a;}else{if(B.Dom.IE_COMPUTED[Z]){Y=B.Dom.IE_COMPUTED[Z](X,Z);}else{if(O.test(a)){Y=B.Dom.IE.ComputedStyle.getPixel(X,Z);}else{Y=a;}}}}return Y;},getOffset:function(Z,e){var b=Z[T][e],X=e.charAt(0).toUpperCase()+e.substr(1),c="offset"+X,Y="pixel"+X,a="",d;if(b==L){d=Z[c];if(d===undefined){a=0;}a=d;if(R.test(e)){Z[H][e]=d;if(Z[c]>d){a=d-(Z[c]-d);}Z[H][e]=L;}}else{if(!Z[H][Y]&&!Z[H][e]){Z[H][e]=b;}a=Z[H][Y];}return a+I;},getBorderWidth:function(X,Z){var Y=null;if(!X[T][W]){X[H].zoom=1;}switch(Z){case G:Y=X[A];break;case V:Y=X.offsetHeight-X.clientHeight-X[A];break;case D:Y=X[F];break;case P:Y=X.offsetWidth-X.clientWidth-X[F];break;}return Y+I;},getPixel:function(Y,X){var a=null,b=Y[T][K],Z=Y[T][X];Y[H][K]=Z;a=Y[H].pixelRight;Y[H][K]=b;return a+I;},getMargin:function(Y,X){var Z;if(Y[T][X]==L){Z=0+I;}else{Z=B.Dom.IE.ComputedStyle.getPixel(Y,X);}return Z;},getVisibility:function(Y,X){var Z;while((Z=Y[T])&&Z[X]=="inherit"){Y=Y[J];}return(Z)?Z[X]:S;},getColor:function(Y,X){return B.Dom.Color.toRGB(Y[T][X])||Q;},getBorderColor:function(Y,X){var Z=Y[T],a=Z[X]||Z.color;return B.Dom.Color.toRGB(B.Dom.Color.toHex(a));}},C={};C.top=C.right=C.bottom=C.left=C[E]=C[N]=M.getOffset;C.color=M.getColor;C[G]=C[P]=C[V]=C[D]=M.getBorderWidth;C.marginTop=C.marginRight=C.marginBottom=C.marginLeft=M.getMargin;C.visibility=M.getVisibility;C.borderColor=C.borderTopColor=C.borderRightColor=C.borderBottomColor=C.borderLeftColor=M.getBorderColor;B.Dom.IE_COMPUTED=C;B.Dom.IE_ComputedStyle=M;})();(function(){var C="toString",A=parseInt,B=RegExp,D=YAHOO.util;D.Dom.Color={KEYWORDS:{black:"000",silver:"c0c0c0",gray:"808080",white:"fff",maroon:"800000",red:"f00",purple:"800080",fuchsia:"f0f",green:"008000",lime:"0f0",olive:"808000",yellow:"ff0",navy:"000080",blue:"00f",teal:"008080",aqua:"0ff"},re_RGB:/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i,re_hex:/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i,re_hex3:/([0-9A-F])/gi,toRGB:function(E){if(!D.Dom.Color.re_RGB.test(E)){E=D.Dom.Color.toHex(E);}if(D.Dom.Color.re_hex.exec(E)){E="rgb("+[A(B.$1,16),A(B.$2,16),A(B.$3,16)].join(", ")+")";}return E;},toHex:function(H){H=D.Dom.Color.KEYWORDS[H]||H;if(D.Dom.Color.re_RGB.exec(H)){var G=(B.$1.length===1)?"0"+B.$1:Number(B.$1),F=(B.$2.length===1)?"0"+B.$2:Number(B.$2),E=(B.$3.length===1)?"0"+B.$3:Number(B.$3);H=[G[C](16),F[C](16),E[C](16)].join("");}if(H.length<6){H=H.replace(D.Dom.Color.re_hex3,"$1$1");}if(H!=="transparent"&&H.indexOf("#")<0){H="#"+H;}return H.toLowerCase();}};}());YAHOO.register("dom",YAHOO.util.Dom,{version:"2.8.0r4",build:"2449"});YAHOO.util.CustomEvent=function(D,C,B,A,E){this.type=D;this.scope=C||window;this.silent=B;this.fireOnce=E;this.fired=false;this.firedWith=null;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var F="_YUICEOnSubscribe";if(D!==F){this.subscribeEvent=new YAHOO.util.CustomEvent(F,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0;YAHOO.util.CustomEvent.FLAT=1;YAHOO.util.CustomEvent.prototype={subscribe:function(B,C,D){if(!B){throw new Error("Invalid callback for subscriber to '"+this.type+"'");}if(this.subscribeEvent){this.subscribeEvent.fire(B,C,D);}var A=new YAHOO.util.Subscriber(B,C,D);if(this.fireOnce&&this.fired){this.notify(A,this.firedWith);}else{this.subscribers.push(A);}},unsubscribe:function(D,F){if(!D){return this.unsubscribeAll();}var E=false;for(var B=0,A=this.subscribers.length;B<A;++B){var C=this.subscribers[B];if(C&&C.contains(D,F)){this._delete(B);E=true;}}return E;},fire:function(){this.lastError=null;var H=[],A=this.subscribers.length;var D=[].slice.call(arguments,0),C=true,F,B=false;if(this.fireOnce){if(this.fired){return true;}else{this.firedWith=D;}}this.fired=true;if(!A&&this.silent){return true;}if(!this.silent){}var E=this.subscribers.slice();for(F=0;F<A;++F){var G=E[F];if(!G){B=true;}else{C=this.notify(G,D);if(false===C){if(!this.silent){}break;}}}return(C!==false);},notify:function(F,C){var B,H=null,E=F.getScope(this.scope),A=YAHOO.util.Event.throwErrors;if(!this.silent){}if(this.signature==YAHOO.util.CustomEvent.FLAT){if(C.length>0){H=C[0];}try{B=F.fn.call(E,H,F.obj);}catch(G){this.lastError=G;if(A){throw G;}}}else{try{B=F.fn.call(E,this.type,C,F.obj);}catch(D){this.lastError=D;if(A){throw D;}}}return B;},unsubscribeAll:function(){var A=this.subscribers.length,B;for(B=A-1;B>-1;B--){this._delete(B);}this.subscribers=[];return A;},_delete:function(A){var B=this.subscribers[A];if(B){delete B.fn;delete B.obj;}this.subscribers.splice(A,1);},toString:function(){return"CustomEvent: "+"'"+this.type+"', "+"context: "+this.scope;}};YAHOO.util.Subscriber=function(A,B,C){this.fn=A;this.obj=YAHOO.lang.isUndefined(B)?null:B;this.overrideContext=C;};YAHOO.util.Subscriber.prototype.getScope=function(A){if(this.overrideContext){if(this.overrideContext===true){return this.obj;}else{return this.overrideContext;}}return A;};YAHOO.util.Subscriber.prototype.contains=function(A,B){if(B){return(this.fn==A&&this.obj==B);}else{return(this.fn==A);}};YAHOO.util.Subscriber.prototype.toString=function(){return"Subscriber { obj: "+this.obj+", overrideContext: "+(this.overrideContext||"no")+" }";};if(!YAHOO.util.Event){YAHOO.util.Event=function(){var G=false,H=[],J=[],A=0,E=[],B=0,C={63232:38,63233:40,63234:37,63235:39,63276:33,63277:34,25:9},D=YAHOO.env.ua.ie,F="focusin",I="focusout";return{POLL_RETRYS:500,POLL_INTERVAL:40,EL:0,TYPE:1,FN:2,WFN:3,UNLOAD_OBJ:3,ADJ_SCOPE:4,OBJ:5,OVERRIDE:6,CAPTURE:7,lastError:null,isSafari:YAHOO.env.ua.webkit,webkit:YAHOO.env.ua.webkit,isIE:D,_interval:null,_dri:null,_specialTypes:{focusin:(D?"focusin":"focus"),focusout:(D?"focusout":"blur")},DOMReady:false,throwErrors:false,startInterval:function(){if(!this._interval){this._interval=YAHOO.lang.later(this.POLL_INTERVAL,this,this._tryPreloadAttach,null,true);}},onAvailable:function(Q,M,O,P,N){var K=(YAHOO.lang.isString(Q))?[Q]:Q;for(var L=0;L<K.length;L=L+1){E.push({id:K[L],fn:M,obj:O,overrideContext:P,checkReady:N});}A=this.POLL_RETRYS;this.startInterval();},onContentReady:function(N,K,L,M){this.onAvailable(N,K,L,M,true);},onDOMReady:function(){this.DOMReadyEvent.subscribe.apply(this.DOMReadyEvent,arguments);},_addListener:function(M,K,V,P,T,Y){if(!V||!V.call){return false;}if(this._isValidCollection(M)){var W=true;for(var Q=0,S=M.length;Q<S;++Q){W=this.on(M[Q],K,V,P,T)&&W;}return W;}else{if(YAHOO.lang.isString(M)){var O=this.getEl(M);if(O){M=O;}else{this.onAvailable(M,function(){YAHOO.util.Event._addListener(M,K,V,P,T,Y);});return true;}}}if(!M){return false;}if("unload"==K&&P!==this){J[J.length]=[M,K,V,P,T];return true;}var L=M;if(T){if(T===true){L=P;}else{L=T;}}var N=function(Z){return V.call(L,YAHOO.util.Event.getEvent(Z,M),P);};var X=[M,K,V,N,L,P,T,Y];var R=H.length;H[R]=X;try{this._simpleAdd(M,K,N,Y);}catch(U){this.lastError=U;this.removeListener(M,K,V);return false;}return true;},_getType:function(K){return this._specialTypes[K]||K;},addListener:function(M,P,L,N,O){var K=((P==F||P==I)&&!YAHOO.env.ua.ie)?true:false;return this._addListener(M,this._getType(P),L,N,O,K);},addFocusListener:function(L,K,M,N){return this.on(L,F,K,M,N);},removeFocusListener:function(L,K){return this.removeListener(L,F,K);},addBlurListener:function(L,K,M,N){return this.on(L,I,K,M,N);},removeBlurListener:function(L,K){return this.removeListener(L,I,K);},removeListener:function(L,K,R){var M,P,U;K=this._getType(K);if(typeof L=="string"){L=this.getEl(L);}else{if(this._isValidCollection(L)){var S=true;for(M=L.length-1;M>-1;M--){S=(this.removeListener(L[M],K,R)&&S);}return S;}}if(!R||!R.call){return this.purgeElement(L,false,K);}if("unload"==K){for(M=J.length-1;M>-1;M--){U=J[M];if(U&&U[0]==L&&U[1]==K&&U[2]==R){J.splice(M,1);return true;}}return false;}var N=null;var O=arguments[3];if("undefined"===typeof O){O=this._getCacheIndex(H,L,K,R);}if(O>=0){N=H[O];}if(!L||!N){return false;}var T=N[this.CAPTURE]===true?true:false;try{this._simpleRemove(L,K,N[this.WFN],T);}catch(Q){this.lastError=Q;return false;}delete H[O][this.WFN];delete H[O][this.FN];H.splice(O,1);return true;},getTarget:function(M,L){var K=M.target||M.srcElement;return this.resolveTextNode(K);},resolveTextNode:function(L){try{if(L&&3==L.nodeType){return L.parentNode;}}catch(K){}return L;},getPageX:function(L){var K=L.pageX;if(!K&&0!==K){K=L.clientX||0;if(this.isIE){K+=this._getScrollLeft();}}return K;},getPageY:function(K){var L=K.pageY;if(!L&&0!==L){L=K.clientY||0;if(this.isIE){L+=this._getScrollTop();}}return L;},getXY:function(K){return[this.getPageX(K),this.getPageY(K)];},getRelatedTarget:function(L){var K=L.relatedTarget;if(!K){if(L.type=="mouseout"){K=L.toElement; |
| + | }else{if(L.type=="mouseover"){K=L.fromElement;}}}return this.resolveTextNode(K);},getTime:function(M){if(!M.time){var L=new Date().getTime();try{M.time=L;}catch(K){this.lastError=K;return L;}}return M.time;},stopEvent:function(K){this.stopPropagation(K);this.preventDefault(K);},stopPropagation:function(K){if(K.stopPropagation){K.stopPropagation();}else{K.cancelBubble=true;}},preventDefault:function(K){if(K.preventDefault){K.preventDefault();}else{K.returnValue=false;}},getEvent:function(M,K){var L=M||window.event;if(!L){var N=this.getEvent.caller;while(N){L=N.arguments[0];if(L&&Event==L.constructor){break;}N=N.caller;}}return L;},getCharCode:function(L){var K=L.keyCode||L.charCode||0;if(YAHOO.env.ua.webkit&&(K in C)){K=C[K];}return K;},_getCacheIndex:function(M,P,Q,O){for(var N=0,L=M.length;N<L;N=N+1){var K=M[N];if(K&&K[this.FN]==O&&K[this.EL]==P&&K[this.TYPE]==Q){return N;}}return -1;},generateId:function(K){var L=K.id;if(!L){L="yuievtautoid-"+B;++B;K.id=L;}return L;},_isValidCollection:function(L){try{return(L&&typeof L!=="string"&&L.length&&!L.tagName&&!L.alert&&typeof L[0]!=="undefined");}catch(K){return false;}},elCache:{},getEl:function(K){return(typeof K==="string")?document.getElementById(K):K;},clearCache:function(){},DOMReadyEvent:new YAHOO.util.CustomEvent("DOMReady",YAHOO,0,0,1),_load:function(L){if(!G){G=true;var K=YAHOO.util.Event;K._ready();K._tryPreloadAttach();}},_ready:function(L){var K=YAHOO.util.Event;if(!K.DOMReady){K.DOMReady=true;K.DOMReadyEvent.fire();K._simpleRemove(document,"DOMContentLoaded",K._ready);}},_tryPreloadAttach:function(){if(E.length===0){A=0;if(this._interval){this._interval.cancel();this._interval=null;}return;}if(this.locked){return;}if(this.isIE){if(!this.DOMReady){this.startInterval();return;}}this.locked=true;var Q=!G;if(!Q){Q=(A>0&&E.length>0);}var P=[];var R=function(T,U){var S=T;if(U.overrideContext){if(U.overrideContext===true){S=U.obj;}else{S=U.overrideContext;}}U.fn.call(S,U.obj);};var L,K,O,N,M=[];for(L=0,K=E.length;L<K;L=L+1){O=E[L];if(O){N=this.getEl(O.id);if(N){if(O.checkReady){if(G||N.nextSibling||!Q){M.push(O);E[L]=null;}}else{R(N,O);E[L]=null;}}else{P.push(O);}}}for(L=0,K=M.length;L<K;L=L+1){O=M[L];R(this.getEl(O.id),O);}A--;if(Q){for(L=E.length-1;L>-1;L--){O=E[L];if(!O||!O.id){E.splice(L,1);}}this.startInterval();}else{if(this._interval){this._interval.cancel();this._interval=null;}}this.locked=false;},purgeElement:function(O,P,R){var M=(YAHOO.lang.isString(O))?this.getEl(O):O;var Q=this.getListeners(M,R),N,K;if(Q){for(N=Q.length-1;N>-1;N--){var L=Q[N];this.removeListener(M,L.type,L.fn);}}if(P&&M&&M.childNodes){for(N=0,K=M.childNodes.length;N<K;++N){this.purgeElement(M.childNodes[N],P,R);}}},getListeners:function(M,K){var P=[],L;if(!K){L=[H,J];}else{if(K==="unload"){L=[J];}else{K=this._getType(K);L=[H];}}var R=(YAHOO.lang.isString(M))?this.getEl(M):M;for(var O=0;O<L.length;O=O+1){var T=L[O];if(T){for(var Q=0,S=T.length;Q<S;++Q){var N=T[Q];if(N&&N[this.EL]===R&&(!K||K===N[this.TYPE])){P.push({type:N[this.TYPE],fn:N[this.FN],obj:N[this.OBJ],adjust:N[this.OVERRIDE],scope:N[this.ADJ_SCOPE],index:Q});}}}}return(P.length)?P:null;},_unload:function(R){var L=YAHOO.util.Event,O,N,M,Q,P,S=J.slice(),K;for(O=0,Q=J.length;O<Q;++O){M=S[O];if(M){K=window;if(M[L.ADJ_SCOPE]){if(M[L.ADJ_SCOPE]===true){K=M[L.UNLOAD_OBJ];}else{K=M[L.ADJ_SCOPE];}}M[L.FN].call(K,L.getEvent(R,M[L.EL]),M[L.UNLOAD_OBJ]);S[O]=null;}}M=null;K=null;J=null;if(H){for(N=H.length-1;N>-1;N--){M=H[N];if(M){L.removeListener(M[L.EL],M[L.TYPE],M[L.FN],N);}}M=null;}L._simpleRemove(window,"unload",L._unload);},_getScrollLeft:function(){return this._getScroll()[1];},_getScrollTop:function(){return this._getScroll()[0];},_getScroll:function(){var K=document.documentElement,L=document.body;if(K&&(K.scrollTop||K.scrollLeft)){return[K.scrollTop,K.scrollLeft];}else{if(L){return[L.scrollTop,L.scrollLeft];}else{return[0,0];}}},regCE:function(){},_simpleAdd:function(){if(window.addEventListener){return function(M,N,L,K){M.addEventListener(N,L,(K));};}else{if(window.attachEvent){return function(M,N,L,K){M.attachEvent("on"+N,L);};}else{return function(){};}}}(),_simpleRemove:function(){if(window.removeEventListener){return function(M,N,L,K){M.removeEventListener(N,L,(K));};}else{if(window.detachEvent){return function(L,M,K){L.detachEvent("on"+M,K);};}else{return function(){};}}}()};}();(function(){var EU=YAHOO.util.Event;EU.on=EU.addListener;EU.onFocus=EU.addFocusListener;EU.onBlur=EU.addBlurListener; |
| + | /* DOMReady: based on work by: Dean Edwards/John Resig/Matthias Miller/Diego Perini */ |
| + | if(EU.isIE){if(self!==self.top){document.onreadystatechange=function(){if(document.readyState=="complete"){document.onreadystatechange=null;EU._ready();}};}else{YAHOO.util.Event.onDOMReady(YAHOO.util.Event._tryPreloadAttach,YAHOO.util.Event,true);var n=document.createElement("p");EU._dri=setInterval(function(){try{n.doScroll("left");clearInterval(EU._dri);EU._dri=null;EU._ready();n=null;}catch(ex){}},EU.POLL_INTERVAL);}}else{if(EU.webkit&&EU.webkit<525){EU._dri=setInterval(function(){var rs=document.readyState;if("loaded"==rs||"complete"==rs){clearInterval(EU._dri);EU._dri=null;EU._ready();}},EU.POLL_INTERVAL);}else{EU._simpleAdd(document,"DOMContentLoaded",EU._ready);}}EU._simpleAdd(window,"load",EU._load);EU._simpleAdd(window,"unload",EU._unload);EU._tryPreloadAttach();})();}YAHOO.util.EventProvider=function(){};YAHOO.util.EventProvider.prototype={__yui_events:null,__yui_subscribers:null,subscribe:function(A,C,F,E){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[A];if(D){D.subscribe(C,F,E);}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in A){if(YAHOO.lang.hasOwnProperty(A,D)){B=B&&A[D].unsubscribe(E,G);}}return B;}return false;},unsubscribeAll:function(A){return this.unsubscribe(A); |
| + | },createEvent:function(B,G){this.__yui_events=this.__yui_events||{};var E=G||{},D=this.__yui_events,F;if(D[B]){}else{F=new YAHOO.util.CustomEvent(B,E.scope||this,E.silent,YAHOO.util.CustomEvent.FLAT,E.fireOnce);D[B]=F;if(E.onSubscribeCallback){F.subscribeEvent.subscribe(E.onSubscribeCallback);}this.__yui_subscribers=this.__yui_subscribers||{};var A=this.__yui_subscribers[B];if(A){for(var C=0;C<A.length;++C){F.subscribe(A[C].fn,A[C].obj,A[C].overrideContext);}}}return D[B];},fireEvent:function(B){this.__yui_events=this.__yui_events||{};var D=this.__yui_events[B];if(!D){return null;}var A=[];for(var C=1;C<arguments.length;++C){A.push(arguments[C]);}return D.fire.apply(D,A);},hasEvent:function(A){if(this.__yui_events){if(this.__yui_events[A]){return true;}}return false;}};(function(){var A=YAHOO.util.Event,C=YAHOO.lang;YAHOO.util.KeyListener=function(D,I,E,F){if(!D){}else{if(!I){}else{if(!E){}}}if(!F){F=YAHOO.util.KeyListener.KEYDOWN;}var G=new YAHOO.util.CustomEvent("keyPressed");this.enabledEvent=new YAHOO.util.CustomEvent("enabled");this.disabledEvent=new YAHOO.util.CustomEvent("disabled");if(C.isString(D)){D=document.getElementById(D);}if(C.isFunction(E)){G.subscribe(E);}else{G.subscribe(E.fn,E.scope,E.correctScope);}function H(O,N){if(!I.shift){I.shift=false;}if(!I.alt){I.alt=false;}if(!I.ctrl){I.ctrl=false;}if(O.shiftKey==I.shift&&O.altKey==I.alt&&O.ctrlKey==I.ctrl){var J,M=I.keys,L;if(YAHOO.lang.isArray(M)){for(var K=0;K<M.length;K++){J=M[K];L=A.getCharCode(O);if(J==L){G.fire(L,O);break;}}}else{L=A.getCharCode(O);if(M==L){G.fire(L,O);}}}}this.enable=function(){if(!this.enabled){A.on(D,F,H);this.enabledEvent.fire(I);}this.enabled=true;};this.disable=function(){if(this.enabled){A.removeListener(D,F,H);this.disabledEvent.fire(I);}this.enabled=false;};this.toString=function(){return"KeyListener ["+I.keys+"] "+D.tagName+(D.id?"["+D.id+"]":"");};};var B=YAHOO.util.KeyListener;B.KEYDOWN="keydown";B.KEYUP="keyup";B.KEY={ALT:18,BACK_SPACE:8,CAPS_LOCK:20,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,META:224,NUM_LOCK:144,PAGE_DOWN:34,PAGE_UP:33,PAUSE:19,PRINTSCREEN:44,RIGHT:39,SCROLL_LOCK:145,SHIFT:16,SPACE:32,TAB:9,UP:38};})();YAHOO.register("event",YAHOO.util.Event,{version:"2.8.0r4",build:"2449"});YAHOO.register("yahoo-dom-event", YAHOO, {version: "2.8.0r4", build: "2449"}); |
data/www.choicecastings.com/urgent-supply/index.html
+1266
-0
| @@ | @@ -0,0 +1,1266 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Josefin Slab:400", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "19230148"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Urgent Supply - Choice Castings</title> |
| + | <meta property="og:title" content="Urgent Supply - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage19230148" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Furgent-supply%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Replacement parts without Tooling</h2> |
| + | <p>Did a large cast section of your machine break? The part is old and you have no idea whom to get in touch with?</p> |
| + | <p>We use the failed component to reverse engineer the item or create a 3D file for your approval. We then use this data to mill a large block of no-bake sand and pour iron, aluminum or steel.</p> |
| + | <p>This can be done usually within two weeks of receipt of order and broken component, but we have been known to provide a functional replacement casting within 3 business days. And no tooling requirement, saving costs and time.</p> |
| + | <p>Since we mill out a large 3' x 2' section of sand, this process is only effective with larger castings weighing 10 to 1,000 pounds.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/wing-nuts/index.html
+1297
-0
| @@ | @@ -0,0 +1,1297 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Josefin Slab:400", |
| + | "Open Sans:400,600", |
| + | "Copse:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046665"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Wing Nuts - Choice Castings</title> |
| + | <meta property="og:title" content="Wing Nuts - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046665" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fwing-nuts%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="../zinc/index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761854" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper16047004" class="widget-wrapper widget-type-page"><div id="moduleContent16047004"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="../services/index.html">Our Services</a></h4> |
| + | <h4><a href="../material-choices/index.html">Material Choices</a></h4> |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Wing Nuts</h2> |
| + | <p><strong>NEW!!! We now also carry wing screws to match the larger brass wing nuts (see picture below). 1" wing span and thread length of 5/8". Thread type 832.<br /></strong></p> |
| + | <p style="text-align: center;"> <span class="full-image-block ssNonEditable"><img style="text-decoration: line-through;" src="http://www.choicecastings.com/storage/IMG_0782.JPG?__SQUARESPACE_CACHEVERSION=1475613666462" alt="" width="391" height="522" /></span></p> |
| + | <p>We continue to carry a variety of wing nuts, wing screws and custom hardware for your purchase. We stock 832 threaded wing nuts in malleable (without zinc plating) and in brass with a wing span of 3/4".</p> |
| + | <p><span class="thumbnail-image-float-left ssNonEditable"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-wingnuts-screw.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340146791758',180,270);"><img src="http://www.choicecastings.com/storage/thumbnails/16045412-18847650-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1423856924625" alt="" width="170" height="112" /></a></span><span class="thumbnail-image-float-right ssNonEditable"><a href="javascript:showFullImage('/display/ShowImage?imageUrl=%2Fstorage%2Fproduct-art%2Fstock-items-wingnuts-cast-iron-wing-nut1.jpg%3F__SQUARESPACE_CACHEVERSION%3D1340146571268',100,174);"><img src="http://choicecastings.squarespace.com/storage/thumbnails/16045412-18847569-thumbnail.jpg?__SQUARESPACE_CACHEVERSION=1355804110541" alt="" width="163" height="91" /></a></span></p> |
| + | <p> </p> |
| + | <p> </p> |
| + | <p>Zinc Plated Cast Iron Wing Nut and Wing Screw</p> |
| + | <p> </p> |
| + | <p> </p> |
| + | <p> </p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
data/www.choicecastings.com/zinc/index.html
+1286
-0
| @@ | @@ -0,0 +1,1286 @@ |
| + | <!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" lang="en" xml:lang="en"> |
| + | |
| + | <head> |
| + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| + | |
| + | <meta name="Robots" content="index,follow" /> |
| + | |
| + | |
| + | <!-- choicecastings --> |
| + | |
| + | <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> |
| + | |
| + | <link id="primaryStylesheet" rel="stylesheet" type="text/css" href="../display/common-styleId=1673086&RK=1340222010963&CE=75.css"/> |
| + | |
| + | <link id="slideShowStylesheet" rel="stylesheet" type="text/css" href="../universal/styles/squarespace-gallery-slideshow-CE=75.css"/> |
| + | |
| + | |
| + | |
| + | <!-- Google Web Fonts --> |
| + | <script type="text/javascript"> |
| + | WebFontConfig = {"google": {"families": [ |
| + | "Open Sans:400,600", |
| + | "Copse:400", |
| + | "Josefin Slab:400" |
| + | ]}}; |
| + | |
| + | |
| + | (function() { |
| + | var wf = document.createElement('script'); |
| + | wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + |
| + | '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; |
| + | wf.type = 'text/javascript'; |
| + | wf.async = 'true'; |
| + | var s = document.getElementsByTagName('script')[0]; |
| + | s.parentNode.insertBefore(wf, s); |
| + | })(); |
| + | </script> |
| + | |
| + | <script type="text/javascript" src="../universal/yui/yahoo-dom-event/yahoo-dom-event-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/connection/connection_core-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/json/json-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/animation/animation-min-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/selector/selector-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/yui/element/element-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/global-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/lightbox-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/api-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/base64-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/census-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/yui2-yui3-bridge-CE=75.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/squarespace-gallery-slideshow-CE=75.js"></script> |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | // <![CDATA[ |
| + | |
| + | Squarespace.Constants.SS_AUTHKEY = encodeURIComponent(""); |
| + | Squarespace.Constants.WEBSITE_TITLE = "Choice Castings"; |
| + | |
| + | Squarespace.Constants.CURRENT_MODULE_ID = "16046635"; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.ADMINISTRATION_UI = false; |
| + | |
| + | |
| + | |
| + | Squarespace.Constants.CORE_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.CORE_V6_APPLICATION_DOMAIN = "squarespace.com"; |
| + | Squarespace.Constants.V5_FRONTSITE = "http://five.squarespace.com"; |
| + | Squarespace.Constants.WEBSITE_ID = "1364030"; |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | // ]]> |
| + | </script> |
| + | |
| + | <title>Zinc - Choice Castings</title> |
| + | <meta property="og:title" content="Zinc - Choice Castings" /> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <!-- End Heading --> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript" src="../universal/scripts/cookie-min.js"></script> |
| + | <script type="text/javascript" src="../universal/scripts/eu-cookie-policy.js"></script> |
| + | |
| + | </head> |
| + | |
| + | <body id="modulePage16046635" > |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { |
| + | if (document.location.href.indexOf("SSLogoutOk=true") != -1) { |
| + | new Squarespace.FixedPositionTip("Logout Successful", "You have been successfully logged out.", { xMargin: 15, yMargin: 15, icon: "/universal/images/helptip-info.png", orientation: "upper-right", viewportFixed: true, autoHide: 1800 }).show(); |
| + | } |
| + | }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.onDOMReady(function() { new Squarespace.Census.hit(); } ); |
| + | </script> |
| + | |
| + | <script type="text/javascript"> |
| + | YAHOO.util.Event.addListener(document, "keyup", function (e) { if (!e) { e = event; } if (e.keyCode == 27) { document.location.href = "/display/Login?returnUrl=%2Fzinc%2F"; } }); |
| + | </script> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="canvasWrapper"><div id="canvas"> |
| + | |
| + | |
| + | |
| + | <div id="pageHeaderWrapper"><div id="pageHeader"> |
| + | |
| + | <div id="navigationTop"><div id="navigationTop-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationTop-moduleContent16045413"> |
| + | |
| + | <a id="navigationTop-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationTop-moduleContent16045415"> |
| + | |
| + | <a id="navigationTop-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationTop-moduleContent16046547"> |
| + | |
| + | <a id="navigationTop-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationTop-moduleContent16046560"> |
| + | |
| + | <a id="navigationTop-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationTop-moduleContent16046574"> |
| + | |
| + | <a id="navigationTop-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationTop-moduleContent19230148"> |
| + | |
| + | <a id="navigationTop-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationTop-moduleContent16046590"> |
| + | |
| + | <a id="navigationTop-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationTop-moduleContent16046595"> |
| + | |
| + | <a id="navigationTop-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationTop-moduleContent16046598"> |
| + | |
| + | <a id="navigationTop-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationTop-moduleContent16046627"> |
| + | |
| + | <a id="navigationTop-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationTop-moduleContent16046601"> |
| + | |
| + | <a id="navigationTop-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationTop-moduleContent19229099"> |
| + | |
| + | <a id="navigationTop-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationTop-moduleContent16046631"> |
| + | |
| + | <a id="navigationTop-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationTop-moduleContent16046605"> |
| + | |
| + | <a id="navigationTop-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationTop-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationTop-moduleContent16046635"> |
| + | |
| + | <a id="navigationTop-moduleLink16046635" class=" " href="index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationTop-moduleContent17257711"> |
| + | |
| + | <a id="navigationTop-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationTop-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationTop-moduleContent16046640"> |
| + | |
| + | <a id="navigationTop-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationTop-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationTop-moduleContent16046664"> |
| + | |
| + | <a id="navigationTop-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationTop-moduleContent16046665"> |
| + | |
| + | <a id="navigationTop-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationTop-moduleContent16046669"> |
| + | |
| + | <a id="navigationTop-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationTop-moduleContent16046693"> |
| + | |
| + | <a id="navigationTop-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationTop-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationTop-moduleContent16045416"> |
| + | |
| + | <a id="navigationTop-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="bannerAreaWrapper"><div id="bannerArea"> |
| + | |
| + | |
| + | <div id="bannerWrapper"> |
| + | <a href="../index.html"><img id="banner" src="http://www.choicecastings.com/storage/interface-art/choice-header.jpg" alt="Choice Castings" title="Choice Castings"/></a> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | <div id="navigationBottom"><div id="navigationBottom-sectionContent6761195" class="horizontalNavigationBar"><ul class="content-navigation"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045413"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045413"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045415"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045415"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046547"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046547"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046547"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046560"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046560"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046574"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046574"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19230148"> |
| + | |
| + | <div id="navigationBottom-moduleContent19230148"> |
| + | |
| + | <a id="navigationBottom-moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046590"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046590"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046595"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046595"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046595"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046598"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046598"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046627"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046627"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046601"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046601"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper19229099"> |
| + | |
| + | <div id="navigationBottom-moduleContent19229099"> |
| + | |
| + | <a id="navigationBottom-moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046631"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046631"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046605"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046605"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="navigationBottom-moduleContentWrapper16046635"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046635"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046635" class=" " href="index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper17257711"> |
| + | |
| + | <div id="navigationBottom-moduleContent17257711"> |
| + | |
| + | <a id="navigationBottom-moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="navigationBottom-moduleContentWrapper16046640"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046640"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="navigationBottom-folderContent16046640"> |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046664"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046664"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046665"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046665"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046669"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046669"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16046693"> |
| + | |
| + | <div id="navigationBottom-moduleContent16046693"> |
| + | |
| + | <a id="navigationBottom-moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="navigationBottom-moduleContentWrapper16045416"> |
| + | |
| + | <div id="navigationBottom-moduleContent16045416"> |
| + | |
| + | <a id="navigationBottom-moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul><br class="clearer"/></div></div> |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div id="pageBodyWrapper"><div id="pageBody"> |
| + | |
| + | <div id="sidebar1Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar1" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent6761195" class="sectionWrapper promotedContainer "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Top</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16045413"> |
| + | |
| + | <div id="moduleContent16045413"> |
| + | |
| + | <a id="moduleLink16045413" class=" " href="../index.html" ><span>Home</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045415"> |
| + | |
| + | <div id="moduleContent16045415"> |
| + | |
| + | <a id="moduleLink16045415" class=" " href="../about/index.html" ><span>About Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046547"> |
| + | |
| + | <div id="moduleContent16046547"> |
| + | |
| + | <a id="moduleLink16046547" class=" folder-link" href="../services/index.html" ><span>Services</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046547"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046560"> |
| + | |
| + | <div id="moduleContent16046560"> |
| + | |
| + | <a id="moduleLink16046560" class=" " href="../casting-sourcing/index.html" ><span>Casting Sourcing</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046574"> |
| + | |
| + | <div id="moduleContent16046574"> |
| + | |
| + | <a id="moduleLink16046574" class=" " href="../rapid-prototyping/index.html" ><span>Rapid Prototyping</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19230148"> |
| + | |
| + | <div id="moduleContent19230148"> |
| + | |
| + | <a id="moduleLink19230148" class=" " href="../urgent-supply/index.html" ><span>Urgent Supply</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046590"> |
| + | |
| + | <div id="moduleContent16046590"> |
| + | |
| + | <a id="moduleLink16046590" class=" " href="../simulations/index.html" ><span>Processing & Performance Simulations</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046595"> |
| + | |
| + | <div id="moduleContent16046595"> |
| + | |
| + | <a id="moduleLink16046595" class=" folder-link" href="../material-choices/index.html" ><span>Material Choices</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046595"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046598"> |
| + | |
| + | <div id="moduleContent16046598"> |
| + | |
| + | <a id="moduleLink16046598" class=" " href="../malleable-iron/index.html" ><span>Malleable Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046627"> |
| + | |
| + | <div id="moduleContent16046627"> |
| + | |
| + | <a id="moduleLink16046627" class=" " href="../aluminum/index.html" ><span>Aluminum</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046601"> |
| + | |
| + | <div id="moduleContent16046601"> |
| + | |
| + | <a id="moduleLink16046601" class=" " href="../gray-iron/index.html" ><span>Gray Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper19229099"> |
| + | |
| + | <div id="moduleContent19229099"> |
| + | |
| + | <a id="moduleLink19229099" class=" " href="../steel-large-complex/index.html" ><span>Steel (Large complex)</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046631"> |
| + | |
| + | <div id="moduleContent16046631"> |
| + | |
| + | <a id="moduleLink16046631" class=" " href="../copper/index.html" ><span>Copper</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046605"> |
| + | |
| + | <div id="moduleContent16046605"> |
| + | |
| + | <a id="moduleLink16046605" class=" " href="../ductile-iron/index.html" ><span>Ductile Iron</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module active-module " id="moduleContentWrapper16046635"> |
| + | |
| + | <div id="moduleContent16046635"> |
| + | |
| + | <a id="moduleLink16046635" class=" " href="index.html" ><span>Zinc</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper17257711"> |
| + | |
| + | <div id="moduleContent17257711"> |
| + | |
| + | <a id="moduleLink17257711" class=" " href="../steel/index.html" ><span>Steel</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module folder-closed" id="moduleContentWrapper16046640"> |
| + | |
| + | <div id="moduleContent16046640"> |
| + | |
| + | <a id="moduleLink16046640" class=" folder-link" href="../stock-items/index.html" ><span>Stock Items</span></a> |
| + | |
| + | |
| + | |
| + | <div class="folder-wrapper"> |
| + | <ul class="folder" id="folderContent16046640"> |
| + | |
| + | <li class="module " id="moduleContentWrapper16046664"> |
| + | |
| + | <div id="moduleContent16046664"> |
| + | |
| + | <a id="moduleLink16046664" class=" " href="../nest-caps/index.html" ><span>Nest Caps</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046665"> |
| + | |
| + | <div id="moduleContent16046665"> |
| + | |
| + | <a id="moduleLink16046665" class=" " href="../wing-nuts/index.html" ><span>Wing Nuts</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046669"> |
| + | |
| + | <div id="moduleContent16046669"> |
| + | |
| + | <a id="moduleLink16046669" class=" " href="../hand-wheels/index.html" ><span>Hand Wheels</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16046693"> |
| + | |
| + | <div id="moduleContent16046693"> |
| + | |
| + | <a id="moduleLink16046693" class=" " href="../spike-grids-timber-connectors/index.html" ><span>Spike Grids</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | </ul> |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | |
| + | <li class="module " id="moduleContentWrapper16045416"> |
| + | |
| + | <div id="moduleContent16045416"> |
| + | |
| + | <a id="moduleLink16045416" class=" " href="http://www.choicecastings.com/contact/" ><span>Work With Us</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7547026" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <div class="content-passthrough"><div id="moduleContentWrapper17847828" class="widget-wrapper widget-type-page"><div id="moduleContent17847828"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h4><a href="http://www.choicecastings.com/contact/">Request A Quote</a></h4> |
| + | </div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | <div id="sidebar2Wrapper" class="verticalNavigationBarWrapper"><div class="iw-vnb1"><div class="iw-vnb2"><div class="iw-vnb3"><div class="iw-vnb4"><div id="sidebar2" class="verticalNavigationBar"> |
| + | |
| + | |
| + | |
| + | <div id="sectionContent7139575" class="sectionWrapper "><div class="iw-s1"><div class="iw-s2"><div class="iw-s3"><div class="iw-s4"><div class="section"> |
| + | |
| + | <div class="caption">Photo Galleries</div> |
| + | |
| + | |
| + | |
| + | <ul class="content-navigation"> |
| + | <li class="module " id="moduleContentWrapper16915230"> |
| + | |
| + | <div id="moduleContent16915230"> |
| + | |
| + | <a id="moduleLink16915230" class=" " href="../home-photo-gallery/index.html" ><span>Home Photo Gallery</span></a> |
| + | |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </li> |
| + | |
| + | </ul> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </div></div></div></div></div></div> |
| + | |
| + | |
| + | |
| + | <div id="contentWrapper"><div id="content"> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | <h2>Zinc<span class="full-image-float-right ssNonEditable"><span><img src="http://choicecastings.squarespace.com/storage/Zinc___Aluminum_Die_Cast.jpg?__SQUARESPACE_CACHEVERSION=1355800118943" alt="" /></span></span></h2> |
| + | <p>High volume applications with exceptional surface quality due to die casting process. Small to medium size castings. Due to costs of tooling, applications are usually higher volumes.</p> |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Content --> |
| + | |
| + | |
| + | |
| + | </div></div> <!-- Page Body --> |
| + | |
| + | |
| + | |
| + | <div id="pageFooterWrapper"><div id="pageFooter"> |
| + | |
| + | Copyright © 2012, Choice Castings Inc. All rights reserved. |
| + | |
| + | |
| + | |
| + | |
| + | </div></div> |
| + | |
| + | </div></div> <!-- Canvas --> |
| + | |
| + | |
| + | |
| + | |
| + | <div class="clearer" id="bodyClearer"></div> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | </body> |
| + | </html> |
| \ No newline at end of file | |
log/server.log
+13
-0
| @@ | @@ -0,0 +1,13 @@ |
| + | # Logfile created on 2017-09-27 13:05:59 -0400 by logger.rb/56815 |
| + | I, [2017-09-27T13:05:59.864365 #25227] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2017-09-27T13:05:59.864436 #25227] INFO -- : Maximum connections set to 1024 |
| + | I, [2017-09-27T13:05:59.864456 #25227] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |
| + | I, [2017-09-27T16:21:25.264398 #36341] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2017-09-27T16:21:25.264759 #36341] INFO -- : Maximum connections set to 1024 |
| + | I, [2017-09-27T16:21:25.264805 #36341] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |
| + | I, [2017-09-29T14:06:43.403942 #8995] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2017-09-29T14:06:43.404226 #8995] INFO -- : Maximum connections set to 1024 |
| + | I, [2017-09-29T14:06:43.404254 #8995] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |
| + | I, [2017-09-29T17:49:24.445215 #17299] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2017-09-29T17:49:24.445299 #17299] INFO -- : Maximum connections set to 1024 |
| + | I, [2017-09-29T17:49:24.445318 #17299] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |
public/images/.gitkeep
+0
-0
public/images/ChoiceCastingsLogo.png
+0
-0
public/images/logo.png
+0
-0
public/javascripts/app.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | $(document).foundation(); |
public/javascripts/vendor/foundation.js
+7472
-0
| @@ | @@ -0,0 +1,7472 @@ |
| + | !function($) { |
| + | |
| + | "use strict"; |
| + | |
| + | var FOUNDATION_VERSION = '6.0.3'; |
| + | |
| + | // Global Foundation object |
| + | // This is attached to the window, or used as a module for AMD/Browserify |
| + | var Foundation = { |
| + | version: FOUNDATION_VERSION, |
| + | |
| + | /** |
| + | * Stores initialized plugins. |
| + | */ |
| + | _plugins: {}, |
| + | |
| + | /** |
| + | * Stores generated unique ids for plugin instances |
| + | */ |
| + | _uuids: [], |
| + | /** |
| + | * Stores currently active plugins. |
| + | */ |
| + | _activePlugins: {}, |
| + | |
| + | /** |
| + | * Returns a boolean for RTL support |
| + | */ |
| + | rtl: function(){ |
| + | return $('html').attr('dir') === 'rtl'; |
| + | }, |
| + | /** |
| + | * Defines a Foundation plugin, adding it to the `Foundation` namespace and the list of plugins to initialize when reflowing. |
| + | * @param {Object} plugin - The constructor of the plugin. |
| + | */ |
| + | plugin: function(plugin, name) { |
| + | // Object key to use when adding to global Foundation object |
| + | // Examples: Foundation.Reveal, Foundation.OffCanvas |
| + | var className = (name || functionName(plugin)); |
| + | // Object key to use when storing the plugin, also used to create the identifying data attribute for the plugin |
| + | // Examples: data-reveal, data-off-canvas |
| + | var attrName = hyphenate(className); |
| + | |
| + | // Add to the Foundation object and the plugins list (for reflowing) |
| + | this._plugins[attrName] = this[className] = plugin; |
| + | }, |
| + | /** |
| + | * @function |
| + | * Creates a pointer to an instance of a Plugin within the Foundation._activePlugins object. |
| + | * Sets the `[data-pluginName="uniqueIdHere"]`, allowing easy access to any plugin's internal methods. |
| + | * Also fires the initialization event for each plugin, consolidating repeditive code. |
| + | * @param {Object} plugin - an instance of a plugin, usually `this` in context. |
| + | * @fires Plugin#init |
| + | */ |
| + | registerPlugin: function(plugin){ |
| + | var pluginName = functionName(plugin.constructor).toLowerCase(); |
| + | |
| + | plugin.uuid = this.GetYoDigits(6, pluginName); |
| + | plugin.$element.attr('data-' + pluginName, plugin.uuid) |
| + | /** |
| + | * Fires when the plugin has initialized. |
| + | * @event Plugin#init |
| + | */ |
| + | .trigger('init.zf.' + pluginName); |
| + | |
| + | this._activePlugins[plugin.uuid] = plugin; |
| + | |
| + | return; |
| + | }, |
| + | /** |
| + | * @function |
| + | * Removes the pointer for an instance of a Plugin from the Foundation._activePlugins obj. |
| + | * Also fires the destroyed event for the plugin, consolidating repeditive code. |
| + | * @param {Object} plugin - an instance of a plugin, usually `this` in context. |
| + | * @fires Plugin#destroyed |
| + | */ |
| + | unregisterPlugin: function(plugin){ |
| + | var pluginName = functionName(plugin.constructor).toLowerCase(); |
| + | |
| + | delete this._activePlugins[plugin.uuid]; |
| + | plugin.$element.removeAttr('data-' + pluginName) |
| + | /** |
| + | * Fires when the plugin has been destroyed. |
| + | * @event Plugin#destroyed |
| + | */ |
| + | .trigger('destroyed.zf.' + pluginName); |
| + | |
| + | return; |
| + | }, |
| + | |
| + | /** |
| + | * @function |
| + | * Causes one or more active plugins to re-initialize, resetting event listeners, recalculating positions, etc. |
| + | * @param {String} plugins - optional string of an individual plugin key, attained by calling `$(element).data('pluginName')`, or string of a plugin class i.e. `'dropdown'` |
| + | * @default If no argument is passed, reflow all currently active plugins. |
| + | */ |
| + | _reflow: function(plugins){ |
| + | var actvPlugins = Object.keys(this._activePlugins); |
| + | var _this = this; |
| + | |
| + | if(!plugins){ |
| + | actvPlugins.forEach(function(p){ |
| + | _this._activePlugins[p]._init(); |
| + | }); |
| + | |
| + | }else if(typeof plugins === 'string'){ |
| + | var namespace = plugins.split('-')[1]; |
| + | |
| + | if(namespace){ |
| + | |
| + | this._activePlugins[plugins]._init(); |
| + | |
| + | }else{ |
| + | namespace = new RegExp(plugins, 'i'); |
| + | |
| + | actvPlugins.filter(function(p){ |
| + | return namespace.test(p); |
| + | }).forEach(function(p){ |
| + | _this._activePlugins[p]._init(); |
| + | }); |
| + | } |
| + | } |
| + | |
| + | }, |
| + | |
| + | /** |
| + | * returns a random base-36 uid with namespacing |
| + | * @function |
| + | * @param {Number} length - number of random base-36 digits desired. Increase for more random strings. |
| + | * @param {String} namespace - name of plugin to be incorporated in uid, optional. |
| + | * @default {String} '' - if no plugin name is provided, nothing is appended to the uid. |
| + | * @returns {String} - unique id |
| + | */ |
| + | GetYoDigits: function(length, namespace){ |
| + | length = length || 6; |
| + | return Math.round((Math.pow(36, length + 1) - Math.random() * Math.pow(36, length))).toString(36).slice(1) + (namespace ? '-' + namespace : ''); |
| + | }, |
| + | /** |
| + | * Initialize plugins on any elements within `elem` (and `elem` itself) that aren't already initialized. |
| + | * @param {Object} elem - jQuery object containing the element to check inside. Also checks the element itself, unless it's the `document` object. |
| + | * @param {String|Array} plugins - A list of plugins to initialize. Leave this out to initialize everything. |
| + | */ |
| + | reflow: function(elem, plugins) { |
| + | // If plugins is undefined, just grab everything |
| + | if (typeof plugins === 'undefined') { |
| + | plugins = Object.keys(this._plugins); |
| + | } |
| + | // If plugins is a string, convert it to an array with one item |
| + | else if (typeof plugins === 'string') { |
| + | plugins = [plugins]; |
| + | } |
| + | |
| + | var _this = this; |
| + | |
| + | // Iterate through each plugin |
| + | $.each(plugins, function(i, name) { |
| + | // Get the current plugin |
| + | var plugin = _this._plugins[name]; |
| + | |
| + | // Localize the search to all elements inside elem, as well as elem itself, unless elem === document |
| + | var $elem = $(elem).find('[data-'+name+']').addBack('*'); |
| + | |
| + | // For each plugin found, initialize it |
| + | $elem.each(function() { |
| + | // Don't double-dip on plugins |
| + | if ($(this).attr('zf-plugin')) { |
| + | console.warn("Tried to initialize "+name+" on an element that already has a Foundation plugin."); |
| + | return; |
| + | } |
| + | $(this).data('zf-plugin', new plugin($(this))); |
| + | }); |
| + | }); |
| + | }, |
| + | getFnName: functionName, |
| + | transitionend: function($elem){ |
| + | var transitions = { |
| + | 'transition': 'transitionend', |
| + | 'WebkitTransition': 'webkitTransitionEnd', |
| + | 'MozTransition': 'transitionend', |
| + | 'OTransition': 'otransitionend' |
| + | }; |
| + | var elem = document.createElement('div'), |
| + | end; |
| + | |
| + | for (var t in transitions){ |
| + | if (typeof elem.style[t] !== 'undefined'){ |
| + | end = transitions[t]; |
| + | } |
| + | } |
| + | if(end){ |
| + | return end; |
| + | }else{ |
| + | end = setTimeout(function(){ |
| + | $elem.triggerHandler('transitionend', [$elem]); |
| + | }, 1); |
| + | return 'transitionend'; |
| + | } |
| + | } |
| + | }; |
| + | |
| + | |
| + | Foundation.util = { |
| + | /** |
| + | * Function for applying a debounce effect to a function call. |
| + | * @function |
| + | * @param {Function} func - Function to be called at end of timeout. |
| + | * @param {Number} delay - Time in ms to delay the call of `func`. |
| + | * @returns function |
| + | */ |
| + | throttle: function (func, delay) { |
| + | var timer = null; |
| + | |
| + | return function () { |
| + | var context = this, args = arguments; |
| + | |
| + | if (timer === null) { |
| + | timer = setTimeout(function () { |
| + | func.apply(context, args); |
| + | timer = null; |
| + | }, delay); |
| + | } |
| + | }; |
| + | } |
| + | }; |
| + | |
| + | // TODO: consider not making this a jQuery function |
| + | // TODO: need way to reflow vs. re-initialize |
| + | /** |
| + | * The Foundation jQuery method. |
| + | * @param {String|Array} method - An action to perform on the current jQuery object. |
| + | */ |
| + | var foundation = function(method) { |
| + | var type = typeof method, |
| + | $meta = $('meta.foundation-mq'), |
| + | $noJS = $('.no-js'); |
| + | |
| + | if(!$meta.length){ |
| + | $('<meta class="foundation-mq">').appendTo(document.head); |
| + | } |
| + | if($noJS.length){ |
| + | $noJS.removeClass('no-js'); |
| + | } |
| + | |
| + | if(type === 'undefined'){//needs to initialize the Foundation object, or an individual plugin. |
| + | Foundation.MediaQuery._init(); |
| + | Foundation.reflow(this); |
| + | }else if(type === 'string'){//an individual method to invoke on a plugin or group of plugins |
| + | var args = Array.prototype.slice.call(arguments, 1);//collect all the arguments, if necessary |
| + | var plugClass = this.data('zfPlugin');//determine the class of plugin |
| + | |
| + | if(plugClass !== undefined && plugClass[method] !== undefined){//make sure both the class and method exist |
| + | if(this.length === 1){//if there's only one, call it directly. |
| + | plugClass[method].apply(plugClass, args); |
| + | }else{ |
| + | this.each(function(i, el){//otherwise loop through the jQuery collection and invoke the method on each |
| + | plugClass[method].apply($(el).data('zfPlugin'), args); |
| + | }); |
| + | } |
| + | }else{//error for no class or no method |
| + | throw new ReferenceError("We're sorry, '" + method + "' is not an available method for " + (plugClass ? functionName(plugClass) : 'this element') + '.'); |
| + | } |
| + | }else{//error for invalid argument type |
| + | throw new TypeError("We're sorry, '" + type + "' is not a valid parameter. You must use a string representing the method you wish to invoke."); |
| + | } |
| + | return this; |
| + | }; |
| + | |
| + | window.Foundation = Foundation; |
| + | $.fn.foundation = foundation; |
| + | |
| + | // Polyfill for requestAnimationFrame |
| + | (function() { |
| + | if (!Date.now || !window.Date.now) |
| + | window.Date.now = Date.now = function() { return new Date().getTime(); }; |
| + | |
| + | var vendors = ['webkit', 'moz']; |
| + | for (var i = 0; i < vendors.length && !window.requestAnimationFrame; ++i) { |
| + | var vp = vendors[i]; |
| + | window.requestAnimationFrame = window[vp+'RequestAnimationFrame']; |
| + | window.cancelAnimationFrame = (window[vp+'CancelAnimationFrame'] |
| + | || window[vp+'CancelRequestAnimationFrame']); |
| + | } |
| + | if (/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent) |
| + | || !window.requestAnimationFrame || !window.cancelAnimationFrame) { |
| + | var lastTime = 0; |
| + | window.requestAnimationFrame = function(callback) { |
| + | var now = Date.now(); |
| + | var nextTime = Math.max(lastTime + 16, now); |
| + | return setTimeout(function() { callback(lastTime = nextTime); }, |
| + | nextTime - now); |
| + | }; |
| + | window.cancelAnimationFrame = clearTimeout; |
| + | } |
| + | /** |
| + | * Polyfill for performance.now, required by rAF |
| + | */ |
| + | if(!window.performance || !window.performance.now){ |
| + | window.performance = { |
| + | start: Date.now(), |
| + | now: function(){ return Date.now() - this.start; } |
| + | }; |
| + | } |
| + | })(); |
| + | if (!Function.prototype.bind) { |
| + | Function.prototype.bind = function(oThis) { |
| + | if (typeof this !== 'function') { |
| + | // closest thing possible to the ECMAScript 5 |
| + | // internal IsCallable function |
| + | throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable'); |
| + | } |
| + | |
| + | var aArgs = Array.prototype.slice.call(arguments, 1), |
| + | fToBind = this, |
| + | fNOP = function() {}, |
| + | fBound = function() { |
| + | return fToBind.apply(this instanceof fNOP |
| + | ? this |
| + | : oThis, |
| + | aArgs.concat(Array.prototype.slice.call(arguments))); |
| + | }; |
| + | |
| + | if (this.prototype) { |
| + | // native functions don't have a prototype |
| + | fNOP.prototype = this.prototype; |
| + | } |
| + | fBound.prototype = new fNOP(); |
| + | |
| + | return fBound; |
| + | }; |
| + | } |
| + | // Polyfill to get the name of a function in IE9 |
| + | function functionName(fn) { |
| + | if (Function.prototype.name === undefined) { |
| + | var funcNameRegex = /function\s([^(]{1,})\(/; |
| + | var results = (funcNameRegex).exec((fn).toString()); |
| + | return (results && results.length > 1) ? results[1].trim() : ""; |
| + | } |
| + | else if (fn.prototype === undefined) { |
| + | return fn.constructor.name; |
| + | } |
| + | else { |
| + | return fn.prototype.constructor.name; |
| + | } |
| + | } |
| + | |
| + | // Convert PascalCase to kebab-case |
| + | // Thank you: http://stackoverflow.com/a/8955580 |
| + | function hyphenate(str) { |
| + | return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase(); |
| + | } |
| + | |
| + | }(jQuery); |
| + | |
| + | !function(Foundation, window){ |
| + | /** |
| + | * Compares the dimensions of an element to a container and determines collision events with container. |
| + | * @function |
| + | * @param {jQuery} element - jQuery object to test for collisions. |
| + | * @param {jQuery} parent - jQuery object to use as bounding container. |
| + | * @param {Boolean} lrOnly - set to true to check left and right values only. |
| + | * @param {Boolean} tbOnly - set to true to check top and bottom values only. |
| + | * @default if no parent object passed, detects collisions with `window`. |
| + | * @returns {Boolean} - true if collision free, false if a collision in any direction. |
| + | */ |
| + | var ImNotTouchingYou = function(element, parent, lrOnly, tbOnly){ |
| + | var eleDims = GetDimensions(element), |
| + | top, bottom, left, right; |
| + | |
| + | if(parent){ |
| + | var parDims = GetDimensions(parent); |
| + | |
| + | bottom = (eleDims.offset.top + eleDims.height <= parDims.height + parDims.offset.top); |
| + | top = (eleDims.offset.top >= parDims.offset.top); |
| + | left = (eleDims.offset.left >= parDims.offset.left); |
| + | right = (eleDims.offset.left + eleDims.width <= parDims.width); |
| + | }else{ |
| + | bottom = (eleDims.offset.top + eleDims.height <= eleDims.windowDims.height + eleDims.windowDims.offset.top); |
| + | top = (eleDims.offset.top >= eleDims.windowDims.offset.top); |
| + | left = (eleDims.offset.left >= eleDims.windowDims.offset.left); |
| + | right = (eleDims.offset.left + eleDims.width <= eleDims.windowDims.width); |
| + | } |
| + | var allDirs = [bottom, top, left, right]; |
| + | |
| + | if(lrOnly){ return left === right === true; } |
| + | if(tbOnly){ return top === bottom === true; } |
| + | |
| + | return allDirs.indexOf(false) === -1; |
| + | }; |
| + | |
| + | /** |
| + | * Uses native methods to return an object of dimension values. |
| + | * @function |
| + | * @param {jQuery || HTML} element - jQuery object or DOM element for which to get the dimensions. Can be any element other that document or window. |
| + | * @returns {Object} - nested object of integer pixel values |
| + | * TODO - if element is window, return only those values. |
| + | */ |
| + | var GetDimensions = function(elem, test){ |
| + | elem = elem.length ? elem[0] : elem; |
| + | |
| + | if(elem === window || elem === document){ throw new Error("I'm sorry, Dave. I'm afraid I can't do that."); } |
| + | |
| + | var rect = elem.getBoundingClientRect(), |
| + | parRect = elem.parentNode.getBoundingClientRect(), |
| + | winRect = document.body.getBoundingClientRect(), |
| + | winY = window.pageYOffset, |
| + | winX = window.pageXOffset; |
| + | |
| + | return { |
| + | width: rect.width, |
| + | height: rect.height, |
| + | offset: { |
| + | top: rect.top + winY, |
| + | left: rect.left + winX |
| + | }, |
| + | parentDims: { |
| + | width: parRect.width, |
| + | height: parRect.height, |
| + | offset: { |
| + | top: parRect.top + winY, |
| + | left: parRect.left + winX |
| + | } |
| + | }, |
| + | windowDims: { |
| + | width: winRect.width, |
| + | height: winRect.height, |
| + | offset: { |
| + | top: winY, |
| + | left: winX |
| + | } |
| + | } |
| + | }; |
| + | }; |
| + | /** |
| + | * Returns an object of top and left integer pixel values for dynamically rendered elements, |
| + | * such as: Tooltip, Reveal, and Dropdown |
| + | * @function |
| + | * @param {jQuery} element - jQuery object for the element being positioned. |
| + | * @param {jQuery} anchor - jQuery object for the element's anchor point. |
| + | * @param {String} position - a string relating to the desired position of the element, relative to it's anchor |
| + | * @param {Number} vOffset - integer pixel value of desired vertical separation between anchor and element. |
| + | * @param {Number} hOffset - integer pixel value of desired horizontal separation between anchor and element. |
| + | * @param {Boolean} isOverflow - if a collision event is detected, sets to true to default the element to full width - any desired offset. |
| + | * TODO alter/rewrite to work with `em` values as well/instead of pixels |
| + | */ |
| + | var GetOffsets = function(element, anchor, position, vOffset, hOffset, isOverflow){ |
| + | var $eleDims = GetDimensions(element), |
| + | // var $eleDims = GetDimensions(element), |
| + | $anchorDims = anchor ? GetDimensions(anchor) : null; |
| + | // $anchorDims = anchor ? GetDimensions(anchor) : null; |
| + | switch(position){ |
| + | case 'top': |
| + | return { |
| + | left: $anchorDims.offset.left, |
| + | top: $anchorDims.offset.top - ($eleDims.height + vOffset) |
| + | }; |
| + | break; |
| + | case 'left': |
| + | return { |
| + | left: $anchorDims.offset.left - ($eleDims.width + hOffset), |
| + | top: $anchorDims.offset.top |
| + | }; |
| + | break; |
| + | case 'right': |
| + | return { |
| + | left: $anchorDims.offset.left + $anchorDims.width + hOffset, |
| + | top: $anchorDims.offset.top |
| + | }; |
| + | break; |
| + | case 'center top': |
| + | return { |
| + | left: ($anchorDims.offset.left + ($anchorDims.width / 2)) - ($eleDims.width / 2), |
| + | top: $anchorDims.offset.top - ($eleDims.height + vOffset) |
| + | }; |
| + | break; |
| + | case 'center bottom': |
| + | return { |
| + | left: isOverflow ? hOffset : (($anchorDims.offset.left + ($anchorDims.width / 2)) - ($eleDims.width / 2)), |
| + | top: $anchorDims.offset.top + $anchorDims.height + vOffset |
| + | }; |
| + | break; |
| + | case 'center left': |
| + | return { |
| + | left: $anchorDims.offset.left - ($eleDims.width + hOffset), |
| + | top: ($anchorDims.offset.top + ($anchorDims.height / 2)) - ($eleDims.height / 2) |
| + | }; |
| + | break; |
| + | case 'center right': |
| + | return { |
| + | left: $anchorDims.offset.left + $anchorDims.width + hOffset + 1, |
| + | top: ($anchorDims.offset.top + ($anchorDims.height / 2)) - ($eleDims.height / 2) |
| + | }; |
| + | break; |
| + | case 'center': |
| + | return { |
| + | left: ($eleDims.windowDims.offset.left + ($eleDims.windowDims.width / 2)) - ($eleDims.width / 2), |
| + | top: ($eleDims.windowDims.offset.top + ($eleDims.windowDims.height / 2)) - ($eleDims.height / 2) |
| + | }; |
| + | break; |
| + | case 'reveal': |
| + | return { |
| + | left: ($eleDims.windowDims.width - $eleDims.width) / 2, |
| + | top: $eleDims.windowDims.offset.top + vOffset |
| + | }; |
| + | case 'reveal full': |
| + | return { |
| + | left: $eleDims.windowDims.offset.left, |
| + | top: $eleDims.windowDims.offset.top, |
| + | }; |
| + | break; |
| + | default: |
| + | return { |
| + | left: $anchorDims.offset.left, |
| + | top: $anchorDims.offset.top + $anchorDims.height + vOffset |
| + | }; |
| + | } |
| + | }; |
| + | Foundation.Box = { |
| + | ImNotTouchingYou: ImNotTouchingYou, |
| + | GetDimensions: GetDimensions, |
| + | GetOffsets: GetOffsets |
| + | }; |
| + | }(window.Foundation, window); |
| + | |
| + | /******************************************* |
| + | * * |
| + | * This util was created by Marius Olbertz * |
| + | * Please thank Marius on GitHub /owlbertz * |
| + | * or the web http://www.mariusolbertz.de/ * |
| + | * * |
| + | ******************************************/ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | Foundation.Keyboard = {}; |
| + | |
| + | var keyCodes = { |
| + | 9: 'TAB', |
| + | 13: 'ENTER', |
| + | 27: 'ESCAPE', |
| + | 32: 'SPACE', |
| + | 37: 'ARROW_LEFT', |
| + | 38: 'ARROW_UP', |
| + | 39: 'ARROW_RIGHT', |
| + | 40: 'ARROW_DOWN' |
| + | }; |
| + | |
| + | // constants for easier comparing Can be used like Foundation.parseKey(event) === Foundation.keys.SPACE |
| + | var keys = (function(kcs) { |
| + | var k = {}; |
| + | for (var kc in kcs) k[kcs[kc]] = kcs[kc]; |
| + | return k; |
| + | })(keyCodes); |
| + | |
| + | Foundation.Keyboard.keys = keys; |
| + | |
| + | /** |
| + | * Parses the (keyboard) event and returns a String that represents its key |
| + | * Can be used like Foundation.parseKey(event) === Foundation.keys.SPACE |
| + | * @param {Event} event - the event generated by the event handler |
| + | * @return String key - String that represents the key pressed |
| + | */ |
| + | var parseKey = function(event) { |
| + | var key = keyCodes[event.which || event.keyCode] || String.fromCharCode(event.which).toUpperCase(); |
| + | if (event.shiftKey) key = 'SHIFT_' + key; |
| + | if (event.ctrlKey) key = 'CTRL_' + key; |
| + | if (event.altKey) key = 'ALT_' + key; |
| + | return key; |
| + | }; |
| + | Foundation.Keyboard.parseKey = parseKey; |
| + | |
| + | |
| + | // plain commands per component go here, ltr and rtl are merged based on orientation |
| + | var commands = {}; |
| + | |
| + | /** |
| + | * Handles the given (keyboard) event |
| + | * @param {Event} event - the event generated by the event handler |
| + | * @param {Object} component - Foundation component, e.g. Slider or Reveal |
| + | * @param {Objects} functions - collection of functions that are to be executed |
| + | */ |
| + | var handleKey = function(event, component, functions) { |
| + | var commandList = commands[Foundation.getFnName(component)], |
| + | keyCode = parseKey(event), |
| + | cmds, |
| + | command, |
| + | fn; |
| + | if (!commandList) return console.warn('Component not defined!'); |
| + | |
| + | if (typeof commandList.ltr === 'undefined') { // this component does not differentiate between ltr and rtl |
| + | cmds = commandList; // use plain list |
| + | } else { // merge ltr and rtl: if document is rtl, rtl overwrites ltr and vice versa |
| + | if (Foundation.rtl()) cmds = $.extend({}, commandList.ltr, commandList.rtl); |
| + | |
| + | else cmds = $.extend({}, commandList.rtl, commandList.ltr); |
| + | } |
| + | command = cmds[keyCode]; |
| + | |
| + | |
| + | fn = functions[command]; |
| + | if (fn && typeof fn === 'function') { // execute function with context of the component if exists |
| + | fn.apply(component); |
| + | if (functions.handled || typeof functions.handled === 'function') { // execute function when event was handled |
| + | functions.handled.apply(component); |
| + | } |
| + | } else { |
| + | if (functions.unhandled || typeof functions.unhandled === 'function') { // execute function when event was not handled |
| + | functions.unhandled.apply(component); |
| + | } |
| + | } |
| + | }; |
| + | Foundation.Keyboard.handleKey = handleKey; |
| + | |
| + | /** |
| + | * Finds all focusable elements within the given `$element` |
| + | * @param {jQuery} $element - jQuery object to search within |
| + | * @return {jQuery} $focusable - all focusable elements within `$element` |
| + | */ |
| + | var findFocusable = function($element) { |
| + | return $element.find('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]').filter(function() { |
| + | if (!$(this).is(':visible') || $(this).attr('tabindex') < 0) { return false; } //only have visible elements and those that have a tabindex greater or equal 0 |
| + | return true; |
| + | }); |
| + | }; |
| + | Foundation.Keyboard.findFocusable = findFocusable; |
| + | |
| + | /** |
| + | * Returns the component name name |
| + | * @param {Object} component - Foundation component, e.g. Slider or Reveal |
| + | * @return String componentName |
| + | */ |
| + | |
| + | var register = function(componentName, cmds) { |
| + | commands[componentName] = cmds; |
| + | }; |
| + | Foundation.Keyboard.register = register; |
| + | }(jQuery, window.Foundation); |
| + | |
| + | !function($, Foundation) { |
| + | |
| + | // Default set of media queries |
| + | var defaultQueries = { |
| + | 'default' : 'only screen', |
| + | landscape : 'only screen and (orientation: landscape)', |
| + | portrait : 'only screen and (orientation: portrait)', |
| + | retina : 'only screen and (-webkit-min-device-pixel-ratio: 2),' + |
| + | 'only screen and (min--moz-device-pixel-ratio: 2),' + |
| + | 'only screen and (-o-min-device-pixel-ratio: 2/1),' + |
| + | 'only screen and (min-device-pixel-ratio: 2),' + |
| + | 'only screen and (min-resolution: 192dpi),' + |
| + | 'only screen and (min-resolution: 2dppx)' |
| + | }; |
| + | |
| + | var MediaQuery = { |
| + | queries: [], |
| + | current: '', |
| + | |
| + | /** |
| + | * Checks if the screen is at least as wide as a breakpoint. |
| + | * @function |
| + | * @param {String} size - Name of the breakpoint to check. |
| + | * @returns {Boolean} `true` if the breakpoint matches, `false` if it's smaller. |
| + | */ |
| + | atLeast: function(size) { |
| + | var query = this.get(size); |
| + | |
| + | if (query) { |
| + | return window.matchMedia(query).matches; |
| + | } |
| + | |
| + | return false; |
| + | }, |
| + | |
| + | /** |
| + | * Gets the media query of a breakpoint. |
| + | * @function |
| + | * @param {String} size - Name of the breakpoint to get. |
| + | * @returns {String|null} - The media query of the breakpoint, or `null` if the breakpoint doesn't exist. |
| + | */ |
| + | get: function(size) { |
| + | for (var i in this.queries) { |
| + | var query = this.queries[i]; |
| + | if (size === query.name) return query.value; |
| + | } |
| + | |
| + | return null; |
| + | }, |
| + | |
| + | /** |
| + | * Initializes the media query helper, by extracting the breakpoint list from the CSS and activating the breakpoint watcher. |
| + | * @function |
| + | * @private |
| + | */ |
| + | _init: function() { |
| + | var self = this; |
| + | var extractedStyles = $('.foundation-mq').css('font-family'); |
| + | var namedQueries; |
| + | |
| + | namedQueries = parseStyleToObject(extractedStyles); |
| + | |
| + | for (var key in namedQueries) { |
| + | self.queries.push({ |
| + | name: key, |
| + | value: 'only screen and (min-width: ' + namedQueries[key] + ')' |
| + | }); |
| + | } |
| + | |
| + | this.current = this._getCurrentSize(); |
| + | |
| + | this._watcher(); |
| + | |
| + | // Extend default queries |
| + | // namedQueries = $.extend(defaultQueries, namedQueries); |
| + | }, |
| + | |
| + | /** |
| + | * Gets the current breakpoint name by testing every breakpoint and returning the last one to match (the biggest one). |
| + | * @function |
| + | * @private |
| + | * @returns {String} Name of the current breakpoint. |
| + | */ |
| + | _getCurrentSize: function() { |
| + | var matched; |
| + | |
| + | for (var i in this.queries) { |
| + | var query = this.queries[i]; |
| + | |
| + | if (window.matchMedia(query.value).matches) { |
| + | matched = query; |
| + | } |
| + | } |
| + | |
| + | if(typeof matched === 'object') { |
| + | return matched.name; |
| + | } else { |
| + | return matched; |
| + | } |
| + | }, |
| + | |
| + | /** |
| + | * Activates the breakpoint watcher, which fires an event on the window whenever the breakpoint changes. |
| + | * @function |
| + | * @private |
| + | */ |
| + | _watcher: function() { |
| + | var _this = this; |
| + | |
| + | $(window).on('resize.zf.mediaquery', function() { |
| + | var newSize = _this._getCurrentSize(); |
| + | |
| + | if (newSize !== _this.current) { |
| + | // Broadcast the media query change on the window |
| + | $(window).trigger('changed.zf.mediaquery', [newSize, _this.current]); |
| + | |
| + | // Change the current media query |
| + | _this.current = newSize; |
| + | } |
| + | }); |
| + | } |
| + | }; |
| + | |
| + | Foundation.MediaQuery = MediaQuery; |
| + | |
| + | // matchMedia() polyfill - Test a CSS media type/query in JS. |
| + | // Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license |
| + | window.matchMedia || (window.matchMedia = function() { |
| + | 'use strict'; |
| + | |
| + | // For browsers that support matchMedium api such as IE 9 and webkit |
| + | var styleMedia = (window.styleMedia || window.media); |
| + | |
| + | // For those that don't support matchMedium |
| + | if (!styleMedia) { |
| + | var style = document.createElement('style'), |
| + | script = document.getElementsByTagName('script')[0], |
| + | info = null; |
| + | |
| + | style.type = 'text/css'; |
| + | style.id = 'matchmediajs-test'; |
| + | |
| + | script.parentNode.insertBefore(style, script); |
| + | |
| + | // 'style.currentStyle' is used by IE <= 8 and 'window.getComputedStyle' for all other browsers |
| + | info = ('getComputedStyle' in window) && window.getComputedStyle(style, null) || style.currentStyle; |
| + | |
| + | styleMedia = { |
| + | matchMedium: function(media) { |
| + | var text = '@media ' + media + '{ #matchmediajs-test { width: 1px; } }'; |
| + | |
| + | // 'style.styleSheet' is used by IE <= 8 and 'style.textContent' for all other browsers |
| + | if (style.styleSheet) { |
| + | style.styleSheet.cssText = text; |
| + | } else { |
| + | style.textContent = text; |
| + | } |
| + | |
| + | // Test if media query is true or false |
| + | return info.width === '1px'; |
| + | } |
| + | }; |
| + | } |
| + | |
| + | return function(media) { |
| + | return { |
| + | matches: styleMedia.matchMedium(media || 'all'), |
| + | media: media || 'all' |
| + | }; |
| + | }; |
| + | }()); |
| + | |
| + | // Thank you: https://github.com/sindresorhus/query-string |
| + | function parseStyleToObject(str) { |
| + | var styleObject = {}; |
| + | |
| + | if (typeof str !== 'string') { |
| + | return styleObject; |
| + | } |
| + | |
| + | str = str.trim().slice(1, -1); // browsers re-quote string style values |
| + | |
| + | if (!str) { |
| + | return styleObject; |
| + | } |
| + | |
| + | styleObject = str.split('&').reduce(function(ret, param) { |
| + | var parts = param.replace(/\+/g, ' ').split('='); |
| + | var key = parts[0]; |
| + | var val = parts[1]; |
| + | key = decodeURIComponent(key); |
| + | |
| + | // missing `=` should be `null`: |
| + | // http://w3.org/TR/2012/WD-url-20120524/#collect-url-parameters |
| + | val = val === undefined ? null : decodeURIComponent(val); |
| + | |
| + | if (!ret.hasOwnProperty(key)) { |
| + | ret[key] = val; |
| + | } else if (Array.isArray(ret[key])) { |
| + | ret[key].push(val); |
| + | } else { |
| + | ret[key] = [ret[key], val]; |
| + | } |
| + | return ret; |
| + | }, {}); |
| + | |
| + | return styleObject; |
| + | } |
| + | |
| + | }(jQuery, Foundation) |
| + | |
| + | /** |
| + | * Motion module. |
| + | * @module foundation.motion |
| + | */ |
| + | !function($, Foundation) { |
| + | |
| + | var initClasses = ['mui-enter', 'mui-leave']; |
| + | var activeClasses = ['mui-enter-active', 'mui-leave-active']; |
| + | |
| + | function animate(isIn, element, animation, cb) { |
| + | element = $(element).eq(0); |
| + | |
| + | if (!element.length) return; |
| + | |
| + | var initClass = isIn ? initClasses[0] : initClasses[1]; |
| + | var activeClass = isIn ? activeClasses[0] : activeClasses[1]; |
| + | |
| + | // Set up the animation |
| + | reset(); |
| + | element.addClass(animation) |
| + | .css('transition', 'none'); |
| + | // .addClass(initClass); |
| + | // if(isIn) element.show(); |
| + | requestAnimationFrame(function() { |
| + | element.addClass(initClass); |
| + | if (isIn) element.show(); |
| + | }); |
| + | // Start the animation |
| + | requestAnimationFrame(function() { |
| + | element[0].offsetWidth; |
| + | element.css('transition', ''); |
| + | element.addClass(activeClass); |
| + | }); |
| + | // Move(500, element, function(){ |
| + | // // element[0].offsetWidth; |
| + | // element.css('transition', ''); |
| + | // element.addClass(activeClass); |
| + | // }); |
| + | |
| + | // Clean up the animation when it finishes |
| + | element.one(Foundation.transitionend(element), finish);//.one('finished.zf.animate', finish); |
| + | |
| + | // Hides the element (for out animations), resets the element, and runs a callback |
| + | function finish() { |
| + | if (!isIn) element.hide(); |
| + | reset(); |
| + | if (cb) cb.apply(element); |
| + | } |
| + | |
| + | // Resets transitions and removes motion-specific classes |
| + | function reset() { |
| + | element[0].style.transitionDuration = 0; |
| + | element.removeClass(initClass + ' ' + activeClass + ' ' + animation); |
| + | } |
| + | } |
| + | |
| + | var Motion = { |
| + | animateIn: function(element, animation, /*duration,*/ cb) { |
| + | animate(true, element, animation, cb); |
| + | }, |
| + | |
| + | animateOut: function(element, animation, /*duration,*/ cb) { |
| + | animate(false, element, animation, cb); |
| + | } |
| + | }; |
| + | |
| + | var Move = function(duration, elem, fn){ |
| + | var anim, prog, start = null; |
| + | // console.log('called'); |
| + | |
| + | function move(ts){ |
| + | if(!start) start = window.performance.now(); |
| + | // console.log(start, ts); |
| + | prog = ts - start; |
| + | fn.apply(elem); |
| + | |
| + | if(prog < duration){ anim = window.requestAnimationFrame(move, elem); } |
| + | else{ |
| + | window.cancelAnimationFrame(anim); |
| + | elem.trigger('finished.zf.animate', [elem]).triggerHandler('finished.zf.animate', [elem]); |
| + | } |
| + | } |
| + | anim = window.requestAnimationFrame(move); |
| + | }; |
| + | |
| + | Foundation.Move = Move; |
| + | Foundation.Motion = Motion; |
| + | |
| + | }(jQuery, Foundation); |
| + | |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | Foundation.Nest = { |
| + | Feather: function(menu, type){ |
| + | menu.attr('role', 'menubar'); |
| + | type = type || 'zf'; |
| + | var items = menu.find('li').attr({'role': 'menuitem'}), |
| + | subMenuClass = 'is-' + type + '-submenu', |
| + | subItemClass = subMenuClass + '-item', |
| + | hasSubClass = 'is-' + type + '-submenu-parent'; |
| + | |
| + | items.each(function(){ |
| + | var $item = $(this), |
| + | $sub = $item.children('ul'); |
| + | if($sub.length){ |
| + | $item.addClass('has-submenu ' + hasSubClass); |
| + | $sub.addClass('submenu ' + subMenuClass).attr('data-submenu', ''); |
| + | } |
| + | if($item.parent('[data-submenu]').length){ |
| + | $item.addClass('is-submenu-item ' + subItemClass); |
| + | } |
| + | }); |
| + | return; |
| + | }, |
| + | Burn: function(menu, type){ |
| + | var items = menu.find('li').removeAttr('tabindex'), |
| + | subMenuClass = 'is-' + type + '-submenu', |
| + | subItemClass = subMenuClass + '-item', |
| + | hasSubClass = 'is-' + type + '-submenu-parent'; |
| + | |
| + | // menu.find('.is-active').removeClass('is-active'); |
| + | menu.find('*') |
| + | // menu.find('.' + subMenuClass + ', .' + subItemClass + ', .is-active, .has-submenu, .is-submenu-item, .submenu, [data-submenu]') |
| + | .removeClass(subMenuClass + ' ' + subItemClass + ' ' + hasSubClass + ' has-submenu is-submenu-item submenu is-active') |
| + | .removeAttr('data-submenu').css('display', ''); |
| + | |
| + | // console.log( menu.find('.' + subMenuClass + ', .' + subItemClass + ', .has-submenu, .is-submenu-item, .submenu, [data-submenu]') |
| + | // .removeClass(subMenuClass + ' ' + subItemClass + ' has-submenu is-submenu-item submenu') |
| + | // .removeAttr('data-submenu')); |
| + | // items.each(function(){ |
| + | // var $item = $(this), |
| + | // $sub = $item.children('ul'); |
| + | // if($item.parent('[data-submenu]').length){ |
| + | // $item.removeClass('is-submenu-item ' + subItemClass); |
| + | // } |
| + | // if($sub.length){ |
| + | // $item.removeClass('has-submenu'); |
| + | // $sub.removeClass('submenu ' + subMenuClass).removeAttr('data-submenu'); |
| + | // } |
| + | // }); |
| + | } |
| + | }; |
| + | }(jQuery, window.Foundation); |
| + | |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | var Timer = function(elem, options, cb){ |
| + | var _this = this, |
| + | duration = options.duration,//options is an object for easily adding features later. |
| + | nameSpace = Object.keys(elem.data())[0] || 'timer', |
| + | remain = -1, |
| + | start, |
| + | timer; |
| + | |
| + | this.restart = function(){ |
| + | remain = -1; |
| + | clearTimeout(timer); |
| + | this.start(); |
| + | }; |
| + | |
| + | this.start = function(){ |
| + | // if(!elem.data('paused')){ return false; }//maybe implement this sanity check if used for other things. |
| + | clearTimeout(timer); |
| + | remain = remain <= 0 ? duration : remain; |
| + | elem.data('paused', false); |
| + | start = Date.now(); |
| + | timer = setTimeout(function(){ |
| + | if(options.infinite){ |
| + | _this.restart();//rerun the timer. |
| + | } |
| + | cb(); |
| + | }, remain); |
| + | elem.trigger('timerstart.zf.' + nameSpace); |
| + | }; |
| + | |
| + | this.pause = function(){ |
| + | //if(elem.data('paused')){ return false; }//maybe implement this sanity check if used for other things. |
| + | clearTimeout(timer); |
| + | elem.data('paused', true); |
| + | var end = Date.now(); |
| + | remain = remain - (end - start); |
| + | elem.trigger('timerpaused.zf.' + nameSpace); |
| + | }; |
| + | }; |
| + | /** |
| + | * Runs a callback function when images are fully loaded. |
| + | * @param {Object} images - Image(s) to check if loaded. |
| + | * @param {Func} callback - Function to execute when image is fully loaded. |
| + | */ |
| + | var onImagesLoaded = function(images, callback){ |
| + | var self = this, |
| + | unloaded = images.length; |
| + | |
| + | if (unloaded === 0) { |
| + | callback(); |
| + | } |
| + | |
| + | var singleImageLoaded = function() { |
| + | unloaded--; |
| + | if (unloaded === 0) { |
| + | callback(); |
| + | } |
| + | }; |
| + | |
| + | images.each(function() { |
| + | if (this.complete) { |
| + | singleImageLoaded(); |
| + | } |
| + | else if (typeof this.naturalWidth !== 'undefined' && this.naturalWidth > 0) { |
| + | singleImageLoaded(); |
| + | } |
| + | else { |
| + | $(this).one('load', function() { |
| + | singleImageLoaded(); |
| + | }); |
| + | } |
| + | }); |
| + | }; |
| + | |
| + | Foundation.Timer = Timer; |
| + | Foundation.onImagesLoaded = onImagesLoaded; |
| + | }(jQuery, window.Foundation); |
| + | |
| + | //************************************************** |
| + | //**Work inspired by multiple jquery swipe plugins** |
| + | //**Done by Yohai Ararat *************************** |
| + | //************************************************** |
| + | (function($) { |
| + | |
| + | $.spotSwipe = { |
| + | version: '1.0.0', |
| + | enabled: 'ontouchstart' in document.documentElement, |
| + | preventDefault: true, |
| + | moveThreshold: 75, |
| + | timeThreshold: 200 |
| + | }; |
| + | |
| + | var startPosX, |
| + | startPosY, |
| + | startTime, |
| + | elapsedTime, |
| + | isMoving = false; |
| + | |
| + | function onTouchEnd() { |
| + | // alert(this); |
| + | this.removeEventListener('touchmove', onTouchMove); |
| + | this.removeEventListener('touchend', onTouchEnd); |
| + | isMoving = false; |
| + | } |
| + | |
| + | function onTouchMove(e) { |
| + | if ($.spotSwipe.preventDefault) { e.preventDefault(); } |
| + | if(isMoving) { |
| + | var x = e.touches[0].pageX; |
| + | var y = e.touches[0].pageY; |
| + | var dx = startPosX - x; |
| + | var dy = startPosY - y; |
| + | var dir; |
| + | elapsedTime = new Date().getTime() - startTime; |
| + | if(Math.abs(dx) >= $.spotSwipe.moveThreshold && elapsedTime <= $.spotSwipe.timeThreshold) { |
| + | dir = dx > 0 ? 'left' : 'right'; |
| + | } |
| + | else if(Math.abs(dy) >= $.spotSwipe.moveThreshold && elapsedTime <= $.spotSwipe.timeThreshold) { |
| + | dir = dy > 0 ? 'down' : 'up'; |
| + | } |
| + | if(dir) { |
| + | onTouchEnd.call(this); |
| + | $(this).trigger('swipe', dir).trigger('swipe' + dir); |
| + | } |
| + | } |
| + | } |
| + | |
| + | function onTouchStart(e) { |
| + | if (e.touches.length == 1) { |
| + | startPosX = e.touches[0].pageX; |
| + | startPosY = e.touches[0].pageY; |
| + | isMoving = true; |
| + | startTime = new Date().getTime(); |
| + | this.addEventListener('touchmove', onTouchMove, false); |
| + | this.addEventListener('touchend', onTouchEnd, false); |
| + | } |
| + | } |
| + | |
| + | function init() { |
| + | this.addEventListener && this.addEventListener('touchstart', onTouchStart, false); |
| + | } |
| + | |
| + | function teardown() { |
| + | this.removeEventListener('touchstart', onTouchStart); |
| + | } |
| + | |
| + | $.event.special.swipe = { setup: init }; |
| + | |
| + | $.each(['left', 'up', 'down', 'right'], function () { |
| + | $.event.special['swipe' + this] = { setup: function(){ |
| + | $(this).on('swipe', $.noop); |
| + | } }; |
| + | }); |
| + | })(jQuery); |
| + | /**************************************************** |
| + | * Method for adding psuedo drag events to elements * |
| + | ***************************************************/ |
| + | !function($){ |
| + | $.fn.addTouch = function(){ |
| + | this.each(function(i,el){ |
| + | $(el).bind('touchstart touchmove touchend touchcancel',function(){ |
| + | //we pass the original event object because the jQuery event |
| + | //object is normalized to w3c specs and does not provide the TouchList |
| + | handleTouch(event); |
| + | }); |
| + | }); |
| + | |
| + | var handleTouch = function(event){ |
| + | var touches = event.changedTouches, |
| + | first = touches[0], |
| + | eventTypes = { |
| + | touchstart: 'mousedown', |
| + | touchmove: 'mousemove', |
| + | touchend: 'mouseup' |
| + | }, |
| + | type = eventTypes[event.type]; |
| + | |
| + | var simulatedEvent = document.createEvent('MouseEvent'); |
| + | simulatedEvent.initMouseEvent(type, true, true, window, 1, first.screenX, first.screenY, first.clientX, first.clientY, false, false, false, false, 0/*left*/, null); |
| + | first.target.dispatchEvent(simulatedEvent); |
| + | }; |
| + | }; |
| + | }(jQuery); |
| + | |
| + | |
| + | //********************************** |
| + | //**From the jQuery Mobile Library** |
| + | //**need to recreate functionality** |
| + | //**and try to improve if possible** |
| + | //********************************** |
| + | |
| + | /* Removing the jQuery function **** |
| + | ************************************ |
| + | |
| + | (function( $, window, undefined ) { |
| + | |
| + | var $document = $( document ), |
| + | // supportTouch = $.mobile.support.touch, |
| + | touchStartEvent = 'touchstart'//supportTouch ? "touchstart" : "mousedown", |
| + | touchStopEvent = 'touchend'//supportTouch ? "touchend" : "mouseup", |
| + | touchMoveEvent = 'touchmove'//supportTouch ? "touchmove" : "mousemove"; |
| + | |
| + | // setup new event shortcuts |
| + | $.each( ( "touchstart touchmove touchend " + |
| + | "swipe swipeleft swiperight" ).split( " " ), function( i, name ) { |
| + | |
| + | $.fn[ name ] = function( fn ) { |
| + | return fn ? this.bind( name, fn ) : this.trigger( name ); |
| + | }; |
| + | |
| + | // jQuery < 1.8 |
| + | if ( $.attrFn ) { |
| + | $.attrFn[ name ] = true; |
| + | } |
| + | }); |
| + | |
| + | function triggerCustomEvent( obj, eventType, event, bubble ) { |
| + | var originalType = event.type; |
| + | event.type = eventType; |
| + | if ( bubble ) { |
| + | $.event.trigger( event, undefined, obj ); |
| + | } else { |
| + | $.event.dispatch.call( obj, event ); |
| + | } |
| + | event.type = originalType; |
| + | } |
| + | |
| + | // also handles taphold |
| + | |
| + | // Also handles swipeleft, swiperight |
| + | $.event.special.swipe = { |
| + | |
| + | // More than this horizontal displacement, and we will suppress scrolling. |
| + | scrollSupressionThreshold: 30, |
| + | |
| + | // More time than this, and it isn't a swipe. |
| + | durationThreshold: 1000, |
| + | |
| + | // Swipe horizontal displacement must be more than this. |
| + | horizontalDistanceThreshold: window.devicePixelRatio >= 2 ? 15 : 30, |
| + | |
| + | // Swipe vertical displacement must be less than this. |
| + | verticalDistanceThreshold: window.devicePixelRatio >= 2 ? 15 : 30, |
| + | |
| + | getLocation: function ( event ) { |
| + | var winPageX = window.pageXOffset, |
| + | winPageY = window.pageYOffset, |
| + | x = event.clientX, |
| + | y = event.clientY; |
| + | |
| + | if ( event.pageY === 0 && Math.floor( y ) > Math.floor( event.pageY ) || |
| + | event.pageX === 0 && Math.floor( x ) > Math.floor( event.pageX ) ) { |
| + | |
| + | // iOS4 clientX/clientY have the value that should have been |
| + | // in pageX/pageY. While pageX/page/ have the value 0 |
| + | x = x - winPageX; |
| + | y = y - winPageY; |
| + | } else if ( y < ( event.pageY - winPageY) || x < ( event.pageX - winPageX ) ) { |
| + | |
| + | // Some Android browsers have totally bogus values for clientX/Y |
| + | // when scrolling/zooming a page. Detectable since clientX/clientY |
| + | // should never be smaller than pageX/pageY minus page scroll |
| + | x = event.pageX - winPageX; |
| + | y = event.pageY - winPageY; |
| + | } |
| + | |
| + | return { |
| + | x: x, |
| + | y: y |
| + | }; |
| + | }, |
| + | |
| + | start: function( event ) { |
| + | var data = event.originalEvent.touches ? |
| + | event.originalEvent.touches[ 0 ] : event, |
| + | location = $.event.special.swipe.getLocation( data ); |
| + | return { |
| + | time: ( new Date() ).getTime(), |
| + | coords: [ location.x, location.y ], |
| + | origin: $( event.target ) |
| + | }; |
| + | }, |
| + | |
| + | stop: function( event ) { |
| + | var data = event.originalEvent.touches ? |
| + | event.originalEvent.touches[ 0 ] : event, |
| + | location = $.event.special.swipe.getLocation( data ); |
| + | return { |
| + | time: ( new Date() ).getTime(), |
| + | coords: [ location.x, location.y ] |
| + | }; |
| + | }, |
| + | |
| + | handleSwipe: function( start, stop, thisObject, origTarget ) { |
| + | if ( stop.time - start.time < $.event.special.swipe.durationThreshold && |
| + | Math.abs( start.coords[ 0 ] - stop.coords[ 0 ] ) > $.event.special.swipe.horizontalDistanceThreshold && |
| + | Math.abs( start.coords[ 1 ] - stop.coords[ 1 ] ) < $.event.special.swipe.verticalDistanceThreshold ) { |
| + | var direction = start.coords[0] > stop.coords[ 0 ] ? "swipeleft" : "swiperight"; |
| + | |
| + | triggerCustomEvent( thisObject, "swipe", $.Event( "swipe", { target: origTarget, swipestart: start, swipestop: stop }), true ); |
| + | triggerCustomEvent( thisObject, direction,$.Event( direction, { target: origTarget, swipestart: start, swipestop: stop } ), true ); |
| + | return true; |
| + | } |
| + | return false; |
| + | |
| + | }, |
| + | |
| + | // This serves as a flag to ensure that at most one swipe event event is |
| + | // in work at any given time |
| + | eventInProgress: false, |
| + | |
| + | setup: function() { |
| + | var events, |
| + | thisObject = this, |
| + | $this = $( thisObject ), |
| + | context = {}; |
| + | |
| + | // Retrieve the events data for this element and add the swipe context |
| + | events = $.data( this, "mobile-events" ); |
| + | if ( !events ) { |
| + | events = { length: 0 }; |
| + | $.data( this, "mobile-events", events ); |
| + | } |
| + | events.length++; |
| + | events.swipe = context; |
| + | |
| + | context.start = function( event ) { |
| + | |
| + | // Bail if we're already working on a swipe event |
| + | if ( $.event.special.swipe.eventInProgress ) { |
| + | return; |
| + | } |
| + | $.event.special.swipe.eventInProgress = true; |
| + | |
| + | var stop, |
| + | start = $.event.special.swipe.start( event ), |
| + | origTarget = event.target, |
| + | emitted = false; |
| + | |
| + | context.move = function( event ) { |
| + | if ( !start || event.isDefaultPrevented() ) { |
| + | return; |
| + | } |
| + | |
| + | stop = $.event.special.swipe.stop( event ); |
| + | if ( !emitted ) { |
| + | emitted = $.event.special.swipe.handleSwipe( start, stop, thisObject, origTarget ); |
| + | if ( emitted ) { |
| + | |
| + | // Reset the context to make way for the next swipe event |
| + | $.event.special.swipe.eventInProgress = false; |
| + | } |
| + | } |
| + | // prevent scrolling |
| + | if ( Math.abs( start.coords[ 0 ] - stop.coords[ 0 ] ) > $.event.special.swipe.scrollSupressionThreshold ) { |
| + | event.preventDefault(); |
| + | } |
| + | }; |
| + | |
| + | context.stop = function() { |
| + | emitted = true; |
| + | |
| + | // Reset the context to make way for the next swipe event |
| + | $.event.special.swipe.eventInProgress = false; |
| + | $document.off( touchMoveEvent, context.move ); |
| + | context.move = null; |
| + | }; |
| + | |
| + | $document.on( touchMoveEvent, context.move ) |
| + | .one( touchStopEvent, context.stop ); |
| + | }; |
| + | $this.on( touchStartEvent, context.start ); |
| + | }, |
| + | |
| + | teardown: function() { |
| + | var events, context; |
| + | |
| + | events = $.data( this, "mobile-events" ); |
| + | if ( events ) { |
| + | context = events.swipe; |
| + | delete events.swipe; |
| + | events.length--; |
| + | if ( events.length === 0 ) { |
| + | $.removeData( this, "mobile-events" ); |
| + | } |
| + | } |
| + | |
| + | if ( context ) { |
| + | if ( context.start ) { |
| + | $( this ).off( touchStartEvent, context.start ); |
| + | } |
| + | if ( context.move ) { |
| + | $document.off( touchMoveEvent, context.move ); |
| + | } |
| + | if ( context.stop ) { |
| + | $document.off( touchStopEvent, context.stop ); |
| + | } |
| + | } |
| + | } |
| + | }; |
| + | $.each({ |
| + | swipeleft: "swipe.left", |
| + | swiperight: "swipe.right" |
| + | }, function( event, sourceEvent ) { |
| + | |
| + | $.event.special[ event ] = { |
| + | setup: function() { |
| + | $( this ).bind( sourceEvent, $.noop ); |
| + | }, |
| + | teardown: function() { |
| + | $( this ).unbind( sourceEvent ); |
| + | } |
| + | }; |
| + | }); |
| + | })( jQuery, this ); |
| + | */ |
| + | |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | // Elements with [data-open] will reveal a plugin that supports it when clicked. |
| + | $(document).on('click.zf.trigger', '[data-open]', function() { |
| + | var id = $(this).data('open'); |
| + | $('#' + id).triggerHandler('open.zf.trigger', [$(this)]); |
| + | }); |
| + | |
| + | // Elements with [data-close] will close a plugin that supports it when clicked. |
| + | // If used without a value on [data-close], the event will bubble, allowing it to close a parent component. |
| + | $(document).on('click.zf.trigger', '[data-close]', function() { |
| + | var id = $(this).data('close'); |
| + | if (id) { |
| + | $('#' + id).triggerHandler('close.zf.trigger', [$(this)]); |
| + | } |
| + | else { |
| + | $(this).trigger('close.zf.trigger'); |
| + | } |
| + | }); |
| + | |
| + | // Elements with [data-toggle] will toggle a plugin that supports it when clicked. |
| + | $(document).on('click.zf.trigger', '[data-toggle]', function() { |
| + | var id = $(this).data('toggle'); |
| + | $('#' + id).triggerHandler('toggle.zf.trigger', [$(this)]); |
| + | }); |
| + | |
| + | // Elements with [data-closable] will respond to close.zf.trigger events. |
| + | $(document).on('close.zf.trigger', '[data-closable]', function() { |
| + | var animation = $(this).data('closable') || 'fade-out'; |
| + | if(Foundation.Motion){ |
| + | Foundation.Motion.animateOut($(this), animation, function() { |
| + | $(this).trigger('closed.zf'); |
| + | }); |
| + | }else{ |
| + | $(this).fadeOut().trigger('closed.zf'); |
| + | } |
| + | }); |
| + | |
| + | var MutationObserver = (function () { |
| + | var prefixes = ['WebKit', 'Moz', 'O', 'Ms', '']; |
| + | for (var i=0; i < prefixes.length; i++) { |
| + | if (prefixes[i] + 'MutationObserver' in window) { |
| + | return window[prefixes[i] + 'MutationObserver']; |
| + | } |
| + | } |
| + | return false; |
| + | }()); |
| + | |
| + | |
| + | var checkListeners = function(){ |
| + | eventsListener(); |
| + | resizeListener(); |
| + | scrollListener(); |
| + | closemeListener(); |
| + | }; |
| + | /** |
| + | * Fires once after all other scripts have loaded |
| + | * @function |
| + | * @private |
| + | */ |
| + | $(window).load(function(){ |
| + | checkListeners(); |
| + | }); |
| + | |
| + | //******** only fires this function once on load, if there's something to watch ******** |
| + | var closemeListener = function(pluginName){ |
| + | var yetiBoxes = $('[data-yeti-box]'), |
| + | plugNames = ['dropdown', 'tooltip', 'reveal']; |
| + | |
| + | if(pluginName){ |
| + | if(typeof pluginName === 'string'){ |
| + | plugNames.push(pluginName); |
| + | }else if(typeof pluginName === 'object' && typeof pluginName[0] === 'string'){ |
| + | plugNames.concat(pluginName); |
| + | }else{ |
| + | console.error('Plugin names must be strings'); |
| + | } |
| + | } |
| + | if(yetiBoxes.length){ |
| + | var listeners = plugNames.map(function(name){ |
| + | return 'closeme.zf.' + name; |
| + | }).join(' '); |
| + | |
| + | $(window).off(listeners).on(listeners, function(e, pluginId){ |
| + | var plugin = e.namespace.split('.')[0]; |
| + | var plugins = $('[data-' + plugin + ']').not('[data-yeti-box="' + pluginId + '"]'); |
| + | |
| + | plugins.each(function(){ |
| + | var _this = $(this); |
| + | |
| + | _this.triggerHandler('close.zf.trigger', [_this]); |
| + | }); |
| + | }); |
| + | } |
| + | }; |
| + | var resizeListener = function(debounce){ |
| + | var timer, |
| + | $nodes = $('[data-resize]'); |
| + | if($nodes.length){ |
| + | $(window).off('resize.zf.trigger') |
| + | .on('resize.zf.trigger', function(e) { |
| + | if (timer) { clearTimeout(timer); } |
| + | |
| + | timer = setTimeout(function(){ |
| + | |
| + | if(!MutationObserver){//fallback for IE 9 |
| + | $nodes.each(function(){ |
| + | $(this).triggerHandler('resizeme.zf.trigger'); |
| + | }); |
| + | } |
| + | //trigger all listening elements and signal a resize event |
| + | $nodes.attr('data-events', "resize"); |
| + | }, debounce || 10);//default time to emit resize event |
| + | }); |
| + | } |
| + | }; |
| + | var scrollListener = function(debounce){ |
| + | var timer, |
| + | $nodes = $('[data-scroll]'); |
| + | if($nodes.length){ |
| + | $(window).off('scroll.zf.trigger') |
| + | .on('scroll.zf.trigger', function(e){ |
| + | if(timer){ clearTimeout(timer); } |
| + | |
| + | timer = setTimeout(function(){ |
| + | |
| + | if(!MutationObserver){//fallback for IE 9 |
| + | $nodes.each(function(){ |
| + | $(this).triggerHandler('scrollme.zf.trigger'); |
| + | }); |
| + | } |
| + | //trigger all listening elements and signal a scroll event |
| + | $nodes.attr('data-events', "scroll"); |
| + | }, debounce || 10);//default time to emit scroll event |
| + | }); |
| + | } |
| + | }; |
| + | // function domMutationObserver(debounce) { |
| + | // // !!! This is coming soon and needs more work; not active !!! // |
| + | // var timer, |
| + | // nodes = document.querySelectorAll('[data-mutate]'); |
| + | // // |
| + | // if (nodes.length) { |
| + | // // var MutationObserver = (function () { |
| + | // // var prefixes = ['WebKit', 'Moz', 'O', 'Ms', '']; |
| + | // // for (var i=0; i < prefixes.length; i++) { |
| + | // // if (prefixes[i] + 'MutationObserver' in window) { |
| + | // // return window[prefixes[i] + 'MutationObserver']; |
| + | // // } |
| + | // // } |
| + | // // return false; |
| + | // // }()); |
| + | // |
| + | // |
| + | // //for the body, we need to listen for all changes effecting the style and class attributes |
| + | // var bodyObserver = new MutationObserver(bodyMutation); |
| + | // bodyObserver.observe(document.body, { attributes: true, childList: true, characterData: false, subtree:true, attributeFilter:["style", "class"]}); |
| + | // |
| + | // |
| + | // //body callback |
| + | // function bodyMutation(mutate) { |
| + | // //trigger all listening elements and signal a mutation event |
| + | // if (timer) { clearTimeout(timer); } |
| + | // |
| + | // timer = setTimeout(function() { |
| + | // bodyObserver.disconnect(); |
| + | // $('[data-mutate]').attr('data-events',"mutate"); |
| + | // }, debounce || 150); |
| + | // } |
| + | // } |
| + | // } |
| + | var eventsListener = function() { |
| + | if(!MutationObserver){ return false; } |
| + | var nodes = document.querySelectorAll('[data-resize], [data-scroll], [data-mutate]'); |
| + | |
| + | //element callback |
| + | var listeningElementsMutation = function(mutationRecordsList) { |
| + | var $target = $(mutationRecordsList[0].target); |
| + | //trigger the event handler for the element depending on type |
| + | switch ($target.attr("data-events")) { |
| + | |
| + | case "resize" : |
| + | $target.triggerHandler('resizeme.zf.trigger', [$target]); |
| + | break; |
| + | |
| + | case "scroll" : |
| + | $target.triggerHandler('scrollme.zf.trigger', [$target, window.pageYOffset]); |
| + | break; |
| + | |
| + | // case "mutate" : |
| + | // console.log('mutate', $target); |
| + | // $target.triggerHandler('mutate.zf.trigger'); |
| + | // |
| + | // //make sure we don't get stuck in an infinite loop from sloppy codeing |
| + | // if ($target.index('[data-mutate]') == $("[data-mutate]").length-1) { |
| + | // domMutationObserver(); |
| + | // } |
| + | // break; |
| + | |
| + | default : |
| + | return false; |
| + | //nothing |
| + | } |
| + | } |
| + | |
| + | if(nodes.length){ |
| + | //for each element that needs to listen for resizing, scrolling, (or coming soon mutation) add a single observer |
| + | for (var i = 0; i <= nodes.length-1; i++) { |
| + | var elementObserver = new MutationObserver(listeningElementsMutation); |
| + | elementObserver.observe(nodes[i], { attributes: true, childList: false, characterData: false, subtree:false, attributeFilter:["data-events"]}); |
| + | } |
| + | } |
| + | }; |
| + | // ------------------------------------ |
| + | |
| + | // [PH] |
| + | // Foundation.CheckWatchers = checkWatchers; |
| + | Foundation.IHearYou = checkListeners; |
| + | // Foundation.ISeeYou = scrollListener; |
| + | // Foundation.IFeelYou = closemeListener; |
| + | |
| + | }(window.Foundation, window.jQuery); |
| + | |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Abide. |
| + | * @class |
| + | * @fires Abide#init |
| + | * @param {Object} element - jQuery object to add the trigger to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Abide(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Abide.defaults, this.$element.data(), options); |
| + | this.$window = $(window); |
| + | this.name = 'Abide'; |
| + | this.attr = 'data-abide'; |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | /** |
| + | * Default settings for plugin |
| + | */ |
| + | Abide.defaults = { |
| + | validateOn: 'fieldChange', // options: fieldChange, manual, submit |
| + | labelErrorClass: 'is-invalid-label', |
| + | inputErrorClass: 'is-invalid-input', |
| + | formErrorSelector: '.form-error', |
| + | formErrorClass: 'is-visible', |
| + | patterns: { |
| + | alpha : /^[a-zA-Z]+$/, |
| + | alpha_numeric : /^[a-zA-Z0-9]+$/, |
| + | integer : /^[-+]?\d+$/, |
| + | number : /^[-+]?\d*(?:[\.\,]\d+)?$/, |
| + | |
| + | // amex, visa, diners |
| + | card : /^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/, |
| + | cvv : /^([0-9]){3,4}$/, |
| + | |
| + | // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address |
| + | email : /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/, |
| + | |
| + | url : /^(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/, |
| + | // abc.de |
| + | domain : /^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,8}$/, |
| + | |
| + | datetime : /^([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))$/, |
| + | // YYYY-MM-DD |
| + | date : /(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))$/, |
| + | // HH:MM:SS |
| + | time : /^(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}$/, |
| + | dateISO : /^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/, |
| + | // MM/DD/YYYY |
| + | month_day_year : /^(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.]\d{4}$/, |
| + | // DD/MM/YYYY |
| + | day_month_year : /^(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]\d{4}$/, |
| + | |
| + | // #FFF or #FFFFFF |
| + | color : /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/ |
| + | }, |
| + | validators: { |
| + | equalTo: function (el, required, parent) { |
| + | var from = document.getElementById(el.getAttribute(this.add_namespace('data-equalto'))).value, |
| + | to = el.value, |
| + | valid = (from === to); |
| + | |
| + | return valid; |
| + | } |
| + | } |
| + | }; |
| + | |
| + | |
| + | /** |
| + | * Initializes the Abide plugin and calls functions to get Abide functioning on load. |
| + | * @private |
| + | */ |
| + | Abide.prototype._init = function() { |
| + | }; |
| + | |
| + | /** |
| + | * Initializes events for Abide. |
| + | * @private |
| + | */ |
| + | Abide.prototype._events = function() { |
| + | var self = this; |
| + | this.$element |
| + | .off('.abide') |
| + | .on('reset.fndtn.abide', function(e) { |
| + | self.resetForm($(this)); |
| + | }) |
| + | .on('submit.fndtn.abide', function(e) { |
| + | e.preventDefault(); |
| + | self.validateForm(self.$element); |
| + | }) |
| + | .find('input, textarea, select') |
| + | .off('.abide') |
| + | .on('blur.fndtn.abide change.fndtn.abide', function (e) { |
| + | if (self.options.validateOn === 'fieldChange') { |
| + | self.validateInput($(e.target), self.$element); |
| + | } |
| + | // self.validateForm(self.$element); |
| + | }) |
| + | .on('keydown.fndtn.abide', function (e) { |
| + | // if (settings.live_validate === true && e.which != 9) { |
| + | // clearTimeout(self.timer); |
| + | // self.timer = setTimeout(function () { |
| + | // self.validate([this], e); |
| + | // }.bind(this), settings.timeout); |
| + | // } |
| + | // self.validateForm(self.$element); |
| + | }); |
| + | |
| + | }, |
| + | /** |
| + | * Calls necessary functions to update Abide upon DOM change |
| + | * @private |
| + | */ |
| + | Abide.prototype._reflow = function() { |
| + | var self = this; |
| + | }; |
| + | /** |
| + | * Checks whether or not a form element has the required attribute and if it's checked or not |
| + | * @param {Object} element - jQuery object to check for required attribute |
| + | * @returns {Boolean} Boolean value depends on whether or not attribute is checked or empty |
| + | */ |
| + | Abide.prototype.requiredCheck = function($el) { |
| + | switch ($el[0].type) { |
| + | case 'text': |
| + | if ($el.attr('required') && !$el.val()) { |
| + | // requirement check does not pass |
| + | return false; |
| + | } else { |
| + | return true; |
| + | } |
| + | break; |
| + | case 'checkbox': |
| + | if ($el.attr('required') && !$el.is(':checked')) { |
| + | return false; |
| + | } else { |
| + | return true; |
| + | } |
| + | break; |
| + | case 'radio': |
| + | if ($el.attr('required') && !$el.is(':checked')) { |
| + | return false; |
| + | } else { |
| + | return true; |
| + | } |
| + | break; |
| + | default: |
| + | if ($el.attr('required') && (!$el.val() || !$el.val().length || $el.is(':empty'))) { |
| + | return false; |
| + | } else { |
| + | return true; |
| + | } |
| + | } |
| + | }; |
| + | /** |
| + | * Checks whether or not a form element has the required attribute and if it's checked or not |
| + | * @param {Object} element - jQuery object to check for required attribute |
| + | * @returns {Boolean} Boolean value depends on whether or not attribute is checked or empty |
| + | */ |
| + | Abide.prototype.findLabel = function($el) { |
| + | if ($el.next('label').length) { |
| + | return $el.next('label'); |
| + | } |
| + | else { |
| + | return $el.closest('label'); |
| + | } |
| + | }; |
| + | /** |
| + | * Adds the CSS error class as specified by the Abide settings to the label, input, and the form |
| + | * @param {Object} element - jQuery object to add the class to |
| + | */ |
| + | Abide.prototype.addErrorClasses = function($el) { |
| + | var self = this, |
| + | $label = self.findLabel($el), |
| + | $formError = $el.next(self.options.formErrorSelector) || $el.find(self.options.formErrorSelector); |
| + | |
| + | // label |
| + | if ($label) { |
| + | $label.addClass(self.options.labelErrorClass); |
| + | } |
| + | // form error |
| + | if ($formError) { |
| + | $formError.addClass(self.options.formErrorClass); |
| + | } |
| + | // input |
| + | $el.addClass(self.options.inputErrorClass); |
| + | }; |
| + | /** |
| + | * Removes CSS error class as specified by the Abide settings from the label, input, and the form |
| + | * @param {Object} element - jQuery object to remove the class from |
| + | */ |
| + | Abide.prototype.removeErrorClasses = function($el) { |
| + | var self = this, |
| + | $label = self.findLabel($el), |
| + | $formError = $el.next(self.options.formErrorSelector) || $el.find(self.options.formErrorSelector); |
| + | // label |
| + | if ($label && $label.hasClass(self.options.labelErrorClass)) { |
| + | $label.removeClass(self.options.labelErrorClass); |
| + | } |
| + | // form error |
| + | if ($formError && $formError.hasClass(self.options.formErrorClass)) { |
| + | $formError.removeClass(self.options.formErrorClass); |
| + | } |
| + | // input |
| + | if ($el.hasClass(self.options.inputErrorClass)) { |
| + | $el.removeClass(self.options.inputErrorClass); |
| + | } |
| + | }; |
| + | /** |
| + | * Goes through a form to find inputs and proceeds to validate them in ways specific to their type |
| + | * @fires Abide#invalid |
| + | * @fires Abide#valid |
| + | * @param {Object} element - jQuery object to validate, should be an HTML input |
| + | * @param {Object} form - jQuery object of the entire form to find the various input elements |
| + | */ |
| + | Abide.prototype.validateInput = function($el, $form) { |
| + | var self = this, |
| + | textInput = $form.find('input[type="text"]'), |
| + | checkInput = $form.find('input[type="checkbox"]'), |
| + | label, |
| + | radioGroupName; |
| + | |
| + | if ($el[0].type === 'text') { |
| + | if (!self.requiredCheck($el) || !self.validateText($el)) { |
| + | self.addErrorClasses($el); |
| + | $el.trigger('invalid.fndtn.abide', $el[0]); |
| + | } |
| + | else { |
| + | self.removeErrorClasses($el); |
| + | $el.trigger('valid.fndtn.abide', $el[0]); |
| + | } |
| + | } |
| + | else if ($el[0].type === 'radio') { |
| + | radioGroupName = $el.attr('name'); |
| + | label = $el.siblings('label'); |
| + | |
| + | if (self.validateRadio(radioGroupName)) { |
| + | $(label).each(function() { |
| + | if ($(this).hasClass(self.options.labelErrorClass)) { |
| + | $(this).removeClass(self.options.labelErrorClass); |
| + | } |
| + | }); |
| + | $el.trigger('valid.fndtn.abide', $el[0]); |
| + | } |
| + | else { |
| + | $(label).each(function() { |
| + | $(this).addClass(self.options.labelErrorClass); |
| + | }); |
| + | $el.trigger('invalid.fndtn.abide', $el[0]); |
| + | }; |
| + | } |
| + | else if ($el[0].type === 'checkbox') { |
| + | if (!self.requiredCheck($el)) { |
| + | self.addErrorClasses($el); |
| + | $el.trigger('invalid.fndtn.abide', $el[0]); |
| + | } |
| + | else { |
| + | self.removeErrorClasses($el); |
| + | $el.trigger('valid.fndtn.abide', $el[0]); |
| + | } |
| + | } |
| + | else { |
| + | if (!self.requiredCheck($el) || !self.validateText($el)) { |
| + | self.addErrorClasses($el); |
| + | $el.trigger('invalid.fndtn.abide', $el[0]); |
| + | } |
| + | else { |
| + | self.removeErrorClasses($el); |
| + | $el.trigger('valid.fndtn.abide', $el[0]); |
| + | } |
| + | } |
| + | }; |
| + | /** |
| + | * Goes through a form and if there are any invalid inputs, it will display the form error element |
| + | * @param {Object} element - jQuery object to validate, should be a form HTML element |
| + | */ |
| + | Abide.prototype.validateForm = function($form) { |
| + | var self = this, |
| + | inputs = $form.find('input'), |
| + | inputCount = $form.find('input').length, |
| + | counter = 0; |
| + | |
| + | while (counter < inputCount) { |
| + | self.validateInput($(inputs[counter]), $form); |
| + | counter++; |
| + | } |
| + | |
| + | // what are all the things that can go wrong with a form? |
| + | if ($form.find('.form-error.is-visible').length || $form.find('.is-invalid-label').length) { |
| + | $form.find('[data-abide-error]').css('display', 'block'); |
| + | } |
| + | else { |
| + | $form.find('[data-abide-error]').css('display', 'none'); |
| + | } |
| + | }; |
| + | /** |
| + | * Determines whether or a not a text input is valid based on the patterns specified in the attribute |
| + | * @param {Object} element - jQuery object to validate, should be a text input HTML element |
| + | * @returns {Boolean} Boolean value depends on whether or not the input value matches the pattern specified |
| + | */ |
| + | Abide.prototype.validateText = function($el) { |
| + | var self = this, |
| + | valid = false, |
| + | patternLib = this.options.patterns, |
| + | inputText = $($el).val(), |
| + | // maybe have a different way of parsing this bc people might use type |
| + | pattern = $($el).attr('pattern'); |
| + | |
| + | // if there's no value, then return true |
| + | // since required check has already been done |
| + | if (inputText.length === 0) { |
| + | return true; |
| + | } |
| + | else { |
| + | if (inputText.match(patternLib[pattern])) { |
| + | return true; |
| + | } |
| + | else { |
| + | return false; |
| + | } |
| + | } |
| + | }; |
| + | /** |
| + | * Determines whether or a not a radio input is valid based on whether or not it is required and selected |
| + | * @param {String} group - A string that specifies the name of a radio button group |
| + | * @returns {Boolean} Boolean value depends on whether or not at least one radio input has been selected (if it's required) |
| + | */ |
| + | Abide.prototype.validateRadio = function(group) { |
| + | var self = this, |
| + | labels = $(':radio[name="' + group + '"]').siblings('label'), |
| + | counter = 0; |
| + | // go through each radio button |
| + | $(':radio[name="' + group + '"]').each(function() { |
| + | // put them through the required checkpoint |
| + | if (!self.requiredCheck($(this))) { |
| + | // if at least one doesn't pass, add a tally to the counter |
| + | counter++; |
| + | } |
| + | // if at least one is checked |
| + | // reset the counter |
| + | if ($(this).is(':checked')) { |
| + | counter = 0; |
| + | } |
| + | }); |
| + | |
| + | if (counter > 0) { |
| + | return false; |
| + | } |
| + | else { |
| + | return true; |
| + | } |
| + | }; |
| + | Abide.prototype.matchValidation = function(val, validation) { |
| + | |
| + | }; |
| + | /** |
| + | * Resets form inputs and styles |
| + | * @param {Object} $form - A jQuery object that should be an HTML form element |
| + | */ |
| + | Abide.prototype.resetForm = function($form) { |
| + | var self = this; |
| + | var invalidAttr = 'data-invalid'; |
| + | // remove data attributes |
| + | $('[' + self.invalidAttr + ']', $form).removeAttr(invalidAttr); |
| + | // remove styles |
| + | $('.' + self.options.labelErrorClass, $form).not('small').removeClass(self.options.labelErrorClass); |
| + | $('.' + self.options.inputErrorClass, $form).not('small').removeClass(self.options.inputErrorClass); |
| + | $('.form-error.is-visible').removeClass('is-visible'); |
| + | $form.find('[data-abide-error]').css('display', 'none'); |
| + | $(':input', $form).not(':button, :submit, :reset, :hidden, [data-abide-ignore]').val('').removeAttr(invalidAttr); |
| + | }; |
| + | Abide.prototype.destroy = function(){ |
| + | //TODO this... |
| + | }; |
| + | |
| + | Foundation.plugin(Abide, 'Abide'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Abide; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Abide; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * Accordion module. |
| + | * @module foundation.accordion |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.motion |
| + | */ |
| + | !function($, Foundation) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of an accordion. |
| + | * @class |
| + | * @fires Accordion#init |
| + | * @param {jQuery} element - jQuery object to make into an accordion. |
| + | */ |
| + | function Accordion(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Accordion.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Accordion', { |
| + | 'ENTER': 'toggle', |
| + | 'SPACE': 'toggle', |
| + | 'ARROW_DOWN': 'next', |
| + | 'ARROW_UP': 'previous' |
| + | }); |
| + | } |
| + | |
| + | Accordion.defaults = { |
| + | /** |
| + | * Amount of time to animate the opening of an accordion pane. |
| + | * @option |
| + | * @example 250 |
| + | */ |
| + | slideSpeed: 250, |
| + | /** |
| + | * Allow the accordion to have multiple open panes. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | multiExpand: false, |
| + | /** |
| + | * Allow the accordion to close all panes. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | allowAllClosed: false |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the accordion by animating the preset active pane(s). |
| + | * @private |
| + | */ |
| + | Accordion.prototype._init = function() { |
| + | this.$element.attr('role', 'tablist'); |
| + | this.$tabs = this.$element.children('li'); |
| + | this.$tabs.each(function(idx, el){ |
| + | |
| + | var $el = $(el), |
| + | $content = $el.find('[data-tab-content]'), |
| + | id = $content[0].id || Foundation.GetYoDigits(6, 'accordion'), |
| + | linkId = el.id || id + '-label'; |
| + | |
| + | $el.find('a:first').attr({ |
| + | 'aria-controls': id, |
| + | 'role': 'tab', |
| + | 'id': linkId, |
| + | 'aria-expanded': false, |
| + | 'aria-selected': false |
| + | }); |
| + | $content.attr({'role': 'tabpanel', 'aria-labelledby': linkId, 'aria-hidden': true, 'id': id}); |
| + | }); |
| + | var $initActive = this.$element.find('.is-active').children('[data-tab-content]'); |
| + | if($initActive.length){ |
| + | this.down($initActive, true); |
| + | } |
| + | this._events(); |
| + | }; |
| + | |
| + | /** |
| + | * Adds event handlers for items within the accordion. |
| + | * @private |
| + | */ |
| + | Accordion.prototype._events = function() { |
| + | var _this = this; |
| + | |
| + | this.$tabs.each(function(){ |
| + | var $elem = $(this); |
| + | var $tabContent = $elem.children('[data-tab-content]'); |
| + | if ($tabContent.length) { |
| + | $elem.children('a').off('click.zf.accordion keydown.zf.accordion') |
| + | .on('click.zf.accordion', function(e){ |
| + | // $(this).children('a').on('click.zf.accordion', function(e) { |
| + | e.preventDefault(); |
| + | if ($elem.hasClass('is-active')) { |
| + | if(_this.options.allowAllClosed || $elem.siblings().hasClass('is-active')){ |
| + | _this.up($tabContent); |
| + | } |
| + | } |
| + | else { |
| + | _this.down($tabContent); |
| + | } |
| + | }).on('keydown.zf.accordion', function(e){ |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | toggle: function() { |
| + | _this.toggle($tabContent); |
| + | }, |
| + | next: function() { |
| + | $elem.next().find('a').focus().trigger('click.zf.accordion'); |
| + | }, |
| + | previous: function() { |
| + | $elem.prev().find('a').focus().trigger('click.zf.accordion'); |
| + | }, |
| + | handled: function() { |
| + | e.preventDefault(); |
| + | e.stopPropagation(); |
| + | } |
| + | }); |
| + | }); |
| + | } |
| + | }); |
| + | }; |
| + | /** |
| + | * Toggles the selected content pane's open/close state. |
| + | * @param {jQuery} $target - jQuery object of the pane to toggle. |
| + | * @function |
| + | */ |
| + | Accordion.prototype.toggle = function($target){ |
| + | if($target.parent().hasClass('is-active')){ |
| + | if(this.options.allowAllClosed || $target.parent().siblings().hasClass('is-active')){ |
| + | this.up($target); |
| + | }else{ return; } |
| + | }else{ |
| + | this.down($target); |
| + | } |
| + | }; |
| + | /** |
| + | * Opens the accordion tab defined by `$target`. |
| + | * @param {jQuery} $target - Accordion pane to open. |
| + | * @param {Boolean} firstTime - flag to determine if reflow should happen. |
| + | * @fires Accordion#down |
| + | * @function |
| + | */ |
| + | Accordion.prototype.down = function($target, firstTime) { |
| + | var _this = this; |
| + | if(!this.options.multiExpand && !firstTime){ |
| + | var $currentActive = this.$element.find('.is-active').children('[data-tab-content]'); |
| + | if($currentActive.length){ |
| + | this.up($currentActive); |
| + | } |
| + | } |
| + | |
| + | $target |
| + | .attr('aria-hidden', false) |
| + | .parent('[data-tab-content]') |
| + | .addBack() |
| + | .parent().addClass('is-active'); |
| + | |
| + | Foundation.Move(_this.options.slideSpeed, $target, function(){ |
| + | $target.slideDown(_this.options.slideSpeed); |
| + | }); |
| + | |
| + | if(!firstTime){ |
| + | Foundation._reflow(this.$element.attr('data-accordion')); |
| + | } |
| + | $('#' + $target.attr('aria-labelledby')).attr({ |
| + | 'aria-expanded': true, |
| + | 'aria-selected': true |
| + | }); |
| + | /** |
| + | * Fires when the tab is done opening. |
| + | * @event Accordion#down |
| + | */ |
| + | this.$element.trigger('down.zf.accordion', [$target]); |
| + | }; |
| + | |
| + | /** |
| + | * Closes the tab defined by `$target`. |
| + | * @param {jQuery} $target - Accordion tab to close. |
| + | * @fires Accordion#up |
| + | * @function |
| + | */ |
| + | Accordion.prototype.up = function($target) { |
| + | var $aunts = $target.parent().siblings(), |
| + | _this = this; |
| + | var canClose = this.options.multiExpand ? $aunts.hasClass('is-active') : $target.parent().hasClass('is-active'); |
| + | |
| + | if(!this.options.allowAllClosed && !canClose){ |
| + | return; |
| + | } |
| + | |
| + | Foundation.Move(this.options.slideSpeed, $target, function(){ |
| + | $target.slideUp(_this.options.slideSpeed); |
| + | }); |
| + | |
| + | $target.attr('aria-hidden', true) |
| + | .parent().removeClass('is-active'); |
| + | |
| + | $('#' + $target.attr('aria-labelledby')).attr({ |
| + | 'aria-expanded': false, |
| + | 'aria-selected': false |
| + | }); |
| + | |
| + | /** |
| + | * Fires when the tab is done collapsing up. |
| + | * @event Accordion#up |
| + | */ |
| + | this.$element.trigger('up.zf.accordion', [$target]); |
| + | }; |
| + | |
| + | /** |
| + | * Destroys an instance of an accordion. |
| + | * @fires Accordion#destroyed |
| + | * @function |
| + | */ |
| + | Accordion.prototype.destroy = function() { |
| + | this.$element.find('[data-tab-content]').slideUp(0).css('display', ''); |
| + | this.$element.find('a').off('.zf.accordion'); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Accordion, 'Accordion'); |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * AccordionMenu module. |
| + | * @module foundation.accordionMenu |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.motion |
| + | * @requires foundation.util.nest |
| + | */ |
| + | !function($) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of an accordion menu. |
| + | * @class |
| + | * @fires AccordionMenu#init |
| + | * @param {jQuery} element - jQuery object to make into an accordion menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function AccordionMenu(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, AccordionMenu.defaults, this.$element.data(), options); |
| + | |
| + | Foundation.Nest.Feather(this.$element, 'accordion'); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('AccordionMenu', { |
| + | 'ENTER': 'toggle', |
| + | 'SPACE': 'toggle', |
| + | 'ARROW_RIGHT': 'open', |
| + | 'ARROW_UP': 'up', |
| + | 'ARROW_DOWN': 'down', |
| + | 'ARROW_LEFT': 'close', |
| + | 'ESCAPE': 'closeAll', |
| + | 'TAB': 'down', |
| + | 'SHIFT_TAB': 'up' |
| + | }); |
| + | } |
| + | |
| + | AccordionMenu.defaults = { |
| + | /** |
| + | * Amount of time to animate the opening of a submenu in ms. |
| + | * @option |
| + | * @example 250 |
| + | */ |
| + | slideSpeed: 250, |
| + | /** |
| + | * Allow the menu to have multiple open panes. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | multiOpen: true |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the accordion menu by hiding all nested menus. |
| + | * @private |
| + | */ |
| + | AccordionMenu.prototype._init = function() { |
| + | this.$element.find('[data-submenu]').not('.is-active').slideUp(0);//.find('a').css('padding-left', '1rem'); |
| + | this.$element.attr({ |
| + | 'role': 'tablist', |
| + | 'aria-multiselectable': this.options.multiOpen |
| + | }); |
| + | |
| + | this.$menuLinks = this.$element.find('.has-submenu'); |
| + | this.$menuLinks.each(function(){ |
| + | var linkId = this.id || Foundation.GetYoDigits(6, 'acc-menu-link'), |
| + | $elem = $(this), |
| + | $sub = $elem.children('[data-submenu]'), |
| + | subId = $sub[0].id || Foundation.GetYoDigits(6, 'acc-menu'), |
| + | isActive = $sub.hasClass('is-active'); |
| + | $elem.attr({ |
| + | 'aria-controls': subId, |
| + | 'aria-expanded': isActive, |
| + | 'aria-selected': false, |
| + | 'role': 'tab', |
| + | 'id': linkId |
| + | }); |
| + | $sub.attr({ |
| + | 'aria-labelledby': linkId, |
| + | 'aria-hidden': !isActive, |
| + | 'role': 'tabpanel', |
| + | 'id': subId |
| + | }); |
| + | }); |
| + | var initPanes = this.$element.find('.is-active'); |
| + | if(initPanes.length){ |
| + | var _this = this; |
| + | initPanes.each(function(){ |
| + | _this.down($(this)); |
| + | }); |
| + | } |
| + | this._events(); |
| + | }; |
| + | |
| + | /** |
| + | * Adds event handlers for items within the menu. |
| + | * @private |
| + | */ |
| + | AccordionMenu.prototype._events = function() { |
| + | var _this = this; |
| + | |
| + | this.$element.find('li').each(function() { |
| + | var $submenu = $(this).children('[data-submenu]'); |
| + | |
| + | if ($submenu.length) { |
| + | $(this).children('a').off('click.zf.accordionmenu').on('click.zf.accordionmenu', function(e) { |
| + | e.preventDefault(); |
| + | |
| + | _this.toggle($submenu); |
| + | }); |
| + | } |
| + | }).on('keydown.zf.accordionmenu', function(e){ |
| + | var $element = $(this), |
| + | $elements = $element.parent('ul').children('li'), |
| + | $prevElement, |
| + | $nextElement, |
| + | $target = $element.children('[data-submenu]'); |
| + | |
| + | $elements.each(function(i) { |
| + | if ($(this).is($element)) { |
| + | $prevElement = $elements.eq(Math.max(0, i-1)); |
| + | $nextElement = $elements.eq(Math.min(i+1, $elements.length-1)); |
| + | |
| + | if ($(this).children('[data-submenu]:visible').length) { // has open sub menu |
| + | $nextElement = $element.find('li:first-child'); |
| + | } |
| + | if ($(this).is(':first-child')) { // is first element of sub menu |
| + | $prevElement = $element.parents('li').first(); |
| + | } else if ($prevElement.children('[data-submenu]:visible').length) { // if previous element has open sub menu |
| + | $prevElement = $prevElement.find('li:last-child'); |
| + | } |
| + | if ($(this).is(':last-child')) { // is last element of sub menu |
| + | $nextElement = $element.parents('li').first().next('li'); |
| + | } |
| + | |
| + | return; |
| + | } |
| + | }); |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | open: function() { |
| + | if ($target.is(':hidden')) { |
| + | _this.down($target); |
| + | $target.find('li').first().focus(); |
| + | } |
| + | }, |
| + | close: function() { |
| + | if ($target.length && !$target.is(':hidden')) { // close active sub of this item |
| + | _this.up($target); |
| + | } else if ($element.parent('[data-submenu]').length) { // close currently open sub |
| + | _this.up($element.parent('[data-submenu]')); |
| + | $element.parents('li').first().focus(); |
| + | } |
| + | }, |
| + | up: function() { |
| + | $prevElement.focus(); |
| + | }, |
| + | down: function() { |
| + | $nextElement.focus(); |
| + | }, |
| + | toggle: function() { |
| + | if ($element.children('[data-submenu]').length) { |
| + | _this.toggle($element.children('[data-submenu]')); |
| + | } |
| + | }, |
| + | closeAll: function() { |
| + | _this.hideAll(); |
| + | }, |
| + | handled: function() { |
| + | e.preventDefault(); |
| + | e.stopImmediatePropagation(); |
| + | } |
| + | }); |
| + | });//.attr('tabindex', 0); |
| + | }; |
| + | /** |
| + | * Closes all panes of the menu. |
| + | * @function |
| + | */ |
| + | AccordionMenu.prototype.hideAll = function(){ |
| + | this.$element.find('[data-submenu]').slideUp(this.options.slideSpeed); |
| + | }; |
| + | /** |
| + | * Toggles the open/close state of a submenu. |
| + | * @function |
| + | * @param {jQuery} $target - the submenu to toggle |
| + | */ |
| + | AccordionMenu.prototype.toggle = function($target){ |
| + | if (!$target.is(':hidden')) { |
| + | this.up($target); |
| + | } |
| + | else { |
| + | this.down($target); |
| + | } |
| + | }; |
| + | /** |
| + | * Opens the sub-menu defined by `$target`. |
| + | * @param {jQuery} $target - Sub-menu to open. |
| + | * @fires AccordionMenu#down |
| + | */ |
| + | AccordionMenu.prototype.down = function($target) { |
| + | var _this = this; |
| + | console.log($target); |
| + | if(!this.options.multiOpen){ |
| + | this.up(this.$element.find('.is-active').not($target.parentsUntil(this.$element))); |
| + | } |
| + | |
| + | $target.addClass('is-active').attr({'aria-hidden': false}) |
| + | .parent('.has-submenu').attr({'aria-expanded': true, 'aria-selected': true}); |
| + | |
| + | Foundation.Move(this.options.slideSpeed, $target, function(){ |
| + | $target.slideDown(_this.options.slideSpeed); |
| + | }); |
| + | /** |
| + | * Fires when the menu is done collapsing up. |
| + | * @event AccordionMenu#down |
| + | */ |
| + | this.$element.trigger('down.zf.accordionMenu', [$target]); |
| + | }; |
| + | |
| + | /** |
| + | * Closes the sub-menu defined by `$target`. All sub-menus inside the target will be closed as well. |
| + | * @param {jQuery} $target - Sub-menu to close. |
| + | * @fires AccordionMenu#up |
| + | */ |
| + | AccordionMenu.prototype.up = function($target) { |
| + | var _this = this; |
| + | Foundation.Move(this.options.slideSpeed, $target, function(){ |
| + | $target.slideUp(_this.options.slideSpeed); |
| + | }); |
| + | $target.attr('aria-hidden', true) |
| + | .find('[data-submenu]').slideUp(0).attr('aria-hidden', true).end() |
| + | .parent('.has-submenu') |
| + | .attr({'aria-expanded': false, 'aria-selected': false}); |
| + | // $target.slideUp(this.options.slideSpeed, function() { |
| + | // $target.find('[data-submenu]').slideUp(0).attr('aria-hidden', true); |
| + | // }).attr('aria-hidden', true).parent('.has-submenu').attr({'aria-expanded': false, 'aria-selected': false}); |
| + | |
| + | /** |
| + | * Fires when the menu is done collapsing up. |
| + | * @event AccordionMenu#up |
| + | */ |
| + | this.$element.trigger('up.zf.accordionMenu', [$target]); |
| + | }; |
| + | |
| + | /** |
| + | * Destroys an instance of accordion menu. |
| + | * @fires AccordionMenu#destroyed |
| + | */ |
| + | AccordionMenu.prototype.destroy = function(){ |
| + | this.$element.find('[data-submenu]').slideDown(0).css('display', ''); |
| + | this.$element.find('a').off('click.zf.accordionMenu'); |
| + | |
| + | Foundation.Nest.Burn(this.$element, 'accordion'); |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(AccordionMenu, 'AccordionMenu'); |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * Drilldown module. |
| + | * @module foundation.drilldown |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.motion |
| + | * @requires foundation.util.nest |
| + | */ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of a drilldown menu. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to make into an accordion menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Drilldown(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Drilldown.defaults, this.$element.data(), options); |
| + | |
| + | Foundation.Nest.Feather(this.$element, 'drilldown'); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Drilldown', { |
| + | 'ENTER': 'open', |
| + | 'SPACE': 'open', |
| + | 'ARROW_RIGHT': 'next', |
| + | 'ARROW_UP': 'up', |
| + | 'ARROW_DOWN': 'down', |
| + | 'ARROW_LEFT': 'previous', |
| + | 'ESCAPE': 'close', |
| + | 'TAB': 'down', |
| + | 'SHIFT_TAB': 'up' |
| + | }); |
| + | } |
| + | Drilldown.defaults = { |
| + | /** |
| + | * Markup used for JS generated back button. Prepended to submenu lists and deleted on `destroy` method. |
| + | * @option |
| + | * @example '<li><a>Back</a></li>' |
| + | */ |
| + | backButton: '<li class="js-drilldown-back" tabindex="0"><a>Back</a></li>', |
| + | /** |
| + | * Markup used to wrap drilldown menu. Use a class name for independent styling, or the JS applied class: `is-drilldown`. |
| + | * @option |
| + | * @example '<div></div>' |
| + | */ |
| + | wrapper: '<div></div>', |
| + | /** |
| + | * Allow the menu to return to root list on body click. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | closeOnClick: false, |
| + | // holdOpen: false |
| + | }; |
| + | /** |
| + | * Initializes the drilldown by creating jQuery collections of elements |
| + | * @private |
| + | */ |
| + | Drilldown.prototype._init = function(){ |
| + | this.$submenuAnchors = this.$element.find('li.has-submenu'); |
| + | this.$submenus = this.$submenuAnchors.children('[data-submenu]').addClass('is-drilldown-sub')/*.wrap($(this.options.wrapper).addClass('is-drilldown-sub'))*/; |
| + | // this.$rootElems = this.$element.children('[data-submenu]')/*.addClass('first-sub')*/; |
| + | this.$menuItems = this.$element.find('li').not('.js-drilldown-back').attr('role', 'menuitem'); |
| + | // this.$submenus; |
| + | |
| + | |
| + | this._prepareMenu(); |
| + | // this._getMaxDims(); |
| + | this._keyboardEvents(); |
| + | }; |
| + | /** |
| + | * prepares drilldown menu by setting attributes to links and elements |
| + | * sets a min height to prevent content jumping |
| + | * wraps the element if not already wrapped |
| + | * @private |
| + | * @function |
| + | */ |
| + | Drilldown.prototype._prepareMenu = function(){ |
| + | var _this = this; |
| + | // if(!this.options.holdOpen){ |
| + | // this._menuLinkEvents(); |
| + | // } |
| + | this.$submenuAnchors.each(function(){ |
| + | var $sub = $(this); |
| + | $sub.find('a')[0].removeAttribute('href'); |
| + | $sub.children('[data-submenu]') |
| + | .attr({ |
| + | 'aria-hidden': true, |
| + | 'tabindex': 0, |
| + | 'role': 'menu' |
| + | }); |
| + | _this._events($sub); |
| + | }); |
| + | this.$submenus.each(function(){ |
| + | var $menu = $(this), |
| + | $back = $menu.find('.js-drilldown-back'); |
| + | if(!$back.length){ |
| + | $menu.prepend(_this.options.backButton); |
| + | _this._back($menu); |
| + | } |
| + | }); |
| + | if(!this.$element.parent().hasClass('is-drilldown')){ |
| + | this.$wrapper = $(this.options.wrapper).addClass('is-drilldown').css(this._getMaxDims()); |
| + | this.$element.wrap(this.$wrapper); |
| + | } |
| + | |
| + | }; |
| + | /** |
| + | * Adds event handlers to elements in the menu. |
| + | * @function |
| + | * @private |
| + | * @param {jQuery} $elem - the current menu item to add handlers to. |
| + | */ |
| + | Drilldown.prototype._events = function($elem){ |
| + | var _this = this; |
| + | |
| + | $elem.off('click.zf.drilldown') |
| + | .on('click.zf.drilldown', function(e){ |
| + | e.stopImmediatePropagation(); |
| + | e.preventDefault(); |
| + | |
| + | if(e.target !== e.currentTarget.firstElementChild){ |
| + | return false; |
| + | } |
| + | _this._show($elem); |
| + | |
| + | if(_this.options.closeOnClick){ |
| + | var $body = $('body').not(_this.$wrapper); |
| + | $body.off('.zf.drilldown').on('click.zf.drilldown', function(e){ |
| + | e.preventDefault(); |
| + | _this._hideAll(); |
| + | $body.off('.zf.drilldown'); |
| + | }); |
| + | } |
| + | }); |
| + | }; |
| + | /** |
| + | * Adds keydown event listener to `li`'s in the menu. |
| + | * @private |
| + | */ |
| + | Drilldown.prototype._keyboardEvents = function() { |
| + | var _this = this; |
| + | this.$menuItems.add(this.$element.find('.js-drilldown-back')).on('keydown.zf.drilldown', function(e){ |
| + | var $element = $(this), |
| + | $elements = $element.parent('ul').children('li'), |
| + | $prevElement, |
| + | $nextElement; |
| + | |
| + | $elements.each(function(i) { |
| + | if ($(this).is($element)) { |
| + | $prevElement = $elements.eq(Math.max(0, i-1)); |
| + | $nextElement = $elements.eq(Math.min(i+1, $elements.length-1)); |
| + | return; |
| + | } |
| + | }); |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | next: function() { |
| + | if ($element.is(_this.$submenuAnchors)) { |
| + | _this._show($element); |
| + | $element.on(Foundation.transitionend($element), function(){ |
| + | $element.find('ul li').filter(_this.$menuItems).first().focus(); |
| + | }); |
| + | } |
| + | }, |
| + | previous: function() { |
| + | _this._hide($element.parent('ul')); |
| + | $element.parent('ul').on(Foundation.transitionend($element), function(){ |
| + | setTimeout(function() { |
| + | $element.parent('ul').parent('li').focus(); |
| + | }, 1); |
| + | }); |
| + | }, |
| + | up: function() { |
| + | $prevElement.focus(); |
| + | }, |
| + | down: function() { |
| + | $nextElement.focus(); |
| + | }, |
| + | close: function() { |
| + | _this._back(); |
| + | //_this.$menuItems.first().focus(); // focus to first element |
| + | }, |
| + | open: function() { |
| + | if (!$element.is(_this.$menuItems)) { // not menu item means back button |
| + | _this._hide($element.parent('ul')); |
| + | setTimeout(function(){$element.parent('ul').parent('li').focus();}, 1); |
| + | } else if ($element.is(_this.$submenuAnchors)) { |
| + | _this._show($element); |
| + | setTimeout(function(){$element.find('ul li').filter(_this.$menuItems).first().focus();}, 1); |
| + | } |
| + | }, |
| + | handled: function() { |
| + | e.preventDefault(); |
| + | e.stopImmediatePropagation(); |
| + | } |
| + | }); |
| + | }); // end keyboardAccess |
| + | }; |
| + | |
| + | /** |
| + | * Closes all open elements, and returns to root menu. |
| + | * @function |
| + | * @fires Drilldown#closed |
| + | */ |
| + | Drilldown.prototype._hideAll = function(){ |
| + | var $elem = this.$element.find('.is-drilldown-sub.is-active').addClass('is-closing'); |
| + | $elem.one(Foundation.transitionend($elem), function(e){ |
| + | $elem.removeClass('is-active is-closing'); |
| + | }); |
| + | /** |
| + | * Fires when the menu is fully closed. |
| + | * @event Drilldown#closed |
| + | */ |
| + | this.$element.trigger('closed.zf.drilldown'); |
| + | }; |
| + | /** |
| + | * Adds event listener for each `back` button, and closes open menus. |
| + | * @function |
| + | * @fires Drilldown#back |
| + | * @param {jQuery} $elem - the current sub-menu to add `back` event. |
| + | */ |
| + | Drilldown.prototype._back = function($elem){ |
| + | var _this = this; |
| + | $elem.off('click.zf.drilldown'); |
| + | $elem.children('.js-drilldown-back') |
| + | .on('click.zf.drilldown', function(e){ |
| + | e.stopImmediatePropagation(); |
| + | // console.log('mouseup on back'); |
| + | _this._hide($elem); |
| + | }); |
| + | }; |
| + | /** |
| + | * Adds event listener to menu items w/o submenus to close open menus on click. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Drilldown.prototype._menuLinkEvents = function(){ |
| + | var _this = this; |
| + | this.$menuItems.not('.has-submenu') |
| + | .off('click.zf.drilldown') |
| + | .on('click.zf.drilldown', function(e){ |
| + | // e.stopImmediatePropagation(); |
| + | setTimeout(function(){ |
| + | _this._hideAll(); |
| + | }, 0); |
| + | }); |
| + | }; |
| + | /** |
| + | * Opens a submenu. |
| + | * @function |
| + | * @fires Drilldown#open |
| + | * @param {jQuery} $elem - the current element with a submenu to open. |
| + | */ |
| + | Drilldown.prototype._show = function($elem){ |
| + | $elem.children('[data-submenu]').addClass('is-active'); |
| + | |
| + | this.$element.trigger('open.zf.drilldown', [$elem]); |
| + | }; |
| + | /** |
| + | * Hides a submenu |
| + | * @function |
| + | * @fires Drilldown#hide |
| + | * @param {jQuery} $elem - the current sub-menu to hide. |
| + | */ |
| + | Drilldown.prototype._hide = function($elem){ |
| + | var _this = this; |
| + | $elem.addClass('is-closing') |
| + | .one(Foundation.transitionend($elem), function(){ |
| + | $elem.removeClass('is-active is-closing'); |
| + | }); |
| + | /** |
| + | * Fires when the submenu is has closed. |
| + | * @event Drilldown#hide |
| + | */ |
| + | $elem.trigger('hide.zf.drilldown', [$elem]); |
| + | |
| + | }; |
| + | /** |
| + | * Iterates through the nested menus to calculate the min-height, and max-width for the menu. |
| + | * Prevents content jumping. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Drilldown.prototype._getMaxDims = function(){ |
| + | var max = 0, result = {}; |
| + | this.$submenus.add(this.$element).each(function(){ |
| + | var numOfElems = $(this).children('li').length; |
| + | max = numOfElems > max ? numOfElems : max; |
| + | }); |
| + | |
| + | result.height = max * this.$menuItems[0].getBoundingClientRect().height + 'px'; |
| + | result.width = this.$element[0].getBoundingClientRect().width + 'px'; |
| + | |
| + | return result; |
| + | }; |
| + | /** |
| + | * Destroys the Drilldown Menu |
| + | * @function |
| + | */ |
| + | Drilldown.prototype.destroy = function(){ |
| + | this._hideAll(); |
| + | Foundation.Nest.Burn(this.$element, 'drilldown'); |
| + | this.$element.unwrap() |
| + | .find('.js-drilldown-back').remove() |
| + | .end().find('.is-active, .is-closing, .is-drilldown-sub').removeClass('is-active is-closing is-drilldown-sub') |
| + | .end().find('[data-submenu]').removeAttr('aria-hidden tabindex role') |
| + | .off('.zf.drilldown').end().off('zf.drilldown'); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | Foundation.plugin(Drilldown, 'Drilldown'); |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * Dropdown module. |
| + | * @module foundation.dropdown |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.box |
| + | */ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | /** |
| + | * Creates a new instance of a dropdown. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to make into an accordion menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Dropdown(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Dropdown.defaults, this.$element.data(), options); |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Dropdown', { |
| + | 'ENTER': 'open', |
| + | 'SPACE': 'open', |
| + | 'ESCAPE': 'close', |
| + | 'TAB': 'tab_forward', |
| + | 'SHIFT_TAB': 'tab_backward' |
| + | }); |
| + | } |
| + | |
| + | Dropdown.defaults = { |
| + | /** |
| + | * Amount of time to delay opening a submenu on hover event. |
| + | * @option |
| + | * @example 250 |
| + | */ |
| + | hoverDelay: 250, |
| + | /** |
| + | * Allow submenus to open on hover events |
| + | * @option |
| + | * @example false |
| + | */ |
| + | hover: false, |
| + | /** |
| + | * Number of pixels between the dropdown pane and the triggering element on open. |
| + | * @option |
| + | * @example 1 |
| + | */ |
| + | vOffset: 1, |
| + | /** |
| + | * Number of pixels between the dropdown pane and the triggering element on open. |
| + | * @option |
| + | * @example 1 |
| + | */ |
| + | hOffset: 1, |
| + | /** |
| + | * Class applied to adjust open position. JS will test and fill this in. |
| + | * @option |
| + | * @example 'top' |
| + | */ |
| + | positionClass: '', |
| + | /** |
| + | * Allow the plugin to trap focus to the dropdown pane on open. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | trapFocus: false |
| + | }; |
| + | /** |
| + | * Initializes the plugin by setting/checking options and attributes, adding helper variables, and saving the anchor. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Dropdown.prototype._init = function(){ |
| + | var $id = this.$element.attr('id'); |
| + | |
| + | this.$anchor = $('[data-toggle="' + $id + '"]') || $('[data-open="' + $id + '"]'); |
| + | this.$anchor.attr({ |
| + | 'aria-controls': $id, |
| + | 'data-is-focus': false, |
| + | 'data-yeti-box': $id, |
| + | 'aria-haspopup': true, |
| + | 'aria-expanded': false |
| + | // 'data-resize': $id |
| + | }); |
| + | |
| + | this.options.positionClass = this.getPositionClass(); |
| + | this.counter = 4; |
| + | this.usedPositions = []; |
| + | this.$element.attr({ |
| + | 'aria-hidden': 'true', |
| + | 'data-yeti-box': $id, |
| + | 'data-resize': $id, |
| + | 'aria-labelledby': this.$anchor[0].id || Foundation.GetYoDigits(6, 'dd-anchor') |
| + | }); |
| + | this._events(); |
| + | }; |
| + | /** |
| + | * Helper function to determine current orientation of dropdown pane. |
| + | * @function |
| + | * @returns {String} position - string value of a position class. |
| + | */ |
| + | Dropdown.prototype.getPositionClass = function(){ |
| + | var position = this.$element[0].className.match(/(top|left|right)/g); |
| + | position = position ? position[0] : ''; |
| + | return position; |
| + | }; |
| + | /** |
| + | * Adjusts the dropdown panes orientation by adding/removing positioning classes. |
| + | * @function |
| + | * @private |
| + | * @param {String} position - position class to remove. |
| + | */ |
| + | Dropdown.prototype._reposition = function(position){ |
| + | this.usedPositions.push(position ? position : 'bottom'); |
| + | //default, try switching to opposite side |
| + | if(!position && (this.usedPositions.indexOf('top') < 0)){ |
| + | this.$element.addClass('top'); |
| + | }else if(position === 'top' && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.$element.removeClass(position); |
| + | }else if(position === 'left' && (this.usedPositions.indexOf('right') < 0)){ |
| + | this.$element.removeClass(position) |
| + | .addClass('right'); |
| + | }else if(position === 'right' && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.$element.removeClass(position) |
| + | .addClass('left'); |
| + | } |
| + | |
| + | //if default change didn't work, try bottom or left first |
| + | else if(!position && (this.usedPositions.indexOf('top') > -1) && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.$element.addClass('left'); |
| + | }else if(position === 'top' && (this.usedPositions.indexOf('bottom') > -1) && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.$element.removeClass(position) |
| + | .addClass('left'); |
| + | }else if(position === 'left' && (this.usedPositions.indexOf('right') > -1) && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.$element.removeClass(position); |
| + | }else if(position === 'right' && (this.usedPositions.indexOf('left') > -1) && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.$element.removeClass(position); |
| + | } |
| + | //if nothing cleared, set to bottom |
| + | else{ |
| + | this.$element.removeClass(position); |
| + | } |
| + | this.classChanged = true; |
| + | this.counter--; |
| + | }; |
| + | /** |
| + | * Sets the position and orientation of the dropdown pane, checks for collisions. |
| + | * Recursively calls itself if a collision is detected, with a new position class. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Dropdown.prototype._setPosition = function(){ |
| + | if(this.$anchor.attr('aria-expanded') === 'false'){ return false; } |
| + | var position = this.getPositionClass(), |
| + | $eleDims = Foundation.Box.GetDimensions(this.$element), |
| + | $anchorDims = Foundation.Box.GetDimensions(this.$anchor), |
| + | _this = this, |
| + | direction = (position === 'left' ? 'left' : ((position === 'right') ? 'left' : 'top')), |
| + | param = (direction === 'top') ? 'height' : 'width', |
| + | offset = (param === 'height') ? this.options.vOffset : this.options.hOffset; |
| + | |
| + | if(($eleDims.width >= $eleDims.windowDims.width) || (!this.counter && !Foundation.Box.ImNotTouchingYou(this.$element))){ |
| + | this.$element.offset(Foundation.Box.GetOffsets(this.$element, this.$anchor, 'center bottom', this.options.vOffset, this.options.hOffset, true)).css({ |
| + | 'width': $eleDims.windowDims.width - (this.options.hOffset * 2), |
| + | 'height': 'auto', |
| + | }); |
| + | this.classChanged = true; |
| + | return false; |
| + | } |
| + | |
| + | this.$element.offset(Foundation.Box.GetOffsets(this.$element, this.$anchor, position, this.options.vOffset, this.options.hOffset)); |
| + | |
| + | while(!Foundation.Box.ImNotTouchingYou(this.$element) && this.counter){ |
| + | this._reposition(position); |
| + | this._setPosition(); |
| + | } |
| + | }; |
| + | /** |
| + | * Adds event listeners to the element utilizing the triggers utility library. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Dropdown.prototype._events = function(){ |
| + | var _this = this; |
| + | this.$element.on({ |
| + | 'open.zf.trigger': this.open.bind(this), |
| + | 'close.zf.trigger': this.close.bind(this), |
| + | 'toggle.zf.trigger': this.toggle.bind(this), |
| + | 'resizeme.zf.trigger': this._setPosition.bind(this) |
| + | }); |
| + | |
| + | if(this.options.hover){ |
| + | this.$anchor.off('mouseenter.zf.dropdown mouseleave.zf.dropdown') |
| + | .on('mouseenter.zf.dropdown', function(){ |
| + | console.log('hover'); |
| + | clearTimeout(_this.timeout); |
| + | _this.timeOut = setTimeout(function(){ |
| + | _this.open(); |
| + | _this.$anchor.data('hover', true); |
| + | }, _this.options.hoverDelay); |
| + | }).on('mouseleave.zf.dropdown', function(){ |
| + | clearTimeout(_this.timeout); |
| + | _this.timeOut = setTimeout(function(){ |
| + | _this.close(); |
| + | _this.$anchor.data('hover', false); |
| + | }, _this.options.hoverDelay); |
| + | }); |
| + | } |
| + | this.$anchor.add(this.$element).on('keydown.zf.dropdown', function(e) { |
| + | |
| + | var visibleFocusableElements = Foundation.Keyboard.findFocusable(_this.$element); |
| + | |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | tab_forward: function() { |
| + | if (this.$element.find(':focus').is(visibleFocusableElements.eq(-1))) { // left modal downwards, setting focus to first element |
| + | if (this.options.trapFocus) { // if focus shall be trapped |
| + | visibleFocusableElements.eq(0).focus(); |
| + | e.preventDefault(); |
| + | } else { // if focus is not trapped, close dropdown on focus out |
| + | this.close(); |
| + | } |
| + | } |
| + | }, |
| + | tab_backward: function() { |
| + | if (this.$element.find(':focus').is(visibleFocusableElements.eq(0)) || this.$element.is(':focus')) { // left modal upwards, setting focus to last element |
| + | if (this.options.trapFocus) { // if focus shall be trapped |
| + | visibleFocusableElements.eq(-1).focus(); |
| + | e.preventDefault(); |
| + | } else { // if focus is not trapped, close dropdown on focus out |
| + | this.close(); |
| + | } |
| + | } |
| + | }, |
| + | open: function() { |
| + | _this.open(); |
| + | _this.$element.attr('tabindex', -1).focus(); |
| + | }, |
| + | close: function() { |
| + | _this.close(); |
| + | _this.$anchor.focus(); |
| + | } |
| + | }); |
| + | }); |
| + | }; |
| + | /** |
| + | * Opens the dropdown pane, and fires a bubbling event to close other dropdowns. |
| + | * @function |
| + | * @fires Dropdown#closeme |
| + | * @fires Dropdown#show |
| + | */ |
| + | Dropdown.prototype.open = function(){ |
| + | // var _this = this; |
| + | /** |
| + | * Fires to close other open dropdowns |
| + | * @event Dropdown#closeme |
| + | */ |
| + | this.$element.trigger('closeme.zf.dropdown', this.$element.attr('id')); |
| + | this.$anchor.addClass('hover') |
| + | .attr({'aria-expanded': true}); |
| + | // this.$element/*.show()*/; |
| + | this._setPosition(); |
| + | this.$element.addClass('is-open') |
| + | .attr({'aria-hidden': false}); |
| + | |
| + | |
| + | |
| + | /** |
| + | * Fires once the dropdown is visible. |
| + | * @event Dropdown#show |
| + | */ |
| + | this.$element.trigger('show.zf.dropdown', [this.$element]); |
| + | //why does this not work correctly for this plugin? |
| + | // Foundation.reflow(this.$element, 'dropdown'); |
| + | // Foundation._reflow(this.$element.attr('data-dropdown')); |
| + | }; |
| + | |
| + | /** |
| + | * Closes the open dropdown pane. |
| + | * @function |
| + | * @fires Dropdown#hide |
| + | */ |
| + | Dropdown.prototype.close = function(){ |
| + | if(!this.$element.hasClass('is-open')){ |
| + | return false; |
| + | } |
| + | this.$element.removeClass('is-open') |
| + | .attr({'aria-hidden': true}); |
| + | |
| + | this.$anchor.removeClass('hover') |
| + | .attr('aria-expanded', false); |
| + | |
| + | if(this.classChanged){ |
| + | var curPositionClass = this.getPositionClass(); |
| + | if(curPositionClass){ |
| + | this.$element.removeClass(curPositionClass); |
| + | } |
| + | this.$element.addClass(this.options.positionClass) |
| + | /*.hide()*/.css({height: '', width: ''}); |
| + | this.classChanged = false; |
| + | this.counter = 4; |
| + | this.usedPositions.length = 0; |
| + | } |
| + | this.$element.trigger('hide.zf.dropdown', [this.$element]); |
| + | // Foundation.reflow(this.$element, 'dropdown'); |
| + | }; |
| + | /** |
| + | * Toggles the dropdown pane's visibility. |
| + | * @function |
| + | */ |
| + | Dropdown.prototype.toggle = function(){ |
| + | if(this.$element.hasClass('is-open')){ |
| + | if(this.$anchor.data('hover')) return; |
| + | this.close(); |
| + | }else{ |
| + | this.open(); |
| + | } |
| + | }; |
| + | /** |
| + | * Destroys the dropdown. |
| + | * @function |
| + | */ |
| + | Dropdown.prototype.destroy = function(){ |
| + | this.$element.off('.zf.trigger').hide(); |
| + | this.$anchor.off('.zf.dropdown'); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Dropdown, 'Dropdown'); |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * DropdownMenu module. |
| + | * @module foundation.dropdown-menu |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.box |
| + | * @requires foundation.util.nest |
| + | */ |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of DropdownMenu. |
| + | * @class |
| + | * @fires DropdownMenu#init |
| + | * @param {jQuery} element - jQuery object to make into a dropdown menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function DropdownMenu(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, DropdownMenu.defaults, this.$element.data(), options); |
| + | |
| + | Foundation.Nest.Feather(this.$element, 'dropdown'); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('DropdownMenu', { |
| + | 'ENTER': 'open', |
| + | 'SPACE': 'open', |
| + | 'ARROW_RIGHT': 'next', |
| + | 'ARROW_UP': 'up', |
| + | 'ARROW_DOWN': 'down', |
| + | 'ARROW_LEFT': 'previous', |
| + | 'ESCAPE': 'close' |
| + | }); |
| + | |
| + | // /** |
| + | // * Fires when the plugin has been successfuly initialized. |
| + | // * @event DropdownMenu#init |
| + | // */ |
| + | // this.$element.trigger('init.zf.dropdown'); |
| + | } |
| + | |
| + | /** |
| + | * Default settings for plugin |
| + | */ |
| + | DropdownMenu.defaults = { |
| + | // toggleOn: 'both', |
| + | /** |
| + | * Allow a submenu to open/remain open on parent click event. Allows cursor to move away from menu. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | clickOpen: true, |
| + | /** |
| + | * Allow clicks on the body to close any open submenus. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | closeOnClick: false, |
| + | /** |
| + | * Disallows hover events from opening submenus |
| + | * @option |
| + | * @example false |
| + | */ |
| + | disableHover: false, |
| + | /** |
| + | * Allow a submenu to automatically close on a mouseleave event. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | autoclose: true, |
| + | /** |
| + | * Amount of time to delay opening a submenu on hover event. |
| + | * @option |
| + | * @example 150 |
| + | */ |
| + | hoverDelay: 150, |
| + | /** |
| + | * Amount of time to delay closing a submenu on a mouseleave event. |
| + | * @option |
| + | * @example 500 |
| + | */ |
| + | closingTime: 500, |
| + | // wrapOnKeys: true, |
| + | /** |
| + | * Position of the menu relative to what direction the submenus should open. Handled by JS. |
| + | * @option |
| + | * @example 'left' |
| + | */ |
| + | alignment: 'left', |
| + | /** |
| + | * Class applied to vertical oriented menus, Foundation default is `vertical`. Update this if using your own class. |
| + | * @option |
| + | * @example 'vertical' |
| + | */ |
| + | verticalClass: 'vertical', |
| + | /** |
| + | * Class applied to right-side oriented menus, Foundation default is `align-right`. Update this if using your own class. |
| + | * @option |
| + | * @example 'align-right' |
| + | */ |
| + | rightClass: 'align-right' |
| + | }; |
| + | /** |
| + | * Initializes the plugin, and calls _prepareMenu |
| + | * @private |
| + | * @function |
| + | */ |
| + | DropdownMenu.prototype._init = function(){ |
| + | if(this.$element.hasClass(this.options.verticalClass)){ |
| + | this.vertical = true; |
| + | } |
| + | // this.vertical = this.$element.hasClass(this.options.verticalClass); |
| + | this._prepareMenu(); |
| + | // this._addTopLevelKeyHandler(); |
| + | }; |
| + | /** |
| + | * Prepares the menu by checking alignment and orientation, setting attributes for elements, and creating jQuery collections of elements. |
| + | * @private |
| + | * @function |
| + | */ |
| + | DropdownMenu.prototype._prepareMenu = function(){ |
| + | var _this = this; |
| + | this.$tabs = this.$element.children('li.has-submenu'); |
| + | this.$tabs.children('[data-submenu]').addClass('first-sub'); |
| + | this.$submenus = this.$element.find('li.has-submenu'); |
| + | this.$menuItems = this.$element.find('li').attr({'role': 'menuitem', 'tabindex': 0}); |
| + | this.$menuItems.children('a').attr('tabindex', -1); |
| + | if(this.$element.hasClass(this.options.rightClass)){ |
| + | this.options.alignment = 'right'; |
| + | this.$submenus.addClass('is-left-arrow opens-left'); |
| + | }else{ |
| + | this.$submenus.addClass('is-right-arrow opens-right'); |
| + | } |
| + | if(!this.vertical){ |
| + | this.$tabs.removeClass('is-right-arrow is-left-arrow opens-left opens-right').addClass('is-down-arrow'); |
| + | } |
| + | |
| + | this.$tabs.each(function(){ |
| + | var $tab = $(this); |
| + | $tab.attr({ |
| + | 'role': 'menuitem', |
| + | 'tabindex': 0, |
| + | 'aria-label': $tab.children('a:first-child').text()/*.match(/\w/ig).join('')*/ |
| + | }).children('a').attr('tabindex', -1);//maybe add a more specific regex to match alphanumeric characters and join them appropriately |
| + | if($tab.children('[data-submenu]')){ |
| + | $tab.attr('aria-haspopup', true); |
| + | } |
| + | }); |
| + | |
| + | |
| + | this.$submenus.each(function(){ |
| + | var $sub = $(this); |
| + | |
| + | // if(_this.options.alignment === 'right'){ |
| + | // $sub.children('[data-submenu]').addClass('is-right-arrow'); |
| + | // } |
| + | |
| + | $sub.children('[data-submenu]') |
| + | .attr({ |
| + | 'aria-hidden': true, |
| + | 'tabindex': -1, |
| + | 'role': 'menu' |
| + | }).addClass('vertical'); |
| + | _this._events($sub); |
| + | }); |
| + | }; |
| + | |
| + | /** |
| + | * Adds event listeners to elements within the menu |
| + | * @param {jQuery} $elem - the element to attach listeners too. |
| + | * @private |
| + | * @function |
| + | */ |
| + | DropdownMenu.prototype._events = function($elem){ |
| + | var _this = this, |
| + | isTouch = window.ontouchstart !== undefined; |
| + | |
| + | if(this.options.clickOpen || isTouch){ |
| + | $elem.off('click.zf.dropdownmenu') |
| + | .on('click.zf.dropdownmenu', function(e){ |
| + | if(!$(this).hasClass('is-dropdown-submenu-parent')){ return; } |
| + | var hasClicked = $elem.data('isClick'); |
| + | if(isTouch && hasClicked) return; |
| + | e.preventDefault(); |
| + | e.stopPropagation(); |
| + | |
| + | if(hasClicked){ |
| + | _this._hide($elem); |
| + | }else{ |
| + | _this._hideOthers($elem); |
| + | _this._show($elem); |
| + | $elem.data('isClick', true) |
| + | .parentsUntil('[data-dropdown-menu]', '.is-dropdown-submenu-parent') |
| + | .data('isClick', true); |
| + | if(_this.options.closeOnClick){ |
| + | _this._addBodyHandler(); |
| + | } |
| + | } |
| + | }); |
| + | } |
| + | |
| + | if(!this.options.disableHover){ |
| + | //add ability for all menu items to close an open menu on the same level// |
| + | this.$menuItems.on('mouseenter.zf.dropdownmenu', function(e){ |
| + | var $el = $(this); |
| + | if(!$el.hasClass('is-active')){ |
| + | _this._hideOthers($el); |
| + | } |
| + | }); |
| + | //elements with submenus |
| + | $elem.off('mouseenter.zf.dropdownmenu') |
| + | .on('mouseenter.zf.dropdownmenu', function(e){ |
| + | clearTimeout($elem.closeTimer); |
| + | if(!$elem.hasClass('is-active')){ |
| + | $elem.openTimer = setTimeout(function(){ |
| + | // _this._hideOthers($elem); |
| + | _this._show($elem); |
| + | }, _this.options.hoverDelay); |
| + | } |
| + | }).on('mouseleave.zf.dropdownmenu', function(e){ |
| + | if(!$elem.data('isClick') && _this.options.autoclose){ |
| + | clearTimeout($elem.openTimer); |
| + | $elem.closeTimer = setTimeout(function(){ |
| + | _this._hide($elem); |
| + | }, _this.options.closingTime); |
| + | } |
| + | }); |
| + | } |
| + | |
| + | this.$menuItems.on('keydown.zf.dropdownmenu', function(e){ |
| + | var $element = $(this), |
| + | $tabs = _this.$element.children('li'), |
| + | isTab = $element.is($tabs), |
| + | $elements = isTab ? $tabs : $element.parents('li').first().add($element.parent('ul').children('li')), |
| + | $prevElement, |
| + | $nextElement; |
| + | |
| + | $elements.each(function(i) { |
| + | if ($(this).is($element)) { |
| + | $prevElement = $elements.eq(i-1); |
| + | $nextElement = $elements.eq(i+1); |
| + | return; |
| + | } |
| + | }); |
| + | var nextSibling = function() { |
| + | if (!$element.is(':last-child')) $nextElement.focus(); |
| + | }, prevSibling = function() { |
| + | $prevElement.focus(); |
| + | }, openSub = function() { |
| + | if ($element.has('ul').length) { |
| + | _this._show($element); |
| + | $element.find('li').first().focus(); |
| + | } |
| + | }, closeSub = function() { |
| + | //if ($element.is(':first-child')) { |
| + | $element.parents('li').first().focus(); |
| + | _this._hide($element.parents('li').first()); |
| + | //} |
| + | }; |
| + | var functions = { |
| + | open: openSub, |
| + | close: function() { |
| + | _this._hideAll(); |
| + | _this.$menuItems.first().focus(); // focus to first element |
| + | }, |
| + | handled: function() { |
| + | e.preventDefault(); |
| + | e.stopImmediatePropagation(); |
| + | } |
| + | }; |
| + | |
| + | if (isTab) { |
| + | if (_this.vertical) { // vertical menu |
| + | if (_this.options.alignment === 'left') { // left aligned |
| + | $.extend(functions, { |
| + | down: nextSibling, |
| + | up: prevSibling, |
| + | next: openSub, |
| + | previous: closeSub, |
| + | }); |
| + | } else { // right aligned |
| + | $.extend(functions, { |
| + | down: nextSibling, |
| + | up: prevSibling, |
| + | next: closeSub, |
| + | previous: openSub, |
| + | }); |
| + | } |
| + | } else { // horizontal menu |
| + | $.extend(functions, { |
| + | next: nextSibling, |
| + | previous: prevSibling, |
| + | down: openSub, |
| + | up: closeSub, |
| + | }); |
| + | } |
| + | } else { // not tabs -> one sub |
| + | if (_this.options.alignment === 'left') { // left aligned |
| + | $.extend(functions, { |
| + | next: openSub, |
| + | previous: closeSub, |
| + | down: nextSibling, |
| + | up: prevSibling |
| + | }); |
| + | } else { // right aligned |
| + | $.extend(functions, { |
| + | next: closeSub, |
| + | previous: openSub, |
| + | down: nextSibling, |
| + | up: prevSibling |
| + | }); |
| + | } |
| + | } |
| + | Foundation.Keyboard.handleKey(e, _this, functions); |
| + | }); |
| + | // end keyboardAccess |
| + | }; |
| + | /** |
| + | * Toggles the current dropdown pane. |
| + | * @param {jQuery} $elem - the current element with a submenu to toggle. |
| + | * @function |
| + | * @private |
| + | */ |
| + | DropdownMenu.prototype._toggle = function($elem){ |
| + | if($elem.hasClass('is-active')){ |
| + | this._hide($elem); |
| + | }else{ |
| + | this._show($elem); |
| + | } |
| + | }; |
| + | /** |
| + | * Adds an event handler to the body to close any dropdowns on a click. |
| + | * @function |
| + | * @private |
| + | */ |
| + | DropdownMenu.prototype._addBodyHandler = function(){ |
| + | var $body = $('body'), |
| + | _this = this; |
| + | $body.not(_this.$element).on('click.zf.dropdownmenu tap.zf.dropdownmenu touchend.zf.dropdownmenu', function(e){ |
| + | _this._hideAll(); |
| + | $body.off('click.zf.dropdownmenu tap.zf.dropdownmenu touchend.zf.dropdownmenu'); |
| + | }); |
| + | }; |
| + | //show & hide stuff @private |
| + | /** |
| + | * Opens a dropdown pane, and checks for collisions first. |
| + | * @param {jQuery} $elem - current element with a submenu to show |
| + | * @function |
| + | * @private |
| + | * @fires DropdownMenu#show |
| + | */ |
| + | DropdownMenu.prototype._show = function($elem){ |
| + | this._hideOthers($elem); |
| + | $elem.focus(); |
| + | // console.log('showing some stuff', $elem.find('li:first-child')); |
| + | var $sub = $elem.children('[data-submenu]:first-of-type'); |
| + | $elem.addClass('is-active'); |
| + | $sub.css('visibility', 'hidden').addClass('js-dropdown-active') |
| + | .attr('aria-hidden', false); |
| + | |
| + | |
| + | //break this into own function |
| + | var clear = Foundation.Box.ImNotTouchingYou($sub, null, true); |
| + | if(!clear){ |
| + | if(this.options.alignment === 'left'){ |
| + | $elem.removeClass('opens-left').addClass('opens-right'); |
| + | }else{ |
| + | $elem.removeClass('opens-right').addClass('opens-left'); |
| + | } |
| + | this.changed = true; |
| + | |
| + | // still not clear, small screen, add inner class |
| + | clear = Foundation.Box.ImNotTouchingYou($sub, null, true); |
| + | if (!clear) { |
| + | $elem.removeClass('opens-left opens-right').addClass('opens-inner'); |
| + | this.changed = true; |
| + | } |
| + | } |
| + | $sub.css('visibility', ''); |
| + | /** |
| + | * Fires when the new dropdown pane is visible. |
| + | * @event DropdownMenu#show |
| + | */ |
| + | this.$element.trigger('show.zf.dropdownmenu', [$elem]); |
| + | }; |
| + | /** |
| + | * Hides a single, currently open dropdown pane. |
| + | * @function |
| + | * @param {jQuery} $elem - element with a submenu to hide |
| + | * @private |
| + | */ |
| + | DropdownMenu.prototype._hide = function($elem){ |
| + | this._hideSome($elem); |
| + | }; |
| + | /** |
| + | * Hides currently open dropdown panes from a jQuery collection passed by other functions. |
| + | * Resets the position classes if the element was mutated due to a collision. |
| + | * @function |
| + | * @param {jQuery} $elems - element(s) with a submenu to hide |
| + | * @private |
| + | * @fires DropdownMenu#hide |
| + | */ |
| + | DropdownMenu.prototype._hideSome = function($elems){ |
| + | if($elems.length){ |
| + | // if($elems.hasClass('first-sub')){ |
| + | // console.log('true'); |
| + | // $elems.blur(); |
| + | // } |
| + | $elems.removeClass('is-active opens-inner').data('isClick', false) |
| + | |
| + | .find('.is-active').removeClass('is-active').data('isClick', false).end() |
| + | |
| + | .find('.js-dropdown-active').removeClass('js-dropdown-active') |
| + | .attr('aria-hidden', true); |
| + | $elems.parent('.has-submenu').removeClass('is-active'); |
| + | if(this.changed){ |
| + | //remove position class |
| + | if(this.options.alignment === 'left'){ |
| + | $elems.find('.opens-left').removeClass('opens-left').addClass('opens-right'); |
| + | }else{ |
| + | $elems.find('.opens-right').removeClass('opens-right').addClass('opens-left'); |
| + | } |
| + | } |
| + | /** |
| + | * Fires when the open menus are closed. |
| + | * @event DropdownMenu#hide |
| + | */ |
| + | this.$element.trigger('hide.zf.dropdownmenu'); |
| + | } |
| + | }; |
| + | /** |
| + | * Hides a submenu's siblings. |
| + | * @param {jQuery} $elem - the element that should remain open. |
| + | * @function |
| + | * @private |
| + | */ |
| + | DropdownMenu.prototype._hideOthers = function($elem){ |
| + | this._hideSome($elem.siblings('.has-submenu.is-active')); |
| + | }; |
| + | /** |
| + | * Hides everything. |
| + | * @function |
| + | */ |
| + | DropdownMenu.prototype._hideAll = function(){ |
| + | this._hideSome(this.$element); |
| + | }; |
| + | /** |
| + | * Destroys the plugin. |
| + | * @function |
| + | */ |
| + | DropdownMenu.prototype.destroy = function() { |
| + | this._hideAll(); |
| + | this.$element |
| + | .removeData('zf-plugin') |
| + | .find('li') |
| + | .removeClass('js-dropdown-nohover is-right-arrow is-left-arrow opens-left opens-inner opens-right') |
| + | .add('a').off('.zf.dropdownmenu') |
| + | .end().find('ul').removeClass('first-sub'); |
| + | Foundation.Nest.Burn(this.$element, 'dropdown'); |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(DropdownMenu, 'DropdownMenu'); |
| + | |
| + | var checkClass = function($elem){ |
| + | return $elem.hasClass('is-active'); |
| + | }; |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Equalizer. |
| + | * @class |
| + | * @fires Equalizer#init |
| + | * @param {Object} element - jQuery object to add the trigger to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Equalizer(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Equalizer.defaults, this.$element.data(), options); |
| + | this.$window = $(window); |
| + | this.name = 'equalizer'; |
| + | this.attr = 'data-equalizer'; |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | /** |
| + | * Default settings for plugin |
| + | */ |
| + | Equalizer.defaults = { |
| + | /** |
| + | * Enable height equalization when stacked on smaller screens. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | equalizeOnStack: true, |
| + | /** |
| + | * Amount of time, in ms, to debounce the size checking/equalization. Lower times mean smoother transitions/less performance on mobile. |
| + | * @option |
| + | * @example 50 |
| + | */ |
| + | throttleInterval: 50 |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the Equalizer plugin and calls functions to get equalizer functioning on load. |
| + | * @private |
| + | */ |
| + | Equalizer.prototype._init = function() { |
| + | this._reflow(); |
| + | }; |
| + | |
| + | /** |
| + | * Initializes events for Equalizer. |
| + | * @private |
| + | */ |
| + | Equalizer.prototype._events = function() { |
| + | var self = this; |
| + | |
| + | this.$window |
| + | .off('.equalizer') |
| + | .on('resize.fndtn.equalizer', Foundation.util.throttle(function () { |
| + | self._reflow(); |
| + | }, self.options.throttleInterval)); |
| + | }; |
| + | |
| + | /** |
| + | * A noop version for the plugin |
| + | * @private |
| + | */ |
| + | Equalizer.prototype._killswitch = function() { |
| + | return; |
| + | }; |
| + | /** |
| + | * Calls necessary functions to update Equalizer upon DOM change |
| + | * @private |
| + | */ |
| + | Equalizer.prototype._reflow = function() { |
| + | var self = this; |
| + | |
| + | $('[' + this.attr + ']').each(function() { |
| + | var $eqParent = $(this), |
| + | adjustedHeights = [], |
| + | $images = $eqParent.find('img'); |
| + | |
| + | if ($images.length) { |
| + | Foundation.onImagesLoaded($images, function() { |
| + | adjustedHeights = self.getHeights($eqParent); |
| + | self.applyHeight($eqParent, adjustedHeights); |
| + | }); |
| + | } |
| + | else { |
| + | adjustedHeights = self.getHeights($eqParent); |
| + | self.applyHeight($eqParent, adjustedHeights); |
| + | } |
| + | }); |
| + | }; |
| + | /** |
| + | * Finds the outer heights of children contained within an Equalizer parent and returns them in an array |
| + | * @param {Object} $eqParent A jQuery instance of an Equalizer container |
| + | * @returns {Array} heights An array of heights of children within Equalizer container |
| + | */ |
| + | Equalizer.prototype.getHeights = function($eqParent) { |
| + | var eqGroupName = $eqParent.data('equalizer'), |
| + | eqGroup = eqGroupName ? $eqParent.find('[' + this.attr + '-watch="' + eqGroupName + '"]:visible') : $eqParent.find('[' + this.attr + '-watch]:visible'), |
| + | heights; |
| + | |
| + | eqGroup.height('inherit'); |
| + | heights = eqGroup.map(function () { return $(this).outerHeight(false);}).get(); |
| + | console.log(heights); |
| + | return heights; |
| + | }; |
| + | /** |
| + | * Changes the CSS height property of each child in an Equalizer parent to match the tallest |
| + | * @param {Object} $eqParent - A jQuery instance of an Equalizer container |
| + | * @param {array} heights - An array of heights of children within Equalizer container |
| + | * @fires Equalizer#preEqualized |
| + | * @fires Equalizer#postEqualized |
| + | */ |
| + | Equalizer.prototype.applyHeight = function($eqParent, heights) { |
| + | var eqGroupName = $eqParent.data('equalizer'), |
| + | eqGroup = eqGroupName ? $eqParent.find('['+this.attr+'-watch="'+eqGroupName+'"]:visible') : $eqParent.find('['+this.attr+'-watch]:visible'), |
| + | max = Math.max.apply(null, heights); |
| + | |
| + | /** |
| + | * Fires before the heights are applied |
| + | * @event Equalizer#preEqualized |
| + | */ |
| + | $eqParent.trigger('preEqualized.zf.Equalizer'); |
| + | |
| + | // for now, apply the max height found in the array |
| + | for (var i = 0; i < eqGroup.length; i++) { |
| + | $(eqGroup[i]).css('height', max); |
| + | } |
| + | // console.log(max); |
| + | /** |
| + | * Fires when the heights have been applied |
| + | * @event Equalizer#postEqualized |
| + | */ |
| + | $eqParent.trigger('postEqualized.zf.Equalizer'); |
| + | }; |
| + | /** |
| + | * Destroys an instance of Equalizer. |
| + | * @function |
| + | */ |
| + | Equalizer.prototype.destroy = function(){ |
| + | //TODO this. |
| + | }; |
| + | |
| + | Foundation.plugin(Equalizer, 'Equalizer'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Equalizer; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Equalizer; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * Interchange module. |
| + | * @module foundation.interchange |
| + | * @requires foundation.util.mediaQuery |
| + | * @requires foundation.util.timerAndImageLoader |
| + | */ |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Interchange. |
| + | * @class |
| + | * @fires Interchange#init |
| + | * @param {Object} element - jQuery object to add the trigger to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Interchange(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Interchange.defaults, options); |
| + | this.rules = []; |
| + | this.currentPath = ''; |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | /** |
| + | * Default settings for plugin |
| + | */ |
| + | Interchange.defaults = { |
| + | /** |
| + | * Rules to be applied to Interchange elements. Set with the `data-interchange` array notation. |
| + | * @option |
| + | */ |
| + | rules: null |
| + | }; |
| + | |
| + | Interchange.SPECIAL_QUERIES = { |
| + | 'landscape': 'screen and (orientation: landscape)', |
| + | 'portrait': 'screen and (orientation: portrait)', |
| + | 'retina': 'only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)' |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the Interchange plugin and calls functions to get interchange functioning on load. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Interchange.prototype._init = function() { |
| + | this._addBreakpoints(); |
| + | this._generateRules(); |
| + | this._reflow(); |
| + | }; |
| + | |
| + | /** |
| + | * Initializes events for Interchange. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Interchange.prototype._events = function() { |
| + | $(window).on('resize.fndtn.interchange', Foundation.util.throttle(this._reflow.bind(this), 50)); |
| + | }; |
| + | |
| + | /** |
| + | * Calls necessary functions to update Interchange upon DOM change |
| + | * @function |
| + | * @private |
| + | */ |
| + | Interchange.prototype._reflow = function() { |
| + | var match; |
| + | |
| + | // Iterate through each rule, but only save the last match |
| + | for (var i in this.rules) { |
| + | var rule = this.rules[i]; |
| + | |
| + | if (window.matchMedia(rule.query).matches) { |
| + | match = rule; |
| + | } |
| + | } |
| + | |
| + | if (match) { |
| + | this.replace(match.path); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Gets the Foundation breakpoints and adds them to the Interchange.SPECIAL_QUERIES object. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Interchange.prototype._addBreakpoints = function() { |
| + | for (var i in Foundation.MediaQuery.queries) { |
| + | var query = Foundation.MediaQuery.queries[i]; |
| + | Interchange.SPECIAL_QUERIES[query.name] = query.value; |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Checks the Interchange element for the provided media query + content pairings |
| + | * @function |
| + | * @private |
| + | * @param {Object} element - jQuery object that is an Interchange instance |
| + | * @returns {Array} scenarios - Array of objects that have 'mq' and 'path' keys with corresponding keys |
| + | */ |
| + | Interchange.prototype._generateRules = function() { |
| + | var rulesList = []; |
| + | var rules; |
| + | |
| + | if (this.options.rules) { |
| + | rules = this.options.rules; |
| + | } |
| + | else { |
| + | rules = this.$element.data('interchange').match(/\[.*?\]/g); |
| + | } |
| + | |
| + | for (var i in rules) { |
| + | var rule = rules[i].slice(1, -1).split(', '); |
| + | var path = rule.slice(0, -1).join(''); |
| + | var query = rule[rule.length - 1]; |
| + | |
| + | if (Interchange.SPECIAL_QUERIES[query]) { |
| + | query = Interchange.SPECIAL_QUERIES[query]; |
| + | } |
| + | |
| + | rulesList.push({ |
| + | path: path, |
| + | query: query |
| + | }); |
| + | } |
| + | |
| + | this.rules = rulesList; |
| + | }; |
| + | |
| + | /** |
| + | * Update the `src` property of an image, or change the HTML of a container, to the specified path. |
| + | * @function |
| + | * @param {String} path - Path to the image or HTML partial. |
| + | * @fires Interchange#replaced |
| + | */ |
| + | Interchange.prototype.replace = function(path) { |
| + | if (this.currentPath === path) return; |
| + | |
| + | var _this = this; |
| + | |
| + | // Replacing images |
| + | if (this.$element[0].nodeName === 'IMG') { |
| + | this.$element.attr('src', path).load(function() { |
| + | _this.$element.trigger('replaced.zf.interchange'); |
| + | _this.currentPath = path; |
| + | }); |
| + | } |
| + | // Replacing background images |
| + | else if (path.match(/\.(gif|jpg|jpeg|tiff|png)([?#].*)?/i)) { |
| + | this.$element.css({ 'background-image': 'url('+path+')' }); |
| + | } |
| + | // Replacing HTML |
| + | else { |
| + | $.get(path, function(response) { |
| + | _this.$element.html(response); |
| + | _this.$element.trigger('replaced.zf.interchange'); |
| + | _this.currentPath = path; |
| + | }); |
| + | } |
| + | }; |
| + | /** |
| + | * Destroys an instance of interchange. |
| + | * @function |
| + | */ |
| + | Interchange.prototype.destroy = function(){ |
| + | //TODO this. |
| + | }; |
| + | Foundation.plugin(Interchange, 'Interchange'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Interchange; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Interchange; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * Magellan module. |
| + | * @module foundation.magellan |
| + | */ |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Magellan. |
| + | * @class |
| + | * @fires Magellan#init |
| + | * @param {Object} element - jQuery object to add the trigger to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Magellan(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Magellan.defaults, options); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | /** |
| + | * Default settings for plugin |
| + | */ |
| + | Magellan.defaults = { |
| + | /** |
| + | * Amount of time, in ms, the animated scrolling should take between locations. |
| + | * @option |
| + | * @example 500 |
| + | */ |
| + | animationDuration: 500, |
| + | /** |
| + | * Animation style to use when scrolling between locations. |
| + | * @option |
| + | * @example 'ease-in-out' |
| + | */ |
| + | animationEasing: 'linear', |
| + | /** |
| + | * Number of pixels to use as a marker for location changes. |
| + | * @option |
| + | * @example 50 |
| + | */ |
| + | threshold: 50, |
| + | /** |
| + | * Class applied to the active locations link on the magellan container. |
| + | * @option |
| + | * @example 'active' |
| + | */ |
| + | activeClass: 'active', |
| + | /** |
| + | * Allows the script to manipulate the url of the current page, and if supported, alter the history. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | deepLinking: false |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the Magellan plugin and calls functions to get equalizer functioning on load. |
| + | * @private |
| + | */ |
| + | Magellan.prototype._init = function() { |
| + | var id = this.$element[0].id || Foundation.GetYoDigits(6, 'magellan'), |
| + | _this = this; |
| + | this.$targets = $('[data-magellan-target]'); |
| + | this.$links = this.$element.find('a'); |
| + | this.$element.attr({ |
| + | 'data-resize': id, |
| + | 'data-scroll': id, |
| + | 'id': id |
| + | }); |
| + | this.$active = $(); |
| + | this.scrollPos = parseInt(window.pageYOffset, 10); |
| + | |
| + | this._events(); |
| + | }; |
| + | /** |
| + | * Calculates an array of pixel values that are the demarcation lines between locations on the page. |
| + | * Can be invoked if new elements are added or the size of a location changes. |
| + | * @function |
| + | */ |
| + | Magellan.prototype.calcPoints = function(){ |
| + | var _this = this, |
| + | body = document.body, |
| + | html = document.documentElement; |
| + | |
| + | this.points = []; |
| + | this.winHeight = Math.round(Math.max(window.innerHeight, document.body.clientHeight)); |
| + | this.docHeight = Math.round(Math.max(body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight)); |
| + | |
| + | this.$targets.each(function(){ |
| + | var $tar = $(this), |
| + | pt = Math.round($tar.offset().top - _this.options.threshold); |
| + | $tar.targetPoint = pt; |
| + | _this.points.push(pt); |
| + | }); |
| + | }; |
| + | /** |
| + | * Initializes events for Magellan. |
| + | * @private |
| + | */ |
| + | Magellan.prototype._events = function() { |
| + | var _this = this, |
| + | $body = $('html, body'), |
| + | opts = { |
| + | duration: _this.options.animationDuration, |
| + | easing: _this.options.animationEasing |
| + | }; |
| + | |
| + | $(window).one('load', function(){ |
| + | _this.calcPoints(); |
| + | _this._updateActive(); |
| + | }); |
| + | |
| + | this.$element.on({ |
| + | 'resizeme.zf.trigger': this.reflow.bind(this), |
| + | 'scrollme.zf.trigger': this._updateActive.bind(this) |
| + | }).on('click.zf.magellan', 'a[href^="#"]', function(e) { |
| + | e.preventDefault(); |
| + | var arrival = this.getAttribute('href'), |
| + | scrollPos = $(arrival).offset().top - _this.options.threshold / 2; |
| + | |
| + | // requestAnimationFrame is disabled for this plugin currently |
| + | // Foundation.Move(_this.options.animationDuration, $body, function(){ |
| + | $body.stop(true).animate({ |
| + | scrollTop: scrollPos |
| + | }, opts); |
| + | }); |
| + | // }); |
| + | }; |
| + | /** |
| + | * Calls necessary functions to update Magellan upon DOM change |
| + | * @function |
| + | */ |
| + | Magellan.prototype.reflow = function(){ |
| + | this.calcPoints(); |
| + | this._updateActive(); |
| + | }; |
| + | /** |
| + | * Updates the visibility of an active location link, and updates the url hash for the page, if deepLinking enabled. |
| + | * @private |
| + | * @function |
| + | * @fires Magellan#update |
| + | */ |
| + | Magellan.prototype._updateActive = function(/*evt, elem, scrollPos*/){ |
| + | var winPos = /*scrollPos ||*/ parseInt(window.pageYOffset, 10), |
| + | curIdx; |
| + | |
| + | if(winPos + this.winHeight === this.docHeight){ curIdx = this.points.length - 1; } |
| + | else if(winPos < this.points[0]){ curIdx = 0; } |
| + | else{ |
| + | var isDown = this.scrollPos < winPos, |
| + | _this = this, |
| + | curVisible = this.points.filter(function(p, i){ |
| + | return isDown ? p <= winPos : p - _this.options.threshold <= winPos;//&& winPos >= _this.points[i -1] - _this.options.threshold; |
| + | }); |
| + | curIdx = curVisible.length ? curVisible.length - 1 : 0; |
| + | } |
| + | |
| + | this.$active.removeClass(this.options.activeClass); |
| + | this.$active = this.$links.eq(curIdx).addClass(this.options.activeClass); |
| + | |
| + | if(this.options.deepLinking){ |
| + | var hash = this.$active[0].getAttribute('href'); |
| + | if(window.history.pushState){ |
| + | window.history.pushState(null, null, hash); |
| + | }else{ |
| + | window.location.hash = hash; |
| + | } |
| + | } |
| + | |
| + | this.scrollPos = winPos; |
| + | /** |
| + | * Fires when magellan is finished updating to the new active element. |
| + | * @event Magellan#update |
| + | */ |
| + | this.$element.trigger('update.zf.magellan', [this.$active]); |
| + | }; |
| + | /** |
| + | * Destroys an instance of Magellan and resets the url of the window. |
| + | * @function |
| + | */ |
| + | Magellan.prototype.destroy = function(){ |
| + | this.$element.off('.zf.trigger .zf.magellan') |
| + | .find('.' + this.options.activeClass).removeClass(this.options.activeClass); |
| + | |
| + | var hash = this.$active[0].getAttribute('href'); |
| + | |
| + | window.location.hash.replace(hash, ''); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | Foundation.plugin(Magellan, 'Magellan'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Magellan; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Magellan; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * OffCanvas module. |
| + | * @module foundation.offcanvas |
| + | * @requires foundation.util.triggers |
| + | * @requires foundation.util.motion |
| + | */ |
| + | !function($, Foundation) { |
| + | |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of an off-canvas wrapper. |
| + | * @class |
| + | * @fires OffCanvas#init |
| + | * @param {Object} element - jQuery object to initialize. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function OffCanvas(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, OffCanvas.defaults, this.$element.data(), options); |
| + | this.$lastTrigger = $(); |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | OffCanvas.defaults = { |
| + | /** |
| + | * Allow the user to click outside of the menu to close it. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | closeOnClick: true, |
| + | /** |
| + | * Amount of time in ms the open and close transition requires. If none selected, pulls from body style. |
| + | * @option |
| + | * @example 500 |
| + | */ |
| + | transitionTime: 0, |
| + | /** |
| + | * Direction the offcanvas opens from. Determines class applied to body. |
| + | * @option |
| + | * @example left |
| + | */ |
| + | position: 'left', |
| + | /** |
| + | * Force the page to scroll to top on open. |
| + | */ |
| + | forceTop: true, |
| + | /** |
| + | * Allow the offcanvas to be sticky while open. Does nothing if Sass option `$maincontent-prevent-scroll === true`. |
| + | * Performance in Safari OSX/iOS is not great. |
| + | */ |
| + | // isSticky: false, |
| + | /** |
| + | * Allow the offcanvas to remain open for certain breakpoints. Can be used with `isSticky`. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | isRevealed: false, |
| + | /** |
| + | * Breakpoint at which to reveal. JS will use a RegExp to target standard classes, if changing classnames, pass your class @`revealClass`. |
| + | * @option |
| + | * @example reveal-for-large |
| + | */ |
| + | revealOn: null, |
| + | /** |
| + | * Force focus to the offcanvas on open. If true, will focus the opening trigger on close. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | autoFocus: true, |
| + | /** |
| + | * Class used to force an offcanvas to remain open. Foundation defaults for this are `reveal-for-large` & `reveal-for-medium`. |
| + | * @option |
| + | * TODO improve the regex testing for this. |
| + | * @example reveal-for-large |
| + | */ |
| + | revealClass: 'reveal-for-' |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the off-canvas wrapper by adding the exit overlay (if needed). |
| + | * @function |
| + | * @private |
| + | */ |
| + | OffCanvas.prototype._init = function() { |
| + | var id = this.$element.attr('id'); |
| + | |
| + | this.$element.attr('aria-hidden', 'true'); |
| + | |
| + | // Find triggers that affect this element and add aria-expanded to them |
| + | $(document) |
| + | .find('[data-open="'+id+'"], [data-close="'+id+'"], [data-toggle="'+id+'"]') |
| + | .attr('aria-expanded', 'false') |
| + | .attr('aria-controls', id); |
| + | |
| + | // Add a close trigger over the body if necessary |
| + | if (this.options.closeOnClick){ |
| + | if($('.js-off-canvas-exit').length){ |
| + | this.$exiter = $('.js-off-canvas-exit'); |
| + | }else{ |
| + | var exiter = document.createElement('div'); |
| + | exiter.setAttribute('class', 'js-off-canvas-exit'); |
| + | $('[data-off-canvas-content]').append(exiter); |
| + | |
| + | this.$exiter = $(exiter); |
| + | } |
| + | } |
| + | |
| + | this.options.isRevealed = this.options.isRevealed || new RegExp(this.options.revealClass, 'g').test(this.$element[0].className); |
| + | |
| + | if(this.options.isRevealed){ |
| + | this.options.revealOn = this.options.revealOn || this.$element[0].className.match(/(reveal-for-medium|reveal-for-large)/g)[0].split('-')[2]; |
| + | this._setMQChecker(); |
| + | } |
| + | if(!this.options.transitionTime){ |
| + | this.options.transitionTime = parseFloat(window.getComputedStyle($('[data-off-canvas-wrapper]')[0]).transitionDuration) * 1000; |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Adds event handlers to the off-canvas wrapper and the exit overlay. |
| + | * @function |
| + | * @private |
| + | */ |
| + | OffCanvas.prototype._events = function() { |
| + | this.$element.on({ |
| + | 'open.zf.trigger': this.open.bind(this), |
| + | 'close.zf.trigger': this.close.bind(this), |
| + | 'toggle.zf.trigger': this.toggle.bind(this), |
| + | 'keydown.zf.offcanvas': this._handleKeyboard.bind(this) |
| + | }); |
| + | |
| + | if (this.$exiter.length) { |
| + | var _this = this; |
| + | this.$exiter.on({'click.zf.offcanvas': this.close.bind(this)}); |
| + | } |
| + | }; |
| + | /** |
| + | * Applies event listener for elements that will reveal at certain breakpoints. |
| + | * @private |
| + | */ |
| + | OffCanvas.prototype._setMQChecker = function(){ |
| + | var _this = this; |
| + | |
| + | $(window).on('changed.zf.mediaquery', function(){ |
| + | if(Foundation.MediaQuery.atLeast(_this.options.revealOn)){ |
| + | _this.reveal(true); |
| + | }else{ |
| + | _this.reveal(false); |
| + | } |
| + | }).one('load.zf.offcanvas', function(){ |
| + | if(Foundation.MediaQuery.atLeast(_this.options.revealOn)){ |
| + | _this.reveal(true); |
| + | } |
| + | }); |
| + | }; |
| + | /** |
| + | * Handles the revealing/hiding the off-canvas at breakpoints, not the same as open. |
| + | * @param {Boolean} isRevealed - true if element should be revealed. |
| + | * @function |
| + | */ |
| + | OffCanvas.prototype.reveal = function(isRevealed){ |
| + | var $closer = this.$element.find('[data-close]'); |
| + | if(isRevealed){ |
| + | // if(!this.options.forceTop){ |
| + | // var scrollPos = parseInt(window.pageYOffset); |
| + | // this.$element[0].style.transform = 'translate(0,' + scrollPos + 'px)'; |
| + | // } |
| + | // if(this.options.isSticky){ this._stick(); } |
| + | if($closer.length){ $closer.hide(); } |
| + | }else{ |
| + | // if(this.options.isSticky || !this.options.forceTop){ |
| + | // this.$element[0].style.transform = ''; |
| + | // $(window).off('scroll.zf.offcanvas'); |
| + | // } |
| + | if($closer.length){ |
| + | $closer.show(); |
| + | } |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Opens the off-canvas menu. |
| + | * @function |
| + | * @param {Object} event - Event object passed from listener. |
| + | * @param {jQuery} trigger - element that triggered the off-canvas to open. |
| + | * @fires OffCanvas#opened |
| + | */ |
| + | OffCanvas.prototype.open = function(event, trigger) { |
| + | if (this.$element.hasClass('is-open')){ return; } |
| + | var _this = this, |
| + | $body = $(document.body); |
| + | $('body').scrollTop(0); |
| + | // window.pageYOffset = 0; |
| + | |
| + | // if(!this.options.forceTop){ |
| + | // var scrollPos = parseInt(window.pageYOffset); |
| + | // this.$element[0].style.transform = 'translate(0,' + scrollPos + 'px)'; |
| + | // if(this.$exiter.length){ |
| + | // this.$exiter[0].style.transform = 'translate(0,' + scrollPos + 'px)'; |
| + | // } |
| + | // } |
| + | /** |
| + | * Fires when the off-canvas menu opens. |
| + | * @event OffCanvas#opened |
| + | */ |
| + | Foundation.Move(this.options.transitionTime, this.$element, function(){ |
| + | $('[data-off-canvas-wrapper]').addClass('is-off-canvas-open is-open-'+ _this.options.position); |
| + | |
| + | _this.$element |
| + | .addClass('is-open') |
| + | .attr('aria-hidden', 'false') |
| + | .trigger('opened.zf.offcanvas'); |
| + | |
| + | // if(_this.options.isSticky){ |
| + | // _this._stick(); |
| + | // } |
| + | }); |
| + | if(trigger){ |
| + | this.$lastTrigger = trigger.attr('aria-expanded', 'true'); |
| + | } |
| + | if(this.options.autoFocus){ |
| + | this.$element.one('finished.zf.animate', function(){ |
| + | _this.$element.find('a, button').eq(0).focus(); |
| + | }); |
| + | } |
| + | }; |
| + | /** |
| + | * Allows the offcanvas to appear sticky utilizing translate properties. |
| + | * @private |
| + | */ |
| + | // OffCanvas.prototype._stick = function(){ |
| + | // var elStyle = this.$element[0].style; |
| + | // |
| + | // if(this.options.closeOnClick){ |
| + | // var exitStyle = this.$exiter[0].style; |
| + | // } |
| + | // |
| + | // $(window).on('scroll.zf.offcanvas', function(e){ |
| + | // console.log(e); |
| + | // var pageY = window.pageYOffset; |
| + | // elStyle.transform = 'translate(0,' + pageY + 'px)'; |
| + | // if(exitStyle !== undefined){ exitStyle.transform = 'translate(0,' + pageY + 'px)'; } |
| + | // }); |
| + | // // this.$element.trigger('stuck.zf.offcanvas'); |
| + | // }; |
| + | /** |
| + | * Closes the off-canvas menu. |
| + | * @function |
| + | * @fires OffCanvas#closed |
| + | */ |
| + | OffCanvas.prototype.close = function() { |
| + | if(!this.$element.hasClass('is-open')){ return; } |
| + | |
| + | var _this = this; |
| + | |
| + | Foundation.Move(this.options.transitionTime, this.$element, function(){ |
| + | $('[data-off-canvas-wrapper]').removeClass('is-off-canvas-open is-open-'+_this.options.position); |
| + | |
| + | _this.$element.removeClass('is-open'); |
| + | // Foundation._reflow(); |
| + | }); |
| + | this.$element.attr('aria-hidden', 'true') |
| + | /** |
| + | * Fires when the off-canvas menu opens. |
| + | * @event OffCanvas#closed |
| + | */ |
| + | .trigger('closed.zf.offcanvas'); |
| + | // if(_this.options.isSticky || !_this.options.forceTop){ |
| + | // setTimeout(function(){ |
| + | // _this.$element[0].style.transform = ''; |
| + | // $(window).off('scroll.zf.offcanvas'); |
| + | // }, this.options.transitionTime); |
| + | // } |
| + | |
| + | this.$lastTrigger.attr('aria-expanded', 'false'); |
| + | }; |
| + | |
| + | /** |
| + | * Toggles the off-canvas menu open or closed. |
| + | * @function |
| + | * @param {Object} event - Event object passed from listener. |
| + | * @param {jQuery} trigger - element that triggered the off-canvas to open. |
| + | */ |
| + | OffCanvas.prototype.toggle = function(event, trigger) { |
| + | if (this.$element.hasClass('is-open')) { |
| + | this.close(event, trigger); |
| + | } |
| + | else { |
| + | this.open(event, trigger); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Handles keyboard input when detected. When the escape key is pressed, the off-canvas menu closes, and focus is restored to the element that opened the menu. |
| + | * @function |
| + | * @private |
| + | */ |
| + | OffCanvas.prototype._handleKeyboard = function(event) { |
| + | if (event.which !== 27) return; |
| + | |
| + | event.stopPropagation(); |
| + | event.preventDefault(); |
| + | this.close(); |
| + | this.$lastTrigger.focus(); |
| + | }; |
| + | /** |
| + | * Destroys the offcanvas plugin. |
| + | * @function |
| + | */ |
| + | OffCanvas.prototype.destroy = function(){ |
| + | //TODO make this... |
| + | }; |
| + | |
| + | Foundation.plugin(OffCanvas, 'OffCanvas'); |
| + | |
| + | }(jQuery, Foundation); |
| + | |
| + | /** |
| + | * Orbit module. |
| + | * @module foundation.orbit |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.motion |
| + | * @requires foundation.util.timerAndImageLoader |
| + | * @requires foundation.util.touch |
| + | */ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | /** |
| + | * Creates a new instance of an orbit carousel. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to make into an accordion menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Orbit(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Orbit.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Orbit', { |
| + | 'ltr': { |
| + | 'ARROW_RIGHT': 'next', |
| + | 'ARROW_LEFT': 'previous' |
| + | }, |
| + | 'rtl': { |
| + | 'ARROW_LEFT': 'next', |
| + | 'ARROW_RIGHT': 'previous' |
| + | } |
| + | }); |
| + | } |
| + | Orbit.defaults = { |
| + | /** |
| + | * Tells the JS to loadBullets. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | bullets: true, |
| + | /** |
| + | * Tells the JS to apply event listeners to nav buttons |
| + | * @option |
| + | * @example true |
| + | */ |
| + | navButtons: true, |
| + | /** |
| + | * motion-ui animation class to apply |
| + | * @option |
| + | * @example 'slide-in-right' |
| + | */ |
| + | animInFromRight: 'slide-in-right', |
| + | /** |
| + | * motion-ui animation class to apply |
| + | * @option |
| + | * @example 'slide-out-right' |
| + | */ |
| + | animOutToRight: 'slide-out-right', |
| + | /** |
| + | * motion-ui animation class to apply |
| + | * @option |
| + | * @example 'slide-in-left' |
| + | * |
| + | */ |
| + | animInFromLeft: 'slide-in-left', |
| + | /** |
| + | * motion-ui animation class to apply |
| + | * @option |
| + | * @example 'slide-out-left' |
| + | */ |
| + | animOutToLeft: 'slide-out-left', |
| + | /** |
| + | * Allows Orbit to automatically animate on page load. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | autoPlay: true, |
| + | /** |
| + | * Amount of time, in ms, between slide transitions |
| + | * @option |
| + | * @example 5000 |
| + | */ |
| + | timerDelay: 5000, |
| + | /** |
| + | * Allows Orbit to infinitely loop through the slides |
| + | * @option |
| + | * @example true |
| + | */ |
| + | infiniteWrap: true, |
| + | /** |
| + | * Allows the Orbit slides to bind to swipe events for mobile, requires an additional util library |
| + | * @option |
| + | * @example true |
| + | */ |
| + | swipe: true, |
| + | /** |
| + | * Allows the timing function to pause animation on hover. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | pauseOnHover: true, |
| + | /** |
| + | * Allows Orbit to bind keyboard events to the slider, to animate frames with arrow keys |
| + | * @option |
| + | * @example true |
| + | */ |
| + | accessible: true, |
| + | /** |
| + | * Class applied to the container of Orbit |
| + | * @option |
| + | * @example 'orbit-container' |
| + | */ |
| + | containerClass: 'orbit-container', |
| + | /** |
| + | * Class applied to individual slides. |
| + | * @option |
| + | * @example 'orbit-slide' |
| + | */ |
| + | slideClass: 'orbit-slide', |
| + | /** |
| + | * Class applied to the bullet container. You're welcome. |
| + | * @option |
| + | * @example 'orbit-bullets' |
| + | */ |
| + | boxOfBullets: 'orbit-bullets', |
| + | /** |
| + | * Class applied to the `next` navigation button. |
| + | * @option |
| + | * @example 'orbit-next' |
| + | */ |
| + | nextClass: 'orbit-next', |
| + | /** |
| + | * Class applied to the `previous` navigation button. |
| + | * @option |
| + | * @example 'orbit-previous' |
| + | */ |
| + | prevClass: 'orbit-previous' |
| + | }; |
| + | /** |
| + | * Initializes the plugin by creating jQuery collections, setting attributes, and starting the animation. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Orbit.prototype._init = function(){ |
| + | this.$wrapper = this.$element.find('.' + this.options.containerClass); |
| + | this.$slides = this.$element.find('.' + this.options.slideClass); |
| + | var $images = this.$element.find('img'), |
| + | initActive = this.$slides.filter('.is-active'); |
| + | |
| + | if(!initActive.length){ |
| + | this.$slides.eq(0).addClass('is-active'); |
| + | } |
| + | |
| + | if($images.length){ |
| + | Foundation.onImagesLoaded($images, this._prepareForOrbit.bind(this)); |
| + | }else{ |
| + | this._prepareForOrbit();//hehe |
| + | } |
| + | |
| + | if(this.options.bullets){ |
| + | this._loadBullets(); |
| + | } |
| + | |
| + | this._events(); |
| + | |
| + | if(this.options.autoPlay){ |
| + | this.geoSync(); |
| + | } |
| + | if(this.options.accessible){ // allow wrapper to be focusable to enable arrow navigation |
| + | this.$wrapper.attr('tabindex', 0); |
| + | } |
| + | }; |
| + | /** |
| + | * Creates a jQuery collection of bullets, if they are being used. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Orbit.prototype._loadBullets = function(){ |
| + | this.$bullets = this.$element.find('.' + this.options.boxOfBullets).find('button'); |
| + | }; |
| + | /** |
| + | * Sets a `timer` object on the orbit, and starts the counter for the next slide. |
| + | * @function |
| + | */ |
| + | Orbit.prototype.geoSync = function(){ |
| + | var _this = this; |
| + | this.timer = new Foundation.Timer( |
| + | this.$element, |
| + | {duration: this.options.timerDelay, |
| + | infinite: false}, |
| + | function(){ |
| + | _this.changeSlide(true); |
| + | }); |
| + | this.timer.start(); |
| + | }; |
| + | /** |
| + | * Sets wrapper and slide heights for the orbit. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Orbit.prototype._prepareForOrbit = function(){ |
| + | var _this = this; |
| + | this._setWrapperHeight(function(max){ |
| + | _this._setSlideHeight(max); |
| + | }); |
| + | }; |
| + | /** |
| + | * Calulates the height of each slide in the collection, and uses the tallest one for the wrapper height. |
| + | * @function |
| + | * @private |
| + | * @param {Function} cb - a callback function to fire when complete. |
| + | */ |
| + | Orbit.prototype._setWrapperHeight = function(cb){//rewrite this to `for` loop |
| + | var max = 0, temp, counter = 0; |
| + | |
| + | this.$slides.each(function(){ |
| + | temp = this.getBoundingClientRect().height; |
| + | $(this).attr('data-slide', counter); |
| + | |
| + | if(counter){//if not the first slide, set css position and display property |
| + | $(this).css({'position': 'relative', 'display': 'none'}); |
| + | } |
| + | max = temp > max ? temp : max; |
| + | counter++; |
| + | }); |
| + | |
| + | if(counter === this.$slides.length){ |
| + | this.$wrapper.css({'height': max});//only change the wrapper height property once. |
| + | cb(max);//fire callback with max height dimension. |
| + | } |
| + | }; |
| + | /** |
| + | * Sets the max-height of each slide. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Orbit.prototype._setSlideHeight = function(height){ |
| + | this.$slides.each(function(){ |
| + | $(this).css('max-height', height); |
| + | }); |
| + | }; |
| + | /** |
| + | * Adds event listeners to basically everything within the element. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Orbit.prototype._events = function(){ |
| + | var _this = this; |
| + | |
| + | //*************************************** |
| + | //**Now using custom event - thanks to:** |
| + | //** Yohai Ararat of Toronto ** |
| + | //*************************************** |
| + | if(this.options.swipe){ |
| + | this.$slides.off('swipeleft.zf.orbit swiperight.zf.orbit') |
| + | .on('swipeleft.zf.orbit', function(e){ |
| + | e.preventDefault(); |
| + | _this.changeSlide(true); |
| + | }).on('swiperight.zf.orbit', function(e){ |
| + | e.preventDefault(); |
| + | _this.changeSlide(false); |
| + | }); |
| + | } |
| + | //*************************************** |
| + | |
| + | if(this.options.autoPlay){ |
| + | this.$slides.on('click.zf.orbit', function(){ |
| + | _this.$element.data('clickedOn', _this.$element.data('clickedOn') ? false : true); |
| + | _this.timer[_this.$element.data('clickedOn') ? 'pause' : 'start'](); |
| + | }); |
| + | if(this.options.pauseOnHover){ |
| + | this.$element.on('mouseenter.zf.orbit', function(){ |
| + | _this.timer.pause(); |
| + | }).on('mouseleave.zf.orbit', function(){ |
| + | if(!_this.$element.data('clickedOn')){ |
| + | _this.timer.start(); |
| + | } |
| + | }); |
| + | } |
| + | } |
| + | |
| + | if(this.options.navButtons){ |
| + | var $controls = this.$element.find('.' + this.options.nextClass + ', .' + this.options.prevClass); |
| + | $controls.attr('tabindex', 0) |
| + | //also need to handle enter/return and spacebar key presses |
| + | .on('click.zf.orbit touchend.zf.orbit', function(){ |
| + | _this.changeSlide($(this).hasClass(_this.options.nextClass)); |
| + | }); |
| + | } |
| + | |
| + | if(this.options.bullets){ |
| + | this.$bullets.on('click.zf.orbit touchend.zf.orbit', function(){ |
| + | if(/is-active/g.test(this.className)){ return false; }//if this is active, kick out of function. |
| + | var idx = $(this).data('slide'), |
| + | ltr = idx > _this.$slides.filter('.is-active').data('slide'), |
| + | $slide = _this.$slides.eq(idx); |
| + | |
| + | _this.changeSlide(ltr, $slide, idx); |
| + | }); |
| + | } |
| + | |
| + | this.$wrapper.add(this.$bullets).on('keydown.zf.orbit', function(e){ |
| + | // handle keyboard event with keyboard util |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | next: function() { |
| + | _this.changeSlide(true); |
| + | }, |
| + | previous: function() { |
| + | _this.changeSlide(false); |
| + | }, |
| + | handled: function() { // if bullet is focused, make sure focus moves |
| + | if ($(e.target).is(_this.$bullets)) { |
| + | _this.$bullets.filter('.is-active').focus(); |
| + | } |
| + | } |
| + | }); |
| + | }); |
| + | }; |
| + | /** |
| + | * Changes the current slide to a new one. |
| + | * @function |
| + | * @param {Boolean} isLTR - flag if the slide should move left to right. |
| + | * @param {jQuery} chosenSlide - the jQuery element of the slide to show next, if one is selected. |
| + | * @param {Number} idx - the index of the new slide in its collection, if one chosen. |
| + | * @fires Orbit#slidechange |
| + | */ |
| + | Orbit.prototype.changeSlide = function(isLTR, chosenSlide, idx){ |
| + | var $curSlide = this.$slides.filter('.is-active').eq(0); |
| + | |
| + | |
| + | if(/mui/g.test($curSlide[0].className)){ return false; }//if the slide is currently animating, kick out of the function |
| + | |
| + | var $firstSlide = this.$slides.first(), |
| + | $lastSlide = this.$slides.last(), |
| + | dirIn = isLTR ? 'Right' : 'Left', |
| + | dirOut = isLTR ? 'Left' : 'Right', |
| + | _this = this, |
| + | $newSlide; |
| + | |
| + | if(!chosenSlide){//most of the time, this will be auto played or clicked from the navButtons. |
| + | $newSlide = isLTR ? //if wrapping enabled, check to see if there is a `next` or `prev` sibling, if not, select the first or last slide to fill in. if wrapping not enabled, attempt to select `next` or `prev`, if there's nothing there, the function will kick out on next step. CRAZY NESTED TERNARIES!!!!! |
| + | (this.options.infiniteWrap ? $curSlide.next('.' + this.options.slideClass).length ? $curSlide.next('.' + this.options.slideClass) : $firstSlide : $curSlide.next('.' + this.options.slideClass))//pick next slide if moving left to right |
| + | : |
| + | (this.options.infiniteWrap ? $curSlide.prev('.' + this.options.slideClass).length ? $curSlide.prev('.' + this.options.slideClass) : $lastSlide : $curSlide.prev('.' + this.options.slideClass));//pick prev slide if moving right to left |
| + | }else{ |
| + | $newSlide = chosenSlide; |
| + | } |
| + | if($newSlide.length){ |
| + | if(this.options.bullets){ |
| + | idx = idx || this.$slides.index($newSlide);//grab index to update bullets |
| + | this._updateBullets(idx); |
| + | } |
| + | Foundation.Motion.animateIn( |
| + | $newSlide.addClass('is-active').css({'position': 'absolute', 'top': 0}), |
| + | this.options['animInFrom' + dirIn], |
| + | function(){ |
| + | $newSlide.css({'position': 'relative', 'display': 'block'}) |
| + | .attr('aria-live', 'polite'); |
| + | }); |
| + | |
| + | Foundation.Motion.animateOut( |
| + | $curSlide.removeClass('is-active'), |
| + | this.options['animOutTo' + dirOut], |
| + | function(){ |
| + | $curSlide.removeAttr('aria-live'); |
| + | if(_this.options.autoPlay){ |
| + | _this.timer.restart(); |
| + | } |
| + | //do stuff? |
| + | /** |
| + | * Triggers when the slide has finished animating in. |
| + | * @event Orbit#slidechange |
| + | */ |
| + | _this.$element.trigger('slidechange.zf.orbit', [$newSlide]); |
| + | }); |
| + | } |
| + | }; |
| + | /** |
| + | * Updates the active state of the bullets, if displayed. |
| + | * @function |
| + | * @private |
| + | * @param {Number} idx - the index of the current slide. |
| + | */ |
| + | Orbit.prototype._updateBullets = function(idx){ |
| + | var $oldBullet = this.$element.find('.' + this.options.boxOfBullets) |
| + | .find('.is-active').removeClass('is-active').blur(), |
| + | span = $oldBullet.find('span:last').detach(), |
| + | $newBullet = this.$bullets.eq(idx).addClass('is-active').append(span); |
| + | }; |
| + | /** |
| + | * Destroys the carousel and hides the element. |
| + | * @function |
| + | */ |
| + | Orbit.prototype.destroy = function(){ |
| + | delete this.timer; |
| + | this.$element.off('.zf.orbit').find('*').off('.zf.orbit').end().hide(); |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Orbit, 'Orbit'); |
| + | |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * ResponsiveMenu module. |
| + | * @module foundation.responsiveMenu |
| + | * @requires foundation.util.triggers |
| + | * @requires foundation.util.mediaQuery |
| + | * @requires foundation.util.accordionMenu |
| + | * @requires foundation.util.drilldown |
| + | * @requires foundation.util.dropdown-menu |
| + | */ |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | // The plugin matches the plugin classes with these plugin instances. |
| + | var MenuPlugins = { |
| + | dropdown: { |
| + | cssClass: 'dropdown', |
| + | plugin: Foundation._plugins['dropdown-menu'] || null |
| + | }, |
| + | drilldown: { |
| + | cssClass: 'drilldown', |
| + | plugin: Foundation._plugins['drilldown'] || null |
| + | }, |
| + | accordion: { |
| + | cssClass: 'accordion-menu', |
| + | plugin: Foundation._plugins['accordion-menu'] || null |
| + | } |
| + | }; |
| + | |
| + | // [PH] Media queries |
| + | var phMedia = { |
| + | small: '(min-width: 0px)', |
| + | medium: '(min-width: 640px)' |
| + | }; |
| + | |
| + | /** |
| + | * Creates a new instance of a responsive menu. |
| + | * @class |
| + | * @fires ResponsiveMenu#init |
| + | * @param {jQuery} element - jQuery object to make into a dropdown menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function ResponsiveMenu(element) { |
| + | this.$element = $(element); |
| + | this.rules = this.$element.data('responsive-menu'); |
| + | this.currentMq = null; |
| + | this.currentPlugin = null; |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | ResponsiveMenu.defaults = {}; |
| + | |
| + | /** |
| + | * Initializes the Menu by parsing the classes from the 'data-ResponsiveMenu' attribute on the element. |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveMenu.prototype._init = function() { |
| + | var rulesTree = {}; |
| + | |
| + | // Parse rules from "classes" in data attribute |
| + | var rules = this.rules.split(' '); |
| + | |
| + | // Iterate through every rule found |
| + | for (var i = 0; i < rules.length; i++) { |
| + | var rule = rules[i].split('-'); |
| + | var ruleSize = rule.length > 1 ? rule[0] : 'small'; |
| + | var rulePlugin = rule.length > 1 ? rule[1] : rule[0]; |
| + | |
| + | if (MenuPlugins[rulePlugin] !== null) { |
| + | rulesTree[ruleSize] = MenuPlugins[rulePlugin]; |
| + | } |
| + | } |
| + | |
| + | this.rules = rulesTree; |
| + | |
| + | if (!$.isEmptyObject(rulesTree)) { |
| + | this._checkMediaQueries(); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Initializes events for the Menu. |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveMenu.prototype._events = function() { |
| + | var _this = this; |
| + | |
| + | $(window).on('changed.zf.mediaquery', function() { |
| + | _this._checkMediaQueries(); |
| + | }); |
| + | // $(window).on('resize.zf.ResponsiveMenu', function() { |
| + | // _this._checkMediaQueries(); |
| + | // }); |
| + | }; |
| + | |
| + | /** |
| + | * Checks the current screen width against available media queries. If the media query has changed, and the plugin needed has changed, the plugins will swap out. |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveMenu.prototype._checkMediaQueries = function() { |
| + | var matchedMq, _this = this; |
| + | // Iterate through each rule and find the last matching rule |
| + | $.each(this.rules, function(key) { |
| + | if (Foundation.MediaQuery.atLeast(key)) { |
| + | matchedMq = key; |
| + | } |
| + | }); |
| + | |
| + | // No match? No dice |
| + | if (!matchedMq) return; |
| + | |
| + | // Plugin already initialized? We good |
| + | if (this.currentPlugin instanceof this.rules[matchedMq].plugin) return; |
| + | |
| + | // Remove existing plugin-specific CSS classes |
| + | $.each(MenuPlugins, function(key, value) { |
| + | _this.$element.removeClass(value.cssClass); |
| + | }); |
| + | |
| + | // Add the CSS class for the new plugin |
| + | this.$element.addClass(this.rules[matchedMq].cssClass); |
| + | |
| + | // Create an instance of the new plugin |
| + | if (this.currentPlugin) this.currentPlugin.destroy(); |
| + | this.currentPlugin = new this.rules[matchedMq].plugin(this.$element, {}); |
| + | }; |
| + | |
| + | /** |
| + | * Destroys the instance of the current plugin on this element, as well as the window resize handler that switches the plugins out. |
| + | * @function |
| + | */ |
| + | ResponsiveMenu.prototype.destroy = function() { |
| + | this.currentPlugin.destroy(); |
| + | $(window).off('.zf.ResponsiveMenu'); |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | Foundation.plugin(ResponsiveMenu, 'ResponsiveMenu'); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * ResponsiveToggle module. |
| + | * @module foundation.responsiveToggle |
| + | * @requires foundation.util.mediaQuery |
| + | */ |
| + | !function($, Foundation) { |
| + | |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Tab Bar. |
| + | * @class |
| + | * @fires ResponsiveToggle#init |
| + | * @param {jQuery} element - jQuery object to attach tab bar functionality to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function ResponsiveToggle(element, options) { |
| + | this.$element = $(element); |
| + | this.options = $.extend({}, ResponsiveToggle.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | ResponsiveToggle.defaults = { |
| + | /** |
| + | * The breakpoint after which the menu is always shown, and the tab bar is hidden. |
| + | * @option |
| + | * @example 'medium' |
| + | */ |
| + | hideFor: 'medium' |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the tab bar by finding the target element, toggling element, and running update(). |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveToggle.prototype._init = function() { |
| + | var targetID = this.$element.data('responsive-toggle'); |
| + | if (!targetID) { |
| + | console.error('Your tab bar needs an ID of a Menu as the value of data-tab-bar.'); |
| + | } |
| + | |
| + | this.$targetMenu = $('#'+targetID); |
| + | this.$toggler = this.$element.find('[data-toggle]'); |
| + | |
| + | this._update(); |
| + | }; |
| + | |
| + | /** |
| + | * Adds necessary event handlers for the tab bar to work. |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveToggle.prototype._events = function() { |
| + | var _this = this; |
| + | |
| + | $(window).on('changed.zf.mediaquery', this._update.bind(this)); |
| + | |
| + | this.$toggler.on('click.zf.responsiveToggle', this.toggleMenu.bind(this)); |
| + | }; |
| + | |
| + | /** |
| + | * Checks the current media query to determine if the tab bar should be visible or hidden. |
| + | * @function |
| + | * @private |
| + | */ |
| + | ResponsiveToggle.prototype._update = function() { |
| + | // Mobile |
| + | if (!Foundation.MediaQuery.atLeast(this.options.hideFor)) { |
| + | this.$element.show(); |
| + | this.$targetMenu.hide(); |
| + | } |
| + | |
| + | // Desktop |
| + | else { |
| + | this.$element.hide(); |
| + | this.$targetMenu.show(); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Toggles the element attached to the tab bar. The toggle only happens if the screen is small enough to allow it. |
| + | * @function |
| + | * @fires ResponsiveToggle#toggled |
| + | */ |
| + | ResponsiveToggle.prototype.toggleMenu = function() { |
| + | if (!Foundation.MediaQuery.atLeast(this.options.hideFor)) { |
| + | this.$targetMenu.toggle(0); |
| + | |
| + | /** |
| + | * Fires when the element attached to the tab bar toggles. |
| + | * @event ResponsiveToggle#toggled |
| + | */ |
| + | this.$element.trigger('toggled.zf.responsiveToggle'); |
| + | } |
| + | }; |
| + | ResponsiveToggle.prototype.destroy = function(){ |
| + | //TODO this... |
| + | }; |
| + | Foundation.plugin(ResponsiveToggle, 'ResponsiveToggle'); |
| + | |
| + | }(jQuery, Foundation); |
| + | |
| + | /** |
| + | * Reveal module. |
| + | * @module foundation.reveal |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.box |
| + | * @requires foundation.util.triggers |
| + | * @requires foundation.util.mediaQuery |
| + | * @requires foundation.util.motion if using animations |
| + | */ |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Reveal. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to use for the modal. |
| + | * @param {Object} options - optional parameters. |
| + | */ |
| + | |
| + | function Reveal(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Reveal.defaults, this.$element.data(), options); |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Reveal', { |
| + | 'ENTER': 'open', |
| + | 'SPACE': 'open', |
| + | 'ESCAPE': 'close', |
| + | 'TAB': 'tab_forward', |
| + | 'SHIFT_TAB': 'tab_backward' |
| + | }); |
| + | } |
| + | |
| + | Reveal.defaults = { |
| + | /** |
| + | * Motion-UI class to use for animated elements. If none used, defaults to simple show/hide. |
| + | * @option |
| + | * @example 'slide-in-left' |
| + | */ |
| + | animationIn: '', |
| + | /** |
| + | * Motion-UI class to use for animated elements. If none used, defaults to simple show/hide. |
| + | * @option |
| + | * @example 'slide-out-right' |
| + | */ |
| + | animationOut: '', |
| + | /** |
| + | * Time, in ms, to delay the opening of a modal after a click if no animation used. |
| + | * @option |
| + | * @example 10 |
| + | */ |
| + | showDelay: 0, |
| + | /** |
| + | * Time, in ms, to delay the closing of a modal after a click if no animation used. |
| + | * @option |
| + | * @example 10 |
| + | */ |
| + | hideDelay: 0, |
| + | /** |
| + | * Allows a click on the body/overlay to close the modal. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | closeOnClick: true, |
| + | /** |
| + | * Allows the modal to close if the user presses the `ESCAPE` key. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | closeOnEsc: true, |
| + | /** |
| + | * If true, allows multiple modals to be displayed at once. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | multipleOpened: false, |
| + | /** |
| + | * Distance, in pixels, the modal should push down from the top of the screen. |
| + | * @option |
| + | * @example 100 |
| + | */ |
| + | vOffset: 100, |
| + | /** |
| + | * Distance, in pixels, the modal should push in from the side of the screen. |
| + | * @option |
| + | * @example 0 |
| + | */ |
| + | hOffset: 0, |
| + | /** |
| + | * Allows the modal to be fullscreen, completely blocking out the rest of the view. JS checks for this as well. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | fullScreen: false, |
| + | /** |
| + | * Percentage of screen height the modal should push up from the bottom of the view. |
| + | * @option |
| + | * @example 10 |
| + | */ |
| + | btmOffsetPct: 10, |
| + | /** |
| + | * Allows the modal to generate an overlay div, which will cover the view when modal opens. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | overlay: true, |
| + | /** |
| + | * Allows the modal to remove and reinject markup on close. Should be true if using video elements w/o using provider's api. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | resetOnClose: false |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the modal by adding the overlay and close buttons, (if selected). |
| + | * @private |
| + | */ |
| + | Reveal.prototype._init = function(){ |
| + | this.id = this.$element.attr('id'); |
| + | this.isActive = false; |
| + | |
| + | this.$anchor = $('[data-open="' + this.id + '"]').length ? $('[data-open="' + this.id + '"]') : $('[data-toggle="' + this.id + '"]'); |
| + | |
| + | if(this.$anchor.length){ |
| + | var anchorId = this.$anchor[0].id || Foundation.GetYoDigits(6, 'reveal'); |
| + | |
| + | this.$anchor.attr({ |
| + | 'aria-controls': this.id, |
| + | 'id': anchorId, |
| + | 'aria-haspopup': true, |
| + | 'tabindex': 0 |
| + | }); |
| + | this.$element.attr({'aria-labelledby': anchorId}); |
| + | } |
| + | |
| + | // this.options.fullScreen = this.$element.hasClass('full'); |
| + | if(this.options.fullScreen || this.$element.hasClass('full')){ |
| + | this.options.fullScreen = true; |
| + | this.options.overlay = false; |
| + | } |
| + | if(this.options.overlay){ |
| + | this.$overlay = this._makeOverlay(this.id); |
| + | } |
| + | |
| + | this.$element.attr({ |
| + | 'role': 'dialog', |
| + | 'aria-hidden': true, |
| + | 'data-yeti-box': this.id, |
| + | 'data-resize': this.id |
| + | }); |
| + | |
| + | this._events(); |
| + | }; |
| + | |
| + | /** |
| + | * Creates an overlay div to display behind the modal. |
| + | * @private |
| + | */ |
| + | Reveal.prototype._makeOverlay = function(id){ |
| + | var $overlay = $('<div></div>') |
| + | .addClass('reveal-overlay') |
| + | .attr({'tabindex': -1, 'aria-hidden': true}) |
| + | .appendTo('body'); |
| + | if(this.options.closeOnClick){ |
| + | $overlay.attr({ |
| + | 'data-close': id |
| + | }); |
| + | } |
| + | return $overlay; |
| + | }; |
| + | |
| + | /** |
| + | * Adds event handlers for the modal. |
| + | * @private |
| + | */ |
| + | Reveal.prototype._events = function(){ |
| + | var _this = this; |
| + | |
| + | this.$element.on({ |
| + | 'open.zf.trigger': this.open.bind(this), |
| + | 'close.zf.trigger': this.close.bind(this), |
| + | 'toggle.zf.trigger': this.toggle.bind(this), |
| + | 'resizeme.zf.trigger': function(){ |
| + | if(_this.$element.is(':visible')){ |
| + | _this._setPosition(function(){}); |
| + | } |
| + | } |
| + | }); |
| + | |
| + | if(this.$anchor.length){ |
| + | this.$anchor.on('keydown.zf.reveal', function(e){ |
| + | if(e.which === 13 || e.which === 32){ |
| + | e.stopPropagation(); |
| + | e.preventDefault(); |
| + | _this.open(); |
| + | } |
| + | }); |
| + | } |
| + | |
| + | |
| + | if(this.options.closeOnClick && this.options.overlay){ |
| + | this.$overlay.off('.zf.reveal').on('click.zf.reveal', this.close.bind(this)); |
| + | } |
| + | }; |
| + | /** |
| + | * Sets the position of the modal before opening |
| + | * @param {Function} cb - a callback function to execute when positioning is complete. |
| + | * @private |
| + | */ |
| + | Reveal.prototype._setPosition = function(cb){ |
| + | var eleDims = Foundation.Box.GetDimensions(this.$element); |
| + | var elePos = this.options.fullScreen ? 'reveal full' : (eleDims.height >= (0.5 * eleDims.windowDims.height)) ? 'reveal' : 'center'; |
| + | |
| + | if(elePos === 'reveal full'){ |
| + | console.log('full'); |
| + | //set to full height/width |
| + | this.$element |
| + | .offset(Foundation.Box.GetOffsets(this.$element, null, elePos, this.options.vOffset)) |
| + | .css({ |
| + | 'height': eleDims.windowDims.height, |
| + | 'width': eleDims.windowDims.width |
| + | }); |
| + | }else if(!Foundation.MediaQuery.atLeast('medium') || !Foundation.Box.ImNotTouchingYou(this.$element, null, true, false)){ |
| + | //if smaller than medium, resize to 100% width minus any custom L/R margin |
| + | this.$element |
| + | .css({ |
| + | 'width': eleDims.windowDims.width - (this.options.hOffset * 2) |
| + | }) |
| + | .offset(Foundation.Box.GetOffsets(this.$element, null, 'center', this.options.vOffset, this.options.hOffset)); |
| + | //flag a boolean so we can reset the size after the element is closed. |
| + | this.changedSize = true; |
| + | }else{ |
| + | this.$element |
| + | .css({ |
| + | 'max-height': eleDims.windowDims.height - (this.options.vOffset * (this.options.btmOffsetPct / 100 + 1)), |
| + | 'width': '' |
| + | }) |
| + | .offset(Foundation.Box.GetOffsets(this.$element, null, elePos, this.options.vOffset)); |
| + | //the max height based on a percentage of vertical offset plus vertical offset |
| + | } |
| + | |
| + | cb(); |
| + | }; |
| + | |
| + | /** |
| + | * Opens the modal controlled by `this.$anchor`, and closes all others by default. |
| + | * @function |
| + | * @fires Reveal#closeAll |
| + | * @fires Reveal#open |
| + | */ |
| + | Reveal.prototype.open = function(){ |
| + | var _this = this; |
| + | this.isActive = true; |
| + | //make element invisible, but remove display: none so we can get size and positioning |
| + | this.$element |
| + | .css({'visibility': 'hidden'}) |
| + | .show() |
| + | .scrollTop(0); |
| + | |
| + | this._setPosition(function(){ |
| + | _this.$element.hide() |
| + | .css({'visibility': ''}); |
| + | if(!_this.options.multipleOpened){ |
| + | /** |
| + | * Fires immediately before the modal opens. |
| + | * Closes any other modals that are currently open |
| + | * @event Reveal#closeAll |
| + | */ |
| + | _this.$element.trigger('closeme.zf.reveal', _this.id); |
| + | } |
| + | if(_this.options.animationIn){ |
| + | if(_this.options.overlay){ |
| + | Foundation.Motion.animateIn(_this.$overlay, 'fade-in', function(){ |
| + | Foundation.Motion.animateIn(_this.$element, _this.options.animationIn, function(){ |
| + | }); |
| + | }); |
| + | }else{ |
| + | Foundation.Motion.animateIn(_this.$element, _this.options.animationIn, function(){ |
| + | }); |
| + | } |
| + | }else{ |
| + | if(_this.options.overlay){ |
| + | _this.$overlay.show(0, function(){ |
| + | _this.$element.show(_this.options.showDelay, function(){ |
| + | }); |
| + | }); |
| + | }else{ |
| + | _this.$element.show(_this.options.showDelay, function(){ |
| + | }); |
| + | } |
| + | } |
| + | }); |
| + | |
| + | |
| + | // handle accessibility |
| + | this.$element.attr({'aria-hidden': false}).attr('tabindex', -1).focus() |
| + | /** |
| + | * Fires when the modal has successfully opened. |
| + | * @event Reveal#open |
| + | */ |
| + | .trigger('open.zf.reveal'); |
| + | |
| + | $('body').addClass('is-reveal-open') |
| + | .attr({'aria-hidden': (this.options.overlay || this.options.fullScreen) ? true : false}); |
| + | setTimeout(function(){ |
| + | _this._extraHandlers(); |
| + | // Foundation.reflow(); |
| + | }, 0); |
| + | }; |
| + | |
| + | /** |
| + | * Adds extra event handlers for the body and window if necessary. |
| + | * @private |
| + | */ |
| + | Reveal.prototype._extraHandlers = function(){ |
| + | var _this = this; |
| + | var visibleFocusableElements = this.$element.find('a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]').filter(function() { |
| + | if (!$(this).is(':visible') || $(this).attr('tabindex') < 0){ return false; }//only have visible elements and those that have a tabindex greater or equal 0 |
| + | return true; |
| + | }); |
| + | |
| + | if(!this.options.overlay && this.options.closeOnClick && !this.options.fullScreen){ |
| + | $('body').on('click.zf.reveal', function(e){ |
| + | // if() |
| + | _this.close(); |
| + | }); |
| + | } |
| + | if(this.options.closeOnEsc){ |
| + | $(window).on('keydown.zf.reveal', function(e){ |
| + | if (visibleFocusableElements.length === 0) { // no focusable elements inside the modal at all, prevent tabbing in general |
| + | e.preventDefault(); |
| + | } |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | close: function() { |
| + | if (this.options.closeOnEsc) { |
| + | this.close(); |
| + | } |
| + | } |
| + | }); |
| + | }); |
| + | } |
| + | |
| + | // lock focus within modal while tabbing |
| + | this.$element.on('keydown.zf.reveal', function(e) { |
| + | var $target = $(this); |
| + | // handle keyboard event with keyboard util |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | tab_forward: function() { |
| + | if (this.$element.find(':focus').is(visibleFocusableElements.eq(-1))) { // left modal downwards, setting focus to first element |
| + | visibleFocusableElements.eq(0).focus(); |
| + | e.preventDefault(); |
| + | } |
| + | }, |
| + | tab_backward: function() { |
| + | if (this.$element.find(':focus').is(visibleFocusableElements.eq(0)) || this.$element.is(':focus')) { // left modal upwards, setting focus to last element |
| + | visibleFocusableElements.eq(-1).focus(); |
| + | e.preventDefault(); |
| + | } |
| + | }, |
| + | open: function() { |
| + | if ($target.is(visibleFocusableElements)) { // dont't trigger if acual element has focus (i.e. inputs, links, ...) |
| + | this.open(); |
| + | } |
| + | }, |
| + | close: function() { |
| + | if (this.options.closeOnEsc) { |
| + | this.close(); |
| + | } |
| + | } |
| + | }); |
| + | if (visibleFocusableElements.length === 0) { // no focusable elements inside the modal at all, prevent tabbing in general |
| + | e.preventDefault(); |
| + | } |
| + | }); |
| + | |
| + | }; |
| + | |
| + | /** |
| + | * Closes the modal. |
| + | * @function |
| + | * @fires Reveal#closed |
| + | */ |
| + | Reveal.prototype.close = function(){ |
| + | if(!this.isActive || !this.$element.is(':visible')){ |
| + | return false; |
| + | } |
| + | var _this = this; |
| + | |
| + | if(this.options.animationOut){ |
| + | Foundation.Motion.animateOut(this.$element, this.options.animationOut, function(){ |
| + | if(_this.options.overlay){ |
| + | Foundation.Motion.animateOut(_this.$overlay, 'fade-out', function(){ |
| + | }); |
| + | } |
| + | }); |
| + | }else{ |
| + | this.$element.hide(_this.options.hideDelay, function(){ |
| + | if(_this.options.overlay){ |
| + | _this.$overlay.hide(0, function(){ |
| + | }); |
| + | } |
| + | }); |
| + | } |
| + | //conditionals to remove extra event listeners added on open |
| + | if(this.options.closeOnEsc){ |
| + | $(window).off('keydown.zf.reveal'); |
| + | } |
| + | if(!this.options.overlay && this.options.closeOnClick){ |
| + | $('body').off('click.zf.reveal'); |
| + | } |
| + | this.$element.off('keydown.zf.reveal'); |
| + | |
| + | //if the modal changed size, reset it |
| + | if(this.changedSize){ |
| + | this.$element.css({ |
| + | 'height': '', |
| + | 'width': '' |
| + | }); |
| + | } |
| + | |
| + | $('body').removeClass('is-reveal-open').attr({'aria-hidden': false, 'tabindex': ''}); |
| + | |
| + | /** |
| + | * Resets the modal content |
| + | * This prevents a running video to keep going in the background |
| + | */ |
| + | if(this.options.resetOnClose) { |
| + | this.$element.html(this.$element.html()); |
| + | } |
| + | |
| + | this.isActive = false; |
| + | this.$element.attr({'aria-hidden': true}) |
| + | /** |
| + | * Fires when the modal is done closing. |
| + | * @event Reveal#closed |
| + | */ |
| + | .trigger('closed.zf.reveal'); |
| + | }; |
| + | /** |
| + | * Toggles the open/closed state of a modal. |
| + | * @function |
| + | */ |
| + | Reveal.prototype.toggle = function(){ |
| + | if(this.isActive){ |
| + | this.close(); |
| + | }else{ |
| + | this.open(); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Destroys an instance of a modal. |
| + | * @function |
| + | */ |
| + | Reveal.prototype.destroy = function() { |
| + | if(this.options.overlay){ |
| + | this.$overlay.hide().off().remove(); |
| + | } |
| + | this.$element.hide(); |
| + | this.$anchor.off(); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Reveal, 'Reveal'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Reveal; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Reveal; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * Slider module. |
| + | * @module foundation.slider |
| + | * @requires foundation.util.motion |
| + | * @requires foundation.util.triggers |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.touch |
| + | */ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of a drilldown menu. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to make into an accordion menu. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Slider(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Slider.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Slider', { |
| + | 'ltr': { |
| + | 'ARROW_RIGHT': 'increase', |
| + | 'ARROW_UP': 'increase', |
| + | 'ARROW_DOWN': 'decrease', |
| + | 'ARROW_LEFT': 'decrease', |
| + | 'SHIFT_ARROW_RIGHT': 'increase_fast', |
| + | 'SHIFT_ARROW_UP': 'increase_fast', |
| + | 'SHIFT_ARROW_DOWN': 'decrease_fast', |
| + | 'SHIFT_ARROW_LEFT': 'decrease_fast' |
| + | }, |
| + | 'rtl': { |
| + | 'ARROW_LEFT': 'increase', |
| + | 'ARROW_RIGHT': 'decrease', |
| + | 'SHIFT_ARROW_LEFT': 'increase_fast', |
| + | 'SHIFT_ARROW_RIGHT': 'decrease_fast' |
| + | } |
| + | }); |
| + | } |
| + | |
| + | Slider.defaults = { |
| + | /** |
| + | * Minimum value for the slider scale. |
| + | * @option |
| + | * @example 0 |
| + | */ |
| + | start: 0, |
| + | /** |
| + | * Maximum value for the slider scale. |
| + | * @option |
| + | * @example 100 |
| + | */ |
| + | end: 100, |
| + | /** |
| + | * Minimum value change per change event. Not Currently Implemented! |
| + | |
| + | */ |
| + | step: 1, |
| + | /** |
| + | * Value at which the handle/input *(left handle/first input)* should be set to on initialization. |
| + | * @option |
| + | * @example 0 |
| + | */ |
| + | initialStart: 0, |
| + | /** |
| + | * Value at which the right handle/second input should be set to on initialization. |
| + | * @option |
| + | * @example 100 |
| + | */ |
| + | initialEnd: 100, |
| + | /** |
| + | * Allows the input to be located outside the container and visible. Set to by the JS |
| + | * @option |
| + | * @example false |
| + | */ |
| + | binding: false, |
| + | /** |
| + | * Allows the user to click/tap on the slider bar to select a value. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | clickSelect: true, |
| + | /** |
| + | * Set to true and use the `vertical` class to change alignment to vertical. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | vertical: false, |
| + | /** |
| + | * Allows the user to drag the slider handle(s) to select a value. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | draggable: true, |
| + | /** |
| + | * Disables the slider and prevents event listeners from being applied. Double checked by JS with `disabledClass`. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | disabled: false, |
| + | /** |
| + | * Allows the use of two handles. Double checked by the JS. Changes some logic handling. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | doubleSided: false, |
| + | /** |
| + | * Potential future feature. |
| + | */ |
| + | // steps: 100, |
| + | /** |
| + | * Number of decimal places the plugin should go to for floating point precision. |
| + | * @option |
| + | * @example 2 |
| + | */ |
| + | decimal: 2, |
| + | /** |
| + | * Time delay for dragged elements. |
| + | */ |
| + | // dragDelay: 0, |
| + | /** |
| + | * Time, in ms, to animate the movement of a slider handle if user clicks/taps on the bar. Needs to be manually set if updating the transition time in the Sass settings. |
| + | * @option |
| + | * @example 200 |
| + | */ |
| + | moveTime: 200,//update this if changing the transition time in the sass |
| + | /** |
| + | * Class applied to disabled sliders. |
| + | * @option |
| + | * @example 'disabled' |
| + | */ |
| + | disabledClass: 'disabled' |
| + | }; |
| + | /** |
| + | * Initilizes the plugin by reading/setting attributes, creating collections and setting the initial position of the handle(s). |
| + | * @function |
| + | * @private |
| + | */ |
| + | Slider.prototype._init = function(){ |
| + | this.inputs = this.$element.find('input'); |
| + | this.handles = this.$element.find('[data-slider-handle]'); |
| + | |
| + | this.$handle = this.handles.eq(0); |
| + | this.$input = this.inputs.length ? this.inputs.eq(0) : $('#' + this.$handle.attr('aria-controls')); |
| + | this.$fill = this.$element.find('[data-slider-fill]').css(this.options.vertical ? 'height' : 'width', 0); |
| + | |
| + | var isDbl = false, |
| + | _this = this; |
| + | if(this.options.disabled || this.$element.hasClass(this.options.disabledClass)){ |
| + | this.options.disabled = true; |
| + | this.$element.addClass(this.options.disabledClass); |
| + | } |
| + | if(!this.inputs.length){ |
| + | this.inputs = $().add(this.$input); |
| + | this.options.binding = true; |
| + | } |
| + | this._setInitAttr(0); |
| + | this._events(this.$handle); |
| + | |
| + | if(this.handles[1]){ |
| + | this.options.doubleSided = true; |
| + | this.$handle2 = this.handles.eq(1); |
| + | this.$input2 = this.inputs.length ? this.inputs.eq(1) : $('#' + this.$handle2.attr('aria-controls')); |
| + | |
| + | if(!this.inputs[1]){ |
| + | this.inputs = this.inputs.add(this.$input2); |
| + | } |
| + | isDbl = true; |
| + | |
| + | this._setHandlePos(this.$handle, this.options.initialStart, true, function(){ |
| + | |
| + | _this._setHandlePos(_this.$handle2, _this.options.initialEnd); |
| + | }); |
| + | // this.$handle.triggerHandler('click.zf.slider'); |
| + | this._setInitAttr(1); |
| + | this._events(this.$handle2); |
| + | } |
| + | |
| + | if(!isDbl){ |
| + | this._setHandlePos(this.$handle, this.options.initialStart, true); |
| + | } |
| + | }; |
| + | /** |
| + | * Sets the position of the selected handle and fill bar. |
| + | * @function |
| + | * @private |
| + | * @param {jQuery} $hndl - the selected handle to move. |
| + | * @param {Number} location - floating point between the start and end values of the slider bar. |
| + | * @param {Function} cb - callback function to fire on completion. |
| + | * @fires Slider#moved |
| + | */ |
| + | Slider.prototype._setHandlePos = function($hndl, location, noInvert, cb){ |
| + | //might need to alter that slightly for bars that will have odd number selections. |
| + | location = parseFloat(location);//on input change events, convert string to number...grumble. |
| + | // prevent slider from running out of bounds |
| + | if(location < this.options.start){ location = this.options.start; } |
| + | else if(location > this.options.end){ location = this.options.end; } |
| + | |
| + | var isDbl = this.options.doubleSided, |
| + | callback = cb || null; |
| + | |
| + | if(isDbl){ |
| + | if(this.handles.index($hndl) === 0){ |
| + | var h2Val = parseFloat(this.$handle2.attr('aria-valuenow')); |
| + | location = location >= h2Val ? h2Val - this.options.step : location; |
| + | }else{ |
| + | var h1Val = parseFloat(this.$handle.attr('aria-valuenow')); |
| + | location = location <= h1Val ? h1Val + this.options.step : location; |
| + | } |
| + | } |
| + | |
| + | if(this.options.vertical && !noInvert){ |
| + | location = this.options.end - location; |
| + | } |
| + | var _this = this, |
| + | vert = this.options.vertical, |
| + | hOrW = vert ? 'height' : 'width', |
| + | lOrT = vert ? 'top' : 'left', |
| + | halfOfHandle = $hndl[0].getBoundingClientRect()[hOrW] / 2, |
| + | elemDim = this.$element[0].getBoundingClientRect()[hOrW], |
| + | pctOfBar = percent(location, this.options.end).toFixed(this.options.decimal), |
| + | pxToMove = (elemDim - halfOfHandle) * pctOfBar, |
| + | movement = (percent(pxToMove, elemDim) * 100).toFixed(this.options.decimal), |
| + | location = location > 0 ? parseFloat(location.toFixed(this.options.decimal)) : 0, |
| + | anim, prog, start = null, css = {}; |
| + | |
| + | this._setValues($hndl, location); |
| + | |
| + | if(this.options.doubleSided){//update to calculate based on values set to respective inputs?? |
| + | var isLeftHndl = this.handles.index($hndl) === 0, |
| + | dim, |
| + | idx = this.handles.index($hndl); |
| + | |
| + | if(isLeftHndl){ |
| + | css[lOrT] = (pctOfBar > 0 ? pctOfBar * 100 : 0) + '%';// |
| + | dim = /*Math.abs*/((percent(this.$handle2.position()[lOrT] + halfOfHandle, elemDim) - parseFloat(pctOfBar)) * 100).toFixed(this.options.decimal) + '%'; |
| + | css['min-' + hOrW] = dim; |
| + | if(cb && typeof cb === 'function'){ cb(); } |
| + | }else{ |
| + | location = (location < 100 ? location : 100) - (parseFloat(this.$handle[0].style.left) || this.options.end - location); |
| + | css['min-' + hOrW] = location + '%'; |
| + | } |
| + | } |
| + | |
| + | this.$element.one('finished.zf.animate', function(){ |
| + | _this.animComplete = true; |
| + | /** |
| + | * Fires when the handle is done moving. |
| + | * @event Slider#moved |
| + | */ |
| + | _this.$element.trigger('moved.zf.slider', [$hndl]); |
| + | }); |
| + | var moveTime = _this.$element.data('dragging') ? 1000/60 : _this.options.moveTime; |
| + | /*var move = new */Foundation.Move(moveTime, $hndl, function(){ |
| + | $hndl.css(lOrT, movement + '%'); |
| + | if(!_this.options.doubleSided){ |
| + | _this.$fill.css(hOrW, pctOfBar * 100 + '%'); |
| + | }else{ |
| + | _this.$fill.css(css); |
| + | } |
| + | }); |
| + | // move.do(); |
| + | }; |
| + | /** |
| + | * Sets the initial attribute for the slider element. |
| + | * @function |
| + | * @private |
| + | * @param {Number} idx - index of the current handle/input to use. |
| + | */ |
| + | Slider.prototype._setInitAttr = function(idx){ |
| + | var id = this.inputs.eq(idx).attr('id') || Foundation.GetYoDigits(6, 'slider'); |
| + | this.inputs.eq(idx).attr({ |
| + | 'id': id, |
| + | 'max': this.options.end, |
| + | 'min': this.options.start |
| + | |
| + | }); |
| + | this.handles.eq(idx).attr({ |
| + | 'role': 'slider', |
| + | 'aria-controls': id, |
| + | 'aria-valuemax': this.options.end, |
| + | 'aria-valuemin': this.options.start, |
| + | 'aria-valuenow': idx === 0 ? this.options.initialStart : this.options.initialEnd, |
| + | 'aria-orientation': this.options.vertical ? 'vertical' : 'horizontal', |
| + | 'tabindex': 0 |
| + | }); |
| + | }; |
| + | /** |
| + | * Sets the input and `aria-valuenow` values for the slider element. |
| + | * @function |
| + | * @private |
| + | * @param {jQuery} $handle - the currently selected handle. |
| + | * @param {Number} val - floating point of the new value. |
| + | */ |
| + | Slider.prototype._setValues = function($handle, val){ |
| + | var idx = this.options.doubleSided ? this.handles.index($handle) : 0; |
| + | this.inputs.eq(idx).val(val); |
| + | $handle.attr('aria-valuenow', val); |
| + | }; |
| + | /** |
| + | * Handles events on the slider element. |
| + | * Calculates the new location of the current handle. |
| + | * If there are two handles and the bar was clicked, it determines which handle to move. |
| + | * @function |
| + | * @private |
| + | * @param {Object} e - the `event` object passed from the listener. |
| + | * @param {jQuery} $handle - the current handle to calculate for, if selected. |
| + | * @param {Number} val - floating point number for the new value of the slider. |
| + | */ |
| + | Slider.prototype._handleEvent = function(e, $handle, val){ |
| + | var value, hasVal; |
| + | if(!val){//click or drag events |
| + | e.preventDefault(); |
| + | var _this = this, |
| + | vertical = this.options.vertical, |
| + | param = vertical ? 'height' : 'width', |
| + | direction = vertical ? 'top' : 'left', |
| + | pageXY = vertical ? e.pageY : e.pageX, |
| + | halfOfHandle = this.$handle[0].getBoundingClientRect()[param] / 2, |
| + | barDim = this.$element[0].getBoundingClientRect()[param], |
| + | barOffset = (this.$element.offset()[direction] - pageXY), |
| + | barXY = barOffset > 0 ? -halfOfHandle : (barOffset - halfOfHandle) < -barDim ? barDim : Math.abs(barOffset),//if the cursor position is less than or greater than the elements bounding coordinates, set coordinates within those bounds |
| + | // eleDim = this.$element[0].getBoundingClientRect()[param], |
| + | offsetPct = percent(barXY, barDim); |
| + | value = (this.options.end - this.options.start) * offsetPct; |
| + | hasVal = false; |
| + | |
| + | if(!$handle){//figure out which handle it is, pass it to the next function. |
| + | var firstHndlPos = absPosition(this.$handle, direction, barXY, param), |
| + | secndHndlPos = absPosition(this.$handle2, direction, barXY, param); |
| + | $handle = firstHndlPos <= secndHndlPos ? this.$handle : this.$handle2; |
| + | } |
| + | |
| + | }else{//change event on input |
| + | value = val; |
| + | hasVal = true; |
| + | } |
| + | |
| + | this._setHandlePos($handle, value, hasVal); |
| + | }; |
| + | /** |
| + | * Adds event listeners to the slider elements. |
| + | * @function |
| + | * @private |
| + | * @param {jQuery} $handle - the current handle to apply listeners to. |
| + | */ |
| + | Slider.prototype._events = function($handle){ |
| + | if(this.options.disabled){ return false; } |
| + | |
| + | var _this = this, |
| + | curHandle, |
| + | timer; |
| + | |
| + | this.inputs.off('change.zf.slider').on('change.zf.slider', function(e){ |
| + | var idx = _this.inputs.index($(this)); |
| + | _this._handleEvent(e, _this.handles.eq(idx), $(this).val()); |
| + | }); |
| + | |
| + | if(this.options.clickSelect){ |
| + | this.$element.off('click.zf.slider').on('click.zf.slider', function(e){ |
| + | if(_this.$element.data('dragging')){ return false; } |
| + | _this.animComplete = false; |
| + | if(_this.options.doubleSided){ |
| + | _this._handleEvent(e); |
| + | }else{ |
| + | _this._handleEvent(e, _this.$handle); |
| + | } |
| + | }); |
| + | } |
| + | |
| + | if(this.options.draggable){ |
| + | this.handles.addTouch(); |
| + | // var curHandle, |
| + | // timer, |
| + | var $body = $('body'); |
| + | $handle |
| + | .off('mousedown.zf.slider') |
| + | .on('mousedown.zf.slider', function(e){ |
| + | $handle.addClass('is-dragging'); |
| + | _this.$fill.addClass('is-dragging');// |
| + | _this.$element.data('dragging', true); |
| + | _this.animComplete = false; |
| + | curHandle = $(e.currentTarget); |
| + | |
| + | $body.on('mousemove.zf.slider', function(e){ |
| + | e.preventDefault(); |
| + | |
| + | // timer = setTimeout(function(){ |
| + | _this._handleEvent(e, curHandle); |
| + | // }, _this.options.dragDelay); |
| + | }).on('mouseup.zf.slider', function(e){ |
| + | // clearTimeout(timer); |
| + | _this.animComplete = true; |
| + | _this._handleEvent(e, curHandle); |
| + | $handle.removeClass('is-dragging'); |
| + | _this.$fill.removeClass('is-dragging'); |
| + | _this.$element.data('dragging', false); |
| + | // Foundation.reflow(_this.$element, 'slider'); |
| + | $body.off('mousemove.zf.slider mouseup.zf.slider'); |
| + | }); |
| + | }); |
| + | } |
| + | $handle.off('keydown.zf.slider').on('keydown.zf.slider', function(e){ |
| + | var idx = _this.options.doubleSided ? _this.handles.index($(this)) : 0, |
| + | oldValue = parseFloat(_this.inputs.eq(idx).val()), |
| + | newValue; |
| + | |
| + | var _$handle = $(this); |
| + | |
| + | // handle keyboard event with keyboard util |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | decrease: function() { |
| + | newValue = oldValue - _this.options.step; |
| + | }, |
| + | increase: function() { |
| + | newValue = oldValue + _this.options.step; |
| + | }, |
| + | decrease_fast: function() { |
| + | newValue = oldValue - _this.options.step * 10; |
| + | }, |
| + | increase_fast: function() { |
| + | newValue = oldValue + _this.options.step * 10; |
| + | }, |
| + | handled: function() { // only set handle pos when event was handled specially |
| + | e.preventDefault(); |
| + | _this._setHandlePos(_$handle, newValue, true); |
| + | } |
| + | }); |
| + | /*if (newValue) { // if pressed key has special function, update value |
| + | e.preventDefault(); |
| + | _this._setHandlePos(_$handle, newValue); |
| + | }*/ |
| + | }); |
| + | }; |
| + | /** |
| + | * Destroys the slider plugin. |
| + | */ |
| + | Slider.prototype.destroy = function(){ |
| + | this.handles.off('.zf.slider'); |
| + | this.inputs.off('.zf.slider'); |
| + | this.$element.off('.zf.slider'); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Slider, 'Slider'); |
| + | |
| + | function percent(frac, num){ |
| + | return (frac / num); |
| + | } |
| + | function absPosition($handle, dir, clickPos, param){ |
| + | return Math.abs(($handle.position()[dir] + ($handle[param]() / 2)) - clickPos); |
| + | } |
| + | }(jQuery, window.Foundation); |
| + | |
| + | //*********this is in case we go to static, absolute positions instead of dynamic positioning******** |
| + | // this.setSteps(function(){ |
| + | // _this._events(); |
| + | // var initStart = _this.options.positions[_this.options.initialStart - 1] || null; |
| + | // var initEnd = _this.options.initialEnd ? _this.options.position[_this.options.initialEnd - 1] : null; |
| + | // if(initStart || initEnd){ |
| + | // _this._handleEvent(initStart, initEnd); |
| + | // } |
| + | // }); |
| + | |
| + | //***********the other part of absolute positions************* |
| + | // Slider.prototype.setSteps = function(cb){ |
| + | // var posChange = this.$element.outerWidth() / this.options.steps; |
| + | // var counter = 0 |
| + | // while(counter < this.options.steps){ |
| + | // if(counter){ |
| + | // this.options.positions.push(this.options.positions[counter - 1] + posChange); |
| + | // }else{ |
| + | // this.options.positions.push(posChange); |
| + | // } |
| + | // counter++; |
| + | // } |
| + | // cb(); |
| + | // }; |
| + | |
| + | /** |
| + | * Sticky module. |
| + | * @module foundation.sticky |
| + | * @requires foundation.util.triggers |
| + | * @requires foundation.util.mediaQuery |
| + | */ |
| + | !function($, Foundation){ |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of a sticky thing. |
| + | * @class |
| + | * @param {jQuery} element - jQuery object to make sticky. |
| + | * @param {Object} options - options object passed when creating the element programmatically. |
| + | */ |
| + | function Sticky(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Sticky.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | Sticky.defaults = { |
| + | /** |
| + | * Customizable container template. Add your own classes for styling and sizing. |
| + | * @option |
| + | * @example '<div data-sticky-container class="small-6 columns"></div>' |
| + | */ |
| + | container: '<div data-sticky-container></div>', |
| + | /** |
| + | * Location in the view the element sticks to. |
| + | * @option |
| + | * @example 'top' |
| + | */ |
| + | stickTo: 'top', |
| + | /** |
| + | * If anchored to a single element, the id of that element. |
| + | * @option |
| + | * @example 'exampleId' |
| + | */ |
| + | anchor: '', |
| + | /** |
| + | * If using more than one element as anchor points, the id of the top anchor. |
| + | * @option |
| + | * @example 'exampleId:top' |
| + | */ |
| + | topAnchor: '', |
| + | /** |
| + | * If using more than one element as anchor points, the id of the bottom anchor. |
| + | * @option |
| + | * @example 'exampleId:bottom' |
| + | */ |
| + | btmAnchor: '', |
| + | /** |
| + | * Margin, in `em`'s to apply to the top of the element when it becomes sticky. |
| + | * @option |
| + | * @example 1 |
| + | */ |
| + | marginTop: 1, |
| + | /** |
| + | * Margin, in `em`'s to apply to the bottom of the element when it becomes sticky. |
| + | * @option |
| + | * @example 1 |
| + | */ |
| + | marginBottom: 1, |
| + | /** |
| + | * Breakpoint string that is the minimum screen size an element should become sticky. |
| + | * @option |
| + | * @example 'medium' |
| + | */ |
| + | stickyOn: 'medium', |
| + | /** |
| + | * Class applied to sticky element, and removed on destruction. Foundation defaults to `sticky`. |
| + | * @option |
| + | * @example 'sticky' |
| + | */ |
| + | stickyClass: 'sticky', |
| + | /** |
| + | * Class applied to sticky container. Foundation defaults to `sticky-container`. |
| + | * @option |
| + | * @example 'sticky-container' |
| + | */ |
| + | containerClass: 'sticky-container', |
| + | /** |
| + | * Number of scroll events between the plugin's recalculating sticky points. Setting it to `0` will cause it to recalc every scroll event, setting it to `-1` will prevent recalc on scroll. |
| + | * @option |
| + | * @example 50 |
| + | */ |
| + | checkEvery: -1 |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the sticky element by adding classes, getting/setting dimensions, breakpoints and attributes |
| + | * Also triggered by Foundation._reflow |
| + | * @function |
| + | * @private |
| + | */ |
| + | Sticky.prototype._init = function(){ |
| + | var $parent = this.$element.parent('[data-sticky-container]'), |
| + | id = this.$element[0].id || Foundation.GetYoDigits(6, 'sticky'), |
| + | _this = this; |
| + | |
| + | if(!$parent.length){ |
| + | this.wasWrapped = true; |
| + | } |
| + | this.$container = $parent.length ? $parent : $(this.options.container).wrapInner(this.$element); |
| + | this.$container.addClass(this.options.containerClass); |
| + | |
| + | |
| + | this.$element.addClass(this.options.stickyClass) |
| + | .attr({'data-resize': id}); |
| + | |
| + | this.scrollCount = this.options.checkEvery; |
| + | this.isStuck = false; |
| + | // console.log(this.options.anchor, this.options.topAnchor); |
| + | if(this.options.topAnchor !== ''){ |
| + | this._parsePoints(); |
| + | // console.log(this.points[0]); |
| + | }else{ |
| + | this.$anchor = this.options.anchor ? $('#' + this.options.anchor) : $(document.body); |
| + | } |
| + | |
| + | |
| + | this._setSizes(function(){ |
| + | _this._calc(false); |
| + | }); |
| + | this._events(id.split('-').reverse().join('-')); |
| + | }; |
| + | /** |
| + | * If using multiple elements as anchors, calculates the top and bottom pixel values the sticky thing should stick and unstick on. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Sticky.prototype._parsePoints = function(){ |
| + | var top = this.options.topAnchor, |
| + | btm = this.options.btmAnchor, |
| + | pts = [top, btm], |
| + | breaks = {}; |
| + | for(var i = 0, len = pts.length; i < len && pts[i]; i++){ |
| + | var pt; |
| + | if(typeof pts[i] === 'number'){ |
| + | pt = pts[i]; |
| + | }else{ |
| + | var place = pts[i].split(':'), |
| + | anchor = $('#' + place[0]); |
| + | |
| + | pt = anchor.offset().top; |
| + | if(place[1] && place[1].toLowerCase() === 'bottom'){ |
| + | pt += anchor[0].getBoundingClientRect().height; |
| + | } |
| + | } |
| + | breaks[i] = pt; |
| + | } |
| + | // console.log(breaks); |
| + | this.points = breaks; |
| + | // console.log(this.points); |
| + | return; |
| + | }; |
| + | |
| + | /** |
| + | * Adds event handlers for the scrolling element. |
| + | * @private |
| + | * @param {String} id - psuedo-random id for unique scroll event listener. |
| + | */ |
| + | Sticky.prototype._events = function(id){ |
| + | // console.log('called'); |
| + | var _this = this, |
| + | scrollListener = 'scroll.zf.' + id; |
| + | if(this.isOn){ return; } |
| + | if(this.canStick){ |
| + | this.isOn = true; |
| + | // this.$anchor.off('change.zf.sticky') |
| + | // .on('change.zf.sticky', function(){ |
| + | // _this._setSizes(function(){ |
| + | // _this._calc(false); |
| + | // }); |
| + | // }); |
| + | |
| + | $(window).off(scrollListener) |
| + | .on(scrollListener, function(e){ |
| + | if(_this.scrollCount === 0){ |
| + | _this.scrollCount = _this.options.checkEvery; |
| + | _this._setSizes(function(){ |
| + | _this._calc(false, window.pageYOffset); |
| + | }); |
| + | }else{ |
| + | _this.scrollCount--; |
| + | _this._calc(false, window.pageYOffset); |
| + | } |
| + | }); |
| + | } |
| + | |
| + | this.$element.off('resizeme.zf.trigger') |
| + | .on('resizeme.zf.trigger', function(e, el){ |
| + | _this._setSizes(function(){ |
| + | _this._calc(false); |
| + | if(_this.canStick){ |
| + | if(!_this.isOn){ |
| + | _this._events(id); |
| + | } |
| + | }else if(_this.isOn){ |
| + | _this._pauseListeners(scrollListener); |
| + | } |
| + | }); |
| + | }); |
| + | }; |
| + | |
| + | /** |
| + | * Removes event handlers for scroll and change events on anchor. |
| + | * @fires Sticky#pause |
| + | * @param {String} scrollListener - unique, namespaced scroll listener attached to `window` |
| + | */ |
| + | Sticky.prototype._pauseListeners = function(scrollListener){ |
| + | this.isOn = false; |
| + | // this.$anchor.off('change.zf.sticky'); |
| + | $(window).off(scrollListener); |
| + | |
| + | /** |
| + | * Fires when the plugin is paused due to resize event shrinking the view. |
| + | * @event Sticky#pause |
| + | * @private |
| + | */ |
| + | this.$element.trigger('pause.zf.sticky'); |
| + | }; |
| + | |
| + | /** |
| + | * Called on every `scroll` event and on `_init` |
| + | * fires functions based on booleans and cached values |
| + | * @param {Boolean} checkSizes - true if plugin should recalculate sizes and breakpoints. |
| + | * @param {Number} scroll - current scroll position passed from scroll event cb function. If not passed, defaults to `window.pageYOffset`. |
| + | */ |
| + | Sticky.prototype._calc = function(checkSizes, scroll){ |
| + | if(checkSizes){ this._setSizes(); } |
| + | |
| + | if(!this.canStick){ |
| + | if(this.isStuck){ |
| + | this._removeSticky(true); |
| + | } |
| + | return false; |
| + | } |
| + | |
| + | if(!scroll){ scroll = window.pageYOffset; } |
| + | |
| + | if(scroll >= this.topPoint){ |
| + | if(scroll <= this.bottomPoint){ |
| + | if(!this.isStuck){ |
| + | this._setSticky(); |
| + | } |
| + | }else{ |
| + | if(this.isStuck){ |
| + | this._removeSticky(false); |
| + | } |
| + | } |
| + | }else{ |
| + | if(this.isStuck){ |
| + | this._removeSticky(true); |
| + | } |
| + | } |
| + | }; |
| + | /** |
| + | * Causes the $element to become stuck. |
| + | * Adds `position: fixed;`, and helper classes. |
| + | * @fires Sticky#stuckto |
| + | * @function |
| + | * @private |
| + | */ |
| + | Sticky.prototype._setSticky = function(){ |
| + | var stickTo = this.options.stickTo, |
| + | mrgn = stickTo === 'top' ? 'marginTop' : 'marginBottom', |
| + | notStuckTo = stickTo === 'top' ? 'bottom' : 'top', |
| + | css = {}; |
| + | |
| + | css[mrgn] = this.options[mrgn] + 'em'; |
| + | css[stickTo] = 0; |
| + | css[notStuckTo] = 'auto'; |
| + | css['left'] = this.$container.offset().left + parseInt(window.getComputedStyle(this.$container[0])["padding-left"], 10); |
| + | this.isStuck = true; |
| + | this.$element.removeClass('is-anchored is-at-' + notStuckTo) |
| + | .addClass('is-stuck is-at-' + stickTo) |
| + | .css(css) |
| + | /** |
| + | * Fires when the $element has become `position: fixed;` |
| + | * Namespaced to `top` or `bottom`. |
| + | * @event Sticky#stuckto |
| + | */ |
| + | .trigger('sticky.zf.stuckto:' + stickTo); |
| + | }; |
| + | |
| + | /** |
| + | * Causes the $element to become unstuck. |
| + | * Removes `position: fixed;`, and helper classes. |
| + | * Adds other helper classes. |
| + | * @param {Boolean} isTop - tells the function if the $element should anchor to the top or bottom of its $anchor element. |
| + | * @fires Sticky#unstuckfrom |
| + | * @private |
| + | */ |
| + | Sticky.prototype._removeSticky = function(isTop){ |
| + | var stickTo = this.options.stickTo, |
| + | stickToTop = stickTo === 'top', |
| + | css = {}, mrgn, notStuckTo, |
| + | anchorPt = (this.points ? this.points[1] - this.points[0] : this.anchorHeight) - this.elemHeight; |
| + | mrgn = stickToTop ? 'marginTop' : 'marginBottom'; |
| + | notStuckTo = stickToTop ? 'bottom' : 'top'; |
| + | css[mrgn] = 0; |
| + | if((isTop && !stickToTop) || (stickToTop && !isTop)){ |
| + | css[stickTo] = anchorPt; |
| + | css[notStuckTo] = 0; |
| + | }else{ |
| + | css[stickTo] = 0; |
| + | css[notStuckTo] = anchorPt; |
| + | } |
| + | css['left'] = ''; |
| + | this.isStuck = false; |
| + | this.$element.removeClass('is-stuck is-at-' + stickTo) |
| + | .addClass('is-anchored is-at-' + (isTop ? 'top' : 'bottom')) |
| + | .css(css) |
| + | /** |
| + | * Fires when the $element has become anchored. |
| + | * Namespaced to `top` or `bottom`. |
| + | * @event Sticky#unstuckfrom |
| + | */ |
| + | .trigger('sticky.zf.unstuckfrom:' + isTop ? 'top' : 'bottom'); |
| + | }; |
| + | |
| + | /** |
| + | * Sets the $element and $container sizes for plugin. |
| + | * Calls `_setBreakPoints`. |
| + | * @param {Function} cb - optional callback function to fire on completion of `_setBreakPoints`. |
| + | * @private |
| + | */ |
| + | Sticky.prototype._setSizes = function(cb){ |
| + | this.canStick = Foundation.MediaQuery.atLeast(this.options.stickyOn); |
| + | if(!this.canStick){ cb(); } |
| + | var _this = this, |
| + | newElemWidth = this.$container[0].getBoundingClientRect().width, |
| + | comp = window.getComputedStyle(this.$container[0]), |
| + | pdng = parseInt(comp['padding-right'], 10); |
| + | |
| + | // console.log(this.$anchor); |
| + | if(this.$anchor && this.$anchor.length){ |
| + | this.anchorHeight = this.$anchor[0].getBoundingClientRect().height; |
| + | }else{ |
| + | this._parsePoints(); |
| + | } |
| + | |
| + | this.$element.css({ |
| + | 'max-width': newElemWidth - pdng + 'px' |
| + | }); |
| + | |
| + | var newContainerHeight = this.$element[0].getBoundingClientRect().height || this.containerHeight; |
| + | this.containerHeight = newContainerHeight; |
| + | this.$container.css({ |
| + | height: newContainerHeight |
| + | }); |
| + | this.elemHeight = newContainerHeight; |
| + | |
| + | if (this.isStuck) { |
| + | this.$element.css({"left":this.$container.offset().left + parseInt(comp['padding-left'], 10)}); |
| + | } |
| + | |
| + | this._setBreakPoints(newContainerHeight, function(){ |
| + | if(cb){ cb(); } |
| + | }); |
| + | |
| + | }; |
| + | /** |
| + | * Sets the upper and lower breakpoints for the element to become sticky/unsticky. |
| + | * @param {Number} elemHeight - px value for sticky.$element height, calculated by `_setSizes`. |
| + | * @param {Function} cb - optional callback function to be called on completion. |
| + | * @private |
| + | */ |
| + | Sticky.prototype._setBreakPoints = function(elemHeight, cb){ |
| + | if(!this.canStick){ |
| + | if(cb){ cb(); } |
| + | else{ return false; } |
| + | } |
| + | var mTop = emCalc(this.options.marginTop), |
| + | mBtm = emCalc(this.options.marginBottom), |
| + | topPoint = this.points ? this.points[0] : this.$anchor.offset().top, |
| + | bottomPoint = this.points ? this.points[1] : topPoint + this.anchorHeight, |
| + | // topPoint = this.$anchor.offset().top || this.points[0], |
| + | // bottomPoint = topPoint + this.anchorHeight || this.points[1], |
| + | winHeight = window.innerHeight; |
| + | |
| + | if(this.options.stickTo === 'top'){ |
| + | topPoint -= mTop; |
| + | bottomPoint -= (elemHeight + mTop); |
| + | }else if(this.options.stickTo === 'bottom'){ |
| + | topPoint -= (winHeight - (elemHeight + mBtm)); |
| + | bottomPoint -= (winHeight - mBtm); |
| + | }else{ |
| + | //this would be the stickTo: both option... tricky |
| + | } |
| + | |
| + | this.topPoint = topPoint; |
| + | this.bottomPoint = bottomPoint; |
| + | |
| + | if(cb){ cb(); } |
| + | }; |
| + | |
| + | /** |
| + | * Destroys the current sticky element. |
| + | * Resets the element to the top position first. |
| + | * Removes event listeners, JS-added css properties and classes, and unwraps the $element if the JS added the $container. |
| + | * @function |
| + | */ |
| + | Sticky.prototype.destroy = function(){ |
| + | this._removeSticky(true); |
| + | |
| + | this.$element.removeClass(this.options.stickyClass + ' is-anchored is-at-top') |
| + | .css({ |
| + | height: '', |
| + | top: '', |
| + | bottom: '', |
| + | 'max-width': '' |
| + | }) |
| + | .off('resizeme.zf.trigger'); |
| + | |
| + | this.$anchor.off('change.zf.sticky'); |
| + | $(window).off('scroll.zf.sticky'); |
| + | |
| + | if(this.wasWrapped){ |
| + | this.$element.unwrap(); |
| + | }else{ |
| + | this.$container.removeClass(this.options.containerClass) |
| + | .css({ |
| + | height: '' |
| + | }); |
| + | } |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | /** |
| + | * Helper function to calculate em values |
| + | * @param Number {em} - number of em's to calculate into pixels |
| + | */ |
| + | function emCalc(em){ |
| + | return parseInt(window.getComputedStyle(document.body, null).fontSize, 10) * em; |
| + | } |
| + | Foundation.plugin(Sticky, 'Sticky'); |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * Tabs module. |
| + | * @module foundation.tabs |
| + | * @requires foundation.util.keyboard |
| + | * @requires foundation.util.timerAndImageLoader if tabs contain images |
| + | */ |
| + | !function($, Foundation) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of tabs. |
| + | * @class |
| + | * @fires Tabs#init |
| + | * @param {jQuery} element - jQuery object to make into tabs. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Tabs(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Tabs.defaults, this.$element.data(), options); |
| + | |
| + | this._init(); |
| + | Foundation.registerPlugin(this); |
| + | Foundation.Keyboard.register('Tabs', { |
| + | 'ENTER': 'open', |
| + | 'SPACE': 'open', |
| + | 'ARROW_RIGHT': 'next', |
| + | 'ARROW_UP': 'previous', |
| + | 'ARROW_DOWN': 'next', |
| + | 'ARROW_LEFT': 'previous', |
| + | // 'TAB': 'next', |
| + | // 'SHIFT_TAB': 'previous' |
| + | }); |
| + | } |
| + | |
| + | Tabs.defaults = { |
| + | // /** |
| + | // * Allows the JS to alter the url of the window. Not yet implemented. |
| + | // */ |
| + | // deepLinking: false, |
| + | // /** |
| + | // * If deepLinking is enabled, allows the window to scroll to content if window is loaded with a hash including a tab-pane id |
| + | // */ |
| + | // scrollToContent: false, |
| + | /** |
| + | * Allows the window to scroll to content of active pane on load if set to true. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | autoFocus: false, |
| + | /** |
| + | * Allows keyboard input to 'wrap' around the tab links. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | wrapOnKeys: true, |
| + | /** |
| + | * Allows the tab content panes to match heights if set to true. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | matchHeight: false, |
| + | /** |
| + | * Class applied to `li`'s in tab link list. |
| + | * @option |
| + | * @example 'tabs-title' |
| + | */ |
| + | linkClass: 'tabs-title', |
| + | // contentClass: 'tabs-content', |
| + | /** |
| + | * Class applied to the content containers. |
| + | * @option |
| + | * @example 'tabs-panel' |
| + | */ |
| + | panelClass: 'tabs-panel' |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the tabs by showing and focusing (if autoFocus=true) the preset active tab. |
| + | * @private |
| + | */ |
| + | Tabs.prototype._init = function(){ |
| + | var _this = this; |
| + | |
| + | this.$tabTitles = this.$element.find('.' + this.options.linkClass); |
| + | this.$tabContent = $('[data-tabs-content="' + this.$element[0].id + '"]'); |
| + | |
| + | this.$tabTitles.each(function(){ |
| + | var $elem = $(this), |
| + | $link = $elem.find('a'), |
| + | isActive = $elem.hasClass('is-active'), |
| + | hash = $link.attr('href').slice(1), |
| + | linkId = hash + '-label', |
| + | $tabContent = $(hash); |
| + | |
| + | $elem.attr({'role': 'presentation'}); |
| + | |
| + | $link.attr({ |
| + | 'role': 'tab', |
| + | 'aria-controls': hash, |
| + | 'aria-selected': isActive, |
| + | 'id': linkId |
| + | }); |
| + | |
| + | $tabContent.attr({ |
| + | 'role': 'tabpanel', |
| + | 'aria-hidden': !isActive, |
| + | 'aria-labelledby': linkId |
| + | }); |
| + | |
| + | if(isActive && _this.options.autoFocus){ |
| + | $link.focus(); |
| + | } |
| + | }); |
| + | if(this.options.matchHeight){ |
| + | var $images = this.$tabContent.find('img'); |
| + | if($images.length){ |
| + | Foundation.onImagesLoaded($images, this._setHeight.bind(this)); |
| + | }else{ |
| + | this._setHeight(); |
| + | } |
| + | } |
| + | this._events(); |
| + | }; |
| + | /** |
| + | * Adds event handlers for items within the tabs. |
| + | * @private |
| + | */ |
| + | Tabs.prototype._events = function(){ |
| + | this._addKeyHandler(); |
| + | this._addClickHandler(); |
| + | if(this.options.matchHeight){ |
| + | $(window).on('changed.zf.mediaquery', this._setHeight.bind(this)); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Adds click handlers for items within the tabs. |
| + | * @private |
| + | */ |
| + | Tabs.prototype._addClickHandler = function(){ |
| + | var _this = this; |
| + | this.$tabTitles.off('click.zf.tabs') |
| + | .on('click.zf.tabs', function(e){ |
| + | e.preventDefault(); |
| + | e.stopPropagation(); |
| + | if($(this).hasClass('is-active')){ |
| + | return; |
| + | } |
| + | _this._handleTabChange($(this)); |
| + | }); |
| + | }; |
| + | |
| + | /** |
| + | * Adds keyboard event handlers for items within the tabs. |
| + | * @private |
| + | */ |
| + | Tabs.prototype._addKeyHandler = function(){ |
| + | var _this = this; |
| + | var $firstTab = _this.$element.find('li:first-of-type'); |
| + | var $lastTab = _this.$element.find('li:last-of-type'); |
| + | |
| + | this.$tabTitles.off('keydown.zf.tabs').on('keydown.zf.tabs', function(e){ |
| + | e.stopPropagation(); |
| + | e.preventDefault(); |
| + | |
| + | var $element = $(this), |
| + | $elements = $element.parent('ul').children('li'), |
| + | $prevElement, |
| + | $nextElement; |
| + | |
| + | $elements.each(function(i) { |
| + | if ($(this).is($element)) { |
| + | if (_this.options.wrapOnKeys) { |
| + | $prevElement = i === 0 ? $elements.last() : $elements.eq(i-1); |
| + | $nextElement = i === $elements.length -1 ? $elements.first() : $elements.eq(i+1); |
| + | } else { |
| + | $prevElement = $elements.eq(Math.max(0, i-1)); |
| + | $nextElement = $elements.eq(Math.min(i+1, $elements.length-1)); |
| + | } |
| + | return; |
| + | } |
| + | }); |
| + | |
| + | // handle keyboard event with keyboard util |
| + | Foundation.Keyboard.handleKey(e, _this, { |
| + | open: function() { |
| + | $element.find('[role="tab"]').focus(); |
| + | _this._handleTabChange($element); |
| + | }, |
| + | previous: function() { |
| + | $prevElement.find('[role="tab"]').focus(); |
| + | _this._handleTabChange($prevElement); |
| + | }, |
| + | next: function() { |
| + | $nextElement.find('[role="tab"]').focus(); |
| + | _this._handleTabChange($nextElement); |
| + | } |
| + | }); |
| + | }); |
| + | }; |
| + | |
| + | |
| + | /** |
| + | * Opens the tab `$targetContent` defined by `$target`. |
| + | * @param {jQuery} $target - Tab to open. |
| + | * @fires Tabs#change |
| + | * @function |
| + | */ |
| + | Tabs.prototype._handleTabChange = function($target){ |
| + | var $tabLink = $target.find('[role="tab"]'), |
| + | hash = $tabLink.attr('href'), |
| + | $targetContent = $(hash), |
| + | |
| + | $oldTab = this.$element.find('.' + this.options.linkClass + '.is-active') |
| + | .removeClass('is-active').find('[role="tab"]') |
| + | .attr({'aria-selected': 'false'}).attr('href'); |
| + | |
| + | $($oldTab).removeClass('is-active').attr({'aria-hidden': 'true'}); |
| + | |
| + | $target.addClass('is-active'); |
| + | |
| + | $tabLink.attr({'aria-selected': 'true'}); |
| + | |
| + | $targetContent |
| + | .addClass('is-active') |
| + | .attr({'aria-hidden': 'false'}); |
| + | |
| + | /** |
| + | * Fires when the plugin has successfully changed tabs. |
| + | * @event Tabs#change |
| + | */ |
| + | this.$element.trigger('change.zf.tabs', [$target]); |
| + | // Foundation.reflow(this.$element, 'tabs'); |
| + | }; |
| + | |
| + | /** |
| + | * Public method for selecting a content pane to display. |
| + | * @param {jQuery | String} elem - jQuery object or string of the id of the pane to display. |
| + | * @function |
| + | */ |
| + | Tabs.prototype.selectTab = function(elem){ |
| + | var idStr; |
| + | if(typeof elem === 'object'){ |
| + | idStr = elem[0].id; |
| + | }else{ |
| + | idStr = elem; |
| + | } |
| + | |
| + | if(idStr.indexOf('#') < 0){ |
| + | idStr = '#' + idStr; |
| + | } |
| + | var $target = this.$tabTitles.find('[href="' + idStr + '"]').parent('.' + this.options.linkClass); |
| + | |
| + | this._handleTabChange($target); |
| + | }; |
| + | /** |
| + | * Sets the height of each panel to the height of the tallest panel. |
| + | * If enabled in options, gets called on media query change. |
| + | * If loading content via external source, can be called directly or with _reflow. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Tabs.prototype._setHeight = function(){ |
| + | var max = 0; |
| + | this.$tabContent.find('.' + this.options.panelClass) |
| + | .css('height', '') |
| + | .each(function(){ |
| + | var panel = $(this), |
| + | isActive = panel.hasClass('is-active'); |
| + | |
| + | if(!isActive){ |
| + | panel.css({'visibility': 'hidden', 'display': 'block'}); |
| + | } |
| + | var temp = this.getBoundingClientRect().height; |
| + | |
| + | if(!isActive){ |
| + | panel.css({'visibility': '', 'display': ''}); |
| + | } |
| + | |
| + | max = temp > max ? temp : max; |
| + | }) |
| + | .css('height', max + 'px'); |
| + | }; |
| + | |
| + | /** |
| + | * Destroys an instance of an tabs. |
| + | * @fires Tabs#destroyed |
| + | */ |
| + | Tabs.prototype.destroy = function() { |
| + | this.$element.find('.' + this.options.linkClass) |
| + | .off('.zf.tabs').hide().end() |
| + | .find('.' + this.options.panelClass) |
| + | .hide(); |
| + | if(this.options.matchHeight){ |
| + | $(window).off('changed.zf.mediaquery'); |
| + | } |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Tabs, 'Tabs'); |
| + | |
| + | function checkClass($elem){ |
| + | return $elem.hasClass('is-active'); |
| + | } |
| + | }(jQuery, window.Foundation); |
| + | |
| + | /** |
| + | * Toggler module. |
| + | * @module foundation.toggler |
| + | * @requires foundation.util.motion |
| + | */ |
| + | |
| + | !function(Foundation, $) { |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of Toggler. |
| + | * @class |
| + | * @fires Toggler#init |
| + | * @param {Object} element - jQuery object to add the trigger to. |
| + | * @param {Object} options - Overrides to the default plugin settings. |
| + | */ |
| + | function Toggler(element, options) { |
| + | this.$element = element; |
| + | this.options = $.extend({}, Toggler.defaults, element.data(), options); |
| + | this.className = ''; |
| + | |
| + | this._init(); |
| + | this._events(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | Toggler.defaults = { |
| + | /** |
| + | * Tells the plugin if the element should animated when toggled. |
| + | * @option |
| + | * @example false |
| + | */ |
| + | animate: false |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the Toggler plugin by parsing the toggle class from data-toggler, or animation classes from data-animate. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Toggler.prototype._init = function() { |
| + | var input; |
| + | // Parse animation classes if they were set |
| + | if (this.options.animate) { |
| + | input = this.options.animate.split(' '); |
| + | |
| + | this.animationIn = input[0]; |
| + | this.animationOut = input[1] || null; |
| + | } |
| + | // Otherwise, parse toggle class |
| + | else { |
| + | input = this.$element.data('toggler'); |
| + | |
| + | // Allow for a . at the beginning of the string |
| + | if (input[0] === '.') { |
| + | this.className = input.slice(1); |
| + | } |
| + | else { |
| + | this.className = input; |
| + | } |
| + | } |
| + | |
| + | // Add ARIA attributes to triggers |
| + | var id = this.$element[0].id; |
| + | $('[data-open="'+id+'"], [data-close="'+id+'"], [data-toggle="'+id+'"]') |
| + | .attr('aria-controls', id); |
| + | |
| + | // If the target is hidden, add aria-hidden |
| + | if (this.$element.is(':hidden')) { |
| + | this.$element.attr('aria-expanded', 'false'); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Initializes events for the toggle trigger. |
| + | * @function |
| + | * @private |
| + | */ |
| + | Toggler.prototype._events = function() { |
| + | var _this = this; |
| + | |
| + | this.$element.on('toggle.zf.trigger', function() { |
| + | _this.toggle(); |
| + | return false; |
| + | }); |
| + | }; |
| + | |
| + | /** |
| + | * Toggles the target class on the target element. An event is fired from the original trigger depending on if the resultant state was "on" or "off". |
| + | * @function |
| + | * @fires Toggler#on |
| + | * @fires Toggler#off |
| + | */ |
| + | Toggler.prototype.toggle = function() { |
| + | if (!this.options.animate) { |
| + | this._toggleClass(); |
| + | } |
| + | else { |
| + | this._toggleAnimate(); |
| + | } |
| + | }; |
| + | |
| + | Toggler.prototype._toggleClass = function() { |
| + | var _this = this; |
| + | this.$element.toggleClass(this.className); |
| + | |
| + | if (this.$element.hasClass(this.className)) { |
| + | /** |
| + | * Fires if the target element has the class after a toggle. |
| + | * @event Toggler#on |
| + | */ |
| + | this.$element.trigger('on.zf.toggler'); |
| + | } |
| + | else { |
| + | /** |
| + | * Fires if the target element does not have the class after a toggle. |
| + | * @event Toggler#off |
| + | */ |
| + | this.$element.trigger('off.zf.toggler'); |
| + | } |
| + | |
| + | _this._updateARIA(); |
| + | }; |
| + | |
| + | Toggler.prototype._toggleAnimate = function() { |
| + | var _this = this; |
| + | |
| + | if (this.$element.is(':hidden')) { |
| + | Foundation.Motion.animateIn(this.$element, this.animationIn, function() { |
| + | this.trigger('on.zf.toggler'); |
| + | _this._updateARIA(); |
| + | }); |
| + | } |
| + | else { |
| + | Foundation.Motion.animateOut(this.$element, this.animationOut, function() { |
| + | this.trigger('off.zf.toggler'); |
| + | _this._updateARIA(); |
| + | }); |
| + | } |
| + | }; |
| + | |
| + | Toggler.prototype._updateARIA = function() { |
| + | if (this.$element.is(':hidden')) { |
| + | this.$element.attr('aria-expanded', 'false'); |
| + | } |
| + | else { |
| + | this.$element.attr('aria-expanded', 'true'); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * Destroys the instance of Toggler on the element. |
| + | * @function |
| + | */ |
| + | Toggler.prototype.destroy= function() { |
| + | this.$element.off('.zf.toggler'); |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | |
| + | Foundation.plugin(Toggler, 'Toggler'); |
| + | |
| + | // Exports for AMD/Browserify |
| + | if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') |
| + | module.exports = Toggler; |
| + | if (typeof define === 'function') |
| + | define(['foundation'], function() { |
| + | return Toggler; |
| + | }); |
| + | |
| + | }(Foundation, jQuery); |
| + | |
| + | /** |
| + | * Tooltip module. |
| + | * @module foundation.tooltip |
| + | * @requires foundation.util.box |
| + | * @requires foundation.util.triggers |
| + | */ |
| + | !function($, document, Foundation){ |
| + | 'use strict'; |
| + | |
| + | /** |
| + | * Creates a new instance of a Tooltip. |
| + | * @class |
| + | * @fires Tooltip#init |
| + | * @param {jQuery} element - jQuery object to attach a tooltip to. |
| + | * @param {Object} options - object to extend the default configuration. |
| + | */ |
| + | function Tooltip(element, options){ |
| + | this.$element = element; |
| + | this.options = $.extend({}, Tooltip.defaults, this.$element.data(), options); |
| + | |
| + | this.isActive = false; |
| + | this.isClick = false; |
| + | this._init(); |
| + | |
| + | Foundation.registerPlugin(this); |
| + | } |
| + | |
| + | Tooltip.defaults = { |
| + | disableForTouch: false, |
| + | /** |
| + | * Time, in ms, before a tooltip should open on hover. |
| + | * @option |
| + | * @example 200 |
| + | */ |
| + | hoverDelay: 200, |
| + | /** |
| + | * Time, in ms, a tooltip should take to fade into view. |
| + | * @option |
| + | * @example 150 |
| + | */ |
| + | fadeInDuration: 150, |
| + | /** |
| + | * Time, in ms, a tooltip should take to fade out of view. |
| + | * @option |
| + | * @example 150 |
| + | */ |
| + | fadeOutDuration: 150, |
| + | /** |
| + | * Disables hover events from opening the tooltip if set to true |
| + | * @option |
| + | * @example false |
| + | */ |
| + | disableHover: false, |
| + | /** |
| + | * Optional addtional classes to apply to the tooltip template on init. |
| + | * @option |
| + | * @example 'my-cool-tip-class' |
| + | */ |
| + | templateClasses: '', |
| + | /** |
| + | * Non-optional class added to tooltip templates. Foundation default is 'tooltip'. |
| + | * @option |
| + | * @example 'tooltip' |
| + | */ |
| + | tooltipClass: 'tooltip', |
| + | /** |
| + | * Class applied to the tooltip anchor element. |
| + | * @option |
| + | * @example 'has-tip' |
| + | */ |
| + | triggerClass: 'has-tip', |
| + | /** |
| + | * Minimum breakpoint size at which to open the tooltip. |
| + | * @option |
| + | * @example 'small' |
| + | */ |
| + | showOn: 'small', |
| + | /** |
| + | * Custom template to be used to generate markup for tooltip. |
| + | * @option |
| + | * @example '<div class="tooltip"></div>' |
| + | */ |
| + | template: '', |
| + | /** |
| + | * Text displayed in the tooltip template on open. |
| + | * @option |
| + | * @example 'Some cool space fact here.' |
| + | */ |
| + | tipText: '', |
| + | touchCloseText: 'Tap to close.', |
| + | /** |
| + | * Allows the tooltip to remain open if triggered with a click or touch event. |
| + | * @option |
| + | * @example true |
| + | */ |
| + | clickOpen: true, |
| + | /** |
| + | * Additional positioning classes, set by the JS |
| + | * @option |
| + | * @example 'top' |
| + | */ |
| + | positionClass: '', |
| + | /** |
| + | * Distance, in pixels, the template should push away from the anchor on the Y axis. |
| + | * @option |
| + | * @example 10 |
| + | */ |
| + | vOffset: 10, |
| + | /** |
| + | * Distance, in pixels, the template should push away from the anchor on the X axis, if aligned to a side. |
| + | * @option |
| + | * @example 12 |
| + | */ |
| + | hOffset: 12 |
| + | }; |
| + | |
| + | /** |
| + | * Initializes the tooltip by setting the creating the tip element, adding it's text, setting private variables and setting attributes on the anchor. |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._init = function(){ |
| + | var elemId = this.$element.attr('aria-describedby') || Foundation.GetYoDigits(6, 'tooltip'); |
| + | |
| + | this.options.positionClass = this._getPositionClass(this.$element); |
| + | this.options.tipText = this.options.tipText || this.$element.attr('title'); |
| + | this.template = this.options.template ? $(this.options.template) : this._buildTemplate(elemId); |
| + | |
| + | this.template.appendTo(document.body) |
| + | .text(this.options.tipText) |
| + | .hide(); |
| + | |
| + | this.$element.attr({ |
| + | 'title': '', |
| + | 'aria-describedby': elemId, |
| + | 'data-yeti-box': elemId, |
| + | 'data-toggle': elemId, |
| + | 'data-resize': elemId |
| + | }).addClass(this.triggerClass); |
| + | |
| + | //helper variables to track movement on collisions |
| + | this.usedPositions = []; |
| + | this.counter = 4; |
| + | this.classChanged = false; |
| + | |
| + | this._events(); |
| + | }; |
| + | |
| + | /** |
| + | * Grabs the current positioning class, if present, and returns the value or an empty string. |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._getPositionClass = function(element){ |
| + | if(!element){ return ''; } |
| + | // var position = element.attr('class').match(/top|left|right/g); |
| + | var position = element[0].className.match(/(top|left|right)/g); |
| + | position = position ? position[0] : ''; |
| + | return position; |
| + | }; |
| + | /** |
| + | * builds the tooltip element, adds attributes, and returns the template. |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._buildTemplate = function(id){ |
| + | var templateClasses = (this.options.tooltipClass + ' ' + this.options.positionClass).trim(); |
| + | var $template = $('<div></div>').addClass(templateClasses).attr({ |
| + | 'role': 'tooltip', |
| + | 'aria-hidden': true, |
| + | 'data-is-active': false, |
| + | 'data-is-focus': false, |
| + | 'id': id |
| + | }); |
| + | return $template; |
| + | }; |
| + | |
| + | /** |
| + | * Function that gets called if a collision event is detected. |
| + | * @param {String} position - positioning class to try |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._reposition = function(position){ |
| + | this.usedPositions.push(position ? position : 'bottom'); |
| + | |
| + | //default, try switching to opposite side |
| + | if(!position && (this.usedPositions.indexOf('top') < 0)){ |
| + | this.template.addClass('top'); |
| + | }else if(position === 'top' && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.template.removeClass(position); |
| + | }else if(position === 'left' && (this.usedPositions.indexOf('right') < 0)){ |
| + | this.template.removeClass(position) |
| + | .addClass('right'); |
| + | }else if(position === 'right' && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.template.removeClass(position) |
| + | .addClass('left'); |
| + | } |
| + | |
| + | //if default change didn't work, try bottom or left first |
| + | else if(!position && (this.usedPositions.indexOf('top') > -1) && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.template.addClass('left'); |
| + | }else if(position === 'top' && (this.usedPositions.indexOf('bottom') > -1) && (this.usedPositions.indexOf('left') < 0)){ |
| + | this.template.removeClass(position) |
| + | .addClass('left'); |
| + | }else if(position === 'left' && (this.usedPositions.indexOf('right') > -1) && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.template.removeClass(position); |
| + | }else if(position === 'right' && (this.usedPositions.indexOf('left') > -1) && (this.usedPositions.indexOf('bottom') < 0)){ |
| + | this.template.removeClass(position); |
| + | } |
| + | //if nothing cleared, set to bottom |
| + | else{ |
| + | this.template.removeClass(position); |
| + | } |
| + | this.classChanged = true; |
| + | this.counter--; |
| + | |
| + | }; |
| + | |
| + | /** |
| + | * sets the position class of an element and recursively calls itself until there are no more possible positions to attempt, or the tooltip element is no longer colliding. |
| + | * if the tooltip is larger than the screen width, default to full width - any user selected margin |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._setPosition = function(){ |
| + | var position = this._getPositionClass(this.template), |
| + | $tipDims = Foundation.Box.GetDimensions(this.template), |
| + | $anchorDims = Foundation.Box.GetDimensions(this.$element), |
| + | direction = (position === 'left' ? 'left' : ((position === 'right') ? 'left' : 'top')), |
| + | param = (direction === 'top') ? 'height' : 'width', |
| + | offset = (param === 'height') ? this.options.vOffset : this.options.hOffset, |
| + | _this = this; |
| + | |
| + | if(($tipDims.width >= $tipDims.windowDims.width) || (!this.counter && !Foundation.Box.ImNotTouchingYou(this.template))){ |
| + | this.template.offset(Foundation.Box.GetOffsets(this.template, this.$element, 'center bottom', this.options.vOffset, this.options.hOffset, true)).css({ |
| + | // this.$element.offset(Foundation.GetOffsets(this.template, this.$element, 'center bottom', this.options.vOffset, this.options.hOffset, true)).css({ |
| + | 'width': $anchorDims.windowDims.width - (this.options.hOffset * 2), |
| + | 'height': 'auto' |
| + | }); |
| + | return false; |
| + | } |
| + | |
| + | this.template.offset(Foundation.Box.GetOffsets(this.template, this.$element,'center ' + (position || 'bottom'), this.options.vOffset, this.options.hOffset)); |
| + | |
| + | while(!Foundation.Box.ImNotTouchingYou(this.template) && this.counter){ |
| + | this._reposition(position); |
| + | this._setPosition(); |
| + | } |
| + | }; |
| + | |
| + | /** |
| + | * reveals the tooltip, and fires an event to close any other open tooltips on the page |
| + | * @fires Closeme#tooltip |
| + | * @fires Tooltip#show |
| + | * @function |
| + | */ |
| + | Tooltip.prototype.show = function(){ |
| + | if(this.options.showOn !== 'all' && !Foundation.MediaQuery.atLeast(this.options.showOn)){ |
| + | // console.error('The screen is too small to display this tooltip'); |
| + | return false; |
| + | } |
| + | |
| + | var _this = this; |
| + | this.template.css('visibility', 'hidden').show(); |
| + | this._setPosition(); |
| + | |
| + | /** |
| + | * Fires to close all other open tooltips on the page |
| + | * @event Closeme#tooltip |
| + | */ |
| + | this.$element.trigger('closeme.zf.tooltip', this.template.attr('id')); |
| + | |
| + | |
| + | this.template.attr({ |
| + | 'data-is-active': true, |
| + | 'aria-hidden': false |
| + | }); |
| + | _this.isActive = true; |
| + | // console.log(this.template); |
| + | this.template.stop().hide().css('visibility', '').fadeIn(this.options.fadeInDuration, function(){ |
| + | //maybe do stuff? |
| + | }); |
| + | /** |
| + | * Fires when the tooltip is shown |
| + | * @event Tooltip#show |
| + | */ |
| + | this.$element.trigger('show.zf.tooltip'); |
| + | }; |
| + | |
| + | /** |
| + | * Hides the current tooltip, and resets the positioning class if it was changed due to collision |
| + | * @fires Tooltip#hide |
| + | * @function |
| + | */ |
| + | Tooltip.prototype.hide = function(){ |
| + | // console.log('hiding', this.$element.data('yeti-box')); |
| + | var _this = this; |
| + | this.template.stop().attr({ |
| + | 'aria-hidden': true, |
| + | 'data-is-active': false |
| + | }).fadeOut(this.options.fadeOutDuration, function(){ |
| + | _this.isActive = false; |
| + | _this.isClick = false; |
| + | if(_this.classChanged){ |
| + | _this.template |
| + | .removeClass(_this._getPositionClass(_this.template)) |
| + | .addClass(_this.options.positionClass); |
| + | |
| + | _this.usedPositions = []; |
| + | _this.counter = 4; |
| + | _this.classChanged = false; |
| + | } |
| + | }); |
| + | /** |
| + | * fires when the tooltip is hidden |
| + | * @event Tooltip#hide |
| + | */ |
| + | this.$element.trigger('hide.zf.tooltip'); |
| + | }; |
| + | |
| + | /** |
| + | * adds event listeners for the tooltip and its anchor |
| + | * TODO combine some of the listeners like focus and mouseenter, etc. |
| + | * @private |
| + | */ |
| + | Tooltip.prototype._events = function(){ |
| + | var _this = this; |
| + | var $template = this.template; |
| + | var isFocus = false; |
| + | |
| + | if(!this.options.disableHover){ |
| + | |
| + | this.$element |
| + | .on('mouseenter.zf.tooltip', function(e){ |
| + | if(!_this.isActive){ |
| + | _this.timeout = setTimeout(function(){ |
| + | _this.show(); |
| + | }, _this.options.hoverDelay); |
| + | } |
| + | }) |
| + | .on('mouseleave.zf.tooltip', function(e){ |
| + | clearTimeout(_this.timeout); |
| + | if(!isFocus || (!_this.isClick && _this.options.clickOpen)){ |
| + | _this.hide(); |
| + | } |
| + | }); |
| + | } |
| + | if(this.options.clickOpen){ |
| + | this.$element.on('mousedown.zf.tooltip', function(e){ |
| + | e.stopImmediatePropagation(); |
| + | if(_this.isClick){ |
| + | _this.hide(); |
| + | // _this.isClick = false; |
| + | }else{ |
| + | _this.isClick = true; |
| + | if((_this.options.disableHover || !_this.$element.attr('tabindex')) && !_this.isActive){ |
| + | _this.show(); |
| + | } |
| + | } |
| + | }); |
| + | } |
| + | |
| + | if(!this.options.disableForTouch){ |
| + | this.$element |
| + | .on('tap.zf.tooltip touchend.zf.tooltip', function(e){ |
| + | _this.isActive ? _this.hide() : _this.show(); |
| + | }); |
| + | } |
| + | |
| + | this.$element.on({ |
| + | // 'toggle.zf.trigger': this.toggle.bind(this), |
| + | // 'close.zf.trigger': this.hide.bind(this) |
| + | 'close.zf.trigger': this.hide.bind(this) |
| + | }); |
| + | |
| + | this.$element |
| + | .on('focus.zf.tooltip', function(e){ |
| + | isFocus = true; |
| + | console.log(_this.isClick); |
| + | if(_this.isClick){ |
| + | return false; |
| + | }else{ |
| + | // $(window) |
| + | _this.show(); |
| + | } |
| + | }) |
| + | |
| + | .on('focusout.zf.tooltip', function(e){ |
| + | isFocus = false; |
| + | _this.isClick = false; |
| + | _this.hide(); |
| + | }) |
| + | |
| + | .on('resizeme.zf.trigger', function(){ |
| + | if(_this.isActive){ |
| + | _this._setPosition(); |
| + | } |
| + | }); |
| + | }; |
| + | /** |
| + | * adds a toggle method, in addition to the static show() & hide() functions |
| + | * @function |
| + | */ |
| + | Tooltip.prototype.toggle = function(){ |
| + | if(this.isActive){ |
| + | this.hide(); |
| + | }else{ |
| + | this.show(); |
| + | } |
| + | }; |
| + | /** |
| + | * Destroys an instance of tooltip, removes template element from the view. |
| + | * @function |
| + | */ |
| + | Tooltip.prototype.destroy = function(){ |
| + | this.$element.attr('title', this.template.text()) |
| + | .off('.zf.trigger .zf.tootip') |
| + | // .removeClass('has-tip') |
| + | .removeAttr('aria-describedby') |
| + | .removeAttr('data-yeti-box') |
| + | .removeAttr('data-toggle') |
| + | .removeAttr('data-resize'); |
| + | |
| + | this.template.remove(); |
| + | |
| + | Foundation.unregisterPlugin(this); |
| + | }; |
| + | /** |
| + | * TODO utilize resize event trigger |
| + | */ |
| + | |
| + | Foundation.plugin(Tooltip, 'Tooltip'); |
| + | }(jQuery, window.document, window.Foundation); |
public/javascripts/vendor/foundation.min.js
+3
-0
| @@ | @@ -0,0 +1,3 @@ |
| + | !function(t){"use strict";function e(t){if(void 0===Function.prototype.name){var e=/function\s([^(]{1,})\(/,i=e.exec(t.toString());return i&&i.length>1?i[1].trim():""}return void 0===t.prototype?t.constructor.name:t.prototype.constructor.name}function i(t){return t.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}var n="6.0.3",s={version:n,_plugins:{},_uuids:[],_activePlugins:{},rtl:function(){return"rtl"===t("html").attr("dir")},plugin:function(t,n){var s=n||e(t),o=i(s);this._plugins[o]=this[s]=t},registerPlugin:function(t){var i=e(t.constructor).toLowerCase();t.uuid=this.GetYoDigits(6,i),t.$element.attr("data-"+i,t.uuid).trigger("init.zf."+i),this._activePlugins[t.uuid]=t},unregisterPlugin:function(t){var i=e(t.constructor).toLowerCase();delete this._activePlugins[t.uuid],t.$element.removeAttr("data-"+i).trigger("destroyed.zf."+i)},_reflow:function(t){var e=Object.keys(this._activePlugins),i=this;if(t){if("string"==typeof t){var n=t.split("-")[1];n?this._activePlugins[t]._init():(n=new RegExp(t,"i"),e.filter(function(t){return n.test(t)}).forEach(function(t){i._activePlugins[t]._init()}))}}else e.forEach(function(t){i._activePlugins[t]._init()})},GetYoDigits:function(t,e){return t=t||6,Math.round(Math.pow(36,t+1)-Math.random()*Math.pow(36,t)).toString(36).slice(1)+(e?"-"+e:"")},reflow:function(e,i){"undefined"==typeof i?i=Object.keys(this._plugins):"string"==typeof i&&(i=[i]);var n=this;t.each(i,function(i,s){var o=n._plugins[s],a=t(e).find("[data-"+s+"]").addBack("*");a.each(function(){return t(this).attr("zf-plugin")?void console.warn("Tried to initialize "+s+" on an element that already has a Foundation plugin."):void t(this).data("zf-plugin",new o(t(this)))})})},getFnName:e,transitionend:function(t){var e,i={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend"},n=document.createElement("div");for(var s in i)"undefined"!=typeof n.style[s]&&(e=i[s]);return e?e:(e=setTimeout(function(){t.triggerHandler("transitionend",[t])},1),"transitionend")}};s.util={throttle:function(t,e){var i=null;return function(){var n=this,s=arguments;null===i&&(i=setTimeout(function(){t.apply(n,s),i=null},e))}}};var o=function(i){var n=typeof i,o=t("meta.foundation-mq"),a=t(".no-js");if(o.length||t('<meta class="foundation-mq">').appendTo(document.head),a.length&&a.removeClass("no-js"),"undefined"===n)s.MediaQuery._init(),s.reflow(this);else{if("string"!==n)throw new TypeError("We're sorry, '"+n+"' is not a valid parameter. You must use a string representing the method you wish to invoke.");var r=Array.prototype.slice.call(arguments,1),l=this.data("zfPlugin");if(void 0===l||void 0===l[i])throw new ReferenceError("We're sorry, '"+i+"' is not an available method for "+(l?e(l):"this element")+".");1===this.length?l[i].apply(l,r):this.each(function(e,n){l[i].apply(t(n).data("zfPlugin"),r)})}return this};window.Foundation=s,t.fn.foundation=o,function(){Date.now&&window.Date.now||(window.Date.now=Date.now=function(){return(new Date).getTime()});for(var t=["webkit","moz"],e=0;e<t.length&&!window.requestAnimationFrame;++e){var i=t[e];window.requestAnimationFrame=window[i+"RequestAnimationFrame"],window.cancelAnimationFrame=window[i+"CancelAnimationFrame"]||window[i+"CancelRequestAnimationFrame"]}if(/iP(ad|hone|od).*OS 6/.test(window.navigator.userAgent)||!window.requestAnimationFrame||!window.cancelAnimationFrame){var n=0;window.requestAnimationFrame=function(t){var e=Date.now(),i=Math.max(n+16,e);return setTimeout(function(){t(n=i)},i-e)},window.cancelAnimationFrame=clearTimeout}window.performance&&window.performance.now||(window.performance={start:Date.now(),now:function(){return Date.now()-this.start}})}(),Function.prototype.bind||(Function.prototype.bind=function(t){if("function"!=typeof this)throw new TypeError("Function.prototype.bind - what is trying to be bound is not callable");var e=Array.prototype.slice.call(arguments,1),i=this,n=function(){},s=function(){return i.apply(this instanceof n?this:t,e.concat(Array.prototype.slice.call(arguments)))};return this.prototype&&(n.prototype=this.prototype),s.prototype=new n,s})}(jQuery),!function(t,e){var i=function(t,e,i,s){var o,a,r,l,d=n(t);if(e){var h=n(e);a=d.offset.top+d.height<=h.height+h.offset.top,o=d.offset.top>=h.offset.top,r=d.offset.left>=h.offset.left,l=d.offset.left+d.width<=h.width}else a=d.offset.top+d.height<=d.windowDims.height+d.windowDims.offset.top,o=d.offset.top>=d.windowDims.offset.top,r=d.offset.left>=d.windowDims.offset.left,l=d.offset.left+d.width<=d.windowDims.width;var u=[a,o,r,l];return i?r===l==!0:s?o===a==!0:-1===u.indexOf(!1)},n=function(t,i){if(t=t.length?t[0]:t,t===e||t===document)throw new Error("I'm sorry, Dave. I'm afraid I can't do that.");var n=t.getBoundingClientRect(),s=t.parentNode.getBoundingClientRect(),o=document.body.getBoundingClientRect(),a=e.pageYOffset,r=e.pageXOffset;return{width:n.width,height:n.height,offset:{top:n.top+a,left:n.left+r},parentDims:{width:s.width,height:s.height,offset:{top:s.top+a,left:s.left+r}},windowDims:{width:o.width,height:o.height,offset:{top:a,left:r}}}},s=function(t,e,i,s,o,a){var r=n(t),l=e?n(e):null;switch(i){case"top":return{left:l.offset.left,top:l.offset.top-(r.height+s)};case"left":return{left:l.offset.left-(r.width+o),top:l.offset.top};case"right":return{left:l.offset.left+l.width+o,top:l.offset.top};case"center top":return{left:l.offset.left+l.width/2-r.width/2,top:l.offset.top-(r.height+s)};case"center bottom":return{left:a?o:l.offset.left+l.width/2-r.width/2,top:l.offset.top+l.height+s};case"center left":return{left:l.offset.left-(r.width+o),top:l.offset.top+l.height/2-r.height/2};case"center right":return{left:l.offset.left+l.width+o+1,top:l.offset.top+l.height/2-r.height/2};case"center":return{left:r.windowDims.offset.left+r.windowDims.width/2-r.width/2,top:r.windowDims.offset.top+r.windowDims.height/2-r.height/2};case"reveal":return{left:(r.windowDims.width-r.width)/2,top:r.windowDims.offset.top+s};case"reveal full":return{left:r.windowDims.offset.left,top:r.windowDims.offset.top};default:return{left:l.offset.left,top:l.offset.top+l.height+s}}};t.Box={ImNotTouchingYou:i,GetDimensions:n,GetOffsets:s}}(window.Foundation,window),!function(t,e){"use strict";e.Keyboard={};var i={9:"TAB",13:"ENTER",27:"ESCAPE",32:"SPACE",37:"ARROW_LEFT",38:"ARROW_UP",39:"ARROW_RIGHT",40:"ARROW_DOWN"},n=function(t){var e={};for(var i in t)e[t[i]]=t[i];return e}(i);e.Keyboard.keys=n;var s=function(t){var e=i[t.which||t.keyCode]||String.fromCharCode(t.which).toUpperCase();return t.shiftKey&&(e="SHIFT_"+e),t.ctrlKey&&(e="CTRL_"+e),t.altKey&&(e="ALT_"+e),e};e.Keyboard.parseKey=s;var o={},a=function(i,n,a){var r,l,d,h=o[e.getFnName(n)],u=s(i);return h?(r="undefined"==typeof h.ltr?h:e.rtl()?t.extend({},h.ltr,h.rtl):t.extend({},h.rtl,h.ltr),l=r[u],d=a[l],void(d&&"function"==typeof d?(d.apply(n),(a.handled||"function"==typeof a.handled)&&a.handled.apply(n)):(a.unhandled||"function"==typeof a.unhandled)&&a.unhandled.apply(n))):console.warn("Component not defined!")};e.Keyboard.handleKey=a;var r=function(e){return e.find("a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]").filter(function(){return!t(this).is(":visible")||t(this).attr("tabindex")<0?!1:!0})};e.Keyboard.findFocusable=r;var l=function(t,e){o[t]=e};e.Keyboard.register=l}(jQuery,window.Foundation),!function(t,e){function i(t){var e={};return"string"!=typeof t?e:(t=t.trim().slice(1,-1))?e=t.split("&").reduce(function(t,e){var i=e.replace(/\+/g," ").split("="),n=i[0],s=i[1];return n=decodeURIComponent(n),s=void 0===s?null:decodeURIComponent(s),t.hasOwnProperty(n)?Array.isArray(t[n])?t[n].push(s):t[n]=[t[n],s]:t[n]=s,t},{}):e}var n={queries:[],current:"",atLeast:function(t){var e=this.get(t);return e?window.matchMedia(e).matches:!1},get:function(t){for(var e in this.queries){var i=this.queries[e];if(t===i.name)return i.value}return null},_init:function(){var e,n=this,s=t(".foundation-mq").css("font-family");e=i(s);for(var o in e)n.queries.push({name:o,value:"only screen and (min-width: "+e[o]+")"});this.current=this._getCurrentSize(),this._watcher()},_getCurrentSize:function(){var t;for(var e in this.queries){var i=this.queries[e];window.matchMedia(i.value).matches&&(t=i)}return"object"==typeof t?t.name:t},_watcher:function(){var e=this;t(window).on("resize.zf.mediaquery",function(){var i=e._getCurrentSize();i!==e.current&&(t(window).trigger("changed.zf.mediaquery",[i,e.current]),e.current=i)})}};e.MediaQuery=n,window.matchMedia||(window.matchMedia=function(){"use strict";var t=window.styleMedia||window.media;if(!t){var e=document.createElement("style"),i=document.getElementsByTagName("script")[0],n=null;e.type="text/css",e.id="matchmediajs-test",i.parentNode.insertBefore(e,i),n="getComputedStyle"in window&&window.getComputedStyle(e,null)||e.currentStyle,t={matchMedium:function(t){var i="@media "+t+"{ #matchmediajs-test { width: 1px; } }";return e.styleSheet?e.styleSheet.cssText=i:e.textContent=i,"1px"===n.width}}}return function(e){return{matches:t.matchMedium(e||"all"),media:e||"all"}}}())}(jQuery,Foundation),!function(t,e){function i(i,o,a,r){function l(){i||o.hide(),d(),r&&r.apply(o)}function d(){o[0].style.transitionDuration=0,o.removeClass(h+" "+u+" "+a)}if(o=t(o).eq(0),o.length){var h=i?n[0]:n[1],u=i?s[0]:s[1];d(),o.addClass(a).css("transition","none"),requestAnimationFrame(function(){o.addClass(h),i&&o.show()}),requestAnimationFrame(function(){o[0].offsetWidth,o.css("transition",""),o.addClass(u)}),o.one(e.transitionend(o),l)}}var n=["mui-enter","mui-leave"],s=["mui-enter-active","mui-leave-active"],o={animateIn:function(t,e,n){i(!0,t,e,n)},animateOut:function(t,e,n){i(!1,t,e,n)}},a=function(t,e,i){function n(r){a||(a=window.performance.now()),o=r-a,i.apply(e),t>o?s=window.requestAnimationFrame(n,e):(window.cancelAnimationFrame(s),e.trigger("finished.zf.animate",[e]).triggerHandler("finished.zf.animate",[e]))}var s,o,a=null;s=window.requestAnimationFrame(n)};e.Move=a,e.Motion=o}(jQuery,Foundation),!function(t,e){"use strict";e.Nest={Feather:function(e,i){e.attr("role","menubar"),i=i||"zf";var n=e.find("li").attr({role:"menuitem"}),s="is-"+i+"-submenu",o=s+"-item",a="is-"+i+"-submenu-parent";n.each(function(){var e=t(this),i=e.children("ul");i.length&&(e.addClass("has-submenu "+a),i.addClass("submenu "+s).attr("data-submenu","")),e.parent("[data-submenu]").length&&e.addClass("is-submenu-item "+o)})},Burn:function(t,e){var i=(t.find("li").removeAttr("tabindex"),"is-"+e+"-submenu"),n=i+"-item",s="is-"+e+"-submenu-parent";t.find("*").removeClass(i+" "+n+" "+s+" has-submenu is-submenu-item submenu is-active").removeAttr("data-submenu").css("display","")}}}(jQuery,window.Foundation),!function(t,e){"use strict";var i=function(t,e,i){var n,s,o=this,a=e.duration,r=Object.keys(t.data())[0]||"timer",l=-1;this.restart=function(){l=-1,clearTimeout(s),this.start()},this.start=function(){clearTimeout(s),l=0>=l?a:l,t.data("paused",!1),n=Date.now(),s=setTimeout(function(){e.infinite&&o.restart(),i()},l),t.trigger("timerstart.zf."+r)},this.pause=function(){clearTimeout(s),t.data("paused",!0);var e=Date.now();l-=e-n,t.trigger("timerpaused.zf."+r)}},n=function(e,i){var n=e.length;0===n&&i();var s=function(){n--,0===n&&i()};e.each(function(){this.complete?s():"undefined"!=typeof this.naturalWidth&&this.naturalWidth>0?s():t(this).one("load",function(){s()})})};e.Timer=i,e.onImagesLoaded=n}(jQuery,window.Foundation),function(t){function e(){this.removeEventListener("touchmove",i),this.removeEventListener("touchend",e),d=!1}function i(i){if(t.spotSwipe.preventDefault&&i.preventDefault(),d){var n,s=i.touches[0].pageX,h=i.touches[0].pageY,u=o-s,c=a-h;l=(new Date).getTime()-r,Math.abs(u)>=t.spotSwipe.moveThreshold&&l<=t.spotSwipe.timeThreshold?n=u>0?"left":"right":Math.abs(c)>=t.spotSwipe.moveThreshold&&l<=t.spotSwipe.timeThreshold&&(n=c>0?"down":"up"),n&&(e.call(this),t(this).trigger("swipe",n).trigger("swipe"+n))}}function n(t){1==t.touches.length&&(o=t.touches[0].pageX,a=t.touches[0].pageY,d=!0,r=(new Date).getTime(),this.addEventListener("touchmove",i,!1),this.addEventListener("touchend",e,!1))}function s(){this.addEventListener&&this.addEventListener("touchstart",n,!1)}t.spotSwipe={version:"1.0.0",enabled:"ontouchstart"in document.documentElement,preventDefault:!0,moveThreshold:75,timeThreshold:200};var o,a,r,l,d=!1;t.event.special.swipe={setup:s},t.each(["left","up","down","right"],function(){t.event.special["swipe"+this]={setup:function(){t(this).on("swipe",t.noop)}}})}(jQuery),!function(t){t.fn.addTouch=function(){this.each(function(i,n){t(n).bind("touchstart touchmove touchend touchcancel",function(){e(event)})});var e=function(t){var e=t.changedTouches,i=e[0],n={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup"},s=n[t.type],o=document.createEvent("MouseEvent");o.initMouseEvent(s,!0,!0,window,1,i.screenX,i.screenY,i.clientX,i.clientY,!1,!1,!1,!1,0,null),i.target.dispatchEvent(o)}}}(jQuery),!function(t,e){"use strict";e(document).on("click.zf.trigger","[data-open]",function(){var t=e(this).data("open");e("#"+t).triggerHandler("open.zf.trigger",[e(this)])}),e(document).on("click.zf.trigger","[data-close]",function(){var t=e(this).data("close");t?e("#"+t).triggerHandler("close.zf.trigger",[e(this)]):e(this).trigger("close.zf.trigger")}),e(document).on("click.zf.trigger","[data-toggle]",function(){var t=e(this).data("toggle");e("#"+t).triggerHandler("toggle.zf.trigger",[e(this)])}),e(document).on("close.zf.trigger","[data-closable]",function(){var i=e(this).data("closable")||"fade-out";t.Motion?t.Motion.animateOut(e(this),i,function(){e(this).trigger("closed.zf")}):e(this).fadeOut().trigger("closed.zf")});var i=function(){for(var t=["WebKit","Moz","O","Ms",""],e=0;e<t.length;e++)if(t[e]+"MutationObserver"in window)return window[t[e]+"MutationObserver"];return!1}(),n=function(){r(),o(),a(),s()};e(window).load(function(){n()});var s=function(t){var i=e("[data-yeti-box]"),n=["dropdown","tooltip","reveal"];if(t&&("string"==typeof t?n.push(t):"object"==typeof t&&"string"==typeof t[0]?n.concat(t):console.error("Plugin names must be strings")),i.length){var s=n.map(function(t){return"closeme.zf."+t}).join(" ");e(window).off(s).on(s,function(t,i){var n=t.namespace.split(".")[0],s=e("[data-"+n+"]").not('[data-yeti-box="'+i+'"]');s.each(function(){var t=e(this);t.triggerHandler("close.zf.trigger",[t])})})}},o=function(t){var n,s=e("[data-resize]");s.length&&e(window).off("resize.zf.trigger").on("resize.zf.trigger",function(o){n&&clearTimeout(n),n=setTimeout(function(){i||s.each(function(){e(this).triggerHandler("resizeme.zf.trigger")}),s.attr("data-events","resize")},t||10)})},a=function(t){var n,s=e("[data-scroll]");s.length&&e(window).off("scroll.zf.trigger").on("scroll.zf.trigger",function(o){n&&clearTimeout(n),n=setTimeout(function(){i||s.each(function(){e(this).triggerHandler("scrollme.zf.trigger")}),s.attr("data-events","scroll")},t||10)})},r=function(){if(!i)return!1;var t=document.querySelectorAll("[data-resize], [data-scroll], [data-mutate]"),n=function(t){var i=e(t[0].target);switch(i.attr("data-events")){case"resize":i.triggerHandler("resizeme.zf.trigger",[i]);break;case"scroll":i.triggerHandler("scrollme.zf.trigger",[i,window.pageYOffset]);break;default:return!1}};if(t.length)for(var s=0;s<=t.length-1;s++){var o=new i(n);o.observe(t[s],{attributes:!0,childList:!1,characterData:!1,subtree:!1,attributeFilter:["data-events"]})}};t.IHearYou=n}(window.Foundation,window.jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,this.$element.data(),s),this.$window=e(window),this.name="Abide",this.attr="data-abide",this._init(),this._events(),t.registerPlugin(this)}i.defaults={validateOn:"fieldChange",labelErrorClass:"is-invalid-label",inputErrorClass:"is-invalid-input",formErrorSelector:".form-error",formErrorClass:"is-visible",patterns:{alpha:/^[a-zA-Z]+$/,alpha_numeric:/^[a-zA-Z0-9]+$/,integer:/^[-+]?\d+$/,number:/^[-+]?\d*(?:[\.\,]\d+)?$/,card:/^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$/,cvv:/^([0-9]){3,4}$/,email:/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+$/,url:/^(https?|ftp|file|ssh):\/\/(((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-zA-Z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-zA-Z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/,domain:/^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,8}$/,datetime:/^([0-2][0-9]{3})\-([0-1][0-9])\-([0-3][0-9])T([0-5][0-9])\:([0-5][0-9])\:([0-5][0-9])(Z|([\-\+]([0-1][0-9])\:00))$/,date:/(?:19|20)[0-9]{2}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-9])|(?:(?!02)(?:0[1-9]|1[0-2])-(?:30))|(?:(?:0[13578]|1[02])-31))$/,time:/^(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9]){2}$/,dateISO:/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/,month_day_year:/^(0[1-9]|1[012])[- \/.](0[1-9]|[12][0-9]|3[01])[- \/.]\d{4}$/,day_month_year:/^(0[1-9]|[12][0-9]|3[01])[- \/.](0[1-9]|1[012])[- \/.]\d{4}$/,color:/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/},validators:{equalTo:function(t,e,i){var n=document.getElementById(t.getAttribute(this.add_namespace("data-equalto"))).value,s=t.value,o=n===s;return o}}},i.prototype._init=function(){},i.prototype._events=function(){var t=this;this.$element.off(".abide").on("reset.fndtn.abide",function(i){t.resetForm(e(this))}).on("submit.fndtn.abide",function(e){e.preventDefault(),t.validateForm(t.$element)}).find("input, textarea, select").off(".abide").on("blur.fndtn.abide change.fndtn.abide",function(i){"fieldChange"===t.options.validateOn&&t.validateInput(e(i.target),t.$element)}).on("keydown.fndtn.abide",function(t){})},i.prototype._reflow=function(){},i.prototype.requiredCheck=function(t){switch(t[0].type){case"text":return t.attr("required")&&!t.val()?!1:!0;case"checkbox":return t.attr("required")&&!t.is(":checked")?!1:!0;case"radio":return t.attr("required")&&!t.is(":checked")?!1:!0;default:return!t.attr("required")||t.val()&&t.val().length&&!t.is(":empty")?!0:!1}},i.prototype.findLabel=function(t){return t.next("label").length?t.next("label"):t.closest("label")},i.prototype.addErrorClasses=function(t){var e=this,i=e.findLabel(t),n=t.next(e.options.formErrorSelector)||t.find(e.options.formErrorSelector);i&&i.addClass(e.options.labelErrorClass),n&&n.addClass(e.options.formErrorClass),t.addClass(e.options.inputErrorClass)},i.prototype.removeErrorClasses=function(t){var e=this,i=e.findLabel(t),n=t.next(e.options.formErrorSelector)||t.find(e.options.formErrorSelector);i&&i.hasClass(e.options.labelErrorClass)&&i.removeClass(e.options.labelErrorClass),n&&n.hasClass(e.options.formErrorClass)&&n.removeClass(e.options.formErrorClass),t.hasClass(e.options.inputErrorClass)&&t.removeClass(e.options.inputErrorClass)},i.prototype.validateInput=function(t,i){var n,s,o=this;i.find('input[type="text"]'),i.find('input[type="checkbox"]');"text"===t[0].type?o.requiredCheck(t)&&o.validateText(t)?(o.removeErrorClasses(t),t.trigger("valid.fndtn.abide",t[0])):(o.addErrorClasses(t),t.trigger("invalid.fndtn.abide",t[0])):"radio"===t[0].type?(s=t.attr("name"),n=t.siblings("label"),o.validateRadio(s)?(e(n).each(function(){e(this).hasClass(o.options.labelErrorClass)&&e(this).removeClass(o.options.labelErrorClass)}),t.trigger("valid.fndtn.abide",t[0])):(e(n).each(function(){e(this).addClass(o.options.labelErrorClass)}),t.trigger("invalid.fndtn.abide",t[0]))):"checkbox"===t[0].type?o.requiredCheck(t)?(o.removeErrorClasses(t),t.trigger("valid.fndtn.abide",t[0])):(o.addErrorClasses(t),t.trigger("invalid.fndtn.abide",t[0])):o.requiredCheck(t)&&o.validateText(t)?(o.removeErrorClasses(t),t.trigger("valid.fndtn.abide",t[0])):(o.addErrorClasses(t),t.trigger("invalid.fndtn.abide",t[0]))},i.prototype.validateForm=function(t){for(var i=this,n=t.find("input"),s=t.find("input").length,o=0;s>o;)i.validateInput(e(n[o]),t),o++;t.find(".form-error.is-visible").length||t.find(".is-invalid-label").length?t.find("[data-abide-error]").css("display","block"):t.find("[data-abide-error]").css("display","none")},i.prototype.validateText=function(t){var i=this.options.patterns,n=e(t).val(),s=e(t).attr("pattern");return 0===n.length?!0:n.match(i[s])?!0:!1},i.prototype.validateRadio=function(t){var i=this,n=(e(':radio[name="'+t+'"]').siblings("label"),0);return e(':radio[name="'+t+'"]').each(function(){i.requiredCheck(e(this))||n++,e(this).is(":checked")&&(n=0)}),n>0?!1:!0},i.prototype.matchValidation=function(t,e){},i.prototype.resetForm=function(t){var i=this,n="data-invalid";e("["+i.invalidAttr+"]",t).removeAttr(n),e("."+i.options.labelErrorClass,t).not("small").removeClass(i.options.labelErrorClass),e("."+i.options.inputErrorClass,t).not("small").removeClass(i.options.inputErrorClass),e(".form-error.is-visible").removeClass("is-visible"),t.find("[data-abide-error]").css("display","none"),e(":input",t).not(":button, :submit, :reset, :hidden, [data-abide-ignore]").val("").removeAttr(n)},i.prototype.destroy=function(){},t.plugin(i,"Abide"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this),e.Keyboard.register("Accordion",{ENTER:"toggle",SPACE:"toggle",ARROW_DOWN:"next",ARROW_UP:"previous"})}i.defaults={slideSpeed:250,multiExpand:!1,allowAllClosed:!1},i.prototype._init=function(){this.$element.attr("role","tablist"),this.$tabs=this.$element.children("li"),this.$tabs.each(function(i,n){var s=t(n),o=s.find("[data-tab-content]"),a=o[0].id||e.GetYoDigits(6,"accordion"),r=n.id||a+"-label";s.find("a:first").attr({"aria-controls":a,role:"tab",id:r,"aria-expanded":!1,"aria-selected":!1}),o.attr({role:"tabpanel","aria-labelledby":r,"aria-hidden":!0,id:a})});var i=this.$element.find(".is-active").children("[data-tab-content]");i.length&&this.down(i,!0),this._events()},i.prototype._events=function(){var i=this;this.$tabs.each(function(){var n=t(this),s=n.children("[data-tab-content]");s.length&&n.children("a").off("click.zf.accordion keydown.zf.accordion").on("click.zf.accordion",function(t){t.preventDefault(),n.hasClass("is-active")?(i.options.allowAllClosed||n.siblings().hasClass("is-active"))&&i.up(s):i.down(s)}).on("keydown.zf.accordion",function(t){e.Keyboard.handleKey(t,i,{toggle:function(){i.toggle(s)},next:function(){n.next().find("a").focus().trigger("click.zf.accordion")},previous:function(){n.prev().find("a").focus().trigger("click.zf.accordion")},handled:function(){t.preventDefault(),t.stopPropagation()}})})})},i.prototype.toggle=function(t){if(t.parent().hasClass("is-active")){if(!this.options.allowAllClosed&&!t.parent().siblings().hasClass("is-active"))return;this.up(t)}else this.down(t)},i.prototype.down=function(i,n){var s=this;if(!this.options.multiExpand&&!n){var o=this.$element.find(".is-active").children("[data-tab-content]");o.length&&this.up(o)}i.attr("aria-hidden",!1).parent("[data-tab-content]").addBack().parent().addClass("is-active"),e.Move(s.options.slideSpeed,i,function(){i.slideDown(s.options.slideSpeed)}),n||e._reflow(this.$element.attr("data-accordion")),t("#"+i.attr("aria-labelledby")).attr({"aria-expanded":!0,"aria-selected":!0}),this.$element.trigger("down.zf.accordion",[i])},i.prototype.up=function(i){var n=i.parent().siblings(),s=this,o=this.options.multiExpand?n.hasClass("is-active"):i.parent().hasClass("is-active");(this.options.allowAllClosed||o)&&(e.Move(this.options.slideSpeed,i,function(){i.slideUp(s.options.slideSpeed)}),i.attr("aria-hidden",!0).parent().removeClass("is-active"),t("#"+i.attr("aria-labelledby")).attr({"aria-expanded":!1,"aria-selected":!1}),this.$element.trigger("up.zf.accordion",[i]))},i.prototype.destroy=function(){this.$element.find("[data-tab-content]").slideUp(0).css("display",""),this.$element.find("a").off(".zf.accordion"),e.unregisterPlugin(this)},e.plugin(i,"Accordion")}(jQuery,window.Foundation),!function(t){"use strict";function e(i,n){this.$element=i,this.options=t.extend({},e.defaults,this.$element.data(),n),Foundation.Nest.Feather(this.$element,"accordion"),this._init(),Foundation.registerPlugin(this),Foundation.Keyboard.register("AccordionMenu",{ENTER:"toggle",SPACE:"toggle",ARROW_RIGHT:"open",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"close",ESCAPE:"closeAll",TAB:"down",SHIFT_TAB:"up"})}e.defaults={slideSpeed:250,multiOpen:!0},e.prototype._init=function(){this.$element.find("[data-submenu]").not(".is-active").slideUp(0),this.$element.attr({role:"tablist","aria-multiselectable":this.options.multiOpen}),this.$menuLinks=this.$element.find(".has-submenu"),this.$menuLinks.each(function(){var e=this.id||Foundation.GetYoDigits(6,"acc-menu-link"),i=t(this),n=i.children("[data-submenu]"),s=n[0].id||Foundation.GetYoDigits(6,"acc-menu"),o=n.hasClass("is-active");i.attr({"aria-controls":s,"aria-expanded":o,"aria-selected":!1,role:"tab",id:e}),n.attr({"aria-labelledby":e,"aria-hidden":!o,role:"tabpanel",id:s})});var e=this.$element.find(".is-active");if(e.length){var i=this;e.each(function(){i.down(t(this))})}this._events()},e.prototype._events=function(){var e=this;this.$element.find("li").each(function(){var i=t(this).children("[data-submenu]");i.length&&t(this).children("a").off("click.zf.accordionmenu").on("click.zf.accordionmenu",function(t){t.preventDefault(),e.toggle(i)})}).on("keydown.zf.accordionmenu",function(i){var n,s,o=t(this),a=o.parent("ul").children("li"),r=o.children("[data-submenu]");a.each(function(e){return t(this).is(o)?(n=a.eq(Math.max(0,e-1)),s=a.eq(Math.min(e+1,a.length-1)),t(this).children("[data-submenu]:visible").length&&(s=o.find("li:first-child")),t(this).is(":first-child")?n=o.parents("li").first():n.children("[data-submenu]:visible").length&&(n=n.find("li:last-child")),void(t(this).is(":last-child")&&(s=o.parents("li").first().next("li")))):void 0}),Foundation.Keyboard.handleKey(i,e,{open:function(){r.is(":hidden")&&(e.down(r),r.find("li").first().focus())},close:function(){r.length&&!r.is(":hidden")?e.up(r):o.parent("[data-submenu]").length&&(e.up(o.parent("[data-submenu]")),o.parents("li").first().focus())},up:function(){n.focus()},down:function(){s.focus()},toggle:function(){o.children("[data-submenu]").length&&e.toggle(o.children("[data-submenu]"))},closeAll:function(){e.hideAll()},handled:function(){i.preventDefault(),i.stopImmediatePropagation()}})})},e.prototype.hideAll=function(){this.$element.find("[data-submenu]").slideUp(this.options.slideSpeed)},e.prototype.toggle=function(t){t.is(":hidden")?this.down(t):this.up(t)},e.prototype.down=function(t){var e=this;console.log(t),this.options.multiOpen||this.up(this.$element.find(".is-active").not(t.parentsUntil(this.$element))),t.addClass("is-active").attr({"aria-hidden":!1}).parent(".has-submenu").attr({"aria-expanded":!0,"aria-selected":!0}),Foundation.Move(this.options.slideSpeed,t,function(){t.slideDown(e.options.slideSpeed)}),this.$element.trigger("down.zf.accordionMenu",[t])},e.prototype.up=function(t){var e=this;Foundation.Move(this.options.slideSpeed,t,function(){t.slideUp(e.options.slideSpeed)}),t.attr("aria-hidden",!0).find("[data-submenu]").slideUp(0).attr("aria-hidden",!0).end().parent(".has-submenu").attr({"aria-expanded":!1,"aria-selected":!1}),this.$element.trigger("up.zf.accordionMenu",[t])},e.prototype.destroy=function(){this.$element.find("[data-submenu]").slideDown(0).css("display",""),this.$element.find("a").off("click.zf.accordionMenu"),Foundation.Nest.Burn(this.$element,"accordion"),Foundation.unregisterPlugin(this)},Foundation.plugin(e,"AccordionMenu")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),e.Nest.Feather(this.$element,"drilldown"),this._init(),e.registerPlugin(this),e.Keyboard.register("Drilldown",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"previous",ESCAPE:"close",TAB:"down",SHIFT_TAB:"up"})}i.defaults={backButton:'<li class="js-drilldown-back" tabindex="0"><a>Back</a></li>',wrapper:"<div></div>",closeOnClick:!1},i.prototype._init=function(){this.$submenuAnchors=this.$element.find("li.has-submenu"),this.$submenus=this.$submenuAnchors.children("[data-submenu]").addClass("is-drilldown-sub"),this.$menuItems=this.$element.find("li").not(".js-drilldown-back").attr("role","menuitem"),this._prepareMenu(),this._keyboardEvents()},i.prototype._prepareMenu=function(){var e=this;this.$submenuAnchors.each(function(){var i=t(this);i.find("a")[0].removeAttribute("href"),i.children("[data-submenu]").attr({"aria-hidden":!0,tabindex:0,role:"menu"}),e._events(i)}),this.$submenus.each(function(){var i=t(this),n=i.find(".js-drilldown-back");n.length||(i.prepend(e.options.backButton),e._back(i))}),this.$element.parent().hasClass("is-drilldown")||(this.$wrapper=t(this.options.wrapper).addClass("is-drilldown").css(this._getMaxDims()),this.$element.wrap(this.$wrapper))},i.prototype._events=function(e){var i=this;e.off("click.zf.drilldown").on("click.zf.drilldown",function(n){if(n.stopImmediatePropagation(),n.preventDefault(),n.target!==n.currentTarget.firstElementChild)return!1;if(i._show(e),i.options.closeOnClick){var s=t("body").not(i.$wrapper);s.off(".zf.drilldown").on("click.zf.drilldown",function(t){t.preventDefault(),i._hideAll(),s.off(".zf.drilldown")})}})},i.prototype._keyboardEvents=function(){var i=this;this.$menuItems.add(this.$element.find(".js-drilldown-back")).on("keydown.zf.drilldown",function(n){var s,o,a=t(this),r=a.parent("ul").children("li");r.each(function(e){return t(this).is(a)?(s=r.eq(Math.max(0,e-1)),void(o=r.eq(Math.min(e+1,r.length-1)))):void 0}),e.Keyboard.handleKey(n,i,{next:function(){a.is(i.$submenuAnchors)&&(i._show(a),a.on(e.transitionend(a),function(){a.find("ul li").filter(i.$menuItems).first().focus()}))},previous:function(){i._hide(a.parent("ul")),a.parent("ul").on(e.transitionend(a),function(){setTimeout(function(){a.parent("ul").parent("li").focus()},1)})},up:function(){s.focus()},down:function(){o.focus()},close:function(){i._back()},open:function(){a.is(i.$menuItems)?a.is(i.$submenuAnchors)&&(i._show(a),setTimeout(function(){a.find("ul li").filter(i.$menuItems).first().focus()},1)):(i._hide(a.parent("ul")),setTimeout(function(){a.parent("ul").parent("li").focus()},1))},handled:function(){n.preventDefault(),n.stopImmediatePropagation()}})})},i.prototype._hideAll=function(){var t=this.$element.find(".is-drilldown-sub.is-active").addClass("is-closing");t.one(e.transitionend(t),function(e){t.removeClass("is-active is-closing")}),this.$element.trigger("closed.zf.drilldown")},i.prototype._back=function(t){ |
| + | var e=this;t.off("click.zf.drilldown"),t.children(".js-drilldown-back").on("click.zf.drilldown",function(i){i.stopImmediatePropagation(),e._hide(t)})},i.prototype._menuLinkEvents=function(){var t=this;this.$menuItems.not(".has-submenu").off("click.zf.drilldown").on("click.zf.drilldown",function(e){setTimeout(function(){t._hideAll()},0)})},i.prototype._show=function(t){t.children("[data-submenu]").addClass("is-active"),this.$element.trigger("open.zf.drilldown",[t])},i.prototype._hide=function(t){t.addClass("is-closing").one(e.transitionend(t),function(){t.removeClass("is-active is-closing")}),t.trigger("hide.zf.drilldown",[t])},i.prototype._getMaxDims=function(){var e=0,i={};return this.$submenus.add(this.$element).each(function(){var i=t(this).children("li").length;e=i>e?i:e}),i.height=e*this.$menuItems[0].getBoundingClientRect().height+"px",i.width=this.$element[0].getBoundingClientRect().width+"px",i},i.prototype.destroy=function(){this._hideAll(),e.Nest.Burn(this.$element,"drilldown"),this.$element.unwrap().find(".js-drilldown-back").remove().end().find(".is-active, .is-closing, .is-drilldown-sub").removeClass("is-active is-closing is-drilldown-sub").end().find("[data-submenu]").removeAttr("aria-hidden tabindex role").off(".zf.drilldown").end().off("zf.drilldown"),e.unregisterPlugin(this)},e.plugin(i,"Drilldown")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this),e.Keyboard.register("Dropdown",{ENTER:"open",SPACE:"open",ESCAPE:"close",TAB:"tab_forward",SHIFT_TAB:"tab_backward"})}i.defaults={hoverDelay:250,hover:!1,vOffset:1,hOffset:1,positionClass:"",trapFocus:!1},i.prototype._init=function(){var i=this.$element.attr("id");this.$anchor=t('[data-toggle="'+i+'"]')||t('[data-open="'+i+'"]'),this.$anchor.attr({"aria-controls":i,"data-is-focus":!1,"data-yeti-box":i,"aria-haspopup":!0,"aria-expanded":!1}),this.options.positionClass=this.getPositionClass(),this.counter=4,this.usedPositions=[],this.$element.attr({"aria-hidden":"true","data-yeti-box":i,"data-resize":i,"aria-labelledby":this.$anchor[0].id||e.GetYoDigits(6,"dd-anchor")}),this._events()},i.prototype.getPositionClass=function(){var t=this.$element[0].className.match(/(top|left|right)/g);return t=t?t[0]:""},i.prototype._reposition=function(t){this.usedPositions.push(t?t:"bottom"),!t&&this.usedPositions.indexOf("top")<0?this.$element.addClass("top"):"top"===t&&this.usedPositions.indexOf("bottom")<0?this.$element.removeClass(t):"left"===t&&this.usedPositions.indexOf("right")<0?this.$element.removeClass(t).addClass("right"):"right"===t&&this.usedPositions.indexOf("left")<0?this.$element.removeClass(t).addClass("left"):!t&&this.usedPositions.indexOf("top")>-1&&this.usedPositions.indexOf("left")<0?this.$element.addClass("left"):"top"===t&&this.usedPositions.indexOf("bottom")>-1&&this.usedPositions.indexOf("left")<0?this.$element.removeClass(t).addClass("left"):"left"===t&&this.usedPositions.indexOf("right")>-1&&this.usedPositions.indexOf("bottom")<0?this.$element.removeClass(t):"right"===t&&this.usedPositions.indexOf("left")>-1&&this.usedPositions.indexOf("bottom")<0?this.$element.removeClass(t):this.$element.removeClass(t),this.classChanged=!0,this.counter--},i.prototype._setPosition=function(){if("false"===this.$anchor.attr("aria-expanded"))return!1;var t=this.getPositionClass(),i=e.Box.GetDimensions(this.$element),n=(e.Box.GetDimensions(this.$anchor),"left"===t?"left":"right"===t?"left":"top"),s="top"===n?"height":"width";"height"===s?this.options.vOffset:this.options.hOffset;if(i.width>=i.windowDims.width||!this.counter&&!e.Box.ImNotTouchingYou(this.$element))return this.$element.offset(e.Box.GetOffsets(this.$element,this.$anchor,"center bottom",this.options.vOffset,this.options.hOffset,!0)).css({width:i.windowDims.width-2*this.options.hOffset,height:"auto"}),this.classChanged=!0,!1;for(this.$element.offset(e.Box.GetOffsets(this.$element,this.$anchor,t,this.options.vOffset,this.options.hOffset));!e.Box.ImNotTouchingYou(this.$element)&&this.counter;)this._reposition(t),this._setPosition()},i.prototype._events=function(){var t=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":this._setPosition.bind(this)}),this.options.hover&&this.$anchor.off("mouseenter.zf.dropdown mouseleave.zf.dropdown").on("mouseenter.zf.dropdown",function(){console.log("hover"),clearTimeout(t.timeout),t.timeOut=setTimeout(function(){t.open(),t.$anchor.data("hover",!0)},t.options.hoverDelay)}).on("mouseleave.zf.dropdown",function(){clearTimeout(t.timeout),t.timeOut=setTimeout(function(){t.close(),t.$anchor.data("hover",!1)},t.options.hoverDelay)}),this.$anchor.add(this.$element).on("keydown.zf.dropdown",function(i){var n=e.Keyboard.findFocusable(t.$element);e.Keyboard.handleKey(i,t,{tab_forward:function(){this.$element.find(":focus").is(n.eq(-1))&&(this.options.trapFocus?(n.eq(0).focus(),i.preventDefault()):this.close())},tab_backward:function(){(this.$element.find(":focus").is(n.eq(0))||this.$element.is(":focus"))&&(this.options.trapFocus?(n.eq(-1).focus(),i.preventDefault()):this.close())},open:function(){t.open(),t.$element.attr("tabindex",-1).focus()},close:function(){t.close(),t.$anchor.focus()}})})},i.prototype.open=function(){this.$element.trigger("closeme.zf.dropdown",this.$element.attr("id")),this.$anchor.addClass("hover").attr({"aria-expanded":!0}),this._setPosition(),this.$element.addClass("is-open").attr({"aria-hidden":!1}),this.$element.trigger("show.zf.dropdown",[this.$element])},i.prototype.close=function(){if(!this.$element.hasClass("is-open"))return!1;if(this.$element.removeClass("is-open").attr({"aria-hidden":!0}),this.$anchor.removeClass("hover").attr("aria-expanded",!1),this.classChanged){var t=this.getPositionClass();t&&this.$element.removeClass(t),this.$element.addClass(this.options.positionClass).css({height:"",width:""}),this.classChanged=!1,this.counter=4,this.usedPositions.length=0}this.$element.trigger("hide.zf.dropdown",[this.$element])},i.prototype.toggle=function(){if(this.$element.hasClass("is-open")){if(this.$anchor.data("hover"))return;this.close()}else this.open()},i.prototype.destroy=function(){this.$element.off(".zf.trigger").hide(),this.$anchor.off(".zf.dropdown"),e.unregisterPlugin(this)},e.plugin(i,"Dropdown")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,this.$element.data(),s),t.Nest.Feather(this.$element,"dropdown"),this._init(),t.registerPlugin(this),t.Keyboard.register("DropdownMenu",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"up",ARROW_DOWN:"down",ARROW_LEFT:"previous",ESCAPE:"close"})}i.defaults={clickOpen:!0,closeOnClick:!1,disableHover:!1,autoclose:!0,hoverDelay:150,closingTime:500,alignment:"left",verticalClass:"vertical",rightClass:"align-right"},i.prototype._init=function(){this.$element.hasClass(this.options.verticalClass)&&(this.vertical=!0),this._prepareMenu()},i.prototype._prepareMenu=function(){var t=this;this.$tabs=this.$element.children("li.has-submenu"),this.$tabs.children("[data-submenu]").addClass("first-sub"),this.$submenus=this.$element.find("li.has-submenu"),this.$menuItems=this.$element.find("li").attr({role:"menuitem",tabindex:0}),this.$menuItems.children("a").attr("tabindex",-1),this.$element.hasClass(this.options.rightClass)?(this.options.alignment="right",this.$submenus.addClass("is-left-arrow opens-left")):this.$submenus.addClass("is-right-arrow opens-right"),this.vertical||this.$tabs.removeClass("is-right-arrow is-left-arrow opens-left opens-right").addClass("is-down-arrow"),this.$tabs.each(function(){var t=e(this);t.attr({role:"menuitem",tabindex:0,"aria-label":t.children("a:first-child").text()}).children("a").attr("tabindex",-1),t.children("[data-submenu]")&&t.attr("aria-haspopup",!0)}),this.$submenus.each(function(){var i=e(this);i.children("[data-submenu]").attr({"aria-hidden":!0,tabindex:-1,role:"menu"}).addClass("vertical"),t._events(i)})},i.prototype._events=function(i){var n=this,s=void 0!==window.ontouchstart;(this.options.clickOpen||s)&&i.off("click.zf.dropdownmenu").on("click.zf.dropdownmenu",function(t){if(e(this).hasClass("is-dropdown-submenu-parent")){var o=i.data("isClick");s&&o||(t.preventDefault(),t.stopPropagation(),o?n._hide(i):(n._hideOthers(i),n._show(i),i.data("isClick",!0).parentsUntil("[data-dropdown-menu]",".is-dropdown-submenu-parent").data("isClick",!0),n.options.closeOnClick&&n._addBodyHandler()))}}),this.options.disableHover||(this.$menuItems.on("mouseenter.zf.dropdownmenu",function(t){var i=e(this);i.hasClass("is-active")||n._hideOthers(i)}),i.off("mouseenter.zf.dropdownmenu").on("mouseenter.zf.dropdownmenu",function(t){clearTimeout(i.closeTimer),i.hasClass("is-active")||(i.openTimer=setTimeout(function(){n._show(i)},n.options.hoverDelay))}).on("mouseleave.zf.dropdownmenu",function(t){!i.data("isClick")&&n.options.autoclose&&(clearTimeout(i.openTimer),i.closeTimer=setTimeout(function(){n._hide(i)},n.options.closingTime))})),this.$menuItems.on("keydown.zf.dropdownmenu",function(i){var s,o,a=e(this),r=n.$element.children("li"),l=a.is(r),d=l?r:a.parents("li").first().add(a.parent("ul").children("li"));d.each(function(t){return e(this).is(a)?(s=d.eq(t-1),void(o=d.eq(t+1))):void 0});var h=function(){a.is(":last-child")||o.focus()},u=function(){s.focus()},c=function(){a.has("ul").length&&(n._show(a),a.find("li").first().focus())},f=function(){a.parents("li").first().focus(),n._hide(a.parents("li").first())},p={open:c,close:function(){n._hideAll(),n.$menuItems.first().focus()},handled:function(){i.preventDefault(),i.stopImmediatePropagation()}};l?n.vertical?"left"===n.options.alignment?e.extend(p,{down:h,up:u,next:c,previous:f}):e.extend(p,{down:h,up:u,next:f,previous:c}):e.extend(p,{next:h,previous:u,down:c,up:f}):"left"===n.options.alignment?e.extend(p,{next:c,previous:f,down:h,up:u}):e.extend(p,{next:f,previous:c,down:h,up:u}),t.Keyboard.handleKey(i,n,p)})},i.prototype._toggle=function(t){t.hasClass("is-active")?this._hide(t):this._show(t)},i.prototype._addBodyHandler=function(){var t=e("body"),i=this;t.not(i.$element).on("click.zf.dropdownmenu tap.zf.dropdownmenu touchend.zf.dropdownmenu",function(e){i._hideAll(),t.off("click.zf.dropdownmenu tap.zf.dropdownmenu touchend.zf.dropdownmenu")})},i.prototype._show=function(e){this._hideOthers(e),e.focus();var i=e.children("[data-submenu]:first-of-type");e.addClass("is-active"),i.css("visibility","hidden").addClass("js-dropdown-active").attr("aria-hidden",!1);var n=t.Box.ImNotTouchingYou(i,null,!0);n||("left"===this.options.alignment?e.removeClass("opens-left").addClass("opens-right"):e.removeClass("opens-right").addClass("opens-left"),this.changed=!0,n=t.Box.ImNotTouchingYou(i,null,!0),n||(e.removeClass("opens-left opens-right").addClass("opens-inner"),this.changed=!0)),i.css("visibility",""),this.$element.trigger("show.zf.dropdownmenu",[e])},i.prototype._hide=function(t){this._hideSome(t)},i.prototype._hideSome=function(t){t.length&&(t.removeClass("is-active opens-inner").data("isClick",!1).find(".is-active").removeClass("is-active").data("isClick",!1).end().find(".js-dropdown-active").removeClass("js-dropdown-active").attr("aria-hidden",!0),t.parent(".has-submenu").removeClass("is-active"),this.changed&&("left"===this.options.alignment?t.find(".opens-left").removeClass("opens-left").addClass("opens-right"):t.find(".opens-right").removeClass("opens-right").addClass("opens-left")),this.$element.trigger("hide.zf.dropdownmenu"))},i.prototype._hideOthers=function(t){this._hideSome(t.siblings(".has-submenu.is-active"))},i.prototype._hideAll=function(){this._hideSome(this.$element)},i.prototype.destroy=function(){this._hideAll(),this.$element.removeData("zf-plugin").find("li").removeClass("js-dropdown-nohover is-right-arrow is-left-arrow opens-left opens-inner opens-right").add("a").off(".zf.dropdownmenu").end().find("ul").removeClass("first-sub"),t.Nest.Burn(this.$element,"dropdown"),t.unregisterPlugin(this)},t.plugin(i,"DropdownMenu")}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,this.$element.data(),s),this.$window=e(window),this.name="equalizer",this.attr="data-equalizer",this._init(),this._events(),t.registerPlugin(this)}i.defaults={equalizeOnStack:!0,throttleInterval:50},i.prototype._init=function(){this._reflow()},i.prototype._events=function(){var e=this;this.$window.off(".equalizer").on("resize.fndtn.equalizer",t.util.throttle(function(){e._reflow()},e.options.throttleInterval))},i.prototype._killswitch=function(){},i.prototype._reflow=function(){var i=this;e("["+this.attr+"]").each(function(){var n=e(this),s=[],o=n.find("img");o.length?t.onImagesLoaded(o,function(){s=i.getHeights(n),i.applyHeight(n,s)}):(s=i.getHeights(n),i.applyHeight(n,s))})},i.prototype.getHeights=function(t){var i,n=t.data("equalizer"),s=n?t.find("["+this.attr+'-watch="'+n+'"]:visible'):t.find("["+this.attr+"-watch]:visible");return s.height("inherit"),i=s.map(function(){return e(this).outerHeight(!1)}).get(),console.log(i),i},i.prototype.applyHeight=function(t,i){var n=t.data("equalizer"),s=n?t.find("["+this.attr+'-watch="'+n+'"]:visible'):t.find("["+this.attr+"-watch]:visible"),o=Math.max.apply(null,i);t.trigger("preEqualized.zf.Equalizer");for(var a=0;a<s.length;a++)e(s[a]).css("height",o);t.trigger("postEqualized.zf.Equalizer")},i.prototype.destroy=function(){},t.plugin(i,"Equalizer"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,s),this.rules=[],this.currentPath="",this._init(),this._events(),t.registerPlugin(this)}i.defaults={rules:null},i.SPECIAL_QUERIES={landscape:"screen and (orientation: landscape)",portrait:"screen and (orientation: portrait)",retina:"only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)"},i.prototype._init=function(){this._addBreakpoints(),this._generateRules(),this._reflow()},i.prototype._events=function(){e(window).on("resize.fndtn.interchange",t.util.throttle(this._reflow.bind(this),50))},i.prototype._reflow=function(){var t;for(var e in this.rules){var i=this.rules[e];window.matchMedia(i.query).matches&&(t=i)}t&&this.replace(t.path)},i.prototype._addBreakpoints=function(){for(var e in t.MediaQuery.queries){var n=t.MediaQuery.queries[e];i.SPECIAL_QUERIES[n.name]=n.value}},i.prototype._generateRules=function(){var t,e=[];t=this.options.rules?this.options.rules:this.$element.data("interchange").match(/\[.*?\]/g);for(var n in t){var s=t[n].slice(1,-1).split(", "),o=s.slice(0,-1).join(""),a=s[s.length-1];i.SPECIAL_QUERIES[a]&&(a=i.SPECIAL_QUERIES[a]),e.push({path:o,query:a})}this.rules=e},i.prototype.replace=function(t){if(this.currentPath!==t){var i=this;"IMG"===this.$element[0].nodeName?this.$element.attr("src",t).load(function(){i.$element.trigger("replaced.zf.interchange"),i.currentPath=t}):t.match(/\.(gif|jpg|jpeg|tiff|png)([?#].*)?/i)?this.$element.css({"background-image":"url("+t+")"}):e.get(t,function(e){i.$element.html(e),i.$element.trigger("replaced.zf.interchange"),i.currentPath=t})}},i.prototype.destroy=function(){},t.plugin(i,"Interchange"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,s),this._init(),t.registerPlugin(this)}i.defaults={animationDuration:500,animationEasing:"linear",threshold:50,activeClass:"active",deepLinking:!1},i.prototype._init=function(){var i=this.$element[0].id||t.GetYoDigits(6,"magellan");this.$targets=e("[data-magellan-target]"),this.$links=this.$element.find("a"),this.$element.attr({"data-resize":i,"data-scroll":i,id:i}),this.$active=e(),this.scrollPos=parseInt(window.pageYOffset,10),this._events()},i.prototype.calcPoints=function(){var t=this,i=document.body,n=document.documentElement;this.points=[],this.winHeight=Math.round(Math.max(window.innerHeight,document.body.clientHeight)),this.docHeight=Math.round(Math.max(i.scrollHeight,i.offsetHeight,n.clientHeight,n.scrollHeight,n.offsetHeight)),this.$targets.each(function(){var i=e(this),n=Math.round(i.offset().top-t.options.threshold);i.targetPoint=n,t.points.push(n)})},i.prototype._events=function(){var t=this,i=e("html, body"),n={duration:t.options.animationDuration,easing:t.options.animationEasing};e(window).one("load",function(){t.calcPoints(),t._updateActive()}),this.$element.on({"resizeme.zf.trigger":this.reflow.bind(this),"scrollme.zf.trigger":this._updateActive.bind(this)}).on("click.zf.magellan",'a[href^="#"]',function(s){s.preventDefault();var o=this.getAttribute("href"),a=e(o).offset().top-t.options.threshold/2;i.stop(!0).animate({scrollTop:a},n)})},i.prototype.reflow=function(){this.calcPoints(),this._updateActive()},i.prototype._updateActive=function(){var t,e=parseInt(window.pageYOffset,10);if(e+this.winHeight===this.docHeight)t=this.points.length-1;else if(e<this.points[0])t=0;else{var i=this.scrollPos<e,n=this,s=this.points.filter(function(t,s){return i?e>=t:t-n.options.threshold<=e});t=s.length?s.length-1:0}if(this.$active.removeClass(this.options.activeClass),this.$active=this.$links.eq(t).addClass(this.options.activeClass),this.options.deepLinking){var o=this.$active[0].getAttribute("href");window.history.pushState?window.history.pushState(null,null,o):window.location.hash=o}this.scrollPos=e,this.$element.trigger("update.zf.magellan",[this.$active])},i.prototype.destroy=function(){this.$element.off(".zf.trigger .zf.magellan").find("."+this.options.activeClass).removeClass(this.options.activeClass);var e=this.$active[0].getAttribute("href");window.location.hash.replace(e,""),t.unregisterPlugin(this)},t.plugin(i,"Magellan"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this.$lastTrigger=t(),this._init(),this._events(),e.registerPlugin(this)}i.defaults={closeOnClick:!0,transitionTime:0,position:"left",forceTop:!0,isRevealed:!1,revealOn:null,autoFocus:!0,revealClass:"reveal-for-"},i.prototype._init=function(){var e=this.$element.attr("id");if(this.$element.attr("aria-hidden","true"),t(document).find('[data-open="'+e+'"], [data-close="'+e+'"], [data-toggle="'+e+'"]').attr("aria-expanded","false").attr("aria-controls",e),this.options.closeOnClick)if(t(".js-off-canvas-exit").length)this.$exiter=t(".js-off-canvas-exit");else{var i=document.createElement("div");i.setAttribute("class","js-off-canvas-exit"),t("[data-off-canvas-content]").append(i),this.$exiter=t(i)}this.options.isRevealed=this.options.isRevealed||new RegExp(this.options.revealClass,"g").test(this.$element[0].className),this.options.isRevealed&&(this.options.revealOn=this.options.revealOn||this.$element[0].className.match(/(reveal-for-medium|reveal-for-large)/g)[0].split("-")[2],this._setMQChecker()),this.options.transitionTime||(this.options.transitionTime=1e3*parseFloat(window.getComputedStyle(t("[data-off-canvas-wrapper]")[0]).transitionDuration))},i.prototype._events=function(){if(this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"keydown.zf.offcanvas":this._handleKeyboard.bind(this)}),this.$exiter.length){this.$exiter.on({"click.zf.offcanvas":this.close.bind(this)})}},i.prototype._setMQChecker=function(){var i=this;t(window).on("changed.zf.mediaquery",function(){e.MediaQuery.atLeast(i.options.revealOn)?i.reveal(!0):i.reveal(!1)}).one("load.zf.offcanvas",function(){e.MediaQuery.atLeast(i.options.revealOn)&&i.reveal(!0)})},i.prototype.reveal=function(t){var e=this.$element.find("[data-close]");t?e.length&&e.hide():e.length&&e.show()},i.prototype.open=function(i,n){if(!this.$element.hasClass("is-open")){var s=this;t(document.body);t("body").scrollTop(0),e.Move(this.options.transitionTime,this.$element,function(){t("[data-off-canvas-wrapper]").addClass("is-off-canvas-open is-open-"+s.options.position),s.$element.addClass("is-open").attr("aria-hidden","false").trigger("opened.zf.offcanvas")}),n&&(this.$lastTrigger=n.attr("aria-expanded","true")),this.options.autoFocus&&this.$element.one("finished.zf.animate",function(){s.$element.find("a, button").eq(0).focus()})}},i.prototype.close=function(){if(this.$element.hasClass("is-open")){var i=this;e.Move(this.options.transitionTime,this.$element,function(){t("[data-off-canvas-wrapper]").removeClass("is-off-canvas-open is-open-"+i.options.position),i.$element.removeClass("is-open")}),this.$element.attr("aria-hidden","true").trigger("closed.zf.offcanvas"),this.$lastTrigger.attr("aria-expanded","false")}},i.prototype.toggle=function(t,e){this.$element.hasClass("is-open")?this.close(t,e):this.open(t,e)},i.prototype._handleKeyboard=function(t){27===t.which&&(t.stopPropagation(),t.preventDefault(),this.close(),this.$lastTrigger.focus())},i.prototype.destroy=function(){},e.plugin(i,"OffCanvas")}(jQuery,Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this),e.Keyboard.register("Orbit",{ltr:{ARROW_RIGHT:"next",ARROW_LEFT:"previous"},rtl:{ARROW_LEFT:"next",ARROW_RIGHT:"previous"}})}i.defaults={bullets:!0,navButtons:!0,animInFromRight:"slide-in-right",animOutToRight:"slide-out-right",animInFromLeft:"slide-in-left",animOutToLeft:"slide-out-left",autoPlay:!0,timerDelay:5e3,infiniteWrap:!0,swipe:!0,pauseOnHover:!0,accessible:!0,containerClass:"orbit-container",slideClass:"orbit-slide",boxOfBullets:"orbit-bullets",nextClass:"orbit-next",prevClass:"orbit-previous"},i.prototype._init=function(){this.$wrapper=this.$element.find("."+this.options.containerClass),this.$slides=this.$element.find("."+this.options.slideClass);var t=this.$element.find("img"),i=this.$slides.filter(".is-active");i.length||this.$slides.eq(0).addClass("is-active"),t.length?e.onImagesLoaded(t,this._prepareForOrbit.bind(this)):this._prepareForOrbit(),this.options.bullets&&this._loadBullets(),this._events(),this.options.autoPlay&&this.geoSync(),this.options.accessible&&this.$wrapper.attr("tabindex",0)},i.prototype._loadBullets=function(){this.$bullets=this.$element.find("."+this.options.boxOfBullets).find("button")},i.prototype.geoSync=function(){var t=this;this.timer=new e.Timer(this.$element,{duration:this.options.timerDelay,infinite:!1},function(){t.changeSlide(!0)}),this.timer.start()},i.prototype._prepareForOrbit=function(){var t=this;this._setWrapperHeight(function(e){t._setSlideHeight(e)})},i.prototype._setWrapperHeight=function(e){var i,n=0,s=0;this.$slides.each(function(){i=this.getBoundingClientRect().height,t(this).attr("data-slide",s),s&&t(this).css({position:"relative",display:"none"}),n=i>n?i:n,s++}),s===this.$slides.length&&(this.$wrapper.css({height:n}),e(n))},i.prototype._setSlideHeight=function(e){this.$slides.each(function(){t(this).css("max-height",e)})},i.prototype._events=function(){var i=this;if(this.options.swipe&&this.$slides.off("swipeleft.zf.orbit swiperight.zf.orbit").on("swipeleft.zf.orbit",function(t){t.preventDefault(),i.changeSlide(!0)}).on("swiperight.zf.orbit",function(t){t.preventDefault(),i.changeSlide(!1)}),this.options.autoPlay&&(this.$slides.on("click.zf.orbit",function(){i.$element.data("clickedOn",i.$element.data("clickedOn")?!1:!0),i.timer[i.$element.data("clickedOn")?"pause":"start"]()}),this.options.pauseOnHover&&this.$element.on("mouseenter.zf.orbit",function(){i.timer.pause()}).on("mouseleave.zf.orbit",function(){i.$element.data("clickedOn")||i.timer.start()})),this.options.navButtons){var n=this.$element.find("."+this.options.nextClass+", ."+this.options.prevClass);n.attr("tabindex",0).on("click.zf.orbit touchend.zf.orbit",function(){i.changeSlide(t(this).hasClass(i.options.nextClass))})}this.options.bullets&&this.$bullets.on("click.zf.orbit touchend.zf.orbit",function(){if(/is-active/g.test(this.className))return!1;var e=t(this).data("slide"),n=e>i.$slides.filter(".is-active").data("slide"),s=i.$slides.eq(e);i.changeSlide(n,s,e)}),this.$wrapper.add(this.$bullets).on("keydown.zf.orbit",function(n){e.Keyboard.handleKey(n,i,{next:function(){i.changeSlide(!0)},previous:function(){i.changeSlide(!1)},handled:function(){t(n.target).is(i.$bullets)&&i.$bullets.filter(".is-active").focus()}})})},i.prototype.changeSlide=function(t,i,n){var s=this.$slides.filter(".is-active").eq(0);if(/mui/g.test(s[0].className))return!1;var o,a=this.$slides.first(),r=this.$slides.last(),l=t?"Right":"Left",d=t?"Left":"Right",h=this;o=i?i:t?this.options.infiniteWrap?s.next("."+this.options.slideClass).length?s.next("."+this.options.slideClass):a:s.next("."+this.options.slideClass):this.options.infiniteWrap?s.prev("."+this.options.slideClass).length?s.prev("."+this.options.slideClass):r:s.prev("."+this.options.slideClass),o.length&&(this.options.bullets&&(n=n||this.$slides.index(o),this._updateBullets(n)),e.Motion.animateIn(o.addClass("is-active").css({position:"absolute",top:0}),this.options["animInFrom"+l],function(){o.css({position:"relative",display:"block"}).attr("aria-live","polite")}),e.Motion.animateOut(s.removeClass("is-active"),this.options["animOutTo"+d],function(){s.removeAttr("aria-live"),h.options.autoPlay&&h.timer.restart(),h.$element.trigger("slidechange.zf.orbit",[o])}))},i.prototype._updateBullets=function(t){var e=this.$element.find("."+this.options.boxOfBullets).find(".is-active").removeClass("is-active").blur(),i=e.find("span:last").detach();this.$bullets.eq(t).addClass("is-active").append(i)},i.prototype.destroy=function(){delete this.timer,this.$element.off(".zf.orbit").find("*").off(".zf.orbit").end().hide(),e.unregisterPlugin(this)},e.plugin(i,"Orbit")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(i){this.$element=e(i),this.rules=this.$element.data("responsive-menu"),this.currentMq=null,this.currentPlugin=null,this._init(),this._events(),t.registerPlugin(this)}var n={dropdown:{cssClass:"dropdown",plugin:t._plugins["dropdown-menu"]||null},drilldown:{cssClass:"drilldown",plugin:t._plugins.drilldown||null},accordion:{cssClass:"accordion-menu",plugin:t._plugins["accordion-menu"]||null}};i.defaults={},i.prototype._init=function(){for(var t={},i=this.rules.split(" "),s=0;s<i.length;s++){var o=i[s].split("-"),a=o.length>1?o[0]:"small",r=o.length>1?o[1]:o[0];null!==n[r]&&(t[a]=n[r])}this.rules=t,e.isEmptyObject(t)||this._checkMediaQueries()},i.prototype._events=function(){var t=this;e(window).on("changed.zf.mediaquery",function(){t._checkMediaQueries()})},i.prototype._checkMediaQueries=function(){var i,s=this;e.each(this.rules,function(e){t.MediaQuery.atLeast(e)&&(i=e)}),i&&(this.currentPlugin instanceof this.rules[i].plugin||(e.each(n,function(t,e){s.$element.removeClass(e.cssClass)}),this.$element.addClass(this.rules[i].cssClass),this.currentPlugin&&this.currentPlugin.destroy(),this.currentPlugin=new this.rules[i].plugin(this.$element,{})))},i.prototype.destroy=function(){this.currentPlugin.destroy(),e(window).off(".zf.ResponsiveMenu"),t.unregisterPlugin(this)},t.plugin(i,"ResponsiveMenu")}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=t(n),this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),this._events(),e.registerPlugin(this)}i.defaults={hideFor:"medium"},i.prototype._init=function(){var e=this.$element.data("responsive-toggle");e||console.error("Your tab bar needs an ID of a Menu as the value of data-tab-bar."),this.$targetMenu=t("#"+e),this.$toggler=this.$element.find("[data-toggle]"),this._update()},i.prototype._events=function(){t(window).on("changed.zf.mediaquery",this._update.bind(this)),this.$toggler.on("click.zf.responsiveToggle",this.toggleMenu.bind(this))},i.prototype._update=function(){e.MediaQuery.atLeast(this.options.hideFor)?(this.$element.hide(),this.$targetMenu.show()):(this.$element.show(),this.$targetMenu.hide())},i.prototype.toggleMenu=function(){e.MediaQuery.atLeast(this.options.hideFor)||(this.$targetMenu.toggle(0),this.$element.trigger("toggled.zf.responsiveToggle"))},i.prototype.destroy=function(){},e.plugin(i,"ResponsiveToggle")}(jQuery,Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,this.$element.data(),s),this._init(),t.registerPlugin(this),t.Keyboard.register("Reveal",{ENTER:"open",SPACE:"open",ESCAPE:"close",TAB:"tab_forward",SHIFT_TAB:"tab_backward"})}i.defaults={animationIn:"",animationOut:"",showDelay:0,hideDelay:0,closeOnClick:!0,closeOnEsc:!0,multipleOpened:!1,vOffset:100,hOffset:0,fullScreen:!1,btmOffsetPct:10,overlay:!0,resetOnClose:!1},i.prototype._init=function(){if(this.id=this.$element.attr("id"),this.isActive=!1,this.$anchor=e(e('[data-open="'+this.id+'"]').length?'[data-open="'+this.id+'"]':'[data-toggle="'+this.id+'"]'),this.$anchor.length){var i=this.$anchor[0].id||t.GetYoDigits(6,"reveal");this.$anchor.attr({"aria-controls":this.id,id:i,"aria-haspopup":!0,tabindex:0}),this.$element.attr({"aria-labelledby":i})}(this.options.fullScreen||this.$element.hasClass("full"))&&(this.options.fullScreen=!0,this.options.overlay=!1),this.options.overlay&&(this.$overlay=this._makeOverlay(this.id)),this.$element.attr({role:"dialog","aria-hidden":!0,"data-yeti-box":this.id,"data-resize":this.id}),this._events()},i.prototype._makeOverlay=function(t){var i=e("<div></div>").addClass("reveal-overlay").attr({tabindex:-1,"aria-hidden":!0}).appendTo("body");return this.options.closeOnClick&&i.attr({"data-close":t}),i},i.prototype._events=function(){var t=this;this.$element.on({"open.zf.trigger":this.open.bind(this),"close.zf.trigger":this.close.bind(this),"toggle.zf.trigger":this.toggle.bind(this),"resizeme.zf.trigger":function(){t.$element.is(":visible")&&t._setPosition(function(){})}}),this.$anchor.length&&this.$anchor.on("keydown.zf.reveal",function(e){(13===e.which||32===e.which)&&(e.stopPropagation(),e.preventDefault(),t.open())}),this.options.closeOnClick&&this.options.overlay&&this.$overlay.off(".zf.reveal").on("click.zf.reveal",this.close.bind(this))},i.prototype._setPosition=function(e){var i=t.Box.GetDimensions(this.$element),n=this.options.fullScreen?"reveal full":i.height>=.5*i.windowDims.height?"reveal":"center";"reveal full"===n?(console.log("full"),this.$element.offset(t.Box.GetOffsets(this.$element,null,n,this.options.vOffset)).css({height:i.windowDims.height,width:i.windowDims.width})):t.MediaQuery.atLeast("medium")&&t.Box.ImNotTouchingYou(this.$element,null,!0,!1)?this.$element.css({"max-height":i.windowDims.height-this.options.vOffset*(this.options.btmOffsetPct/100+1),width:""}).offset(t.Box.GetOffsets(this.$element,null,n,this.options.vOffset)):(this.$element.css({width:i.windowDims.width-2*this.options.hOffset}).offset(t.Box.GetOffsets(this.$element,null,"center",this.options.vOffset,this.options.hOffset)),this.changedSize=!0),e()},i.prototype.open=function(){var i=this;this.isActive=!0,this.$element.css({visibility:"hidden"}).show().scrollTop(0),this._setPosition(function(){i.$element.hide().css({visibility:""}),i.options.multipleOpened||i.$element.trigger("closeme.zf.reveal",i.id),i.options.animationIn?i.options.overlay?t.Motion.animateIn(i.$overlay,"fade-in",function(){t.Motion.animateIn(i.$element,i.options.animationIn,function(){})}):t.Motion.animateIn(i.$element,i.options.animationIn,function(){}):i.options.overlay?i.$overlay.show(0,function(){ |
| + | i.$element.show(i.options.showDelay,function(){})}):i.$element.show(i.options.showDelay,function(){})}),this.$element.attr({"aria-hidden":!1}).attr("tabindex",-1).focus().trigger("open.zf.reveal"),e("body").addClass("is-reveal-open").attr({"aria-hidden":this.options.overlay||this.options.fullScreen?!0:!1}),setTimeout(function(){i._extraHandlers()},0)},i.prototype._extraHandlers=function(){var i=this,n=this.$element.find("a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, embed, *[tabindex], *[contenteditable]").filter(function(){return!e(this).is(":visible")||e(this).attr("tabindex")<0?!1:!0});this.options.overlay||!this.options.closeOnClick||this.options.fullScreen||e("body").on("click.zf.reveal",function(t){i.close()}),this.options.closeOnEsc&&e(window).on("keydown.zf.reveal",function(e){0===n.length&&e.preventDefault(),t.Keyboard.handleKey(e,i,{close:function(){this.options.closeOnEsc&&this.close()}})}),this.$element.on("keydown.zf.reveal",function(s){var o=e(this);t.Keyboard.handleKey(s,i,{tab_forward:function(){this.$element.find(":focus").is(n.eq(-1))&&(n.eq(0).focus(),s.preventDefault())},tab_backward:function(){(this.$element.find(":focus").is(n.eq(0))||this.$element.is(":focus"))&&(n.eq(-1).focus(),s.preventDefault())},open:function(){o.is(n)&&this.open()},close:function(){this.options.closeOnEsc&&this.close()}}),0===n.length&&s.preventDefault()})},i.prototype.close=function(){if(!this.isActive||!this.$element.is(":visible"))return!1;var i=this;this.options.animationOut?t.Motion.animateOut(this.$element,this.options.animationOut,function(){i.options.overlay&&t.Motion.animateOut(i.$overlay,"fade-out",function(){})}):this.$element.hide(i.options.hideDelay,function(){i.options.overlay&&i.$overlay.hide(0,function(){})}),this.options.closeOnEsc&&e(window).off("keydown.zf.reveal"),!this.options.overlay&&this.options.closeOnClick&&e("body").off("click.zf.reveal"),this.$element.off("keydown.zf.reveal"),this.changedSize&&this.$element.css({height:"",width:""}),e("body").removeClass("is-reveal-open").attr({"aria-hidden":!1,tabindex:""}),this.options.resetOnClose&&this.$element.html(this.$element.html()),this.isActive=!1,this.$element.attr({"aria-hidden":!0}).trigger("closed.zf.reveal")},i.prototype.toggle=function(){this.isActive?this.close():this.open()},i.prototype.destroy=function(){this.options.overlay&&this.$overlay.hide().off().remove(),this.$element.hide(),this.$anchor.off(),t.unregisterPlugin(this)},t.plugin(i,"Reveal"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this),e.Keyboard.register("Slider",{ltr:{ARROW_RIGHT:"increase",ARROW_UP:"increase",ARROW_DOWN:"decrease",ARROW_LEFT:"decrease",SHIFT_ARROW_RIGHT:"increase_fast",SHIFT_ARROW_UP:"increase_fast",SHIFT_ARROW_DOWN:"decrease_fast",SHIFT_ARROW_LEFT:"decrease_fast"},rtl:{ARROW_LEFT:"increase",ARROW_RIGHT:"decrease",SHIFT_ARROW_LEFT:"increase_fast",SHIFT_ARROW_RIGHT:"decrease_fast"}})}function n(t,e){return t/e}function s(t,e,i,n){return Math.abs(t.position()[e]+t[n]()/2-i)}i.defaults={start:0,end:100,step:1,initialStart:0,initialEnd:100,binding:!1,clickSelect:!0,vertical:!1,draggable:!0,disabled:!1,doubleSided:!1,decimal:2,moveTime:200,disabledClass:"disabled"},i.prototype._init=function(){this.inputs=this.$element.find("input"),this.handles=this.$element.find("[data-slider-handle]"),this.$handle=this.handles.eq(0),this.$input=this.inputs.length?this.inputs.eq(0):t("#"+this.$handle.attr("aria-controls")),this.$fill=this.$element.find("[data-slider-fill]").css(this.options.vertical?"height":"width",0);var e=!1,i=this;(this.options.disabled||this.$element.hasClass(this.options.disabledClass))&&(this.options.disabled=!0,this.$element.addClass(this.options.disabledClass)),this.inputs.length||(this.inputs=t().add(this.$input),this.options.binding=!0),this._setInitAttr(0),this._events(this.$handle),this.handles[1]&&(this.options.doubleSided=!0,this.$handle2=this.handles.eq(1),this.$input2=this.inputs.length?this.inputs.eq(1):t("#"+this.$handle2.attr("aria-controls")),this.inputs[1]||(this.inputs=this.inputs.add(this.$input2)),e=!0,this._setHandlePos(this.$handle,this.options.initialStart,!0,function(){i._setHandlePos(i.$handle2,i.options.initialEnd)}),this._setInitAttr(1),this._events(this.$handle2)),e||this._setHandlePos(this.$handle,this.options.initialStart,!0)},i.prototype._setHandlePos=function(t,i,s,o){i=parseFloat(i),i<this.options.start?i=this.options.start:i>this.options.end&&(i=this.options.end);var a=this.options.doubleSided;if(a)if(0===this.handles.index(t)){var r=parseFloat(this.$handle2.attr("aria-valuenow"));i=i>=r?r-this.options.step:i}else{var l=parseFloat(this.$handle.attr("aria-valuenow"));i=l>=i?l+this.options.step:i}this.options.vertical&&!s&&(i=this.options.end-i);var d=this,h=this.options.vertical,u=h?"height":"width",c=h?"top":"left",f=t[0].getBoundingClientRect()[u]/2,p=this.$element[0].getBoundingClientRect()[u],m=n(i,this.options.end).toFixed(this.options.decimal),g=(p-f)*m,v=(100*n(g,p)).toFixed(this.options.decimal),i=i>0?parseFloat(i.toFixed(this.options.decimal)):0,w={};if(this._setValues(t,i),this.options.doubleSided){var y,b=0===this.handles.index(t);this.handles.index(t);b?(w[c]=(m>0?100*m:0)+"%",y=(100*(n(this.$handle2.position()[c]+f,p)-parseFloat(m))).toFixed(this.options.decimal)+"%",w["min-"+u]=y,o&&"function"==typeof o&&o()):(i=(100>i?i:100)-(parseFloat(this.$handle[0].style.left)||this.options.end-i),w["min-"+u]=i+"%")}this.$element.one("finished.zf.animate",function(){d.animComplete=!0,d.$element.trigger("moved.zf.slider",[t])});var $=d.$element.data("dragging")?1e3/60:d.options.moveTime;e.Move($,t,function(){t.css(c,v+"%"),d.options.doubleSided?d.$fill.css(w):d.$fill.css(u,100*m+"%")})},i.prototype._setInitAttr=function(t){var i=this.inputs.eq(t).attr("id")||e.GetYoDigits(6,"slider");this.inputs.eq(t).attr({id:i,max:this.options.end,min:this.options.start}),this.handles.eq(t).attr({role:"slider","aria-controls":i,"aria-valuemax":this.options.end,"aria-valuemin":this.options.start,"aria-valuenow":0===t?this.options.initialStart:this.options.initialEnd,"aria-orientation":this.options.vertical?"vertical":"horizontal",tabindex:0})},i.prototype._setValues=function(t,e){var i=this.options.doubleSided?this.handles.index(t):0;this.inputs.eq(i).val(e),t.attr("aria-valuenow",e)},i.prototype._handleEvent=function(t,e,i){var o,a;if(i)o=i,a=!0;else{t.preventDefault();var r=this.options.vertical,l=r?"height":"width",d=r?"top":"left",h=r?t.pageY:t.pageX,u=this.$handle[0].getBoundingClientRect()[l]/2,c=this.$element[0].getBoundingClientRect()[l],f=this.$element.offset()[d]-h,p=f>0?-u:-c>f-u?c:Math.abs(f),m=n(p,c);if(o=(this.options.end-this.options.start)*m,a=!1,!e){var g=s(this.$handle,d,p,l),v=s(this.$handle2,d,p,l);e=v>=g?this.$handle:this.$handle2}}this._setHandlePos(e,o,a)},i.prototype._events=function(i){if(this.options.disabled)return!1;var n,s=this;if(this.inputs.off("change.zf.slider").on("change.zf.slider",function(e){var i=s.inputs.index(t(this));s._handleEvent(e,s.handles.eq(i),t(this).val())}),this.options.clickSelect&&this.$element.off("click.zf.slider").on("click.zf.slider",function(t){return s.$element.data("dragging")?!1:(s.animComplete=!1,void(s.options.doubleSided?s._handleEvent(t):s._handleEvent(t,s.$handle)))}),this.options.draggable){this.handles.addTouch();var o=t("body");i.off("mousedown.zf.slider").on("mousedown.zf.slider",function(e){i.addClass("is-dragging"),s.$fill.addClass("is-dragging"),s.$element.data("dragging",!0),s.animComplete=!1,n=t(e.currentTarget),o.on("mousemove.zf.slider",function(t){t.preventDefault(),s._handleEvent(t,n)}).on("mouseup.zf.slider",function(t){s.animComplete=!0,s._handleEvent(t,n),i.removeClass("is-dragging"),s.$fill.removeClass("is-dragging"),s.$element.data("dragging",!1),o.off("mousemove.zf.slider mouseup.zf.slider")})})}i.off("keydown.zf.slider").on("keydown.zf.slider",function(i){var n,o=s.options.doubleSided?s.handles.index(t(this)):0,a=parseFloat(s.inputs.eq(o).val()),r=t(this);e.Keyboard.handleKey(i,s,{decrease:function(){n=a-s.options.step},increase:function(){n=a+s.options.step},decrease_fast:function(){n=a-10*s.options.step},increase_fast:function(){n=a+10*s.options.step},handled:function(){i.preventDefault(),s._setHandlePos(r,n,!0)}})})},i.prototype.destroy=function(){this.handles.off(".zf.slider"),this.inputs.off(".zf.slider"),this.$element.off(".zf.slider"),e.unregisterPlugin(this)},e.plugin(i,"Slider")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this)}function n(t){return parseInt(window.getComputedStyle(document.body,null).fontSize,10)*t}i.defaults={container:"<div data-sticky-container></div>",stickTo:"top",anchor:"",topAnchor:"",btmAnchor:"",marginTop:1,marginBottom:1,stickyOn:"medium",stickyClass:"sticky",containerClass:"sticky-container",checkEvery:-1},i.prototype._init=function(){var i=this.$element.parent("[data-sticky-container]"),n=this.$element[0].id||e.GetYoDigits(6,"sticky"),s=this;i.length||(this.wasWrapped=!0),this.$container=i.length?i:t(this.options.container).wrapInner(this.$element),this.$container.addClass(this.options.containerClass),this.$element.addClass(this.options.stickyClass).attr({"data-resize":n}),this.scrollCount=this.options.checkEvery,this.isStuck=!1,""!==this.options.topAnchor?this._parsePoints():this.$anchor=t(this.options.anchor?"#"+this.options.anchor:document.body),this._setSizes(function(){s._calc(!1)}),this._events(n.split("-").reverse().join("-"))},i.prototype._parsePoints=function(){for(var e=this.options.topAnchor,i=this.options.btmAnchor,n=[e,i],s={},o=0,a=n.length;a>o&&n[o];o++){var r;if("number"==typeof n[o])r=n[o];else{var l=n[o].split(":"),d=t("#"+l[0]);r=d.offset().top,l[1]&&"bottom"===l[1].toLowerCase()&&(r+=d[0].getBoundingClientRect().height)}s[o]=r}this.points=s},i.prototype._events=function(e){var i=this,n="scroll.zf."+e;this.isOn||(this.canStick&&(this.isOn=!0,t(window).off(n).on(n,function(t){0===i.scrollCount?(i.scrollCount=i.options.checkEvery,i._setSizes(function(){i._calc(!1,window.pageYOffset)})):(i.scrollCount--,i._calc(!1,window.pageYOffset))})),this.$element.off("resizeme.zf.trigger").on("resizeme.zf.trigger",function(t,s){i._setSizes(function(){i._calc(!1),i.canStick?i.isOn||i._events(e):i.isOn&&i._pauseListeners(n)})}))},i.prototype._pauseListeners=function(e){this.isOn=!1,t(window).off(e),this.$element.trigger("pause.zf.sticky")},i.prototype._calc=function(t,e){return t&&this._setSizes(),this.canStick?(e||(e=window.pageYOffset),void(e>=this.topPoint?e<=this.bottomPoint?this.isStuck||this._setSticky():this.isStuck&&this._removeSticky(!1):this.isStuck&&this._removeSticky(!0))):(this.isStuck&&this._removeSticky(!0),!1)},i.prototype._setSticky=function(){var t=this.options.stickTo,e="top"===t?"marginTop":"marginBottom",i="top"===t?"bottom":"top",n={};n[e]=this.options[e]+"em",n[t]=0,n[i]="auto",n.left=this.$container.offset().left+parseInt(window.getComputedStyle(this.$container[0])["padding-left"],10),this.isStuck=!0,this.$element.removeClass("is-anchored is-at-"+i).addClass("is-stuck is-at-"+t).css(n).trigger("sticky.zf.stuckto:"+t)},i.prototype._removeSticky=function(t){var e,i,n=this.options.stickTo,s="top"===n,o={},a=(this.points?this.points[1]-this.points[0]:this.anchorHeight)-this.elemHeight;e=s?"marginTop":"marginBottom",i=s?"bottom":"top",o[e]=0,t&&!s||s&&!t?(o[n]=a,o[i]=0):(o[n]=0,o[i]=a),o.left="",this.isStuck=!1,this.$element.removeClass("is-stuck is-at-"+n).addClass("is-anchored is-at-"+(t?"top":"bottom")).css(o).trigger("top")},i.prototype._setSizes=function(t){this.canStick=e.MediaQuery.atLeast(this.options.stickyOn),this.canStick||t();var i=this.$container[0].getBoundingClientRect().width,n=window.getComputedStyle(this.$container[0]),s=parseInt(n["padding-right"],10);this.$anchor&&this.$anchor.length?this.anchorHeight=this.$anchor[0].getBoundingClientRect().height:this._parsePoints(),this.$element.css({"max-width":i-s+"px"});var o=this.$element[0].getBoundingClientRect().height||this.containerHeight;this.containerHeight=o,this.$container.css({height:o}),this.elemHeight=o,this.isStuck&&this.$element.css({left:this.$container.offset().left+parseInt(n["padding-left"],10)}),this._setBreakPoints(o,function(){t&&t()})},i.prototype._setBreakPoints=function(t,e){if(!this.canStick){if(!e)return!1;e()}var i=n(this.options.marginTop),s=n(this.options.marginBottom),o=this.points?this.points[0]:this.$anchor.offset().top,a=this.points?this.points[1]:o+this.anchorHeight,r=window.innerHeight;"top"===this.options.stickTo?(o-=i,a-=t+i):"bottom"===this.options.stickTo&&(o-=r-(t+s),a-=r-s),this.topPoint=o,this.bottomPoint=a,e&&e()},i.prototype.destroy=function(){this._removeSticky(!0),this.$element.removeClass(this.options.stickyClass+" is-anchored is-at-top").css({height:"",top:"",bottom:"","max-width":""}).off("resizeme.zf.trigger"),this.$anchor.off("change.zf.sticky"),t(window).off("scroll.zf.sticky"),this.wasWrapped?this.$element.unwrap():this.$container.removeClass(this.options.containerClass).css({height:""}),e.unregisterPlugin(this)},e.plugin(i,"Sticky")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=t.extend({},i.defaults,this.$element.data(),s),this._init(),e.registerPlugin(this),e.Keyboard.register("Tabs",{ENTER:"open",SPACE:"open",ARROW_RIGHT:"next",ARROW_UP:"previous",ARROW_DOWN:"next",ARROW_LEFT:"previous"})}i.defaults={autoFocus:!1,wrapOnKeys:!0,matchHeight:!1,linkClass:"tabs-title",panelClass:"tabs-panel"},i.prototype._init=function(){var i=this;if(this.$tabTitles=this.$element.find("."+this.options.linkClass),this.$tabContent=t('[data-tabs-content="'+this.$element[0].id+'"]'),this.$tabTitles.each(function(){var e=t(this),n=e.find("a"),s=e.hasClass("is-active"),o=n.attr("href").slice(1),a=o+"-label",r=t(o);e.attr({role:"presentation"}),n.attr({role:"tab","aria-controls":o,"aria-selected":s,id:a}),r.attr({role:"tabpanel","aria-hidden":!s,"aria-labelledby":a}),s&&i.options.autoFocus&&n.focus()}),this.options.matchHeight){var n=this.$tabContent.find("img");n.length?e.onImagesLoaded(n,this._setHeight.bind(this)):this._setHeight()}this._events()},i.prototype._events=function(){this._addKeyHandler(),this._addClickHandler(),this.options.matchHeight&&t(window).on("changed.zf.mediaquery",this._setHeight.bind(this))},i.prototype._addClickHandler=function(){var e=this;this.$tabTitles.off("click.zf.tabs").on("click.zf.tabs",function(i){i.preventDefault(),i.stopPropagation(),t(this).hasClass("is-active")||e._handleTabChange(t(this))})},i.prototype._addKeyHandler=function(){var i=this;i.$element.find("li:first-of-type"),i.$element.find("li:last-of-type");this.$tabTitles.off("keydown.zf.tabs").on("keydown.zf.tabs",function(n){n.stopPropagation(),n.preventDefault();var s,o,a=t(this),r=a.parent("ul").children("li");r.each(function(e){return t(this).is(a)?void(i.options.wrapOnKeys?(s=0===e?r.last():r.eq(e-1),o=e===r.length-1?r.first():r.eq(e+1)):(s=r.eq(Math.max(0,e-1)),o=r.eq(Math.min(e+1,r.length-1)))):void 0}),e.Keyboard.handleKey(n,i,{open:function(){a.find('[role="tab"]').focus(),i._handleTabChange(a)},previous:function(){s.find('[role="tab"]').focus(),i._handleTabChange(s)},next:function(){o.find('[role="tab"]').focus(),i._handleTabChange(o)}})})},i.prototype._handleTabChange=function(e){var i=e.find('[role="tab"]'),n=i.attr("href"),s=t(n),o=this.$element.find("."+this.options.linkClass+".is-active").removeClass("is-active").find('[role="tab"]').attr({"aria-selected":"false"}).attr("href");t(o).removeClass("is-active").attr({"aria-hidden":"true"}),e.addClass("is-active"),i.attr({"aria-selected":"true"}),s.addClass("is-active").attr({"aria-hidden":"false"}),this.$element.trigger("change.zf.tabs",[e])},i.prototype.selectTab=function(t){var e;e="object"==typeof t?t[0].id:t,e.indexOf("#")<0&&(e="#"+e);var i=this.$tabTitles.find('[href="'+e+'"]').parent("."+this.options.linkClass);this._handleTabChange(i)},i.prototype._setHeight=function(){var e=0;this.$tabContent.find("."+this.options.panelClass).css("height","").each(function(){var i=t(this),n=i.hasClass("is-active");n||i.css({visibility:"hidden",display:"block"});var s=this.getBoundingClientRect().height;n||i.css({visibility:"",display:""}),e=s>e?s:e}).css("height",e+"px")},i.prototype.destroy=function(){this.$element.find("."+this.options.linkClass).off(".zf.tabs").hide().end().find("."+this.options.panelClass).hide(),this.options.matchHeight&&t(window).off("changed.zf.mediaquery"),e.unregisterPlugin(this)},e.plugin(i,"Tabs")}(jQuery,window.Foundation),!function(t,e){"use strict";function i(n,s){this.$element=n,this.options=e.extend({},i.defaults,n.data(),s),this.className="",this._init(),this._events(),t.registerPlugin(this)}i.defaults={animate:!1},i.prototype._init=function(){var t;this.options.animate?(t=this.options.animate.split(" "),this.animationIn=t[0],this.animationOut=t[1]||null):(t=this.$element.data("toggler"),"."===t[0]?this.className=t.slice(1):this.className=t);var i=this.$element[0].id;e('[data-open="'+i+'"], [data-close="'+i+'"], [data-toggle="'+i+'"]').attr("aria-controls",i),this.$element.is(":hidden")&&this.$element.attr("aria-expanded","false")},i.prototype._events=function(){var t=this;this.$element.on("toggle.zf.trigger",function(){return t.toggle(),!1})},i.prototype.toggle=function(){this.options.animate?this._toggleAnimate():this._toggleClass()},i.prototype._toggleClass=function(){var t=this;this.$element.toggleClass(this.className),this.$element.hasClass(this.className)?this.$element.trigger("on.zf.toggler"):this.$element.trigger("off.zf.toggler"),t._updateARIA()},i.prototype._toggleAnimate=function(){var e=this;this.$element.is(":hidden")?t.Motion.animateIn(this.$element,this.animationIn,function(){this.trigger("on.zf.toggler"),e._updateARIA()}):t.Motion.animateOut(this.$element,this.animationOut,function(){this.trigger("off.zf.toggler"),e._updateARIA()})},i.prototype._updateARIA=function(){this.$element.is(":hidden")?this.$element.attr("aria-expanded","false"):this.$element.attr("aria-expanded","true")},i.prototype.destroy=function(){this.$element.off(".zf.toggler"),t.unregisterPlugin(this)},t.plugin(i,"Toggler"),"undefined"!=typeof module&&"undefined"!=typeof module.exports&&(module.exports=i),"function"==typeof define&&define(["foundation"],function(){return i})}(Foundation,jQuery),!function(t,e,i){"use strict";function n(e,s){this.$element=e,this.options=t.extend({},n.defaults,this.$element.data(),s),this.isActive=!1,this.isClick=!1,this._init(),i.registerPlugin(this)}n.defaults={disableForTouch:!1,hoverDelay:200,fadeInDuration:150,fadeOutDuration:150,disableHover:!1,templateClasses:"",tooltipClass:"tooltip",triggerClass:"has-tip",showOn:"small",template:"",tipText:"",touchCloseText:"Tap to close.",clickOpen:!0,positionClass:"",vOffset:10,hOffset:12},n.prototype._init=function(){var n=this.$element.attr("aria-describedby")||i.GetYoDigits(6,"tooltip");this.options.positionClass=this._getPositionClass(this.$element),this.options.tipText=this.options.tipText||this.$element.attr("title"),this.template=this.options.template?t(this.options.template):this._buildTemplate(n),this.template.appendTo(e.body).text(this.options.tipText).hide(),this.$element.attr({title:"","aria-describedby":n,"data-yeti-box":n,"data-toggle":n,"data-resize":n}).addClass(this.triggerClass),this.usedPositions=[],this.counter=4,this.classChanged=!1,this._events()},n.prototype._getPositionClass=function(t){if(!t)return"";var e=t[0].className.match(/(top|left|right)/g);return e=e?e[0]:""},n.prototype._buildTemplate=function(e){var i=(this.options.tooltipClass+" "+this.options.positionClass).trim(),n=t("<div></div>").addClass(i).attr({role:"tooltip","aria-hidden":!0,"data-is-active":!1,"data-is-focus":!1,id:e});return n},n.prototype._reposition=function(t){this.usedPositions.push(t?t:"bottom"),!t&&this.usedPositions.indexOf("top")<0?this.template.addClass("top"):"top"===t&&this.usedPositions.indexOf("bottom")<0?this.template.removeClass(t):"left"===t&&this.usedPositions.indexOf("right")<0?this.template.removeClass(t).addClass("right"):"right"===t&&this.usedPositions.indexOf("left")<0?this.template.removeClass(t).addClass("left"):!t&&this.usedPositions.indexOf("top")>-1&&this.usedPositions.indexOf("left")<0?this.template.addClass("left"):"top"===t&&this.usedPositions.indexOf("bottom")>-1&&this.usedPositions.indexOf("left")<0?this.template.removeClass(t).addClass("left"):"left"===t&&this.usedPositions.indexOf("right")>-1&&this.usedPositions.indexOf("bottom")<0?this.template.removeClass(t):"right"===t&&this.usedPositions.indexOf("left")>-1&&this.usedPositions.indexOf("bottom")<0?this.template.removeClass(t):this.template.removeClass(t),this.classChanged=!0,this.counter--},n.prototype._setPosition=function(){var t=this._getPositionClass(this.template),e=i.Box.GetDimensions(this.template),n=i.Box.GetDimensions(this.$element),s="left"===t?"left":"right"===t?"left":"top",o="top"===s?"height":"width";"height"===o?this.options.vOffset:this.options.hOffset;if(e.width>=e.windowDims.width||!this.counter&&!i.Box.ImNotTouchingYou(this.template))return this.template.offset(i.Box.GetOffsets(this.template,this.$element,"center bottom",this.options.vOffset,this.options.hOffset,!0)).css({width:n.windowDims.width-2*this.options.hOffset,height:"auto"}),!1;for(this.template.offset(i.Box.GetOffsets(this.template,this.$element,"center "+(t||"bottom"),this.options.vOffset,this.options.hOffset));!i.Box.ImNotTouchingYou(this.template)&&this.counter;)this._reposition(t),this._setPosition()},n.prototype.show=function(){if("all"!==this.options.showOn&&!i.MediaQuery.atLeast(this.options.showOn))return!1;var t=this;this.template.css("visibility","hidden").show(),this._setPosition(),this.$element.trigger("closeme.zf.tooltip",this.template.attr("id")),this.template.attr({"data-is-active":!0,"aria-hidden":!1}),t.isActive=!0,this.template.stop().hide().css("visibility","").fadeIn(this.options.fadeInDuration,function(){}),this.$element.trigger("show.zf.tooltip")},n.prototype.hide=function(){var t=this;this.template.stop().attr({"aria-hidden":!0,"data-is-active":!1}).fadeOut(this.options.fadeOutDuration,function(){t.isActive=!1,t.isClick=!1,t.classChanged&&(t.template.removeClass(t._getPositionClass(t.template)).addClass(t.options.positionClass),t.usedPositions=[],t.counter=4,t.classChanged=!1)}),this.$element.trigger("hide.zf.tooltip")},n.prototype._events=function(){var t=this,e=(this.template,!1);this.options.disableHover||this.$element.on("mouseenter.zf.tooltip",function(e){t.isActive||(t.timeout=setTimeout(function(){t.show()},t.options.hoverDelay))}).on("mouseleave.zf.tooltip",function(i){clearTimeout(t.timeout),(!e||!t.isClick&&t.options.clickOpen)&&t.hide()}),this.options.clickOpen&&this.$element.on("mousedown.zf.tooltip",function(e){e.stopImmediatePropagation(),t.isClick?t.hide():(t.isClick=!0,!t.options.disableHover&&t.$element.attr("tabindex")||t.isActive||t.show())}),this.options.disableForTouch||this.$element.on("tap.zf.tooltip touchend.zf.tooltip",function(e){t.isActive?t.hide():t.show()}),this.$element.on({"close.zf.trigger":this.hide.bind(this)}),this.$element.on("focus.zf.tooltip",function(i){return e=!0,console.log(t.isClick),t.isClick?!1:void t.show()}).on("focusout.zf.tooltip",function(i){e=!1,t.isClick=!1,t.hide()}).on("resizeme.zf.trigger",function(){t.isActive&&t._setPosition()})},n.prototype.toggle=function(){this.isActive?this.hide():this.show()},n.prototype.destroy=function(){this.$element.attr("title",this.template.text()).off(".zf.trigger .zf.tootip").removeAttr("aria-describedby").removeAttr("data-yeti-box").removeAttr("data-toggle").removeAttr("data-resize"),this.template.remove(),i.unregisterPlugin(this)},i.plugin(n,"Tooltip")}(jQuery,window.document,window.Foundation); |
public/javascripts/vendor/what-input.js
+212
-0
| @@ | @@ -0,0 +1,212 @@ |
| + | ;(function(root, factory) { |
| + | if (typeof define === 'function' && define.amd) { |
| + | define([], function() { |
| + | return (factory()); |
| + | }); |
| + | } else if (typeof exports === 'object') { |
| + | module.exports = factory(); |
| + | } else { |
| + | root.whatInput = factory(); |
| + | } |
| + | } (this, function() { |
| + | 'use strict'; |
| + | |
| + | |
| + | /* |
| + | --------------- |
| + | variables |
| + | --------------- |
| + | */ |
| + | |
| + | // array of actively pressed keys |
| + | var activeKeys = []; |
| + | |
| + | // cache document.body |
| + | var body = document.body; |
| + | |
| + | // boolean: true if touch buffer timer is running |
| + | var buffer = false; |
| + | |
| + | // the last used input type |
| + | var currentInput = null; |
| + | |
| + | // array of form elements that take keyboard input |
| + | var formInputs = [ |
| + | 'input', |
| + | 'select', |
| + | 'textarea' |
| + | ]; |
| + | |
| + | // user-set flag to allow typing in form fields to be recorded |
| + | var formTyping = body.hasAttribute('data-whatinput-formtyping'); |
| + | |
| + | // mapping of events to input types |
| + | var inputMap = { |
| + | 'keydown': 'keyboard', |
| + | 'mousedown': 'mouse', |
| + | 'mouseenter': 'mouse', |
| + | 'touchstart': 'touch', |
| + | 'pointerdown': 'pointer', |
| + | 'MSPointerDown': 'pointer' |
| + | }; |
| + | |
| + | // array of all used input types |
| + | var inputTypes = []; |
| + | |
| + | // mapping of key codes to common name |
| + | var keyMap = { |
| + | 9: 'tab', |
| + | 13: 'enter', |
| + | 16: 'shift', |
| + | 27: 'esc', |
| + | 32: 'space', |
| + | 37: 'left', |
| + | 38: 'up', |
| + | 39: 'right', |
| + | 40: 'down' |
| + | }; |
| + | |
| + | // map of IE 10 pointer events |
| + | var pointerMap = { |
| + | 2: 'touch', |
| + | 3: 'touch', // treat pen like touch |
| + | 4: 'mouse' |
| + | }; |
| + | |
| + | // touch buffer timer |
| + | var timer; |
| + | |
| + | |
| + | /* |
| + | --------------- |
| + | functions |
| + | --------------- |
| + | */ |
| + | |
| + | function bufferInput(event) { |
| + | clearTimeout(timer); |
| + | |
| + | setInput(event); |
| + | |
| + | buffer = true; |
| + | timer = setTimeout(function() { |
| + | buffer = false; |
| + | }, 1000); |
| + | } |
| + | |
| + | function immediateInput(event) { |
| + | if (!buffer) setInput(event); |
| + | } |
| + | |
| + | function setInput(event) { |
| + | var eventKey = key(event); |
| + | var eventTarget = target(event); |
| + | var value = inputMap[event.type]; |
| + | if (value === 'pointer') value = pointerType(event); |
| + | |
| + | if (currentInput !== value) { |
| + | if ( |
| + | // only if the user flag isn't set |
| + | !formTyping && |
| + | |
| + | // only if currentInput has a value |
| + | currentInput && |
| + | |
| + | // only if the input is `keyboard` |
| + | value === 'keyboard' && |
| + | |
| + | // not if the key is `TAB` |
| + | keyMap[eventKey] !== 'tab' && |
| + | |
| + | // only if the target is one of the elements in `formInputs` |
| + | formInputs.indexOf(eventTarget.nodeName.toLowerCase()) >= 0 |
| + | ) { |
| + | // ignore keyboard typing on form elements |
| + | } else { |
| + | currentInput = value; |
| + | body.setAttribute('data-whatinput', currentInput); |
| + | |
| + | if (inputTypes.indexOf(currentInput) === -1) inputTypes.push(currentInput); |
| + | } |
| + | } |
| + | |
| + | if (value === 'keyboard') logKeys(eventKey); |
| + | } |
| + | |
| + | function key(event) { |
| + | return (event.keyCode) ? event.keyCode : event.which; |
| + | } |
| + | |
| + | function target(event) { |
| + | return event.target || event.srcElement; |
| + | } |
| + | |
| + | function pointerType(event) { |
| + | return (typeof event.pointerType === 'number') ? pointerMap[event.pointerType] : event.pointerType; |
| + | } |
| + | |
| + | // keyboard logging |
| + | function logKeys(eventKey) { |
| + | if (activeKeys.indexOf(keyMap[eventKey]) === -1 && keyMap[eventKey]) activeKeys.push(keyMap[eventKey]); |
| + | } |
| + | |
| + | function unLogKeys(event) { |
| + | var eventKey = key(event); |
| + | var arrayPos = activeKeys.indexOf(keyMap[eventKey]); |
| + | |
| + | if (arrayPos !== -1) activeKeys.splice(arrayPos, 1); |
| + | } |
| + | |
| + | |
| + | /* |
| + | --------------- |
| + | init |
| + | --------------- |
| + | */ |
| + | |
| + | (function bindEvents() { |
| + | |
| + | // pointer/mouse |
| + | var mouseEvent = 'mousedown'; |
| + | |
| + | if (window.PointerEvent) { |
| + | mouseEvent = 'pointerdown'; |
| + | } else if (window.MSPointerEvent) { |
| + | mouseEvent = 'MSPointerDown'; |
| + | } |
| + | |
| + | body.addEventListener(mouseEvent, immediateInput); |
| + | body.addEventListener('mouseenter', immediateInput); |
| + | |
| + | // touch |
| + | if ('ontouchstart' in document.documentElement) body.addEventListener('touchstart', bufferInput); |
| + | |
| + | // keyboard |
| + | body.addEventListener('keydown', immediateInput); |
| + | body.addEventListener('keyup', unLogKeys); |
| + | |
| + | })(); |
| + | |
| + | |
| + | /* |
| + | --------------- |
| + | api |
| + | --------------- |
| + | */ |
| + | |
| + | return { |
| + | |
| + | // returns string: the current input type |
| + | ask: function() { return currentInput; }, |
| + | |
| + | // returns array: currently pressed keys |
| + | keys: function() { return activeKeys; }, |
| + | |
| + | // returns array: all the detected input types |
| + | types: function() { return inputTypes; }, |
| + | |
| + | // accepts string: manually set the input type |
| + | set: setInput |
| + | }; |
| + | |
| + | })); |
public/javascripts/vendor/what-input.min.js
+1
-0
| @@ | @@ -0,0 +1 @@ |
| + | !function(e,t){"function"==typeof define&&define.amd?define([],function(){return t()}):"object"==typeof exports?module.exports=t():e.whatInput=t()}(this,function(){"use strict";function e(e){clearTimeout(s),n(e),f=!0,s=setTimeout(function(){f=!1},1e3)}function t(e){f||n(e)}function n(e){var t=o(e),n=r(e),d=w[e.type];"pointer"===d&&(d=i(e)),p!==d&&(!y&&p&&"keyboard"===d&&"tab"!==v[t]&&m.indexOf(n.nodeName.toLowerCase())>=0||(p=d,a.setAttribute("data-whatinput",p),-1===h.indexOf(p)&&h.push(p))),"keyboard"===d&&u(t)}function o(e){return e.keyCode?e.keyCode:e.which}function r(e){return e.target||e.srcElement}function i(e){return"number"==typeof e.pointerType?b[e.pointerType]:e.pointerType}function u(e){-1===c.indexOf(v[e])&&v[e]&&c.push(v[e])}function d(e){var t=o(e),n=c.indexOf(v[t]);-1!==n&&c.splice(n,1)}var s,c=[],a=document.body,f=!1,p=null,m=["input","select","textarea"],y=a.hasAttribute("data-whatinput-formtyping"),w={keydown:"keyboard",mousedown:"mouse",mouseenter:"mouse",touchstart:"touch",pointerdown:"pointer",MSPointerDown:"pointer"},h=[],v={9:"tab",13:"enter",16:"shift",27:"esc",32:"space",37:"left",38:"up",39:"right",40:"down"},b={2:"touch",3:"touch",4:"mouse"};return function(){var n="mousedown";window.PointerEvent?n="pointerdown":window.MSPointerEvent&&(n="MSPointerDown"),a.addEventListener(n,t),a.addEventListener("mouseenter",t),"ontouchstart"in document.documentElement&&a.addEventListener("touchstart",e),a.addEventListener("keydown",t),a.addEventListener("keyup",d)}(),{ask:function(){return p},keys:function(){return c},types:function(){return h},set:n}}); |
public/samples/all/bmp/26-rsexpresslogo.bmp
+0
-0
public/samples/all/bmp/59-BRNO.bmp
+0
-0
public/samples/all/image/02.jpg
+0
-0
public/samples/all/image/03.jpg
+0
-0
public/samples/all/image/04.jpg
+0
-0
public/samples/all/image/05.jpg
+0
-0
public/samples/all/image/08.jpg
+0
-0
public/samples/all/image/1-027.jpg
+0
-0
public/samples/all/image/1-VS_slag_removal.JPG
+0
-0
public/samples/all/image/1-cool_blurry.JPG
+0
-0
public/samples/all/image/10-Rivet.JPG
+0
-0
public/samples/all/image/11.jpg
+0
-0
public/samples/all/image/12.jpg
+0
-0
public/samples/all/image/13-heunisch5_007048_001.jpg
+0
-0
public/samples/all/image/14-produkt1_small.gif
+0
-0
public/samples/all/image/14-produkt2_small.gif
+0
-0
public/samples/all/image/14-produkt3_small.gif
+0
-0
public/samples/all/image/14-produkt4_small.gif
+0
-0
public/samples/all/image/14-produkt5_small.gif
+0
-0
public/samples/all/image/14-produkt6_small.gif
+0
-0
public/samples/all/image/14-produkt7_small.gif
+0
-0
public/samples/all/image/14-produkt8_small.gif
+0
-0
public/samples/all/image/14.jpg
+0
-0
public/samples/all/image/17-Skeleton_Keys.JPG
+0
-0
public/samples/all/image/18-BTS_Samples.JPG
+0
-0
public/samples/all/image/20.jpg
+0
-0
public/samples/all/image/21-jenersoben.jpg
+0
-0
public/samples/all/image/23-Gray_iron_application.jpg
+0
-0
public/samples/all/image/23-Gray_iron_application_...
+0
-0
public/samples/all/image/25-scan0004.jpg
+0
-0
public/samples/all/image/26-AMS_Logo.jpg
+0
-0
public/samples/all/image/26-AMS_Logo1.JPG
+0
-0
public/samples/all/image/27-Flange.JPG
+0
-0
public/samples/all/image/28-Al_compressor_housing.jpg
+0
-0
public/samples/all/image/28-Aluminum_Housing.jpg
+0
-0
public/samples/all/image/28.jpg
+0
-0
public/samples/all/image/29-Refrigerator_Hinge.JPG
+0
-0
public/samples/all/image/29.jpg
+0
-0
public/samples/all/image/30.jpg
+0
-0
public/samples/all/image/31-Small_Nest_Cap.jpg
+0
-0
public/samples/all/image/31-cclogoWEBONLY.jpg
+0
-0
public/samples/all/image/32.jpg
+0
-0
public/samples/all/image/36-9_Tieflochbohrung.jpg
+0
-0
public/samples/all/image/36-9_Tieflochbohrung__1_.jpg
+0
-0
public/samples/all/image/36-Heunisch_Logo.png
+0
-0
public/samples/all/image/37-111397.JPG
+0
-0
public/samples/all/image/37-111403.JPG
+0
-0
public/samples/all/image/37-113995.JPG
+0
-0
public/samples/all/image/37-113996.JPG
+0
-0
public/samples/all/image/37-cclogoWEBONLY.jpg
+0
-0
public/samples/all/image/39-al_bronze.jpg
+0
-0
public/samples/all/image/39-bronze_parts.jpg
+0
-0
public/samples/all/image/39-newtop.jpg
+0
-0
public/samples/all/image/39-topa.jpg
+0
-0
public/samples/all/image/41-cclogoWEBONLY.jpg
+0
-0
public/samples/all/image/43-Heunisch_Logo.JPG
+0
-0
public/samples/all/image/43-Heunisch_Logo.png
+0
-0
public/samples/all/image/43-crank_case.jpg
+0
-0
public/samples/all/image/46-Photo_020.jpg
+0
-0
public/samples/all/image/47-compressor_housing.jpg
+0
-0
public/samples/all/image/48-Al_compressor_housing.jpg
+0
-0
public/samples/all/image/49-diff_housing.jpg
+0
-0
public/samples/all/image/50-Al_cylinder_head.jpg
+0
-0
public/samples/all/image/51-Al_Pump_Housing.jpg
+0
-0
public/samples/all/image/52-range_box.jpg
+0
-0
public/samples/all/image/56-cclogoWEBONLY.jpg
+0
-0
public/samples/all/image/57-crank_case_small.JPG
+0
-0
public/samples/all/image/62-high_cond_copper.jpg
+0
-0
public/samples/all/image/62-topa.jpg
+0
-0
public/samples/all/image/63001.jpg
+0
-0
public/samples/all/image/63002.jpg
+0
-0
public/samples/all/image/63002a.jpg
+0
-0
public/samples/all/image/66-Design_sim.JPG
+0
-0
public/samples/all/image/8-Cast_Thread.JPG
+0
-0
public/samples/all/image/9-scan023.jpg
+0
-0
public/samples/all/image/ISO.jpg
+0
-0
public/samples/all/image/autopour.gif
+0
-0
public/samples/all/image/elong.gif
+0
-0
public/samples/all/image/flowchart.jpg
+0
-0
public/samples/all/image/skilled2.gif
+0
-0
public/samples/all/image/sparks02.jpg
+0
-0
public/samples/all/image/vsab1.jpg
+0
-0
public/samples/all/image/vsab2.jpg
+0
-0
public/stylesheets/_settings.scss
+529
-0
| @@ | @@ -0,0 +1,529 @@ |
| + | // Foundation for Sites Settings |
| + | // ----------------------------- |
| + | // |
| + | // Table of Contents: |
| + | // |
| + | // 1. Global |
| + | // 2. Breakpoints |
| + | // 3. The Grid |
| + | // 4. Base Typography |
| + | // 5. Typography Helpers |
| + | // 6. Abide |
| + | // 7. Accordion |
| + | // 8. Accordion Menu |
| + | // 9. Badge |
| + | // 10. Breadcrumbs |
| + | // 11. Button |
| + | // 12. Button Group |
| + | // 13. Callout |
| + | // 14. Close Button |
| + | // 15. Drilldown |
| + | // 16. Dropdown |
| + | // 17. Dropdown Menu |
| + | // 18. Flex Video |
| + | // 19. Forms |
| + | // 20. Label |
| + | // 21. Media Object |
| + | // 22. Menu |
| + | // 23. Off-canvas |
| + | // 24. Orbit |
| + | // 25. Pagination |
| + | // 26. Progress Bar |
| + | // 27. Reveal |
| + | // 28. Slider |
| + | // 29. Switch |
| + | // 30. Table |
| + | // 31. Tabs |
| + | // 32. Thumbnail |
| + | // 33. Tooltip |
| + | // 34. Top Bar |
| + | |
| + | @import 'foundation6/util/util'; |
| + | |
| + | // 1. Global |
| + | // --------- |
| + | |
| + | $global-width: rem-calc(1200); |
| + | $global-font-size: 100%; |
| + | $global-lineheight: 1.5; |
| + | $primary-color: #2199e8; |
| + | $secondary-color: #777; |
| + | $success-color: #3adb76; |
| + | $warning-color: #ffae00; |
| + | $alert-color: #ec5840; |
| + | $light-gray: #e6e6e6; |
| + | $medium-gray: #cacaca; |
| + | $dark-gray: #8a8a8a; |
| + | $black: #0a0a0a; |
| + | $white: #fefefe; |
| + | $body-background: $white; |
| + | $body-font-color: $black; |
| + | $body-font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
| + | $body-antialiased: true; |
| + | $text-direction: ltr; |
| + | $global-margin: 1rem; |
| + | $global-padding: 1rem; |
| + | $global-margin: 1rem; |
| + | $global-weight-normal: normal; |
| + | $global-weight-bold: bold; |
| + | $global-radius: 0; |
| + | $global-text-direction: ltr; |
| + | $rem-base: 16px; |
| + | |
| + | // 2. Breakpoints |
| + | // -------------- |
| + | |
| + | $breakpoints: ( |
| + | small: 0, |
| + | medium: 640px, |
| + | large: 1024px, |
| + | xlarge: 1200px, |
| + | xxlarge: 1440px, |
| + | ); |
| + | $breakpoint-classes: (small medium large); |
| + | |
| + | // 3. The Grid |
| + | // ----------- |
| + | |
| + | $grid-row-width: $global-width; |
| + | $grid-column-count: 12; |
| + | $grid-column-gutter: 30px; |
| + | $block-grid-max: 6; |
| + | |
| + | // 4. Base Typography |
| + | // ------------------ |
| + | |
| + | $header-font-family: $body-font-family; |
| + | $header-font-weight: $global-weight-normal; |
| + | $header-font-style: normal; |
| + | $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace; |
| + | $header-sizes: ( |
| + | small: ( |
| + | 'h1': 24, |
| + | 'h2': 20, |
| + | 'h3': 19, |
| + | 'h4': 18, |
| + | 'h5': 17, |
| + | 'h6': 16, |
| + | ), |
| + | medium: ( |
| + | 'h1': 48, |
| + | 'h2': 40, |
| + | 'h3': 31, |
| + | 'h4': 25, |
| + | 'h5': 20, |
| + | 'h6': 16, |
| + | ), |
| + | ); |
| + | $header-color: inherit; |
| + | $header-lineheight: 1.4; |
| + | $header-margin-bottom: 0.5rem; |
| + | $header-text-rendering: optimizeLegibility; |
| + | $small-font-size: 80%; |
| + | $header-small-font-color: $medium-gray; |
| + | $paragraph-lineheight: 1.6; |
| + | $paragraph-margin-bottom: 1rem; |
| + | $paragraph-text-rendering: optimizeLegibility; |
| + | $code-color: $black; |
| + | $code-font-family: $font-family-monospace; |
| + | $code-font-weight: $global-weight-normal; |
| + | $code-background: $light-gray; |
| + | $code-border: 1px solid $medium-gray; |
| + | $code-padding: rem-calc(2 5 1); |
| + | $anchor-color: $primary-color; |
| + | $anchor-color-hover: scale-color($anchor-color, $lightness: -14%); |
| + | $anchor-text-decoration: none; |
| + | $anchor-text-decoration-hover: none; |
| + | $hr-width: $global-width; |
| + | $hr-border: 1px solid $medium-gray; |
| + | $hr-margin: rem-calc(20) auto; |
| + | $list-lineheight: $paragraph-lineheight; |
| + | $list-margin-bottom: $paragraph-margin-bottom; |
| + | $list-style-type: disc; |
| + | $list-style-position: outside; |
| + | $list-side-margin: 1.25rem; |
| + | $list-nested-side-margin: 1.25rem; |
| + | $defnlist-margin-bottom: 1rem; |
| + | $defnlist-term-weight: $global-weight-bold; |
| + | $defnlist-term-margin-bottom: 0.3rem; |
| + | $blockquote-color: $dark-gray; |
| + | $blockquote-padding: rem-calc(9 20 0 19); |
| + | $blockquote-border: 1px solid $medium-gray; |
| + | $cite-font-size: rem-calc(13); |
| + | $cite-color: $dark-gray; |
| + | $keystroke-font: $font-family-monospace; |
| + | $keystroke-color: $black; |
| + | $keystroke-background: $light-gray; |
| + | $keystroke-padding: rem-calc(2 4 0); |
| + | $keystroke-radius: $global-radius; |
| + | $abbr-underline: 1px dotted $black; |
| + | |
| + | // 5. Typography Helpers |
| + | // --------------------- |
| + | |
| + | $lead-font-size: $global-font-size * 1.25; |
| + | $lead-lineheight: 1.6; |
| + | $subheader-lineheight: 1.4; |
| + | $subheader-color: $dark-gray; |
| + | $subheader-font-weight: $global-weight-normal; |
| + | $subheader-margin-top: 0.2rem; |
| + | $subheader-margin-bottom: 0.5rem; |
| + | $stat-font-size: 2.5rem; |
| + | |
| + | // 6. Abide |
| + | // -------- |
| + | |
| + | $abide-inputs: true; |
| + | $abide-labels: true; |
| + | $input-background-invalid: $alert-color; |
| + | $form-label-color-invalid: $alert-color; |
| + | $input-error-color: $alert-color; |
| + | $input-error-font-size: rem-calc(12); |
| + | $input-error-font-weight: $global-weight-bold; |
| + | |
| + | // 7. Accordion |
| + | // ------------ |
| + | |
| + | $accordion-background: $white; |
| + | $accordion-plusminus: true; |
| + | $accordion-item-color: foreground($accordion-background, $primary-color); |
| + | $accordion-item-background-hover: $light-gray; |
| + | $accordion-item-padding: 1.25rem 1rem; |
| + | $accordion-content-background: $white; |
| + | $accordion-content-border: 1px solid $light-gray; |
| + | $accordion-content-color: foreground($accordion-background, $primary-color); |
| + | $accordion-content-padding: 1rem; |
| + | |
| + | // 8. Accordion Menu |
| + | // ----------------- |
| + | |
| + | $accordionmenu-arrows: true; |
| + | |
| + | // 9. Badge |
| + | // -------- |
| + | |
| + | $badge-background: $primary-color; |
| + | $badge-color: foreground($badge-background); |
| + | $badge-padding: 0.3em; |
| + | $badge-minwidth: 2.1em; |
| + | $badge-font-size: 0.6rem; |
| + | |
| + | // 10. Breadcrumbs |
| + | // --------------- |
| + | |
| + | $breadcrumbs-margin: 0 0 $global-margin 0; |
| + | $breadcrumbs-item-font-size: rem-calc(11); |
| + | $breadcrumbs-item-color: $primary-color; |
| + | $breadcrumbs-item-color-current: $black; |
| + | $breadcrumbs-item-color-disabled: $medium-gray; |
| + | $breadcrumbs-item-margin: 0.75rem; |
| + | $breadcrumbs-item-uppercase: true; |
| + | $breadcrumbs-item-slash: true; |
| + | |
| + | // 11. Button |
| + | // ---------- |
| + | |
| + | $button-padding: 0.85em 1em; |
| + | $button-margin: 0 $global-margin $global-margin 0; |
| + | $button-fill: solid; |
| + | $button-background: $primary-color; |
| + | $button-background-hover: scale-color($button-background, $lightness: -15%); |
| + | $button-color: #fff; |
| + | $button-color-alt: #000; |
| + | $button-radius: $global-radius; |
| + | $button-sizes: ( |
| + | tiny: 0.6rem, |
| + | small: 0.75rem, |
| + | default: 0.9rem, |
| + | large: 1.25rem, |
| + | ); |
| + | $button-opacity-disabled: 0.25; |
| + | |
| + | // 12. Button Group |
| + | // ---------------- |
| + | |
| + | $buttongroup-margin: 1rem; |
| + | $buttongroup-spacing: 1px; |
| + | $buttongroup-child-selector: '.button'; |
| + | $buttongroup-expand-max: 6; |
| + | |
| + | // 13. Callout |
| + | // ----------- |
| + | |
| + | $callout-background: $white; |
| + | $callout-background-fade: 85%; |
| + | $callout-border: 1px solid rgba($black, 0.25); |
| + | $callout-margin: 0 0 1rem 0; |
| + | $callout-padding: 1rem; |
| + | $callout-font-color: $body-font-color; |
| + | $callout-font-color-alt: $body-background; |
| + | $callout-radius: $global-radius; |
| + | $callout-link-tint: 30%; |
| + | |
| + | // 14. Close Button |
| + | // ---------------- |
| + | |
| + | $closebutton-position: right top; |
| + | $closebutton-offset-horizontal: 1rem; |
| + | $closebutton-offset-vertical: 0.5rem; |
| + | $closebutton-size: 2em; |
| + | $closebutton-lineheight: 1; |
| + | $closebutton-color: $dark-gray; |
| + | $closebutton-color-hover: $black; |
| + | |
| + | // 15. Drilldown |
| + | // ------------- |
| + | |
| + | $drilldown-transition: transform 0.15s linear; |
| + | $drilldown-arrows: true; |
| + | |
| + | // 16. Dropdown |
| + | // ------------ |
| + | |
| + | $dropdown-padding: 1rem; |
| + | $dropdown-border: 1px solid $medium-gray; |
| + | $dropdown-font-size: 16rem; |
| + | $dropdown-width: 300px; |
| + | $dropdown-radius: $global-radius; |
| + | $dropdown-sizes: ( |
| + | tiny: 100px, |
| + | small: 200px, |
| + | large: 400px, |
| + | ); |
| + | |
| + | // 17. Dropdown Menu |
| + | // ----------------- |
| + | |
| + | $dropdownmenu-arrows: true; |
| + | $dropdownmenu-min-width: 200px; |
| + | $dropdownmenu-background: $white; |
| + | $dropdown-border: 1px solid $medium-gray; |
| + | |
| + | // 18. Flex Video |
| + | // -------------- |
| + | |
| + | $flexvideo-padding-top: rem-calc(25); |
| + | $flexvideo-margin-bottom: rem-calc(16); |
| + | $flexvideo-ratio: 4 by 3; |
| + | $flexvideo-ratio-widescreen: 16 by 9; |
| + | |
| + | // 19. Forms |
| + | // --------- |
| + | |
| + | $fieldset-border: 1px solid $medium-gray; |
| + | $fieldset-padding: rem-calc(20); |
| + | $fieldset-margin: rem-calc(18 0); |
| + | $legend-padding: rem-calc(0 3); |
| + | $form-spacing: rem-calc(16); |
| + | $helptext-color: #333; |
| + | $helptext-font-size: rem-calc(13); |
| + | $helptext-font-style: italic; |
| + | $input-prefix-color: $black; |
| + | $input-prefix-background: $light-gray; |
| + | $input-prefix-border: 1px solid $medium-gray; |
| + | $input-prefix-padding: 1rem; |
| + | $form-label-color: $black; |
| + | $form-label-font-size: rem-calc(14); |
| + | $form-label-font-weight: $global-weight-normal; |
| + | $form-label-line-height: 1.8; |
| + | $select-background: #fafafa; |
| + | $select-triangle-color: #333; |
| + | $select-radius: $global-radius; |
| + | $input-color: $dark-gray; |
| + | $input-font-family: inherit; |
| + | $input-font-size: rem-calc(16); |
| + | $input-background: $white; |
| + | $input-background-focus: $white; |
| + | $input-background-disabled: $light-gray; |
| + | $input-border: 1px solid $medium-gray; |
| + | $input-border-focus: 1px solid $dark-gray; |
| + | $input-shadow: inset 0 1px 2px rgba($black, 0.1); |
| + | $input-shadow-focus: 0 0 5px $medium-gray; |
| + | $input-cursor-disabled: default; |
| + | $input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out; |
| + | $input-number-spinners: true; |
| + | $input-radius: $global-radius; |
| + | |
| + | // 20. Label |
| + | // --------- |
| + | |
| + | $label-background: $primary-color; |
| + | $label-color: foreground($label-background); |
| + | $label-font-size: 0.8rem; |
| + | $label-padding: 0.33333rem 0.5rem; |
| + | $label-radius: $global-radius; |
| + | |
| + | // 21. Media Object |
| + | // ---------------- |
| + | |
| + | $mediaobject-margin-bottom: $global-margin; |
| + | $mediaobject-section-padding: $global-padding; |
| + | $mediaobject-image-width-stacked: 100%; |
| + | |
| + | // 22. Menu |
| + | // -------- |
| + | |
| + | $menu-margin: 0; |
| + | $menu-margin-nested: 1rem; |
| + | $menu-item-padding: 0.7rem 1rem; |
| + | $menu-icon-spacing: 0.25rem; |
| + | $menu-expand-max: 6; |
| + | |
| + | // 23. Off-canvas |
| + | // -------------- |
| + | |
| + | $offcanvas-size: 250px; |
| + | $offcanvas-background: $light-gray; |
| + | $offcanvas-zindex: -1; |
| + | $offcanvas-transition-length: 0.5s; |
| + | $offcanvas-transition-timing: ease; |
| + | $offcanvas-exit-background: rgba($white, 0.25); |
| + | $maincontent-class: 'off-canvas-content'; |
| + | $maincontent-shadow: 0 0 10px rgba($black, 0.5); |
| + | |
| + | // 24. Orbit |
| + | // --------- |
| + | |
| + | $orbit-bullet-background: $medium-gray; |
| + | $orbit-bullet-background-active: $dark-gray; |
| + | $orbit-bullet-diameter: 1.2rem; |
| + | $orbit-bullet-margin: 0.1rem; |
| + | $orbit-bullet-margin-top: 0.8rem; |
| + | $orbit-bullet-margin-bottom: 0.8rem; |
| + | $orbit-caption-background: rgba($black, 0.5); |
| + | $orbit-caption-padding: 1rem; |
| + | $orbit-control-background-hover: rgba($black, 0.5); |
| + | $orbit-control-padding: 1rem; |
| + | $orbit-control-zindex: 10; |
| + | |
| + | // 25. Pagination |
| + | // -------------- |
| + | |
| + | $pagination-font-size: rem-calc(14); |
| + | $pagination-margin-bottom: $global-margin; |
| + | $pagination-item-color: $black; |
| + | $pagination-item-padding: rem-calc(3 10); |
| + | $pagination-item-spacing: rem-calc(1); |
| + | $pagination-radius: $global-radius; |
| + | $pagination-item-background-hover: $light-gray; |
| + | $pagination-item-background-current: $primary-color; |
| + | $pagination-item-color-current: foreground($pagination-item-background-current); |
| + | $pagination-item-color-disabled: $medium-gray; |
| + | $pagination-ellipsis-color: $black; |
| + | $pagination-mobile-items: false; |
| + | $pagination-arrows: true; |
| + | |
| + | // 26. Progress Bar |
| + | // ---------------- |
| + | |
| + | $progress-height: 1rem; |
| + | $progress-background: $medium-gray; |
| + | $progress-margin-bottom: $global-margin; |
| + | $progress-meter-background: $primary-color; |
| + | $progress-radius: $global-radius; |
| + | |
| + | // 27. Reveal |
| + | // ---------- |
| + | |
| + | $reveal-background: $white; |
| + | $reveal-width: 600px; |
| + | $reveal-max-width: $global-width; |
| + | $reveal-offset: rem-calc(100); |
| + | $reveal-padding: $global-padding; |
| + | $reveal-border: 1px solid $medium-gray; |
| + | $reveal-radius: $global-radius; |
| + | $reveal-zindex: 1005; |
| + | $reveal-overlay-background: rgba($black, 0.45); |
| + | |
| + | // 28. Slider |
| + | // ---------- |
| + | |
| + | $slider-height: 0.5rem; |
| + | $slider-width-vertical: $slider-height; |
| + | $slider-background: $light-gray; |
| + | $slider-fill-background: $medium-gray; |
| + | $slider-handle-height: 1.4rem; |
| + | $slider-handle-width: 1.4rem; |
| + | $slider-handle-background: $primary-color; |
| + | $slider-opacity-disabled: 0.25; |
| + | $slider-radius: $global-radius; |
| + | $slider-transition: all 0.2s ease-in-out; |
| + | |
| + | // 29. Switch |
| + | // ---------- |
| + | |
| + | $switch-background: $medium-gray; |
| + | $switch-background-active: $primary-color; |
| + | $switch-height: 2rem; |
| + | $switch-height-tiny: 1.5rem; |
| + | $switch-height-small: 1.75rem; |
| + | $switch-height-large: 2.5rem; |
| + | $switch-radius: $global-radius; |
| + | $switch-margin: $global-margin; |
| + | $switch-paddle-background: $white; |
| + | $switch-paddle-offset: 0.25rem; |
| + | $switch-paddle-radius: $global-radius; |
| + | $switch-paddle-transition: all 0.25s ease-out; |
| + | |
| + | // 30. Table |
| + | // --------- |
| + | |
| + | $table-background: $white; |
| + | $table-color-scale: 5%; |
| + | $table-border: 1px solid smart-scale($table-background, $table-color-scale); |
| + | $table-padding: rem-calc(8 10 10); |
| + | $table-hover-scale: 2%; |
| + | $table-row-hover: darken($table-background, $table-hover-scale); |
| + | $table-row-stripe-hover: darken($table-background, $table-color-scale + $table-hover-scale); |
| + | $table-striped-background: smart-scale($table-background, $table-color-scale); |
| + | $table-stripe: even; |
| + | $table-head-background: smart-scale($table-background, $table-color-scale / 2); |
| + | $table-foot-background: smart-scale($table-background, $table-color-scale); |
| + | $table-head-font-color: $body-font-color; |
| + | $show-header-for-stacked: false; |
| + | |
| + | // 31. Tabs |
| + | // -------- |
| + | |
| + | $tab-margin: 0; |
| + | $tab-background: $white; |
| + | $tab-background-active: $light-gray; |
| + | $tab-border: $light-gray; |
| + | $tab-item-color: foreground($tab-background, $primary-color); |
| + | $tab-item-background-hover: $white; |
| + | $tab-item-padding: 1.25rem 1.5rem; |
| + | $tab-expand-max: 6; |
| + | $tab-content-background: $white; |
| + | $tab-content-border: $light-gray; |
| + | $tab-content-color: foreground($tab-background, $primary-color); |
| + | $tab-content-padding: 1rem; |
| + | |
| + | // 32. Thumbnail |
| + | // ------------- |
| + | |
| + | $thumbnail-border: solid 4px $white; |
| + | $thumbnail-margin-bottom: $global-margin; |
| + | $thumbnail-shadow: 0 0 0 1px rgba($black, 0.2); |
| + | $thumbnail-shadow-hover: 0 0 6px 1px rgba($primary-color, 0.5); |
| + | $thumbnail-transition: box-shadow 200ms ease-out; |
| + | $thumbnail-radius: $global-radius; |
| + | |
| + | // 33. Tooltip |
| + | // ----------- |
| + | |
| + | $tooltip-background-color: $black; |
| + | $tooltip-color: $white; |
| + | $tooltip-padding: 0.75rem; |
| + | $tooltip-font-size: $small-font-size; |
| + | $tooltip-pip-width: 0.75rem; |
| + | $tooltip-pip-height: $tooltip-pip-width * 0.866; |
| + | $tooltip-pip-offset: 1.25rem; |
| + | $tooltip-radius: $global-radius; |
| + | |
| + | // 34. Top Bar |
| + | // ----------- |
| + | |
| + | $topbar-padding: 0.5rem; |
| + | $topbar-background: #eee; |
| + | $topbar-link-color: #fff; |
| + | $topbar-input-width: 200px; |
public/stylesheets/app.scss
+43
-0
| @@ | @@ -0,0 +1,43 @@ |
| + | @charset 'utf-8'; |
| + | |
| + | @import 'settings'; |
| + | @import 'foundation6/foundation'; |
| + | @import 'foundation6/motion-ui'; |
| + | |
| + | @include foundation-global-styles; |
| + | @include foundation-grid; |
| + | @include foundation-typography; |
| + | @include foundation-button; |
| + | @include foundation-forms; |
| + | @include foundation-visibility-classes; |
| + | @include foundation-float-classes; |
| + | @include foundation-accordion; |
| + | @include foundation-badge; |
| + | @include foundation-breadcrumbs; |
| + | @include foundation-button-group; |
| + | @include foundation-callout; |
| + | @include foundation-close-button; |
| + | @include foundation-drilldown-menu; |
| + | @include foundation-dropdown; |
| + | @include foundation-dropdown-menu; |
| + | @include foundation-flex-video; |
| + | @include foundation-label; |
| + | @include foundation-media-object; |
| + | @include foundation-menu; |
| + | @include foundation-off-canvas; |
| + | @include foundation-orbit; |
| + | @include foundation-pagination; |
| + | @include foundation-progress-bar; |
| + | @include foundation-slider; |
| + | @include foundation-sticky; |
| + | @include foundation-reveal; |
| + | @include foundation-switch; |
| + | @include foundation-table; |
| + | @include foundation-tabs; |
| + | @include foundation-thumbnail; |
| + | @include foundation-title-bar; |
| + | @include foundation-tooltip; |
| + | @include foundation-top-bar; |
| + | |
| + | @include motion-ui-transitions; |
| + | @include motion-ui-animations; |
public/stylesheets/foundation.css
+3501
-0
| @@ | @@ -0,0 +1,3501 @@ |
| + | |
| + | /** |
| + | * Foundation for Sites by ZURB |
| + | * Version 6.2.1 |
| + | * foundation.zurb.com |
| + | * Licensed under MIT Open Source |
| + | */ |
| + | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| + | /** |
| + | * 1. Set default font family to sans-serif. |
| + | * 2. Prevent iOS and IE text size adjust after device orientation change, |
| + | * without disabling user zoom. |
| + | */ |
| + | |
| + | |
| + | html { |
| + | font-family: sans-serif; |
| + | /* 1 */ |
| + | -ms-text-size-adjust: 100%; |
| + | /* 2 */ |
| + | -webkit-text-size-adjust: 100%; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default margin. |
| + | */ |
| + | body { |
| + | margin: 0; } |
| + | |
| + | /* HTML5 display definitions |
| + | ========================================================================== */ |
| + | /** |
| + | * Correct `block` display not defined for any HTML5 element in IE 8/9. |
| + | * Correct `block` display not defined for `details` or `summary` in IE 10/11 |
| + | * and Firefox. |
| + | * Correct `block` display not defined for `main` in IE 11. |
| + | */ |
| + | article, |
| + | aside, |
| + | details, |
| + | figcaption, |
| + | figure, |
| + | footer, |
| + | header, |
| + | hgroup, |
| + | main, |
| + | menu, |
| + | nav, |
| + | section, |
| + | summary { |
| + | display: block; } |
| + | |
| + | /** |
| + | * 1. Correct `inline-block` display not defined in IE 8/9. |
| + | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. |
| + | */ |
| + | audio, |
| + | canvas, |
| + | progress, |
| + | video { |
| + | display: inline-block; |
| + | /* 1 */ |
| + | vertical-align: baseline; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Prevent modern browsers from displaying `audio` without controls. |
| + | * Remove excess height in iOS 5 devices. |
| + | */ |
| + | audio:not([controls]) { |
| + | display: none; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Address `[hidden]` styling not present in IE 8/9/10. |
| + | * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. |
| + | */ |
| + | [hidden], |
| + | template { |
| + | display: none; } |
| + | |
| + | /* Links |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove the gray background color from active links in IE 10. |
| + | */ |
| + | a { |
| + | background-color: transparent; } |
| + | |
| + | /** |
| + | * Improve readability of focused elements when they are also in an |
| + | * active/hover state. |
| + | */ |
| + | a:active, |
| + | a:hover { |
| + | outline: 0; } |
| + | |
| + | /* Text-level semantics |
| + | ========================================================================== */ |
| + | /** |
| + | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. |
| + | */ |
| + | abbr[title] { |
| + | border-bottom: 1px dotted; } |
| + | |
| + | /** |
| + | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | b, |
| + | strong { |
| + | font-weight: bold; } |
| + | |
| + | /** |
| + | * Address styling not present in Safari and Chrome. |
| + | */ |
| + | dfn { |
| + | font-style: italic; } |
| + | |
| + | /** |
| + | * Address variable `h1` font-size and margin within `section` and `article` |
| + | * contexts in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | h1 { |
| + | font-size: 2em; |
| + | margin: 0.67em 0; } |
| + | |
| + | /** |
| + | * Address styling not present in IE 8/9. |
| + | */ |
| + | mark { |
| + | background: #ff0; |
| + | color: #000; } |
| + | |
| + | /** |
| + | * Address inconsistent and variable font size in all browsers. |
| + | */ |
| + | small { |
| + | font-size: 80%; } |
| + | |
| + | /** |
| + | * Prevent `sub` and `sup` affecting `line-height` in all browsers. |
| + | */ |
| + | sub, |
| + | sup { |
| + | font-size: 75%; |
| + | line-height: 0; |
| + | position: relative; |
| + | vertical-align: baseline; } |
| + | |
| + | sup { |
| + | top: -0.5em; } |
| + | |
| + | sub { |
| + | bottom: -0.25em; } |
| + | |
| + | /* Embedded content |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove border when inside `a` element in IE 8/9/10. |
| + | */ |
| + | img { |
| + | border: 0; } |
| + | |
| + | /** |
| + | * Correct overflow not hidden in IE 9/10/11. |
| + | */ |
| + | svg:not(:root) { |
| + | overflow: hidden; } |
| + | |
| + | /* Grouping content |
| + | ========================================================================== */ |
| + | /** |
| + | * Address margin not present in IE 8/9 and Safari. |
| + | */ |
| + | figure { |
| + | margin: 1em 40px; } |
| + | |
| + | /** |
| + | * Address differences between Firefox and other browsers. |
| + | */ |
| + | hr { |
| + | box-sizing: content-box; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Contain overflow in all browsers. |
| + | */ |
| + | pre { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Address odd `em`-unit font size rendering in all browsers. |
| + | */ |
| + | code, |
| + | kbd, |
| + | pre, |
| + | samp { |
| + | font-family: monospace, monospace; |
| + | font-size: 1em; } |
| + | |
| + | /* Forms |
| + | ========================================================================== */ |
| + | /** |
| + | * Known limitation: by default, Chrome and Safari on OS X allow very limited |
| + | * styling of `select`, unless a `border` property is set. |
| + | */ |
| + | /** |
| + | * 1. Correct color not being inherited. |
| + | * Known issue: affects color of disabled elements. |
| + | * 2. Correct font properties not being inherited. |
| + | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | button, |
| + | input, |
| + | optgroup, |
| + | select, |
| + | textarea { |
| + | color: inherit; |
| + | /* 1 */ |
| + | font: inherit; |
| + | /* 2 */ |
| + | margin: 0; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Address `overflow` set to `hidden` in IE 8/9/10/11. |
| + | */ |
| + | button { |
| + | overflow: visible; } |
| + | |
| + | /** |
| + | * Address inconsistent `text-transform` inheritance for `button` and `select`. |
| + | * All other form control elements do not inherit `text-transform` values. |
| + | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. |
| + | * Correct `select` style inheritance in Firefox. |
| + | */ |
| + | button, |
| + | select { |
| + | text-transform: none; } |
| + | |
| + | /** |
| + | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
| + | * and `video` controls. |
| + | * 2. Correct inability to style clickable `input` types in iOS. |
| + | * 3. Improve usability and consistency of cursor style between image-type |
| + | * `input` and others. |
| + | */ |
| + | button, |
| + | html input[type="button"], |
| + | input[type="reset"], |
| + | input[type="submit"] { |
| + | -webkit-appearance: button; |
| + | /* 2 */ |
| + | cursor: pointer; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Re-set default cursor for disabled elements. |
| + | */ |
| + | button[disabled], |
| + | html input[disabled] { |
| + | cursor: not-allowed; } |
| + | |
| + | /** |
| + | * Remove inner padding and border in Firefox 4+. |
| + | */ |
| + | button::-moz-focus-inner, |
| + | input::-moz-focus-inner { |
| + | border: 0; |
| + | padding: 0; } |
| + | |
| + | /** |
| + | * Address Firefox 4+ setting `line-height` on `input` using `!important` in |
| + | * the UA stylesheet. |
| + | */ |
| + | input { |
| + | line-height: normal; } |
| + | |
| + | /** |
| + | * It's recommended that you don't attempt to style these elements. |
| + | * Firefox's implementation doesn't respect box-sizing, padding, or width. |
| + | * |
| + | * 1. Address box sizing set to `content-box` in IE 8/9/10. |
| + | * 2. Remove excess padding in IE 8/9/10. |
| + | */ |
| + | input[type="checkbox"], |
| + | input[type="radio"] { |
| + | box-sizing: border-box; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Fix the cursor style for Chrome's increment/decrement buttons. For certain |
| + | * `font-size` values of the `input`, it causes the cursor style of the |
| + | * decrement button to change from `default` to `text`. |
| + | */ |
| + | input[type="number"]::-webkit-inner-spin-button, |
| + | input[type="number"]::-webkit-outer-spin-button { |
| + | height: auto; } |
| + | |
| + | /** |
| + | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. |
| + | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. |
| + | */ |
| + | input[type="search"] { |
| + | -webkit-appearance: textfield; |
| + | /* 1 */ |
| + | box-sizing: content-box; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove inner padding and search cancel button in Safari and Chrome on OS X. |
| + | * Safari (but not Chrome) clips the cancel button when the search input has |
| + | * padding (and `textfield` appearance). |
| + | */ |
| + | input[type="search"]::-webkit-search-cancel-button, |
| + | input[type="search"]::-webkit-search-decoration { |
| + | -webkit-appearance: none; } |
| + | |
| + | /** |
| + | * Define consistent border, margin, and padding. |
| + | * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling. |
| + | */ |
| + | /* fieldset { |
| + | border: 1px solid #c0c0c0; |
| + | margin: 0 2px; |
| + | padding: 0.35em 0.625em 0.75em; |
| + | } */ |
| + | /** |
| + | * 1. Correct `color` not being inherited in IE 8/9/10/11. |
| + | * 2. Remove padding so people aren't caught out if they zero out fieldsets. |
| + | */ |
| + | legend { |
| + | border: 0; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default vertical scrollbar in IE 8/9/10/11. |
| + | */ |
| + | textarea { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Don't inherit the `font-weight` (applied by a rule above). |
| + | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. |
| + | */ |
| + | optgroup { |
| + | font-weight: bold; } |
| + | |
| + | /* Tables |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove most spacing between table cells. |
| + | */ |
| + | table { |
| + | border-collapse: collapse; |
| + | border-spacing: 0; } |
| + | |
| + | td, |
| + | th { |
| + | padding: 0; } |
| + | |
| + | .foundation-mq { |
| + | font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; } |
| + | |
| + | html { |
| + | font-size: 100%; |
| + | box-sizing: border-box; } |
| + | |
| + | *, |
| + | *::before, |
| + | *::after { |
| + | box-sizing: inherit; } |
| + | |
| + | body { |
| + | padding: 0; |
| + | margin: 0; |
| + | font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
| + | font-weight: normal; |
| + | line-height: 1.5; |
| + | color: #0a0a0a; |
| + | background: #fefefe; |
| + | -webkit-font-smoothing: antialiased; |
| + | -moz-osx-font-smoothing: grayscale; } |
| + | |
| + | img { |
| + | max-width: 100%; |
| + | height: auto; |
| + | -ms-interpolation-mode: bicubic; |
| + | display: inline-block; |
| + | vertical-align: middle; } |
| + | |
| + | textarea { |
| + | height: auto; |
| + | min-height: 50px; |
| + | border-radius: 0; } |
| + | |
| + | select { |
| + | width: 100%; |
| + | border-radius: 0; } |
| + | |
| + | #map_canvas img, |
| + | #map_canvas embed, |
| + | #map_canvas object, |
| + | .map_canvas img, |
| + | .map_canvas embed, |
| + | .map_canvas object, |
| + | .mqa-display img, |
| + | .mqa-display embed, |
| + | .mqa-display object { |
| + | max-width: none !important; } |
| + | |
| + | button { |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | background: transparent; |
| + | padding: 0; |
| + | border: 0; |
| + | border-radius: 0; |
| + | line-height: 1; } |
| + | [data-whatinput='mouse'] button { |
| + | outline: 0; } |
| + | |
| + | .is-visible { |
| + | display: block !important; } |
| + | |
| + | .is-hidden { |
| + | display: none !important; } |
| + | |
| + | .row { |
| + | max-width: 75rem; |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | .row::before, .row::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .row::after { |
| + | clear: both; } |
| + | .row.collapse > .column, .row.collapse > .columns { |
| + | padding-left: 0; |
| + | padding-right: 0; } |
| + | .row .row { |
| + | max-width: none; |
| + | margin-left: -0.625rem; |
| + | margin-right: -0.625rem; |
| + | max-width: none; } |
| + | @media screen and (min-width: 40em) { |
| + | .row .row { |
| + | margin-left: -0.9375rem; |
| + | margin-right: -0.9375rem; } } |
| + | .row .row.collapse { |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | .row.expanded { |
| + | max-width: none; } |
| + | .row.expanded .row { |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | |
| + | .column, .columns { |
| + | width: 100%; |
| + | float: left; |
| + | padding-left: 0.625rem; |
| + | padding-right: 0.625rem; } |
| + | @media screen and (min-width: 40em) { |
| + | .column, .columns { |
| + | padding-left: 0.9375rem; |
| + | padding-right: 0.9375rem; } } |
| + | .column:last-child:not(:first-child), .columns:last-child:not(:first-child) { |
| + | float: right; } |
| + | .column.end:last-child:last-child, .end.columns:last-child:last-child { |
| + | float: left; } |
| + | |
| + | .column.row.row, .row.row.columns { |
| + | float: none; } |
| + | .row .column.row.row, .row .row.row.columns { |
| + | padding-left: 0; |
| + | padding-right: 0; |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | |
| + | .small-1 { |
| + | width: 8.33333%; } |
| + | |
| + | .small-push-1 { |
| + | position: relative; |
| + | left: 8.33333%; } |
| + | |
| + | .small-pull-1 { |
| + | position: relative; |
| + | left: -8.33333%; } |
| + | |
| + | .small-offset-0 { |
| + | margin-left: 0%; } |
| + | |
| + | .small-2 { |
| + | width: 16.66667%; } |
| + | |
| + | .small-push-2 { |
| + | position: relative; |
| + | left: 16.66667%; } |
| + | |
| + | .small-pull-2 { |
| + | position: relative; |
| + | left: -16.66667%; } |
| + | |
| + | .small-offset-1 { |
| + | margin-left: 8.33333%; } |
| + | |
| + | .small-3 { |
| + | width: 25%; } |
| + | |
| + | .small-push-3 { |
| + | position: relative; |
| + | left: 25%; } |
| + | |
| + | .small-pull-3 { |
| + | position: relative; |
| + | left: -25%; } |
| + | |
| + | .small-offset-2 { |
| + | margin-left: 16.66667%; } |
| + | |
| + | .small-4 { |
| + | width: 33.33333%; } |
| + | |
| + | .small-push-4 { |
| + | position: relative; |
| + | left: 33.33333%; } |
| + | |
| + | .small-pull-4 { |
| + | position: relative; |
| + | left: -33.33333%; } |
| + | |
| + | .small-offset-3 { |
| + | margin-left: 25%; } |
| + | |
| + | .small-5 { |
| + | width: 41.66667%; } |
| + | |
| + | .small-push-5 { |
| + | position: relative; |
| + | left: 41.66667%; } |
| + | |
| + | .small-pull-5 { |
| + | position: relative; |
| + | left: -41.66667%; } |
| + | |
| + | .small-offset-4 { |
| + | margin-left: 33.33333%; } |
| + | |
| + | .small-6 { |
| + | width: 50%; } |
| + | |
| + | .small-push-6 { |
| + | position: relative; |
| + | left: 50%; } |
| + | |
| + | .small-pull-6 { |
| + | position: relative; |
| + | left: -50%; } |
| + | |
| + | .small-offset-5 { |
| + | margin-left: 41.66667%; } |
| + | |
| + | .small-7 { |
| + | width: 58.33333%; } |
| + | |
| + | .small-push-7 { |
| + | position: relative; |
| + | left: 58.33333%; } |
| + | |
| + | .small-pull-7 { |
| + | position: relative; |
| + | left: -58.33333%; } |
| + | |
| + | .small-offset-6 { |
| + | margin-left: 50%; } |
| + | |
| + | .small-8 { |
| + | width: 66.66667%; } |
| + | |
| + | .small-push-8 { |
| + | position: relative; |
| + | left: 66.66667%; } |
| + | |
| + | .small-pull-8 { |
| + | position: relative; |
| + | left: -66.66667%; } |
| + | |
| + | .small-offset-7 { |
| + | margin-left: 58.33333%; } |
| + | |
| + | .small-9 { |
| + | width: 75%; } |
| + | |
| + | .small-push-9 { |
| + | position: relative; |
| + | left: 75%; } |
| + | |
| + | .small-pull-9 { |
| + | position: relative; |
| + | left: -75%; } |
| + | |
| + | .small-offset-8 { |
| + | margin-left: 66.66667%; } |
| + | |
| + | .small-10 { |
| + | width: 83.33333%; } |
| + | |
| + | .small-push-10 { |
| + | position: relative; |
| + | left: 83.33333%; } |
| + | |
| + | .small-pull-10 { |
| + | position: relative; |
| + | left: -83.33333%; } |
| + | |
| + | .small-offset-9 { |
| + | margin-left: 75%; } |
| + | |
| + | .small-11 { |
| + | width: 91.66667%; } |
| + | |
| + | .small-push-11 { |
| + | position: relative; |
| + | left: 91.66667%; } |
| + | |
| + | .small-pull-11 { |
| + | position: relative; |
| + | left: -91.66667%; } |
| + | |
| + | .small-offset-10 { |
| + | margin-left: 83.33333%; } |
| + | |
| + | .small-12 { |
| + | width: 100%; } |
| + | |
| + | .small-offset-11 { |
| + | margin-left: 91.66667%; } |
| + | |
| + | .small-up-1 > .column, .small-up-1 > .columns { |
| + | width: 100%; |
| + | float: left; } |
| + | .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { |
| + | clear: both; } |
| + | .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-2 > .column, .small-up-2 > .columns { |
| + | width: 50%; |
| + | float: left; } |
| + | .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { |
| + | clear: both; } |
| + | .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-3 > .column, .small-up-3 > .columns { |
| + | width: 33.33333%; |
| + | float: left; } |
| + | .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { |
| + | clear: both; } |
| + | .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-4 > .column, .small-up-4 > .columns { |
| + | width: 25%; |
| + | float: left; } |
| + | .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { |
| + | clear: both; } |
| + | .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-5 > .column, .small-up-5 > .columns { |
| + | width: 20%; |
| + | float: left; } |
| + | .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { |
| + | clear: both; } |
| + | .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-6 > .column, .small-up-6 > .columns { |
| + | width: 16.66667%; |
| + | float: left; } |
| + | .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { |
| + | clear: both; } |
| + | .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-7 > .column, .small-up-7 > .columns { |
| + | width: 14.28571%; |
| + | float: left; } |
| + | .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { |
| + | clear: both; } |
| + | .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-up-8 > .column, .small-up-8 > .columns { |
| + | width: 12.5%; |
| + | float: left; } |
| + | .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { |
| + | clear: both; } |
| + | .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { |
| + | float: left; } |
| + | |
| + | .small-collapse > .column, .small-collapse > .columns { |
| + | padding-left: 0; |
| + | padding-right: 0; } |
| + | |
| + | .small-collapse .row { |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | |
| + | .small-uncollapse > .column, .small-uncollapse > .columns { |
| + | padding-left: 0.625rem; |
| + | padding-right: 0.625rem; } |
| + | |
| + | .small-centered { |
| + | float: none; |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | |
| + | .small-uncentered, |
| + | .small-push-0, |
| + | .small-pull-0 { |
| + | position: static; |
| + | margin-left: 0; |
| + | margin-right: 0; |
| + | float: left; } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | .medium-1 { |
| + | width: 8.33333%; } |
| + | .medium-push-1 { |
| + | position: relative; |
| + | left: 8.33333%; } |
| + | .medium-pull-1 { |
| + | position: relative; |
| + | left: -8.33333%; } |
| + | .medium-offset-0 { |
| + | margin-left: 0%; } |
| + | .medium-2 { |
| + | width: 16.66667%; } |
| + | .medium-push-2 { |
| + | position: relative; |
| + | left: 16.66667%; } |
| + | .medium-pull-2 { |
| + | position: relative; |
| + | left: -16.66667%; } |
| + | .medium-offset-1 { |
| + | margin-left: 8.33333%; } |
| + | .medium-3 { |
| + | width: 25%; } |
| + | .medium-push-3 { |
| + | position: relative; |
| + | left: 25%; } |
| + | .medium-pull-3 { |
| + | position: relative; |
| + | left: -25%; } |
| + | .medium-offset-2 { |
| + | margin-left: 16.66667%; } |
| + | .medium-4 { |
| + | width: 33.33333%; } |
| + | .medium-push-4 { |
| + | position: relative; |
| + | left: 33.33333%; } |
| + | .medium-pull-4 { |
| + | position: relative; |
| + | left: -33.33333%; } |
| + | .medium-offset-3 { |
| + | margin-left: 25%; } |
| + | .medium-5 { |
| + | width: 41.66667%; } |
| + | .medium-push-5 { |
| + | position: relative; |
| + | left: 41.66667%; } |
| + | .medium-pull-5 { |
| + | position: relative; |
| + | left: -41.66667%; } |
| + | .medium-offset-4 { |
| + | margin-left: 33.33333%; } |
| + | .medium-6 { |
| + | width: 50%; } |
| + | .medium-push-6 { |
| + | position: relative; |
| + | left: 50%; } |
| + | .medium-pull-6 { |
| + | position: relative; |
| + | left: -50%; } |
| + | .medium-offset-5 { |
| + | margin-left: 41.66667%; } |
| + | .medium-7 { |
| + | width: 58.33333%; } |
| + | .medium-push-7 { |
| + | position: relative; |
| + | left: 58.33333%; } |
| + | .medium-pull-7 { |
| + | position: relative; |
| + | left: -58.33333%; } |
| + | .medium-offset-6 { |
| + | margin-left: 50%; } |
| + | .medium-8 { |
| + | width: 66.66667%; } |
| + | .medium-push-8 { |
| + | position: relative; |
| + | left: 66.66667%; } |
| + | .medium-pull-8 { |
| + | position: relative; |
| + | left: -66.66667%; } |
| + | .medium-offset-7 { |
| + | margin-left: 58.33333%; } |
| + | .medium-9 { |
| + | width: 75%; } |
| + | .medium-push-9 { |
| + | position: relative; |
| + | left: 75%; } |
| + | .medium-pull-9 { |
| + | position: relative; |
| + | left: -75%; } |
| + | .medium-offset-8 { |
| + | margin-left: 66.66667%; } |
| + | .medium-10 { |
| + | width: 83.33333%; } |
| + | .medium-push-10 { |
| + | position: relative; |
| + | left: 83.33333%; } |
| + | .medium-pull-10 { |
| + | position: relative; |
| + | left: -83.33333%; } |
| + | .medium-offset-9 { |
| + | margin-left: 75%; } |
| + | .medium-11 { |
| + | width: 91.66667%; } |
| + | .medium-push-11 { |
| + | position: relative; |
| + | left: 91.66667%; } |
| + | .medium-pull-11 { |
| + | position: relative; |
| + | left: -91.66667%; } |
| + | .medium-offset-10 { |
| + | margin-left: 83.33333%; } |
| + | .medium-12 { |
| + | width: 100%; } |
| + | .medium-offset-11 { |
| + | margin-left: 91.66667%; } |
| + | .medium-up-1 > .column, .medium-up-1 > .columns { |
| + | width: 100%; |
| + | float: left; } |
| + | .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { |
| + | clear: both; } |
| + | .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-2 > .column, .medium-up-2 > .columns { |
| + | width: 50%; |
| + | float: left; } |
| + | .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { |
| + | clear: both; } |
| + | .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-3 > .column, .medium-up-3 > .columns { |
| + | width: 33.33333%; |
| + | float: left; } |
| + | .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { |
| + | clear: both; } |
| + | .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-4 > .column, .medium-up-4 > .columns { |
| + | width: 25%; |
| + | float: left; } |
| + | .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { |
| + | clear: both; } |
| + | .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-5 > .column, .medium-up-5 > .columns { |
| + | width: 20%; |
| + | float: left; } |
| + | .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { |
| + | clear: both; } |
| + | .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-6 > .column, .medium-up-6 > .columns { |
| + | width: 16.66667%; |
| + | float: left; } |
| + | .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { |
| + | clear: both; } |
| + | .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-7 > .column, .medium-up-7 > .columns { |
| + | width: 14.28571%; |
| + | float: left; } |
| + | .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { |
| + | clear: both; } |
| + | .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { |
| + | float: left; } |
| + | .medium-up-8 > .column, .medium-up-8 > .columns { |
| + | width: 12.5%; |
| + | float: left; } |
| + | .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { |
| + | clear: both; } |
| + | .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { |
| + | float: left; } |
| + | .medium-collapse > .column, .medium-collapse > .columns { |
| + | padding-left: 0; |
| + | padding-right: 0; } |
| + | .medium-collapse .row { |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | .medium-uncollapse > .column, .medium-uncollapse > .columns { |
| + | padding-left: 0.9375rem; |
| + | padding-right: 0.9375rem; } |
| + | .medium-centered { |
| + | float: none; |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | .medium-uncentered, |
| + | .medium-push-0, |
| + | .medium-pull-0 { |
| + | position: static; |
| + | margin-left: 0; |
| + | margin-right: 0; |
| + | float: left; } } |
| + | |
| + | @media screen and (min-width: 64em) { |
| + | .large-1 { |
| + | width: 8.33333%; } |
| + | .large-push-1 { |
| + | position: relative; |
| + | left: 8.33333%; } |
| + | .large-pull-1 { |
| + | position: relative; |
| + | left: -8.33333%; } |
| + | .large-offset-0 { |
| + | margin-left: 0%; } |
| + | .large-2 { |
| + | width: 16.66667%; } |
| + | .large-push-2 { |
| + | position: relative; |
| + | left: 16.66667%; } |
| + | .large-pull-2 { |
| + | position: relative; |
| + | left: -16.66667%; } |
| + | .large-offset-1 { |
| + | margin-left: 8.33333%; } |
| + | .large-3 { |
| + | width: 25%; } |
| + | .large-push-3 { |
| + | position: relative; |
| + | left: 25%; } |
| + | .large-pull-3 { |
| + | position: relative; |
| + | left: -25%; } |
| + | .large-offset-2 { |
| + | margin-left: 16.66667%; } |
| + | .large-4 { |
| + | width: 33.33333%; } |
| + | .large-push-4 { |
| + | position: relative; |
| + | left: 33.33333%; } |
| + | .large-pull-4 { |
| + | position: relative; |
| + | left: -33.33333%; } |
| + | .large-offset-3 { |
| + | margin-left: 25%; } |
| + | .large-5 { |
| + | width: 41.66667%; } |
| + | .large-push-5 { |
| + | position: relative; |
| + | left: 41.66667%; } |
| + | .large-pull-5 { |
| + | position: relative; |
| + | left: -41.66667%; } |
| + | .large-offset-4 { |
| + | margin-left: 33.33333%; } |
| + | .large-6 { |
| + | width: 50%; } |
| + | .large-push-6 { |
| + | position: relative; |
| + | left: 50%; } |
| + | .large-pull-6 { |
| + | position: relative; |
| + | left: -50%; } |
| + | .large-offset-5 { |
| + | margin-left: 41.66667%; } |
| + | .large-7 { |
| + | width: 58.33333%; } |
| + | .large-push-7 { |
| + | position: relative; |
| + | left: 58.33333%; } |
| + | .large-pull-7 { |
| + | position: relative; |
| + | left: -58.33333%; } |
| + | .large-offset-6 { |
| + | margin-left: 50%; } |
| + | .large-8 { |
| + | width: 66.66667%; } |
| + | .large-push-8 { |
| + | position: relative; |
| + | left: 66.66667%; } |
| + | .large-pull-8 { |
| + | position: relative; |
| + | left: -66.66667%; } |
| + | .large-offset-7 { |
| + | margin-left: 58.33333%; } |
| + | .large-9 { |
| + | width: 75%; } |
| + | .large-push-9 { |
| + | position: relative; |
| + | left: 75%; } |
| + | .large-pull-9 { |
| + | position: relative; |
| + | left: -75%; } |
| + | .large-offset-8 { |
| + | margin-left: 66.66667%; } |
| + | .large-10 { |
| + | width: 83.33333%; } |
| + | .large-push-10 { |
| + | position: relative; |
| + | left: 83.33333%; } |
| + | .large-pull-10 { |
| + | position: relative; |
| + | left: -83.33333%; } |
| + | .large-offset-9 { |
| + | margin-left: 75%; } |
| + | .large-11 { |
| + | width: 91.66667%; } |
| + | .large-push-11 { |
| + | position: relative; |
| + | left: 91.66667%; } |
| + | .large-pull-11 { |
| + | position: relative; |
| + | left: -91.66667%; } |
| + | .large-offset-10 { |
| + | margin-left: 83.33333%; } |
| + | .large-12 { |
| + | width: 100%; } |
| + | .large-offset-11 { |
| + | margin-left: 91.66667%; } |
| + | .large-up-1 > .column, .large-up-1 > .columns { |
| + | width: 100%; |
| + | float: left; } |
| + | .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { |
| + | clear: both; } |
| + | .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-2 > .column, .large-up-2 > .columns { |
| + | width: 50%; |
| + | float: left; } |
| + | .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { |
| + | clear: both; } |
| + | .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-3 > .column, .large-up-3 > .columns { |
| + | width: 33.33333%; |
| + | float: left; } |
| + | .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { |
| + | clear: both; } |
| + | .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-4 > .column, .large-up-4 > .columns { |
| + | width: 25%; |
| + | float: left; } |
| + | .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { |
| + | clear: both; } |
| + | .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-5 > .column, .large-up-5 > .columns { |
| + | width: 20%; |
| + | float: left; } |
| + | .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { |
| + | clear: both; } |
| + | .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-6 > .column, .large-up-6 > .columns { |
| + | width: 16.66667%; |
| + | float: left; } |
| + | .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { |
| + | clear: both; } |
| + | .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-7 > .column, .large-up-7 > .columns { |
| + | width: 14.28571%; |
| + | float: left; } |
| + | .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { |
| + | clear: both; } |
| + | .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { |
| + | float: left; } |
| + | .large-up-8 > .column, .large-up-8 > .columns { |
| + | width: 12.5%; |
| + | float: left; } |
| + | .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { |
| + | clear: none; } |
| + | .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { |
| + | clear: both; } |
| + | .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { |
| + | float: left; } |
| + | .large-collapse > .column, .large-collapse > .columns { |
| + | padding-left: 0; |
| + | padding-right: 0; } |
| + | .large-collapse .row { |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | .large-uncollapse > .column, .large-uncollapse > .columns { |
| + | padding-left: 0.9375rem; |
| + | padding-right: 0.9375rem; } |
| + | .large-centered { |
| + | float: none; |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | .large-uncentered, |
| + | .large-push-0, |
| + | .large-pull-0 { |
| + | position: static; |
| + | margin-left: 0; |
| + | margin-right: 0; |
| + | float: left; } } |
| + | |
| + | div, |
| + | dl, |
| + | dt, |
| + | dd, |
| + | ul, |
| + | ol, |
| + | li, |
| + | h1, |
| + | h2, |
| + | h3, |
| + | h4, |
| + | h5, |
| + | h6, |
| + | pre, |
| + | form, |
| + | p, |
| + | blockquote, |
| + | th, |
| + | td { |
| + | margin: 0; |
| + | padding: 0; } |
| + | |
| + | p { |
| + | font-size: inherit; |
| + | line-height: 1.6; |
| + | margin-bottom: 1rem; |
| + | text-rendering: optimizeLegibility; } |
| + | |
| + | em, |
| + | i { |
| + | font-style: italic; |
| + | line-height: inherit; } |
| + | |
| + | strong, |
| + | b { |
| + | font-weight: bold; |
| + | line-height: inherit; } |
| + | |
| + | small { |
| + | font-size: 80%; |
| + | line-height: inherit; } |
| + | |
| + | h1, |
| + | h2, |
| + | h3, |
| + | h4, |
| + | h5, |
| + | h6 { |
| + | font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
| + | font-weight: normal; |
| + | font-style: normal; |
| + | color: inherit; |
| + | text-rendering: optimizeLegibility; |
| + | margin-top: 0; |
| + | margin-bottom: 0.5rem; |
| + | line-height: 1.4; } |
| + | h1 small, |
| + | h2 small, |
| + | h3 small, |
| + | h4 small, |
| + | h5 small, |
| + | h6 small { |
| + | color: #cacaca; |
| + | line-height: 0; } |
| + | |
| + | h1 { |
| + | font-size: 1.5rem; } |
| + | |
| + | h2 { |
| + | font-size: 1.25rem; } |
| + | |
| + | h3 { |
| + | font-size: 1.1875rem; } |
| + | |
| + | h4 { |
| + | font-size: 1.125rem; } |
| + | |
| + | h5 { |
| + | font-size: 1.0625rem; } |
| + | |
| + | h6 { |
| + | font-size: 1rem; } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | h1 { |
| + | font-size: 3rem; } |
| + | h2 { |
| + | font-size: 2.5rem; } |
| + | h3 { |
| + | font-size: 1.9375rem; } |
| + | h4 { |
| + | font-size: 1.5625rem; } |
| + | h5 { |
| + | font-size: 1.25rem; } |
| + | h6 { |
| + | font-size: 1rem; } } |
| + | |
| + | a { |
| + | color: #2199e8; |
| + | text-decoration: none; |
| + | line-height: inherit; |
| + | cursor: pointer; } |
| + | a:hover, a:focus { |
| + | color: #1585cf; } |
| + | a img { |
| + | border: 0; } |
| + | |
| + | hr { |
| + | max-width: 75rem; |
| + | height: 0; |
| + | border-right: 0; |
| + | border-top: 0; |
| + | border-bottom: 1px solid #cacaca; |
| + | border-left: 0; |
| + | margin: 1.25rem auto; |
| + | clear: both; } |
| + | |
| + | ul, |
| + | ol, |
| + | dl { |
| + | line-height: 1.6; |
| + | margin-bottom: 1rem; |
| + | list-style-position: outside; } |
| + | |
| + | li { |
| + | font-size: inherit; } |
| + | |
| + | ul { |
| + | list-style-type: disc; |
| + | margin-left: 1.25rem; } |
| + | |
| + | ol { |
| + | margin-left: 1.25rem; } |
| + | |
| + | ul ul, ol ul, ul ol, ol ol { |
| + | margin-left: 1.25rem; |
| + | margin-bottom: 0; } |
| + | |
| + | dl { |
| + | margin-bottom: 1rem; } |
| + | dl dt { |
| + | margin-bottom: 0.3rem; |
| + | font-weight: bold; } |
| + | |
| + | blockquote { |
| + | margin: 0 0 1rem; |
| + | padding: 0.5625rem 1.25rem 0 1.1875rem; |
| + | border-left: 1px solid #cacaca; } |
| + | blockquote, blockquote p { |
| + | line-height: 1.6; |
| + | color: #8a8a8a; } |
| + | |
| + | cite { |
| + | display: block; |
| + | font-size: 0.8125rem; |
| + | color: #8a8a8a; } |
| + | cite:before { |
| + | content: '\2014 \0020'; } |
| + | |
| + | abbr { |
| + | color: #0a0a0a; |
| + | cursor: help; |
| + | border-bottom: 1px dotted #0a0a0a; } |
| + | |
| + | code { |
| + | font-family: Consolas, "Liberation Mono", Courier, monospace; |
| + | font-weight: normal; |
| + | color: #0a0a0a; |
| + | background-color: #e6e6e6; |
| + | border: 1px solid #cacaca; |
| + | padding: 0.125rem 0.3125rem 0.0625rem; } |
| + | |
| + | kbd { |
| + | padding: 0.125rem 0.25rem 0; |
| + | margin: 0; |
| + | background-color: #e6e6e6; |
| + | color: #0a0a0a; |
| + | font-family: Consolas, "Liberation Mono", Courier, monospace; } |
| + | |
| + | .subheader { |
| + | margin-top: 0.2rem; |
| + | margin-bottom: 0.5rem; |
| + | font-weight: normal; |
| + | line-height: 1.4; |
| + | color: #8a8a8a; } |
| + | |
| + | .lead { |
| + | font-size: 125%; |
| + | line-height: 1.6; } |
| + | |
| + | .stat { |
| + | font-size: 2.5rem; |
| + | line-height: 1; } |
| + | p + .stat { |
| + | margin-top: -1rem; } |
| + | |
| + | .no-bullet { |
| + | margin-left: 0; |
| + | list-style: none; } |
| + | |
| + | .text-left { |
| + | text-align: left; } |
| + | |
| + | .text-right { |
| + | text-align: right; } |
| + | |
| + | .text-center { |
| + | text-align: center; } |
| + | |
| + | .text-justify { |
| + | text-align: justify; } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | .medium-text-left { |
| + | text-align: left; } |
| + | .medium-text-right { |
| + | text-align: right; } |
| + | .medium-text-center { |
| + | text-align: center; } |
| + | .medium-text-justify { |
| + | text-align: justify; } } |
| + | |
| + | @media screen and (min-width: 64em) { |
| + | .large-text-left { |
| + | text-align: left; } |
| + | .large-text-right { |
| + | text-align: right; } |
| + | .large-text-center { |
| + | text-align: center; } |
| + | .large-text-justify { |
| + | text-align: justify; } } |
| + | |
| + | .show-for-print { |
| + | display: none !important; } |
| + | |
| + | @media print { |
| + | * { |
| + | background: transparent !important; |
| + | color: black !important; |
| + | box-shadow: none !important; |
| + | text-shadow: none !important; } |
| + | .show-for-print { |
| + | display: block !important; } |
| + | .hide-for-print { |
| + | display: none !important; } |
| + | table.show-for-print { |
| + | display: table !important; } |
| + | thead.show-for-print { |
| + | display: table-header-group !important; } |
| + | tbody.show-for-print { |
| + | display: table-row-group !important; } |
| + | tr.show-for-print { |
| + | display: table-row !important; } |
| + | td.show-for-print { |
| + | display: table-cell !important; } |
| + | th.show-for-print { |
| + | display: table-cell !important; } |
| + | a, |
| + | a:visited { |
| + | text-decoration: underline; } |
| + | a[href]:after { |
| + | content: " (" attr(href) ")"; } |
| + | .ir a:after, |
| + | a[href^='javascript:']:after, |
| + | a[href^='#']:after { |
| + | content: ''; } |
| + | abbr[title]:after { |
| + | content: " (" attr(title) ")"; } |
| + | pre, |
| + | blockquote { |
| + | border: 1px solid #8a8a8a; |
| + | page-break-inside: avoid; } |
| + | thead { |
| + | display: table-header-group; } |
| + | tr, |
| + | img { |
| + | page-break-inside: avoid; } |
| + | img { |
| + | max-width: 100% !important; } |
| + | @page { |
| + | margin: 0.5cm; } |
| + | p, |
| + | h2, |
| + | h3 { |
| + | orphans: 3; |
| + | widows: 3; } |
| + | h2, |
| + | h3 { |
| + | page-break-after: avoid; } } |
| + | |
| + | [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], |
| + | textarea { |
| + | display: block; |
| + | box-sizing: border-box; |
| + | width: 100%; |
| + | height: 2.4375rem; |
| + | padding: 0.5rem; |
| + | border: 1px solid #cacaca; |
| + | margin: 0 0 1rem; |
| + | font-family: inherit; |
| + | font-size: 1rem; |
| + | color: #0a0a0a; |
| + | background-color: #fefefe; |
| + | box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1); |
| + | border-radius: 0; |
| + | transition: box-shadow 0.5s, border-color 0.25s ease-in-out; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; } |
| + | [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, |
| + | textarea:focus { |
| + | border: 1px solid #8a8a8a; |
| + | background-color: #fefefe; |
| + | outline: none; |
| + | box-shadow: 0 0 5px #cacaca; |
| + | transition: box-shadow 0.5s, border-color 0.25s ease-in-out; } |
| + | |
| + | textarea { |
| + | max-width: 100%; } |
| + | textarea[rows] { |
| + | height: auto; } |
| + | |
| + | input::-webkit-input-placeholder, |
| + | textarea::-webkit-input-placeholder { |
| + | color: #cacaca; } |
| + | |
| + | input::-moz-placeholder, |
| + | textarea::-moz-placeholder { |
| + | color: #cacaca; } |
| + | |
| + | input:-ms-input-placeholder, |
| + | textarea:-ms-input-placeholder { |
| + | color: #cacaca; } |
| + | |
| + | input::placeholder, |
| + | textarea::placeholder { |
| + | color: #cacaca; } |
| + | |
| + | input:disabled, input[readonly], |
| + | textarea:disabled, |
| + | textarea[readonly] { |
| + | background-color: #e6e6e6; |
| + | cursor: default; } |
| + | |
| + | [type='submit'], |
| + | [type='button'] { |
| + | border-radius: 0; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; } |
| + | |
| + | input[type='search'] { |
| + | box-sizing: border-box; } |
| + | |
| + | [type='file'], |
| + | [type='checkbox'], |
| + | [type='radio'] { |
| + | margin: 0 0 1rem; } |
| + | |
| + | [type='checkbox'] + label, |
| + | [type='radio'] + label { |
| + | display: inline-block; |
| + | margin-left: 0.5rem; |
| + | margin-right: 1rem; |
| + | margin-bottom: 0; |
| + | vertical-align: baseline; } |
| + | [type='checkbox'] + label[for], |
| + | [type='radio'] + label[for] { |
| + | cursor: pointer; } |
| + | |
| + | label > [type='checkbox'], |
| + | label > [type='radio'] { |
| + | margin-right: 0.5rem; } |
| + | |
| + | [type='file'] { |
| + | width: 100%; } |
| + | |
| + | label { |
| + | display: block; |
| + | margin: 0; |
| + | font-size: 0.875rem; |
| + | font-weight: normal; |
| + | line-height: 1.8; |
| + | color: #0a0a0a; } |
| + | label.middle { |
| + | margin: 0 0 1rem; |
| + | padding: 0.5625rem 0; } |
| + | |
| + | .help-text { |
| + | margin-top: -0.5rem; |
| + | font-size: 0.8125rem; |
| + | font-style: italic; |
| + | color: #0a0a0a; } |
| + | |
| + | .input-group { |
| + | display: table; |
| + | width: 100%; |
| + | margin-bottom: 1rem; } |
| + | .input-group > :first-child { |
| + | border-radius: 0 0 0 0; } |
| + | .input-group > :last-child > * { |
| + | border-radius: 0 0 0 0; } |
| + | |
| + | .input-group-label, .input-group-field, .input-group-button { |
| + | margin: 0; |
| + | display: table-cell; |
| + | vertical-align: middle; } |
| + | |
| + | .input-group-label { |
| + | text-align: center; |
| + | padding: 0 1rem; |
| + | background: #e6e6e6; |
| + | color: #0a0a0a; |
| + | border: 1px solid #cacaca; |
| + | white-space: nowrap; |
| + | width: 1%; |
| + | height: 100%; } |
| + | .input-group-label:first-child { |
| + | border-right: 0; } |
| + | .input-group-label:last-child { |
| + | border-left: 0; } |
| + | |
| + | .input-group-field { |
| + | border-radius: 0; |
| + | height: 2.5rem; } |
| + | |
| + | .input-group-button { |
| + | padding-top: 0; |
| + | padding-bottom: 0; |
| + | text-align: center; |
| + | height: 100%; |
| + | width: 1%; } |
| + | .input-group-button a, |
| + | .input-group-button input, |
| + | .input-group-button button { |
| + | margin: 0; } |
| + | |
| + | .input-group .input-group-button { |
| + | display: table-cell; } |
| + | |
| + | fieldset { |
| + | border: 0; |
| + | padding: 0; |
| + | margin: 0; } |
| + | |
| + | legend { |
| + | margin-bottom: 0.5rem; |
| + | max-width: 100%; } |
| + | |
| + | .fieldset { |
| + | border: 1px solid #cacaca; |
| + | padding: 1.25rem; |
| + | margin: 1.125rem 0; } |
| + | .fieldset legend { |
| + | background: #fefefe; |
| + | padding: 0 0.1875rem; |
| + | margin: 0; |
| + | margin-left: -0.1875rem; } |
| + | |
| + | select { |
| + | height: 2.4375rem; |
| + | padding: 0.5rem; |
| + | border: 1px solid #cacaca; |
| + | margin: 0 0 1rem; |
| + | font-size: 1rem; |
| + | font-family: inherit; |
| + | line-height: normal; |
| + | color: #0a0a0a; |
| + | background-color: #fefefe; |
| + | border-radius: 0; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>'); |
| + | background-size: 9px 6px; |
| + | background-position: right center; |
| + | background-origin: content-box; |
| + | background-repeat: no-repeat; } |
| + | @media screen and (min-width: 0\0) { |
| + | select { |
| + | background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } } |
| + | select:disabled { |
| + | background-color: #e6e6e6; |
| + | cursor: default; } |
| + | select::-ms-expand { |
| + | display: none; } |
| + | select[multiple] { |
| + | height: auto; |
| + | background-image: none; } |
| + | |
| + | .is-invalid-input:not(:focus) { |
| + | background-color: rgba(236, 88, 64, 0.1); |
| + | border-color: #ec5840; } |
| + | |
| + | .is-invalid-label { |
| + | color: #ec5840; } |
| + | |
| + | .form-error { |
| + | display: none; |
| + | margin-top: -0.5rem; |
| + | margin-bottom: 1rem; |
| + | font-size: 0.75rem; |
| + | font-weight: bold; |
| + | color: #ec5840; } |
| + | .form-error.is-visible { |
| + | display: block; } |
| + | |
| + | .button { |
| + | display: inline-block; |
| + | text-align: center; |
| + | line-height: 1; |
| + | cursor: pointer; |
| + | -webkit-appearance: none; |
| + | transition: background-color 0.25s ease-out, color 0.25s ease-out; |
| + | vertical-align: middle; |
| + | border: 1px solid transparent; |
| + | border-radius: 0; |
| + | padding: 0.85em 1em; |
| + | margin: 0 0 1rem 0; |
| + | font-size: 0.9rem; |
| + | background-color: #2199e8; |
| + | color: #fefefe; } |
| + | [data-whatinput='mouse'] .button { |
| + | outline: 0; } |
| + | .button:hover, .button:focus { |
| + | background-color: #1583cc; |
| + | color: #fefefe; } |
| + | .button.tiny { |
| + | font-size: 0.6rem; } |
| + | .button.small { |
| + | font-size: 0.75rem; } |
| + | .button.large { |
| + | font-size: 1.25rem; } |
| + | .button.expanded { |
| + | display: block; |
| + | width: 100%; |
| + | margin-left: 0; |
| + | margin-right: 0; } |
| + | .button.primary { |
| + | background-color: #2199e8; |
| + | color: #fefefe; } |
| + | .button.primary:hover, .button.primary:focus { |
| + | background-color: #147cc0; |
| + | color: #fefefe; } |
| + | .button.secondary { |
| + | background-color: #777; |
| + | color: #fefefe; } |
| + | .button.secondary:hover, .button.secondary:focus { |
| + | background-color: #5f5f5f; |
| + | color: #fefefe; } |
| + | .button.success { |
| + | background-color: #3adb76; |
| + | color: #fefefe; } |
| + | .button.success:hover, .button.success:focus { |
| + | background-color: #22bb5b; |
| + | color: #fefefe; } |
| + | .button.warning { |
| + | background-color: #ffae00; |
| + | color: #fefefe; } |
| + | .button.warning:hover, .button.warning:focus { |
| + | background-color: #cc8b00; |
| + | color: #fefefe; } |
| + | .button.alert { |
| + | background-color: #ec5840; |
| + | color: #fefefe; } |
| + | .button.alert:hover, .button.alert:focus { |
| + | background-color: #da3116; |
| + | color: #fefefe; } |
| + | .button.hollow { |
| + | border: 1px solid #2199e8; |
| + | color: #2199e8; } |
| + | .button.hollow, .button.hollow:hover, .button.hollow:focus { |
| + | background-color: transparent; } |
| + | .button.hollow:hover, .button.hollow:focus { |
| + | border-color: #0c4d78; |
| + | color: #0c4d78; } |
| + | .button.hollow.primary { |
| + | border: 1px solid #2199e8; |
| + | color: #2199e8; } |
| + | .button.hollow.primary:hover, .button.hollow.primary:focus { |
| + | border-color: #0c4d78; |
| + | color: #0c4d78; } |
| + | .button.hollow.secondary { |
| + | border: 1px solid #777; |
| + | color: #777; } |
| + | .button.hollow.secondary:hover, .button.hollow.secondary:focus { |
| + | border-color: #3c3c3c; |
| + | color: #3c3c3c; } |
| + | .button.hollow.success { |
| + | border: 1px solid #3adb76; |
| + | color: #3adb76; } |
| + | .button.hollow.success:hover, .button.hollow.success:focus { |
| + | border-color: #157539; |
| + | color: #157539; } |
| + | .button.hollow.warning { |
| + | border: 1px solid #ffae00; |
| + | color: #ffae00; } |
| + | .button.hollow.warning:hover, .button.hollow.warning:focus { |
| + | border-color: #805700; |
| + | color: #805700; } |
| + | .button.hollow.alert { |
| + | border: 1px solid #ec5840; |
| + | color: #ec5840; } |
| + | .button.hollow.alert:hover, .button.hollow.alert:focus { |
| + | border-color: #881f0e; |
| + | color: #881f0e; } |
| + | .button.disabled, .button[disabled] { |
| + | opacity: 0.25; |
| + | cursor: not-allowed; } |
| + | .button.dropdown::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 0.4em; |
| + | border-color: #fefefe transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | position: relative; |
| + | top: 0.4em; |
| + | float: right; |
| + | margin-left: 1em; |
| + | display: inline-block; } |
| + | .button.arrow-only::after { |
| + | margin-left: 0; |
| + | float: none; |
| + | top: -0.1em; } |
| + | |
| + | .accordion { |
| + | list-style-type: none; |
| + | background: #fefefe; |
| + | border: 1px solid #e6e6e6; |
| + | border-bottom: 0; |
| + | border-radius: 0; |
| + | margin-left: 0; } |
| + | |
| + | .accordion-title { |
| + | display: block; |
| + | padding: 1.25rem 1rem; |
| + | line-height: 1; |
| + | font-size: 0.75rem; |
| + | color: #2199e8; |
| + | position: relative; |
| + | border-bottom: 1px solid #e6e6e6; } |
| + | .accordion-title:hover, .accordion-title:focus { |
| + | background-color: #e6e6e6; } |
| + | .accordion-title::before { |
| + | content: '+'; |
| + | position: absolute; |
| + | right: 1rem; |
| + | top: 50%; |
| + | margin-top: -0.5rem; } |
| + | .is-active > .accordion-title::before { |
| + | content: '–'; } |
| + | |
| + | .accordion-content { |
| + | padding: 1rem; |
| + | display: none; |
| + | border-bottom: 1px solid #e6e6e6; |
| + | background-color: #fefefe; } |
| + | |
| + | .is-accordion-submenu-parent > a { |
| + | position: relative; } |
| + | .is-accordion-submenu-parent > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 6px; |
| + | border-color: #2199e8 transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | position: absolute; |
| + | top: 50%; |
| + | margin-top: -4px; |
| + | right: 1rem; } |
| + | |
| + | .is-accordion-submenu-parent[aria-expanded='true'] > a::after { |
| + | -webkit-transform-origin: 50% 50%; |
| + | -ms-transform-origin: 50% 50%; |
| + | transform-origin: 50% 50%; |
| + | -webkit-transform: scaleY(-1); |
| + | -ms-transform: scaleY(-1); |
| + | transform: scaleY(-1); } |
| + | |
| + | .badge { |
| + | display: inline-block; |
| + | padding: 0.3em; |
| + | min-width: 2.1em; |
| + | font-size: 0.6rem; |
| + | text-align: center; |
| + | border-radius: 50%; |
| + | background: #2199e8; |
| + | color: #fefefe; } |
| + | .badge.secondary { |
| + | background: #777; |
| + | color: #fefefe; } |
| + | .badge.success { |
| + | background: #3adb76; |
| + | color: #fefefe; } |
| + | .badge.warning { |
| + | background: #ffae00; |
| + | color: #fefefe; } |
| + | .badge.alert { |
| + | background: #ec5840; |
| + | color: #fefefe; } |
| + | |
| + | .breadcrumbs { |
| + | list-style: none; |
| + | margin: 0 0 1rem 0; } |
| + | .breadcrumbs::before, .breadcrumbs::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .breadcrumbs::after { |
| + | clear: both; } |
| + | .breadcrumbs li { |
| + | float: left; |
| + | color: #0a0a0a; |
| + | font-size: 0.6875rem; |
| + | cursor: default; |
| + | text-transform: uppercase; } |
| + | .breadcrumbs li:not(:last-child)::after { |
| + | color: #cacaca; |
| + | content: "/"; |
| + | margin: 0 0.75rem; |
| + | position: relative; |
| + | top: 1px; |
| + | opacity: 1; } |
| + | .breadcrumbs a { |
| + | color: #2199e8; } |
| + | .breadcrumbs a:hover { |
| + | text-decoration: underline; } |
| + | .breadcrumbs .disabled { |
| + | color: #cacaca; |
| + | cursor: not-allowed; } |
| + | |
| + | .button-group { |
| + | margin-bottom: 1rem; |
| + | font-size: 0; } |
| + | .button-group::before, .button-group::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .button-group::after { |
| + | clear: both; } |
| + | .button-group .button { |
| + | margin: 0; |
| + | font-size: 0.9rem; } |
| + | .button-group .button:not(:last-child) { |
| + | margin-right: 1px; } |
| + | .button-group.tiny .button { |
| + | font-size: 0.6rem; } |
| + | .button-group.small .button { |
| + | font-size: 0.75rem; } |
| + | .button-group.large .button { |
| + | font-size: 1.25rem; } |
| + | .button-group.expanded { |
| + | margin-right: -1px; } |
| + | .button-group.expanded::before, .button-group.expanded::after { |
| + | display: none; } |
| + | .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button { |
| + | display: inline-block; |
| + | width: calc(50% - 1px); |
| + | margin-right: 1px; } |
| + | .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button { |
| + | display: inline-block; |
| + | width: calc(33.33333% - 1px); |
| + | margin-right: 1px; } |
| + | .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button { |
| + | display: inline-block; |
| + | width: calc(25% - 1px); |
| + | margin-right: 1px; } |
| + | .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button { |
| + | display: inline-block; |
| + | width: calc(20% - 1px); |
| + | margin-right: 1px; } |
| + | .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button { |
| + | display: inline-block; |
| + | width: calc(16.66667% - 1px); |
| + | margin-right: 1px; } |
| + | .button-group.primary .button { |
| + | background-color: #2199e8; |
| + | color: #fefefe; } |
| + | .button-group.primary .button:hover, .button-group.primary .button:focus { |
| + | background-color: #147cc0; |
| + | color: #fefefe; } |
| + | .button-group.secondary .button { |
| + | background-color: #777; |
| + | color: #fefefe; } |
| + | .button-group.secondary .button:hover, .button-group.secondary .button:focus { |
| + | background-color: #5f5f5f; |
| + | color: #fefefe; } |
| + | .button-group.success .button { |
| + | background-color: #3adb76; |
| + | color: #fefefe; } |
| + | .button-group.success .button:hover, .button-group.success .button:focus { |
| + | background-color: #22bb5b; |
| + | color: #fefefe; } |
| + | .button-group.warning .button { |
| + | background-color: #ffae00; |
| + | color: #fefefe; } |
| + | .button-group.warning .button:hover, .button-group.warning .button:focus { |
| + | background-color: #cc8b00; |
| + | color: #fefefe; } |
| + | .button-group.alert .button { |
| + | background-color: #ec5840; |
| + | color: #fefefe; } |
| + | .button-group.alert .button:hover, .button-group.alert .button:focus { |
| + | background-color: #da3116; |
| + | color: #fefefe; } |
| + | .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button { |
| + | width: 100%; |
| + | border-right: 1px solid transparent; } |
| + | .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) { |
| + | border-bottom: 1px solid #fefefe; } |
| + | @media screen and (min-width: 40em) { |
| + | .button-group.stacked-for-small .button { |
| + | width: auto; } |
| + | .button-group.stacked-for-small .button:not(:last-child) { |
| + | margin-right: 1px; } } |
| + | @media screen and (min-width: 64em) { |
| + | .button-group.stacked-for-medium .button { |
| + | width: auto; } |
| + | .button-group.stacked-for-medium .button:not(:last-child) { |
| + | margin-right: 1px; } } |
| + | @media screen and (max-width: 39.9375em) { |
| + | .button-group.stacked-for-small.expanded { |
| + | display: block; } |
| + | .button-group.stacked-for-small.expanded .button { |
| + | display: block; |
| + | margin-right: 0; } } |
| + | |
| + | .callout { |
| + | margin: 0 0 1rem 0; |
| + | padding: 1rem; |
| + | border: 1px solid rgba(10, 10, 10, 0.25); |
| + | border-radius: 0; |
| + | position: relative; |
| + | color: #0a0a0a; |
| + | background-color: white; } |
| + | .callout > :first-child { |
| + | margin-top: 0; } |
| + | .callout > :last-child { |
| + | margin-bottom: 0; } |
| + | .callout.primary { |
| + | background-color: #def0fc; } |
| + | .callout.secondary { |
| + | background-color: #ebebeb; } |
| + | .callout.success { |
| + | background-color: #e1faea; } |
| + | .callout.warning { |
| + | background-color: #fff3d9; } |
| + | .callout.alert { |
| + | background-color: #fce6e2; } |
| + | .callout.small { |
| + | padding-top: 0.5rem; |
| + | padding-right: 0.5rem; |
| + | padding-bottom: 0.5rem; |
| + | padding-left: 0.5rem; } |
| + | .callout.large { |
| + | padding-top: 3rem; |
| + | padding-right: 3rem; |
| + | padding-bottom: 3rem; |
| + | padding-left: 3rem; } |
| + | |
| + | .close-button { |
| + | position: absolute; |
| + | color: #8a8a8a; |
| + | right: 1rem; |
| + | top: 0.5rem; |
| + | font-size: 2em; |
| + | line-height: 1; |
| + | cursor: pointer; } |
| + | [data-whatinput='mouse'] .close-button { |
| + | outline: 0; } |
| + | .close-button:hover, .close-button:focus { |
| + | color: #0a0a0a; } |
| + | |
| + | .menu { |
| + | margin: 0; |
| + | list-style-type: none; } |
| + | .menu > li { |
| + | display: table-cell; |
| + | vertical-align: middle; } |
| + | [data-whatinput='mouse'] .menu > li { |
| + | outline: 0; } |
| + | .menu > li > a { |
| + | display: block; |
| + | padding: 0.7rem 1rem; |
| + | line-height: 1; } |
| + | .menu input, |
| + | .menu a, |
| + | .menu button { |
| + | margin-bottom: 0; } |
| + | .menu > li > a img, |
| + | .menu > li > a i { |
| + | vertical-align: middle; } |
| + | .menu > li > a i + span, |
| + | .menu > li > a img + span { |
| + | vertical-align: middle; } |
| + | .menu > li > a img, |
| + | .menu > li > a i { |
| + | margin-right: 0.25rem; |
| + | display: inline-block; } |
| + | .menu > li { |
| + | display: table-cell; } |
| + | .menu.vertical > li { |
| + | display: block; } |
| + | @media screen and (min-width: 40em) { |
| + | .menu.medium-horizontal > li { |
| + | display: table-cell; } |
| + | .menu.medium-vertical > li { |
| + | display: block; } } |
| + | @media screen and (min-width: 64em) { |
| + | .menu.large-horizontal > li { |
| + | display: table-cell; } |
| + | .menu.large-vertical > li { |
| + | display: block; } } |
| + | .menu.simple li { |
| + | line-height: 1; |
| + | display: inline-block; |
| + | margin-right: 1rem; } |
| + | .menu.simple a { |
| + | padding: 0; } |
| + | .menu.align-right::before, .menu.align-right::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .menu.align-right::after { |
| + | clear: both; } |
| + | .menu.align-right > li { |
| + | float: right; } |
| + | .menu.expanded { |
| + | width: 100%; |
| + | display: table; |
| + | table-layout: fixed; } |
| + | .menu.expanded > li:first-child:last-child { |
| + | width: 100%; } |
| + | .menu.icon-top > li > a { |
| + | text-align: center; } |
| + | .menu.icon-top > li > a img, |
| + | .menu.icon-top > li > a i { |
| + | display: block; |
| + | margin: 0 auto 0.25rem; } |
| + | .menu.nested { |
| + | margin-left: 1rem; } |
| + | .menu .active > a { |
| + | color: #fefefe; |
| + | background: #2199e8; } |
| + | |
| + | .menu-text { |
| + | font-weight: bold; |
| + | color: inherit; |
| + | line-height: 1; |
| + | padding-top: 0; |
| + | padding-bottom: 0; |
| + | padding: 0.7rem 1rem; } |
| + | |
| + | .menu-centered { |
| + | text-align: center; } |
| + | .menu-centered > .menu { |
| + | display: inline-block; } |
| + | |
| + | .no-js [data-responsive-menu] ul { |
| + | display: none; } |
| + | |
| + | .menu-icon { |
| + | position: relative; |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | cursor: pointer; |
| + | width: 20px; |
| + | height: 16px; } |
| + | .menu-icon::after { |
| + | content: ''; |
| + | position: absolute; |
| + | display: block; |
| + | width: 100%; |
| + | height: 2px; |
| + | background: #fefefe; |
| + | top: 0; |
| + | left: 0; |
| + | box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; } |
| + | .menu-icon:hover::after { |
| + | background: #cacaca; |
| + | box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; } |
| + | |
| + | .menu-icon.dark { |
| + | position: relative; |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | cursor: pointer; |
| + | width: 20px; |
| + | height: 16px; } |
| + | .menu-icon.dark::after { |
| + | content: ''; |
| + | position: absolute; |
| + | display: block; |
| + | width: 100%; |
| + | height: 2px; |
| + | background: #0a0a0a; |
| + | top: 0; |
| + | left: 0; |
| + | box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; } |
| + | .menu-icon.dark:hover::after { |
| + | background: #8a8a8a; |
| + | box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; } |
| + | |
| + | .is-drilldown { |
| + | position: relative; |
| + | overflow: hidden; } |
| + | .is-drilldown li { |
| + | display: block !important; } |
| + | |
| + | .is-drilldown-submenu { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 100%; |
| + | z-index: -1; |
| + | height: 100%; |
| + | width: 100%; |
| + | background: #fefefe; |
| + | transition: -webkit-transform 0.15s linear; |
| + | transition: transform 0.15s linear; } |
| + | .is-drilldown-submenu.is-active { |
| + | z-index: 1; |
| + | display: block; |
| + | -webkit-transform: translateX(-100%); |
| + | -ms-transform: translateX(-100%); |
| + | transform: translateX(-100%); } |
| + | .is-drilldown-submenu.is-closing { |
| + | -webkit-transform: translateX(100%); |
| + | -ms-transform: translateX(100%); |
| + | transform: translateX(100%); } |
| + | |
| + | .is-drilldown-submenu-parent > a { |
| + | position: relative; } |
| + | .is-drilldown-submenu-parent > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 6px; |
| + | border-color: transparent transparent transparent #2199e8; |
| + | border-left-style: solid; |
| + | border-right-width: 0; |
| + | position: absolute; |
| + | top: 50%; |
| + | margin-top: -6px; |
| + | right: 1rem; } |
| + | |
| + | .js-drilldown-back > a::before { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 6px; |
| + | border-color: transparent #2199e8 transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; |
| + | border-left-width: 0; |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | margin-right: 0.75rem; } |
| + | |
| + | .dropdown-pane { |
| + | background-color: #fefefe; |
| + | border: 1px solid #cacaca; |
| + | border-radius: 0; |
| + | display: block; |
| + | font-size: 1rem; |
| + | padding: 1rem; |
| + | position: absolute; |
| + | visibility: hidden; |
| + | width: 300px; |
| + | z-index: 10; } |
| + | .dropdown-pane.is-open { |
| + | visibility: visible; } |
| + | |
| + | .dropdown-pane.tiny { |
| + | width: 100px; } |
| + | |
| + | .dropdown-pane.small { |
| + | width: 200px; } |
| + | |
| + | .dropdown-pane.large { |
| + | width: 400px; } |
| + | |
| + | .dropdown.menu > li.opens-left > .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 0; |
| + | top: 100%; } |
| + | |
| + | .dropdown.menu > li.opens-right > .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 0; |
| + | top: 100%; } |
| + | |
| + | .dropdown.menu > li.is-dropdown-submenu-parent > a { |
| + | padding-right: 1.5rem; |
| + | position: relative; } |
| + | |
| + | .dropdown.menu > li.is-dropdown-submenu-parent > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: #2199e8 transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | right: 5px; |
| + | margin-top: -2px; } |
| + | |
| + | [data-whatinput='mouse'] .dropdown.menu a { |
| + | outline: 0; } |
| + | |
| + | .no-js .dropdown.menu ul { |
| + | display: none; } |
| + | |
| + | .dropdown.menu.vertical > li .is-dropdown-submenu { |
| + | top: 0; } |
| + | |
| + | .dropdown.menu.vertical > li.opens-left .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 100%; } |
| + | |
| + | .dropdown.menu.vertical > li.opens-right .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 100%; } |
| + | |
| + | .dropdown.menu.vertical > li > a::after { |
| + | right: 14px; |
| + | margin-top: -3px; } |
| + | |
| + | .dropdown.menu.vertical > li.opens-left > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent #2199e8 transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; } |
| + | |
| + | .dropdown.menu.vertical > li.opens-right > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent transparent transparent #2199e8; |
| + | border-left-style: solid; |
| + | border-right-width: 0; } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 0; |
| + | top: 100%; } |
| + | .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 0; |
| + | top: 100%; } |
| + | .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a { |
| + | padding-right: 1.5rem; |
| + | position: relative; } |
| + | .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: #2199e8 transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | right: 5px; |
| + | margin-top: -2px; } |
| + | .dropdown.menu.medium-vertical > li .is-dropdown-submenu { |
| + | top: 0; } |
| + | .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 100%; } |
| + | .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 100%; } |
| + | .dropdown.menu.medium-vertical > li > a::after { |
| + | right: 14px; |
| + | margin-top: -3px; } |
| + | .dropdown.menu.medium-vertical > li.opens-left > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent #2199e8 transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; } |
| + | .dropdown.menu.medium-vertical > li.opens-right > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent transparent transparent #2199e8; |
| + | border-left-style: solid; |
| + | border-right-width: 0; } } |
| + | |
| + | @media screen and (min-width: 64em) { |
| + | .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 0; |
| + | top: 100%; } |
| + | .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 0; |
| + | top: 100%; } |
| + | .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a { |
| + | padding-right: 1.5rem; |
| + | position: relative; } |
| + | .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: #2199e8 transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | right: 5px; |
| + | margin-top: -2px; } |
| + | .dropdown.menu.large-vertical > li .is-dropdown-submenu { |
| + | top: 0; } |
| + | .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 100%; } |
| + | .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu { |
| + | right: auto; |
| + | left: 100%; } |
| + | .dropdown.menu.large-vertical > li > a::after { |
| + | right: 14px; |
| + | margin-top: -3px; } |
| + | .dropdown.menu.large-vertical > li.opens-left > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent #2199e8 transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; } |
| + | .dropdown.menu.large-vertical > li.opens-right > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent transparent transparent #2199e8; |
| + | border-left-style: solid; |
| + | border-right-width: 0; } } |
| + | |
| + | .dropdown.menu.align-right .is-dropdown-submenu.first-sub { |
| + | top: 100%; |
| + | left: auto; |
| + | right: 0; } |
| + | |
| + | .is-dropdown-menu.vertical { |
| + | width: 100px; } |
| + | .is-dropdown-menu.vertical.align-right { |
| + | float: right; } |
| + | |
| + | .is-dropdown-submenu-parent { |
| + | position: relative; } |
| + | .is-dropdown-submenu-parent a::after { |
| + | position: absolute; |
| + | top: 50%; |
| + | right: 5px; |
| + | margin-top: -2px; } |
| + | .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu { |
| + | top: 100%; } |
| + | .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu { |
| + | left: auto; |
| + | right: 100%; } |
| + | |
| + | .is-dropdown-submenu { |
| + | display: none; |
| + | position: absolute; |
| + | top: 0; |
| + | left: 100%; |
| + | min-width: 200px; |
| + | z-index: 1; |
| + | background: #fefefe; |
| + | border: 1px solid #cacaca; } |
| + | .is-dropdown-submenu .is-dropdown-submenu-parent > a::after { |
| + | right: 14px; |
| + | margin-top: -3px; } |
| + | .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent #2199e8 transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; } |
| + | .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 5px; |
| + | border-color: transparent transparent transparent #2199e8; |
| + | border-left-style: solid; |
| + | border-right-width: 0; } |
| + | .is-dropdown-submenu .is-dropdown-submenu { |
| + | margin-top: -1px; } |
| + | .is-dropdown-submenu > li { |
| + | width: 100%; } |
| + | .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active { |
| + | display: block; } |
| + | |
| + | .flex-video { |
| + | position: relative; |
| + | height: 0; |
| + | padding-bottom: 75%; |
| + | margin-bottom: 1rem; |
| + | overflow: hidden; } |
| + | .flex-video iframe, |
| + | .flex-video object, |
| + | .flex-video embed, |
| + | .flex-video video { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; } |
| + | .flex-video.widescreen { |
| + | padding-bottom: 56.25%; } |
| + | .flex-video.vimeo { |
| + | padding-top: 0; } |
| + | |
| + | .label { |
| + | display: inline-block; |
| + | padding: 0.33333rem 0.5rem; |
| + | font-size: 0.8rem; |
| + | line-height: 1; |
| + | white-space: nowrap; |
| + | cursor: default; |
| + | border-radius: 0; |
| + | background: #2199e8; |
| + | color: #fefefe; } |
| + | .label.secondary { |
| + | background: #777; |
| + | color: #fefefe; } |
| + | .label.success { |
| + | background: #3adb76; |
| + | color: #fefefe; } |
| + | .label.warning { |
| + | background: #ffae00; |
| + | color: #fefefe; } |
| + | .label.alert { |
| + | background: #ec5840; |
| + | color: #fefefe; } |
| + | |
| + | .media-object { |
| + | margin-bottom: 1rem; |
| + | display: block; } |
| + | .media-object img { |
| + | max-width: none; } |
| + | @media screen and (max-width: 39.9375em) { |
| + | .media-object.stack-for-small .media-object-section { |
| + | padding: 0; |
| + | padding-bottom: 1rem; |
| + | display: block; } |
| + | .media-object.stack-for-small .media-object-section img { |
| + | width: 100%; } } |
| + | |
| + | .media-object-section { |
| + | display: table-cell; |
| + | vertical-align: top; } |
| + | .media-object-section:first-child { |
| + | padding-right: 1rem; } |
| + | .media-object-section:last-child:not(:nth-child(2)) { |
| + | padding-left: 1rem; } |
| + | .media-object-section.middle { |
| + | vertical-align: middle; } |
| + | .media-object-section.bottom { |
| + | vertical-align: bottom; } |
| + | |
| + | html, |
| + | body { |
| + | height: 100%; } |
| + | |
| + | .off-canvas-wrapper { |
| + | width: 100%; |
| + | overflow-x: hidden; |
| + | position: relative; |
| + | -webkit-backface-visibility: hidden; |
| + | backface-visibility: hidden; |
| + | -webkit-overflow-scrolling: auto; } |
| + | |
| + | .off-canvas-wrapper-inner { |
| + | position: relative; |
| + | width: 100%; |
| + | transition: -webkit-transform 0.5s ease; |
| + | transition: transform 0.5s ease; } |
| + | .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .off-canvas-wrapper-inner::after { |
| + | clear: both; } |
| + | |
| + | .off-canvas-content, |
| + | .off-canvas-content { |
| + | min-height: 100%; |
| + | background: #fefefe; |
| + | transition: -webkit-transform 0.5s ease; |
| + | transition: transform 0.5s ease; |
| + | -webkit-backface-visibility: hidden; |
| + | backface-visibility: hidden; |
| + | z-index: 1; |
| + | padding-bottom: 0.1px; |
| + | box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); } |
| + | |
| + | .js-off-canvas-exit { |
| + | display: none; |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | background: rgba(254, 254, 254, 0.25); |
| + | cursor: pointer; |
| + | transition: background 0.5s ease; } |
| + | |
| + | .off-canvas { |
| + | position: absolute; |
| + | background: #e6e6e6; |
| + | z-index: -1; |
| + | max-height: 100%; |
| + | overflow-y: auto; |
| + | -webkit-transform: translateX(0); |
| + | -ms-transform: translateX(0); |
| + | transform: translateX(0); } |
| + | [data-whatinput='mouse'] .off-canvas { |
| + | outline: 0; } |
| + | .off-canvas.position-left { |
| + | left: -250px; |
| + | top: 0; |
| + | width: 250px; } |
| + | .is-open-left { |
| + | -webkit-transform: translateX(250px); |
| + | -ms-transform: translateX(250px); |
| + | transform: translateX(250px); } |
| + | .off-canvas.position-right { |
| + | right: -250px; |
| + | top: 0; |
| + | width: 250px; } |
| + | .is-open-right { |
| + | -webkit-transform: translateX(-250px); |
| + | -ms-transform: translateX(-250px); |
| + | transform: translateX(-250px); } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | .position-left.reveal-for-medium { |
| + | left: 0; |
| + | z-index: auto; |
| + | position: fixed; } |
| + | .position-left.reveal-for-medium ~ .off-canvas-content { |
| + | margin-left: 250px; } |
| + | .position-right.reveal-for-medium { |
| + | right: 0; |
| + | z-index: auto; |
| + | position: fixed; } |
| + | .position-right.reveal-for-medium ~ .off-canvas-content { |
| + | margin-right: 250px; } } |
| + | |
| + | @media screen and (min-width: 64em) { |
| + | .position-left.reveal-for-large { |
| + | left: 0; |
| + | z-index: auto; |
| + | position: fixed; } |
| + | .position-left.reveal-for-large ~ .off-canvas-content { |
| + | margin-left: 250px; } |
| + | .position-right.reveal-for-large { |
| + | right: 0; |
| + | z-index: auto; |
| + | position: fixed; } |
| + | .position-right.reveal-for-large ~ .off-canvas-content { |
| + | margin-right: 250px; } } |
| + | |
| + | .orbit { |
| + | position: relative; } |
| + | |
| + | .orbit-container { |
| + | position: relative; |
| + | margin: 0; |
| + | overflow: hidden; |
| + | list-style: none; } |
| + | |
| + | .orbit-slide { |
| + | width: 100%; |
| + | max-height: 100%; } |
| + | .orbit-slide.no-motionui.is-active { |
| + | top: 0; |
| + | left: 0; } |
| + | |
| + | .orbit-figure { |
| + | margin: 0; } |
| + | |
| + | .orbit-image { |
| + | margin: 0; |
| + | width: 100%; |
| + | max-width: 100%; } |
| + | |
| + | .orbit-caption { |
| + | position: absolute; |
| + | bottom: 0; |
| + | width: 100%; |
| + | padding: 1rem; |
| + | margin-bottom: 0; |
| + | color: #fefefe; |
| + | background-color: rgba(10, 10, 10, 0.5); } |
| + | |
| + | .orbit-previous, .orbit-next { |
| + | position: absolute; |
| + | top: 50%; |
| + | -webkit-transform: translateY(-50%); |
| + | -ms-transform: translateY(-50%); |
| + | transform: translateY(-50%); |
| + | z-index: 10; |
| + | padding: 1rem; |
| + | color: #fefefe; } |
| + | [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next { |
| + | outline: 0; } |
| + | .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus { |
| + | background-color: rgba(10, 10, 10, 0.5); } |
| + | |
| + | .orbit-previous { |
| + | left: 0; } |
| + | |
| + | .orbit-next { |
| + | left: auto; |
| + | right: 0; } |
| + | |
| + | .orbit-bullets { |
| + | position: relative; |
| + | margin-top: 0.8rem; |
| + | margin-bottom: 0.8rem; |
| + | text-align: center; } |
| + | [data-whatinput='mouse'] .orbit-bullets { |
| + | outline: 0; } |
| + | .orbit-bullets button { |
| + | width: 1.2rem; |
| + | height: 1.2rem; |
| + | margin: 0.1rem; |
| + | background-color: #cacaca; |
| + | border-radius: 50%; } |
| + | .orbit-bullets button:hover { |
| + | background-color: #8a8a8a; } |
| + | .orbit-bullets button.is-active { |
| + | background-color: #8a8a8a; } |
| + | |
| + | .pagination { |
| + | margin-left: 0; |
| + | margin-bottom: 1rem; } |
| + | .pagination::before, .pagination::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .pagination::after { |
| + | clear: both; } |
| + | .pagination li { |
| + | font-size: 0.875rem; |
| + | margin-right: 0.0625rem; |
| + | border-radius: 0; |
| + | display: none; } |
| + | .pagination li:last-child, .pagination li:first-child { |
| + | display: inline-block; } |
| + | @media screen and (min-width: 40em) { |
| + | .pagination li { |
| + | display: inline-block; } } |
| + | .pagination a, |
| + | .pagination button { |
| + | color: #0a0a0a; |
| + | display: block; |
| + | padding: 0.1875rem 0.625rem; |
| + | border-radius: 0; } |
| + | .pagination a:hover, |
| + | .pagination button:hover { |
| + | background: #e6e6e6; } |
| + | .pagination .current { |
| + | padding: 0.1875rem 0.625rem; |
| + | background: #2199e8; |
| + | color: #fefefe; |
| + | cursor: default; } |
| + | .pagination .disabled { |
| + | padding: 0.1875rem 0.625rem; |
| + | color: #cacaca; |
| + | cursor: not-allowed; } |
| + | .pagination .disabled:hover { |
| + | background: transparent; } |
| + | .pagination .ellipsis::after { |
| + | content: '\2026'; |
| + | padding: 0.1875rem 0.625rem; |
| + | color: #0a0a0a; } |
| + | |
| + | .pagination-previous a::before, |
| + | .pagination-previous.disabled::before { |
| + | content: '\00ab'; |
| + | display: inline-block; |
| + | margin-right: 0.5rem; } |
| + | |
| + | .pagination-next a::after, |
| + | .pagination-next.disabled::after { |
| + | content: '\00bb'; |
| + | display: inline-block; |
| + | margin-left: 0.5rem; } |
| + | |
| + | .progress { |
| + | background-color: #cacaca; |
| + | height: 1rem; |
| + | margin-bottom: 1rem; |
| + | border-radius: 0; } |
| + | .progress.primary .progress-meter { |
| + | background-color: #2199e8; } |
| + | .progress.secondary .progress-meter { |
| + | background-color: #777; } |
| + | .progress.success .progress-meter { |
| + | background-color: #3adb76; } |
| + | .progress.warning .progress-meter { |
| + | background-color: #ffae00; } |
| + | .progress.alert .progress-meter { |
| + | background-color: #ec5840; } |
| + | |
| + | .progress-meter { |
| + | position: relative; |
| + | display: block; |
| + | width: 0%; |
| + | height: 100%; |
| + | background-color: #2199e8; } |
| + | |
| + | .progress-meter-text { |
| + | position: absolute; |
| + | top: 50%; |
| + | left: 50%; |
| + | -webkit-transform: translate(-50%, -50%); |
| + | -ms-transform: translate(-50%, -50%); |
| + | transform: translate(-50%, -50%); |
| + | position: absolute; |
| + | margin: 0; |
| + | font-size: 0.75rem; |
| + | font-weight: bold; |
| + | color: #fefefe; |
| + | white-space: nowrap; } |
| + | |
| + | .slider { |
| + | position: relative; |
| + | height: 0.5rem; |
| + | margin-top: 1.25rem; |
| + | margin-bottom: 2.25rem; |
| + | background-color: #e6e6e6; |
| + | cursor: pointer; |
| + | -webkit-user-select: none; |
| + | -moz-user-select: none; |
| + | -ms-user-select: none; |
| + | user-select: none; |
| + | -ms-touch-action: none; |
| + | touch-action: none; } |
| + | |
| + | .slider-fill { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | display: inline-block; |
| + | max-width: 100%; |
| + | height: 0.5rem; |
| + | background-color: #cacaca; |
| + | transition: all 0.2s ease-in-out; } |
| + | .slider-fill.is-dragging { |
| + | transition: all 0s linear; } |
| + | |
| + | .slider-handle { |
| + | position: absolute; |
| + | top: 50%; |
| + | -webkit-transform: translateY(-50%); |
| + | -ms-transform: translateY(-50%); |
| + | transform: translateY(-50%); |
| + | position: absolute; |
| + | left: 0; |
| + | z-index: 1; |
| + | display: inline-block; |
| + | width: 1.4rem; |
| + | height: 1.4rem; |
| + | background-color: #2199e8; |
| + | transition: all 0.2s ease-in-out; |
| + | -ms-touch-action: manipulation; |
| + | touch-action: manipulation; |
| + | border-radius: 0; } |
| + | [data-whatinput='mouse'] .slider-handle { |
| + | outline: 0; } |
| + | .slider-handle:hover { |
| + | background-color: #1583cc; } |
| + | .slider-handle.is-dragging { |
| + | transition: all 0s linear; } |
| + | |
| + | .slider.disabled, |
| + | .slider[disabled] { |
| + | opacity: 0.25; |
| + | cursor: not-allowed; } |
| + | |
| + | .slider.vertical { |
| + | display: inline-block; |
| + | width: 0.5rem; |
| + | height: 12.5rem; |
| + | margin: 0 1.25rem; |
| + | -webkit-transform: scale(1, -1); |
| + | -ms-transform: scale(1, -1); |
| + | transform: scale(1, -1); } |
| + | .slider.vertical .slider-fill { |
| + | top: 0; |
| + | width: 0.5rem; |
| + | max-height: 100%; } |
| + | .slider.vertical .slider-handle { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 50%; |
| + | width: 1.4rem; |
| + | height: 1.4rem; |
| + | -webkit-transform: translateX(-50%); |
| + | -ms-transform: translateX(-50%); |
| + | transform: translateX(-50%); } |
| + | |
| + | .sticky-container { |
| + | position: relative; } |
| + | |
| + | .sticky { |
| + | position: absolute; |
| + | z-index: 0; |
| + | -webkit-transform: translate3d(0, 0, 0); |
| + | transform: translate3d(0, 0, 0); } |
| + | |
| + | .sticky.is-stuck { |
| + | position: fixed; |
| + | z-index: 5; } |
| + | .sticky.is-stuck.is-at-top { |
| + | top: 0; } |
| + | .sticky.is-stuck.is-at-bottom { |
| + | bottom: 0; } |
| + | |
| + | .sticky.is-anchored { |
| + | position: absolute; |
| + | left: auto; |
| + | right: auto; } |
| + | .sticky.is-anchored.is-at-bottom { |
| + | bottom: 0; } |
| + | |
| + | body.is-reveal-open { |
| + | overflow: hidden; } |
| + | |
| + | .reveal-overlay { |
| + | display: none; |
| + | position: fixed; |
| + | top: 0; |
| + | bottom: 0; |
| + | left: 0; |
| + | right: 0; |
| + | z-index: 1005; |
| + | background-color: rgba(10, 10, 10, 0.45); |
| + | overflow-y: scroll; } |
| + | |
| + | .reveal { |
| + | display: none; |
| + | z-index: 1006; |
| + | padding: 1rem; |
| + | border: 1px solid #cacaca; |
| + | background-color: #fefefe; |
| + | border-radius: 0; |
| + | position: relative; |
| + | top: 100px; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | overflow-y: auto; } |
| + | [data-whatinput='mouse'] .reveal { |
| + | outline: 0; } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal { |
| + | min-height: 0; } } |
| + | .reveal .column, .reveal .columns, |
| + | .reveal .columns { |
| + | min-width: 0; } |
| + | .reveal > :last-child { |
| + | margin-bottom: 0; } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal { |
| + | width: 600px; |
| + | max-width: 75rem; } } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal .reveal { |
| + | left: auto; |
| + | right: auto; |
| + | margin: 0 auto; } } |
| + | .reveal.collapse { |
| + | padding: 0; } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal.tiny { |
| + | width: 30%; |
| + | max-width: 75rem; } } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal.small { |
| + | width: 50%; |
| + | max-width: 75rem; } } |
| + | @media screen and (min-width: 40em) { |
| + | .reveal.large { |
| + | width: 90%; |
| + | max-width: 75rem; } } |
| + | .reveal.full { |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | height: 100vh; |
| + | min-height: 100vh; |
| + | max-width: none; |
| + | margin-left: 0; |
| + | border: 0; |
| + | border-radius: 0; } |
| + | @media screen and (max-width: 39.9375em) { |
| + | .reveal { |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | height: 100vh; |
| + | min-height: 100vh; |
| + | max-width: none; |
| + | margin-left: 0; |
| + | border: 0; |
| + | border-radius: 0; } } |
| + | .reveal.without-overlay { |
| + | position: fixed; } |
| + | |
| + | .switch { |
| + | margin-bottom: 1rem; |
| + | outline: 0; |
| + | position: relative; |
| + | -webkit-user-select: none; |
| + | -moz-user-select: none; |
| + | -ms-user-select: none; |
| + | user-select: none; |
| + | color: #fefefe; |
| + | font-weight: bold; |
| + | font-size: 0.875rem; } |
| + | |
| + | .switch-input { |
| + | opacity: 0; |
| + | position: absolute; } |
| + | |
| + | .switch-paddle { |
| + | background: #cacaca; |
| + | cursor: pointer; |
| + | display: block; |
| + | position: relative; |
| + | width: 4rem; |
| + | height: 2rem; |
| + | transition: all 0.25s ease-out; |
| + | border-radius: 0; |
| + | color: inherit; |
| + | font-weight: inherit; } |
| + | input + .switch-paddle { |
| + | margin: 0; } |
| + | .switch-paddle::after { |
| + | background: #fefefe; |
| + | content: ''; |
| + | display: block; |
| + | position: absolute; |
| + | height: 1.5rem; |
| + | left: 0.25rem; |
| + | top: 0.25rem; |
| + | width: 1.5rem; |
| + | transition: all 0.25s ease-out; |
| + | -webkit-transform: translate3d(0, 0, 0); |
| + | transform: translate3d(0, 0, 0); |
| + | border-radius: 0; } |
| + | input:checked ~ .switch-paddle { |
| + | background: #2199e8; } |
| + | input:checked ~ .switch-paddle::after { |
| + | left: 2.25rem; } |
| + | [data-whatinput='mouse'] input:focus ~ .switch-paddle { |
| + | outline: 0; } |
| + | |
| + | .switch-active, .switch-inactive { |
| + | position: absolute; |
| + | top: 50%; |
| + | -webkit-transform: translateY(-50%); |
| + | -ms-transform: translateY(-50%); |
| + | transform: translateY(-50%); } |
| + | |
| + | .switch-active { |
| + | left: 8%; |
| + | display: none; } |
| + | input:checked + label > .switch-active { |
| + | display: block; } |
| + | |
| + | .switch-inactive { |
| + | right: 15%; } |
| + | input:checked + label > .switch-inactive { |
| + | display: none; } |
| + | |
| + | .switch.tiny .switch-paddle { |
| + | width: 3rem; |
| + | height: 1.5rem; |
| + | font-size: 0.625rem; } |
| + | |
| + | .switch.tiny .switch-paddle::after { |
| + | width: 1rem; |
| + | height: 1rem; } |
| + | |
| + | .switch.tiny input:checked ~ .switch-paddle::after { |
| + | left: 1.75rem; } |
| + | |
| + | .switch.small .switch-paddle { |
| + | width: 3.5rem; |
| + | height: 1.75rem; |
| + | font-size: 0.75rem; } |
| + | |
| + | .switch.small .switch-paddle::after { |
| + | width: 1.25rem; |
| + | height: 1.25rem; } |
| + | |
| + | .switch.small input:checked ~ .switch-paddle::after { |
| + | left: 2rem; } |
| + | |
| + | .switch.large .switch-paddle { |
| + | width: 5rem; |
| + | height: 2.5rem; |
| + | font-size: 1rem; } |
| + | |
| + | .switch.large .switch-paddle::after { |
| + | width: 2rem; |
| + | height: 2rem; } |
| + | |
| + | .switch.large input:checked ~ .switch-paddle::after { |
| + | left: 2.75rem; } |
| + | |
| + | table { |
| + | width: 100%; |
| + | margin-bottom: 1rem; |
| + | border-radius: 0; } |
| + | table thead, |
| + | table tbody, |
| + | table tfoot { |
| + | border: 1px solid #f1f1f1; |
| + | background-color: #fefefe; } |
| + | table caption { |
| + | font-weight: bold; |
| + | padding: 0.5rem 0.625rem 0.625rem; } |
| + | table thead, |
| + | table tfoot { |
| + | background: #f8f8f8; |
| + | color: #0a0a0a; } |
| + | table thead tr, |
| + | table tfoot tr { |
| + | background: transparent; } |
| + | table thead th, |
| + | table thead td, |
| + | table tfoot th, |
| + | table tfoot td { |
| + | padding: 0.5rem 0.625rem 0.625rem; |
| + | font-weight: bold; |
| + | text-align: left; } |
| + | table tbody tr:nth-child(even) { |
| + | background-color: #f1f1f1; } |
| + | table tbody th, |
| + | table tbody td { |
| + | padding: 0.5rem 0.625rem 0.625rem; } |
| + | |
| + | @media screen and (max-width: 63.9375em) { |
| + | table.stack thead { |
| + | display: none; } |
| + | table.stack tfoot { |
| + | display: none; } |
| + | table.stack tr, |
| + | table.stack th, |
| + | table.stack td { |
| + | display: block; } |
| + | table.stack td { |
| + | border-top: 0; } } |
| + | |
| + | table.scroll { |
| + | display: block; |
| + | width: 100%; |
| + | overflow-x: auto; } |
| + | |
| + | table.hover tr:hover { |
| + | background-color: #f9f9f9; } |
| + | |
| + | table.hover tr:nth-of-type(even):hover { |
| + | background-color: #ececec; } |
| + | |
| + | .table-scroll { |
| + | overflow-x: auto; } |
| + | .table-scroll table { |
| + | width: auto; } |
| + | |
| + | .tabs { |
| + | margin: 0; |
| + | list-style-type: none; |
| + | background: #fefefe; |
| + | border: 1px solid #e6e6e6; } |
| + | .tabs::before, .tabs::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .tabs::after { |
| + | clear: both; } |
| + | |
| + | .tabs.vertical > li { |
| + | width: auto; |
| + | float: none; |
| + | display: block; } |
| + | |
| + | .tabs.simple > li > a { |
| + | padding: 0; } |
| + | .tabs.simple > li > a:hover { |
| + | background: transparent; } |
| + | |
| + | .tabs.primary { |
| + | background: #2199e8; } |
| + | .tabs.primary > li > a { |
| + | color: #fefefe; } |
| + | .tabs.primary > li > a:hover, .tabs.primary > li > a:focus { |
| + | background: #1893e4; } |
| + | |
| + | .tabs-title { |
| + | float: left; } |
| + | .tabs-title > a { |
| + | display: block; |
| + | padding: 1.25rem 1.5rem; |
| + | line-height: 1; |
| + | font-size: 0.75rem; } |
| + | .tabs-title > a:hover { |
| + | background: #fefefe; } |
| + | .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] { |
| + | background: #e6e6e6; } |
| + | |
| + | .tabs-content { |
| + | background: #fefefe; |
| + | transition: all 0.5s ease; |
| + | border: 1px solid #e6e6e6; |
| + | border-top: 0; } |
| + | |
| + | .tabs-content.vertical { |
| + | border: 1px solid #e6e6e6; |
| + | border-left: 0; } |
| + | |
| + | .tabs-panel { |
| + | display: none; |
| + | padding: 1rem; } |
| + | .tabs-panel.is-active { |
| + | display: block; } |
| + | |
| + | .thumbnail { |
| + | border: solid 4px #fefefe; |
| + | box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2); |
| + | display: inline-block; |
| + | line-height: 0; |
| + | max-width: 100%; |
| + | transition: box-shadow 200ms ease-out; |
| + | border-radius: 0; |
| + | margin-bottom: 1rem; } |
| + | .thumbnail:hover, .thumbnail:focus { |
| + | box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); } |
| + | |
| + | .title-bar { |
| + | background: #0a0a0a; |
| + | color: #fefefe; |
| + | padding: 0.5rem; } |
| + | .title-bar::before, .title-bar::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .title-bar::after { |
| + | clear: both; } |
| + | .title-bar .menu-icon { |
| + | margin-left: 0.25rem; |
| + | margin-right: 0.5rem; } |
| + | |
| + | .title-bar-left { |
| + | float: left; } |
| + | |
| + | .title-bar-right { |
| + | float: right; |
| + | text-align: right; } |
| + | |
| + | .title-bar-title { |
| + | font-weight: bold; |
| + | vertical-align: middle; |
| + | display: inline-block; } |
| + | |
| + | .menu-icon.dark { |
| + | position: relative; |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | cursor: pointer; |
| + | width: 20px; |
| + | height: 16px; } |
| + | .menu-icon.dark::after { |
| + | content: ''; |
| + | position: absolute; |
| + | display: block; |
| + | width: 100%; |
| + | height: 2px; |
| + | background: #0a0a0a; |
| + | top: 0; |
| + | left: 0; |
| + | box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; } |
| + | .menu-icon.dark:hover::after { |
| + | background: #8a8a8a; |
| + | box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; } |
| + | |
| + | .has-tip { |
| + | border-bottom: dotted 1px #8a8a8a; |
| + | font-weight: bold; |
| + | position: relative; |
| + | display: inline-block; |
| + | cursor: help; } |
| + | |
| + | .tooltip { |
| + | background-color: #0a0a0a; |
| + | color: #fefefe; |
| + | font-size: 80%; |
| + | padding: 0.75rem; |
| + | position: absolute; |
| + | z-index: 10; |
| + | top: calc(100% + 0.6495rem); |
| + | max-width: 10rem !important; |
| + | border-radius: 0; } |
| + | .tooltip::before { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 0.75rem; |
| + | border-color: transparent transparent #0a0a0a; |
| + | border-bottom-style: solid; |
| + | border-top-width: 0; |
| + | bottom: 100%; |
| + | position: absolute; |
| + | left: 50%; |
| + | -webkit-transform: translateX(-50%); |
| + | -ms-transform: translateX(-50%); |
| + | transform: translateX(-50%); } |
| + | .tooltip.top::before { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 0.75rem; |
| + | border-color: #0a0a0a transparent transparent; |
| + | border-top-style: solid; |
| + | border-bottom-width: 0; |
| + | top: 100%; |
| + | bottom: auto; } |
| + | .tooltip.left::before { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 0.75rem; |
| + | border-color: transparent transparent transparent #0a0a0a; |
| + | border-left-style: solid; |
| + | border-right-width: 0; |
| + | bottom: auto; |
| + | left: 100%; |
| + | top: 50%; |
| + | -webkit-transform: translateY(-50%); |
| + | -ms-transform: translateY(-50%); |
| + | transform: translateY(-50%); } |
| + | .tooltip.right::before { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset 0.75rem; |
| + | border-color: transparent #0a0a0a transparent transparent; |
| + | border-right-style: solid; |
| + | border-left-width: 0; |
| + | bottom: auto; |
| + | left: auto; |
| + | right: 100%; |
| + | top: 50%; |
| + | -webkit-transform: translateY(-50%); |
| + | -ms-transform: translateY(-50%); |
| + | transform: translateY(-50%); } |
| + | |
| + | .top-bar { |
| + | padding: 0.5rem; } |
| + | .top-bar::before, .top-bar::after { |
| + | content: ' '; |
| + | display: table; } |
| + | .top-bar::after { |
| + | clear: both; } |
| + | .top-bar, |
| + | .top-bar ul { |
| + | background-color: #e6e6e6; } |
| + | .top-bar input { |
| + | max-width: 200px; |
| + | margin-right: 1rem; } |
| + | .top-bar .input-group-field { |
| + | width: 100%; |
| + | margin-right: 0; } |
| + | .top-bar input.button { |
| + | width: auto; } |
| + | .top-bar .top-bar-left, |
| + | .top-bar .top-bar-right { |
| + | width: 100%; } |
| + | @media screen and (min-width: 40em) { |
| + | .top-bar .top-bar-left, |
| + | .top-bar .top-bar-right { |
| + | width: auto; } } |
| + | @media screen and (max-width: 63.9375em) { |
| + | .top-bar.stacked-for-medium .top-bar-left, |
| + | .top-bar.stacked-for-medium .top-bar-right { |
| + | width: 100%; } } |
| + | @media screen and (max-width: 74.9375em) { |
| + | .top-bar.stacked-for-large .top-bar-left, |
| + | .top-bar.stacked-for-large .top-bar-right { |
| + | width: 100%; } } |
| + | |
| + | .top-bar-title { |
| + | float: left; |
| + | margin-right: 1rem; } |
| + | |
| + | .top-bar-left { |
| + | float: left; } |
| + | |
| + | .top-bar-right { |
| + | float: right; } |
| + | |
| + | .hide { |
| + | display: none !important; } |
| + | |
| + | .invisible { |
| + | visibility: hidden; } |
| + | |
| + | @media screen and (max-width: 39.9375em) { |
| + | .hide-for-small-only { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (max-width: 0em), screen and (min-width: 40em) { |
| + | .show-for-small-only { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (min-width: 40em) { |
| + | .hide-for-medium { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (max-width: 39.9375em) { |
| + | .show-for-medium { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (min-width: 40em) and (max-width: 63.9375em) { |
| + | .hide-for-medium-only { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (max-width: 39.9375em), screen and (min-width: 64em) { |
| + | .show-for-medium-only { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (min-width: 64em) { |
| + | .hide-for-large { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (max-width: 63.9375em) { |
| + | .show-for-large { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (min-width: 64em) and (max-width: 74.9375em) { |
| + | .hide-for-large-only { |
| + | display: none !important; } } |
| + | |
| + | @media screen and (max-width: 63.9375em), screen and (min-width: 75em) { |
| + | .show-for-large-only { |
| + | display: none !important; } } |
| + | |
| + | .show-for-sr, |
| + | .show-on-focus { |
| + | position: absolute !important; |
| + | width: 1px; |
| + | height: 1px; |
| + | overflow: hidden; |
| + | clip: rect(0, 0, 0, 0); } |
| + | |
| + | .show-on-focus:active, .show-on-focus:focus { |
| + | position: static !important; |
| + | height: auto; |
| + | width: auto; |
| + | overflow: visible; |
| + | clip: auto; } |
| + | |
| + | .show-for-landscape, |
| + | .hide-for-portrait { |
| + | display: block !important; } |
| + | @media screen and (orientation: landscape) { |
| + | .show-for-landscape, |
| + | .hide-for-portrait { |
| + | display: block !important; } } |
| + | @media screen and (orientation: portrait) { |
| + | .show-for-landscape, |
| + | .hide-for-portrait { |
| + | display: none !important; } } |
| + | |
| + | .hide-for-landscape, |
| + | .show-for-portrait { |
| + | display: none !important; } |
| + | @media screen and (orientation: landscape) { |
| + | .hide-for-landscape, |
| + | .show-for-portrait { |
| + | display: none !important; } } |
| + | @media screen and (orientation: portrait) { |
| + | .hide-for-landscape, |
| + | .show-for-portrait { |
| + | display: block !important; } } |
| + | |
| + | .float-left { |
| + | float: left !important; } |
| + | |
| + | .float-right { |
| + | float: right !important; } |
| + | |
| + | .float-center { |
| + | display: block; |
| + | margin-left: auto; |
| + | margin-right: auto; } |
| + | |
| + | .clearfix::before, .clearfix::after { |
| + | content: ' '; |
| + | display: table; } |
| + | |
| + | .clearfix::after { |
| + | clear: both; } |
| + | |
| + | /*# sourceMappingURL=foundation.css.map */ |
public/stylesheets/foundation6/_global.scss
+197
-0
| @@ | @@ -0,0 +1,197 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group global |
| + | //// |
| + | |
| + | /// Global width of your site. Used by the grid to determine row width. |
| + | /// @type Number |
| + | $global-width: rem-calc(1200) !default; |
| + | |
| + | /// Font size attribute applied to `<html>` and `<body>`. We use 100% by default so the value is inherited from the user's browser settings. |
| + | /// @type Number |
| + | $global-font-size: 100% !default; |
| + | |
| + | /// Default line height for all type. `$global-lineheight` is 24px while `$global-font-size` is 16px |
| + | /// @type Number |
| + | $global-lineheight: 1.5 !default; |
| + | |
| + | /// Primary color for interactive components like links and buttons. |
| + | /// @type Color |
| + | $primary-color: #2199e8 !default; |
| + | |
| + | /// Secondary color, used with components that support the `.secondary` class. |
| + | /// @type Color |
| + | $secondary-color: #777 !default; |
| + | |
| + | /// Color to indicate a positive status or action, used with the `.success` class. |
| + | /// @type Color |
| + | $success-color: #3adb76 !default; |
| + | |
| + | /// Color to indicate a caution status or action, used with the `.warning` class. |
| + | /// @type Color |
| + | $warning-color: #ffae00 !default; |
| + | |
| + | /// Color to indicate a negative status or action, used with the `.alert` class. |
| + | /// @type Color |
| + | $alert-color: #ec5840 !default; |
| + | |
| + | /// Color used for light gray UI items. |
| + | /// @type Color |
| + | $light-gray: #e6e6e6 !default; |
| + | |
| + | /// Color used for medium gray UI items. |
| + | /// @type Color |
| + | $medium-gray: #cacaca !default; |
| + | |
| + | /// Color used for dark gray UI items. |
| + | /// @type Color |
| + | $dark-gray: #8a8a8a !default; |
| + | |
| + | /// Color used for black ui items. |
| + | /// @type Color |
| + | $black: #0a0a0a !default; |
| + | |
| + | /// Color used for white ui items. |
| + | /// @type Color |
| + | $white: #fefefe !default; |
| + | |
| + | /// Background color of the body. |
| + | /// @type Color |
| + | $body-background: $white !default; |
| + | |
| + | /// Text color of the body. |
| + | /// @type Color |
| + | $body-font-color: $black !default; |
| + | |
| + | /// Font stack of the body. |
| + | /// @type List |
| + | $body-font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !default; |
| + | |
| + | /// Set to `true` to enable antialiased type, using the `-webkit-font-smoothing` and `-moz-osx-font-smoothing` CSS properties. |
| + | /// @type Boolean |
| + | $body-antialiased: true !default; |
| + | |
| + | /// Text direction for the document. Set to `rtl` to reverse the orientation and direction of all components. |
| + | /// @type Keyword |
| + | $text-direction: ltr !default; |
| + | |
| + | /// Global value used for margin on components. |
| + | /// @type Number |
| + | $global-margin: 1rem !default; |
| + | |
| + | /// Global value used for padding on components. |
| + | /// @type Number |
| + | $global-padding: 1rem !default; |
| + | |
| + | /// Global value used for margin between components. |
| + | /// @type Number |
| + | $global-margin: 1rem !default; |
| + | |
| + | /// Global font weight used for normal type. |
| + | /// @type Keyword | Number |
| + | $global-weight-normal: normal !default; |
| + | |
| + | /// Global font weight used for bold type. |
| + | /// @type Keyword | Number |
| + | $global-weight-bold: bold !default; |
| + | |
| + | /// Global value used for all elements that have a border radius. |
| + | /// @type Number |
| + | $global-radius: 0 !default; |
| + | |
| + | /// Sets the text direction of the CSS. Can be either `ltr` or `rtl`. |
| + | $global-text-direction: ltr !default; |
| + | |
| + | // Internal variables used for text direction |
| + | $global-left: if($global-text-direction == rtl, right, left); |
| + | $global-right: if($global-text-direction == rtl, left, right); |
| + | |
| + | // Internal map used to iterate through colors, to generate CSS classes with less code |
| + | $foundation-colors: ( |
| + | primary: $primary-color, |
| + | secondary: $secondary-color, |
| + | success: $success-color, |
| + | alert: $alert-color, |
| + | warning: $warning-color, |
| + | ); |
| + | |
| + | @mixin foundation-global-styles { |
| + | html, |
| + | body { |
| + | font-size: $global-font-size; |
| + | box-sizing: border-box; |
| + | } |
| + | |
| + | // Set box-sizing globally to handle padding and border widths |
| + | *, |
| + | *:before, |
| + | *:after { |
| + | box-sizing: inherit; |
| + | } |
| + | |
| + | // Default body styles |
| + | body { |
| + | padding: 0; |
| + | margin: 0; |
| + | font-family: $body-font-family; |
| + | font-weight: $global-weight-normal; |
| + | line-height: $global-lineheight; |
| + | color: $body-font-color; |
| + | background: $body-background; |
| + | |
| + | @if ($body-antialiased) { |
| + | -webkit-font-smoothing: antialiased; |
| + | -moz-osx-font-smoothing: grayscale; |
| + | } |
| + | } |
| + | |
| + | img { |
| + | // Grid defaults to get images and embeds to work properly |
| + | max-width: 100%; |
| + | height: auto; |
| + | -ms-interpolation-mode: bicubic; |
| + | |
| + | // Get rid of gap under images by making them display: inline-block; by default |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | } |
| + | |
| + | // Make sure textarea takes on height automatically |
| + | textarea { |
| + | height: auto; |
| + | min-height: 50px; |
| + | border-radius: $global-radius; |
| + | } |
| + | |
| + | // Make select elements are 100% width by default |
| + | select { |
| + | width: 100%; |
| + | border-radius: $global-radius; |
| + | } |
| + | |
| + | // Styles Google Maps and MapQuest embeds properly |
| + | // scss-lint:disable IdSelector |
| + | #map_canvas, |
| + | .map_canvas, |
| + | .mqa-display { |
| + | img, |
| + | embed, |
| + | object { |
| + | max-width: none !important; |
| + | } |
| + | } |
| + | |
| + | // Reset <button> styles created by most browsers |
| + | button { |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | background: transparent; |
| + | padding: 0; |
| + | border: 0; |
| + | border-radius: $global-radius; |
| + | line-height: 1; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_accordion-menu.scss
+28
-0
| @@ | @@ -0,0 +1,28 @@ |
| + | //// |
| + | /// @group accordion-menu |
| + | //// |
| + | |
| + | /// Sets if accordion menus have the default arrow styles. |
| + | /// @type Boolean |
| + | $accordionmenu-arrows: true; |
| + | |
| + | @mixin foundation-accordion-menu { |
| + | @if $accordionmenu-arrows { |
| + | .is-accordion-submenu-parent > a { |
| + | position: relative; |
| + | |
| + | &::after { |
| + | @include css-triangle(6px, $primary-color, down); |
| + | position: absolute; |
| + | top: 50%; |
| + | margin-top: -4px; |
| + | right: 1rem; |
| + | } |
| + | } |
| + | |
| + | .is-accordion-submenu-parent[aria-expanded="true"] > a::after { |
| + | transform-origin: 50% 50%; |
| + | transform: scaleY(-1); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_accordion.scss
+112
-0
| @@ | @@ -0,0 +1,112 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group accordion |
| + | //// |
| + | |
| + | /// Default background color of an accordion group. |
| + | /// @type Color |
| + | $accordion-background: $white; |
| + | |
| + | /// If `true`, adds plus and minus icons to the side of each accordion title. |
| + | /// @type Boolean |
| + | $accordion-plusminus: true; |
| + | |
| + | /// Default text color for items in a Menu. |
| + | /// @type Color |
| + | $accordion-item-color: foreground($accordion-background, $primary-color); |
| + | |
| + | /// Default background color on hover for items in a Menu. |
| + | /// @type Color |
| + | $accordion-item-background-hover: $light-gray !default; |
| + | |
| + | /// Default padding of an accordion item. |
| + | /// @type Number | List |
| + | $accordion-item-padding: 1.25rem 1rem !default; |
| + | |
| + | /// Default background color of tab content. |
| + | /// @type Color |
| + | $accordion-content-background: $white !default; |
| + | |
| + | /// Default border color of tab content. |
| + | /// @type Color |
| + | $accordion-content-border: 1px solid $light-gray !default; |
| + | |
| + | /// Default text color of tab content. |
| + | /// @type Color |
| + | $accordion-content-color: foreground($accordion-background, $primary-color); |
| + | |
| + | /// Default padding for tab content. |
| + | /// @type Number | List |
| + | $accordion-content-padding: 1rem !default; |
| + | |
| + | /// Adds styles for an accordion container. Apply this to the same element that gets `data-accordion`. |
| + | @mixin accordion-container { |
| + | list-style-type: none; |
| + | background: $accordion-background; |
| + | border: $accordion-content-border; |
| + | border-radius: $global-radius; |
| + | margin-#{$global-left}: 0; |
| + | } |
| + | |
| + | /// Adds styles for the title of an accordion item. Apply this to the link within an accordion item. |
| + | @mixin accordion-title { |
| + | display: block; |
| + | padding: $accordion-item-padding; |
| + | line-height: 1; |
| + | font-size: rem-calc(12); |
| + | color: $accordion-item-color; |
| + | position: relative; |
| + | border-bottom: $accordion-content-border; |
| + | |
| + | &:hover, |
| + | &:focus { |
| + | background-color: $accordion-item-background-hover; |
| + | } |
| + | |
| + | // Remove the border on the last title |
| + | :last-child > & { |
| + | border-bottom-width: 0; |
| + | } |
| + | |
| + | @if $accordion-plusminus { |
| + | &::before { |
| + | content: '+'; |
| + | position: absolute; |
| + | #{$global-right}: 1rem; |
| + | top: 50%; |
| + | margin-top: -0.5rem; |
| + | } |
| + | |
| + | .is-active > &::before { |
| + | content: '–'; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for accordion content. Apply this to the content pane below an accordion item's title. |
| + | @mixin accordion-content { |
| + | padding: $accordion-item-padding; |
| + | display: none; |
| + | border-bottom: $accordion-content-border; |
| + | } |
| + | |
| + | @mixin foundation-accordion { |
| + | .accordion { |
| + | @include accordion-container; |
| + | } |
| + | |
| + | .accordion-item { |
| + | // This class doesn't need styles! |
| + | } |
| + | |
| + | .accordion-title { |
| + | @include accordion-title; |
| + | } |
| + | |
| + | .accordion-content { |
| + | @include accordion-content; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_badge.scss
+55
-0
| @@ | @@ -0,0 +1,55 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group badge |
| + | //// |
| + | |
| + | /// Default background color for badges. |
| + | /// @type Color |
| + | $badge-background: $primary-color !default; |
| + | |
| + | /// Default text color for badges. |
| + | /// @type Color |
| + | $badge-color: foreground($badge-background) !default; |
| + | |
| + | /// Default padding inside badges. |
| + | /// @type Number |
| + | $badge-padding: 0.3em !default; |
| + | |
| + | /// Minimum width of a badge. |
| + | /// @type Number |
| + | $badge-minwidth: 2.1em !default; |
| + | |
| + | /// Default font size for badges. |
| + | /// @type Number |
| + | $badge-font-size: 0.6rem !default; |
| + | |
| + | /// Generates the base styles for a badge. |
| + | @mixin badge { |
| + | display: inline-block; |
| + | padding: $badge-padding; |
| + | min-width: $badge-minwidth; |
| + | font-size: $badge-font-size; |
| + | text-align: center; |
| + | border-radius: 50%; |
| + | } |
| + | |
| + | @mixin foundation-badge { |
| + | .badge { |
| + | @include badge; |
| + | |
| + | background: $badge-background; |
| + | color: $badge-color; |
| + | |
| + | @each $name, $color in $foundation-colors { |
| + | @if $name != primary { |
| + | &.#{$name} { |
| + | background: $color; |
| + | color: foreground($color); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_breadcrumbs.scss
+94
-0
| @@ | @@ -0,0 +1,94 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group breadcrumbs |
| + | //// |
| + | |
| + | /// Margin around a breadcrumbs container. |
| + | /// @type Number |
| + | $breadcrumbs-margin: 0 0 $global-margin 0 !default; |
| + | |
| + | /// Font size of breadcrumb links. |
| + | /// @type Number |
| + | $breadcrumbs-item-font-size: rem-calc(11) !default; |
| + | |
| + | /// Color of breadcrumb links. |
| + | /// @type Color |
| + | $breadcrumbs-item-color: $primary-color !default; |
| + | |
| + | /// Color of the active breadcrumb link. |
| + | /// @type Color |
| + | $breadcrumbs-item-color-current: $black !default; |
| + | |
| + | /// Opacity of disabled breadcrumb links. |
| + | /// @type Number |
| + | $breadcrumbs-item-color-disabled: $medium-gray !default; |
| + | |
| + | /// Margin between breadcrumb items. |
| + | /// @type Number |
| + | $breadcrumbs-item-margin: 0.75rem !default; |
| + | |
| + | /// If `true`, makes breadcrumb links uppercase. |
| + | /// @type Boolean |
| + | $breadcrumbs-item-uppercase: true !default; |
| + | |
| + | /// If `true`, adds a slash between breadcrumb links. |
| + | /// @type Boolean |
| + | $breadcrumbs-item-slash: true !default; |
| + | |
| + | /// Adds styles for a breadcrumbs container, along with the styles for the `<li>` and `<a>` elements inside of it. |
| + | @mixin breadcrumbs-container { |
| + | @include clearfix; |
| + | list-style: none; |
| + | margin: $breadcrumbs-margin; |
| + | |
| + | // Item wrapper |
| + | li { |
| + | float: #{$global-left}; |
| + | color: $breadcrumbs-item-color-current; |
| + | font-size: $breadcrumbs-item-font-size; |
| + | cursor: default; |
| + | |
| + | @if $breadcrumbs-item-uppercase { |
| + | text-transform: uppercase; |
| + | } |
| + | |
| + | @if $breadcrumbs-item-slash { |
| + | // Need to escape the backslash |
| + | $slash: if($global-text-direction == 'ltr', '/', '\\'); |
| + | |
| + | &:not(:last-child)::after { |
| + | color: $medium-gray; |
| + | content: $slash; |
| + | margin: 0 $breadcrumbs-item-margin; |
| + | position: relative; |
| + | top: 1px; |
| + | opacity: 1; |
| + | } |
| + | } |
| + | @else { |
| + | margin-#{$global-right}: $breadcrumbs-item-margin; |
| + | } |
| + | } |
| + | |
| + | // Page links |
| + | a { |
| + | color: $breadcrumbs-item-color; |
| + | |
| + | &:hover { |
| + | text-decoration: underline; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-breadcrumbs { |
| + | .breadcrumbs { |
| + | @include breadcrumbs-container; |
| + | |
| + | .disabled { |
| + | color: $breadcrumbs-item-color-disabled; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_button-group.scss
+115
-0
| @@ | @@ -0,0 +1,115 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group button-group |
| + | //// |
| + | |
| + | /// Margin for button groups. |
| + | /// @type Number |
| + | $buttongroup-margin: 1rem; |
| + | |
| + | /// Margin between buttons in a button group. |
| + | /// @type Border |
| + | $buttongroup-spacing: 1px; |
| + | |
| + | /// Selector for the buttons inside a button group. |
| + | /// @type String |
| + | $buttongroup-child-selector: '.button'; |
| + | |
| + | /// Maximum number of buttons that can be in an even-width button group. |
| + | /// @type Number |
| + | $buttongroup-expand-max: 6; |
| + | |
| + | /// Add styles for a button group container. |
| + | /// @param {String} $child-selector [$buttongroup-child-selector] - Selector for the buttons inside a button group. |
| + | @mixin button-group( |
| + | $child-selector: $buttongroup-child-selector |
| + | ) { |
| + | @include clearfix; |
| + | margin-bottom: $buttongroup-margin; |
| + | font-size: map-get($button-sizes, default); |
| + | |
| + | #{$child-selector} { |
| + | float: #{$global-left}; |
| + | margin: 0; |
| + | font-size: inherit; |
| + | |
| + | &:not(:last-child) { |
| + | border-#{$global-right}: $buttongroup-spacing solid $body-background; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Creates a full-width button group, making each button equal width. |
| + | /// @param {Keyword|Number} $count [auto] - Number of buttons inside the button group. Set to `auto` to generate CSS that will account for a variable number of buttons. |
| + | /// @param {String} $selector [$buttongroup-child-selector] - Selector for the buttons inside a button group. |
| + | @mixin button-group-expand( |
| + | $count: auto, |
| + | $selector: $buttongroup-child-selector |
| + | ) { |
| + | #{$selector} { |
| + | @if $count == auto { |
| + | @include auto-width($buttongroup-expand-max, $selector); |
| + | } |
| + | @else if type-of($count) == 'number' { |
| + | width: percentage(1 / $count); |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Stacks the buttons in a button group. |
| + | /// @param {String} $selector [$buttongroup-child-selector] - Selector for the buttons inside the button group. |
| + | @mixin button-group-stack( |
| + | $selector: $buttongroup-child-selector |
| + | ) { |
| + | #{$selector} { |
| + | width: 100%; |
| + | border-#{$global-right}: 0; |
| + | } |
| + | } |
| + | |
| + | /// Un-stacks the buttons in a button group. |
| + | /// @param {String} $selector [$buttongroup-child-selector] - Selector for the buttons inside the button group. |
| + | @mixin button-group-unstack( |
| + | $selector: $buttongroup-child-selector |
| + | ) { |
| + | #{$selector} { |
| + | width: auto; |
| + | |
| + | &:not(:last-child) { |
| + | border-#{$global-right}: $buttongroup-spacing solid $body-background; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-button-group { |
| + | .button-group { |
| + | @include button-group; |
| + | |
| + | // Sizes |
| + | &.tiny { font-size: map-get($button-sizes, tiny); } |
| + | &.small { font-size: map-get($button-sizes, small); } |
| + | &.large { font-size: map-get($button-sizes, large); } |
| + | &.expanded { @include button-group-expand; } |
| + | |
| + | // Colors |
| + | @each $name, $color in $foundation-colors { |
| + | &.#{$name} #{$buttongroup-child-selector} { |
| + | @include button-style($color, auto, auto); |
| + | } |
| + | } |
| + | |
| + | &.stacked, |
| + | &.stacked-for-small { |
| + | @include button-group-stack; |
| + | } |
| + | |
| + | &.stacked-for-small { |
| + | @include breakpoint(medium) { |
| + | @include button-group-unstack; |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_button.scss
+264
-0
| @@ | @@ -0,0 +1,264 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group button |
| + | //// |
| + | |
| + | /// Padding inside buttons. |
| + | /// @type List |
| + | $button-padding: 0.85em 1em !default; |
| + | |
| + | /// Margin around buttons. |
| + | /// @type List |
| + | $button-margin: 0 $global-margin $global-margin 0 !default; |
| + | |
| + | /// Default fill for buttons. Can either be `solid` or `hollow`. |
| + | /// @type Keyword |
| + | $button-fill: solid !default; |
| + | |
| + | /// Default background color for buttons. |
| + | /// @type Color |
| + | $button-background: $primary-color !default; |
| + | |
| + | /// Background color on hover for buttons. |
| + | /// @type Color |
| + | $button-background-hover: scale-color($button-background, $lightness: -15%) !default; |
| + | |
| + | /// Font color for buttons. |
| + | /// @type List |
| + | $button-color: #fff !default; |
| + | |
| + | /// Font color for buttons, if the background is light. |
| + | /// @type List |
| + | $button-color-alt: #000 !default; |
| + | |
| + | /// Border radius for buttons, defaulted to global-radius. |
| + | /// @type Number |
| + | $button-radius: $global-radius !default; |
| + | |
| + | /// Sizes for buttons. |
| + | /// @type Map |
| + | $button-sizes: ( |
| + | tiny: 0.6rem, |
| + | small: 0.75rem, |
| + | default: 0.9rem, |
| + | large: 1.25rem, |
| + | ) !default; |
| + | |
| + | /// opacity for a disabled button. |
| + | /// @type List |
| + | $button-opacity-disabled: 0.25 !default; |
| + | |
| + | // Internal: flip from margin-right to margin-left for defaults |
| + | @if $global-text-direction == 'rtl' { |
| + | $button-margin: 0 0 $global-margin $global-margin; |
| + | } |
| + | |
| + | // TODO: Document button-base() mixin |
| + | @mixin button-base { |
| + | @include disable-mouse-outline; |
| + | display: inline-block; |
| + | text-align: center; |
| + | line-height: 1; |
| + | cursor: pointer; |
| + | -webkit-appearance: none; |
| + | transition: all 0.25s ease-out; |
| + | vertical-align: middle; |
| + | border: 1px solid transparent; |
| + | border-radius: $button-radius; |
| + | padding: $button-padding; |
| + | margin: $button-margin; |
| + | font-size: map-get($button-sizes, default); |
| + | } |
| + | |
| + | /// Expands a button to make it full-width. |
| + | /// @param {Boolean} $expand [true] - Set to `true` to enable the expand behavior. Set to `false` to reverse this behavior. |
| + | @mixin button-expand($expand: true) { |
| + | @if $expand { |
| + | display: block; |
| + | width: 100%; |
| + | margin-left: 0; |
| + | margin-right: 0; |
| + | } |
| + | @else { |
| + | display: inline-block; |
| + | width: auto; |
| + | margin: $button-margin; |
| + | } |
| + | } |
| + | |
| + | /// Sets the visual style of a button. |
| + | /// @param {Color} $background [$button-background] - Background color of the button. |
| + | /// @param {Color} $background-hover [$button-background-hover] - Background color of the button on hover. Set to `auto` to have the mixin automatically generate a hover color. |
| + | /// @param {Color} $color [$button-color] - Text color of the button. Set to `auto` to automatically generate a color based on the background color. |
| + | @mixin button-style( |
| + | $background: $button-background, |
| + | $background-hover: $button-background-hover, |
| + | $color: $button-color |
| + | ) { |
| + | @if $color == auto { |
| + | $color: isitlight($background); |
| + | } |
| + | |
| + | @if $background-hover == auto { |
| + | $background-hover: scale-color($background, $lightness: -20%); |
| + | } |
| + | |
| + | @if lightness($background) >= 70% { |
| + | $color: $button-color-alt; |
| + | } |
| + | @else { |
| + | $color: $button-color; |
| + | } |
| + | |
| + | background: $background; |
| + | color: $color; |
| + | |
| + | &:hover, &:focus { |
| + | background: $background-hover; |
| + | color: $color; |
| + | } |
| + | } |
| + | |
| + | /// Removes background fill on hover and focus for hollow buttons. |
| + | @mixin button-hollow { |
| + | &, |
| + | &:hover, &:focus { |
| + | background: transparent; |
| + | } |
| + | } |
| + | |
| + | @mixin button-hollow-style($color: $primary-color) { |
| + | $color-hover: scale-color($color, $lightness: -50%); |
| + | |
| + | border: 1px solid $color; |
| + | color: $color; |
| + | |
| + | &:hover, &:focus { |
| + | border-color: $color-hover; |
| + | color: $color-hover; |
| + | } |
| + | } |
| + | |
| + | /// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events. |
| + | @mixin button-disabled { |
| + | opacity: $button-opacity-disabled; |
| + | cursor: not-allowed; |
| + | pointer-events: none; |
| + | } |
| + | |
| + | /// Adds a dropdown arrow to a button. |
| + | /// @param {Number} $size [0.4em] - Size of the arrow. We recommend using an `em` value so the triangle scales when used inside different sizes of buttons. |
| + | /// @param {Color} $color [white] - Color of the arrow. |
| + | /// @param {Number} $offset [$button-padding] - Distance between the arrow and the text of the button. Defaults to whatever the right padding of a button is. |
| + | @mixin button-dropdown( |
| + | $size: 0.4em, |
| + | $color: $white, |
| + | $offset: get-side($button-padding, right) |
| + | ) { |
| + | &::after { |
| + | @include css-triangle($size, $color, down); |
| + | position: relative; |
| + | top: 0.4em; // Aligns the arrow with the text of the button |
| + | float: #{$global-right}; |
| + | margin-#{$global-left}: get-side($button-padding, right); |
| + | display: inline-block; |
| + | } |
| + | } |
| + | |
| + | /// Adds all styles for a button. For more granular control over styles, use the individual button mixins. |
| + | /// @param {Boolean} $expand [false] - Set to `true` to make the button full-width. |
| + | /// @param {Color} $background [$button-background] - Background color of the button. |
| + | /// @param {Color} $background-hover [$button-background-hover] - Background color of the button on hover. Set to `auto` to have the mixin automatically generate a hover color. |
| + | /// @param {Color} $color [$button-color] - Text color of the button. Set to `auto` to automatically generate a color based on the background color. |
| + | /// @param {Keyword} $style [solid] - Set to `hollow` to create a hollow button. The color defined in `$background` will be used as the primary color of the button. |
| + | @mixin button( |
| + | $expand: false, |
| + | $background: $button-background, |
| + | $background-hover: $button-background-hover, |
| + | $color: $button-color, |
| + | $style: $button-fill |
| + | ) { |
| + | @include button-base; |
| + | |
| + | @if $style == solid { |
| + | @include button-style($background, $background-hover, $color); |
| + | } |
| + | @else if $style == hollow { |
| + | @include button-hollow; |
| + | @include button-hollow-style($background); |
| + | } |
| + | |
| + | @if $expand { |
| + | @include button-expand; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-button { |
| + | .button { |
| + | @include button; |
| + | |
| + | // Sizes |
| + | &.tiny { font-size: map-get($button-sizes, tiny); } |
| + | &.small { font-size: map-get($button-sizes, small); } |
| + | &.large { font-size: map-get($button-sizes, large); } |
| + | &.expanded { @include button-expand; } |
| + | |
| + | // Colors |
| + | @each $name, $color in $foundation-colors { |
| + | @if $button-fill != hollow { |
| + | &.#{$name} { |
| + | @include button-style($color, auto); |
| + | } |
| + | } |
| + | @else { |
| + | &.#{$name} { |
| + | @include button-hollow-style($color); |
| + | } |
| + | |
| + | &.#{$name}.dropdown::after { |
| + | border-top-color: $color; |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Hollow style |
| + | @if $button-fill != hollow { |
| + | &.hollow { |
| + | @include button-hollow; |
| + | @include button-hollow-style; |
| + | |
| + | @each $name, $color in $foundation-colors { |
| + | &.#{$name} { |
| + | @include button-hollow-style($color); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Disabled style |
| + | &.disabled { |
| + | @include button-disabled; |
| + | } |
| + | |
| + | // Dropdown arrow |
| + | &.dropdown { |
| + | @include button-dropdown; |
| + | |
| + | @if $button-fill == hollow { |
| + | &::after { |
| + | border-top-color: $button-background; |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Button with dropdown arrow only |
| + | &.arrow-only::after { |
| + | margin-#{$global-left}: 0; |
| + | float: none; |
| + | top: 0.2em; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_callout.scss
+115
-0
| @@ | @@ -0,0 +1,115 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group callout |
| + | //// |
| + | |
| + | /// Defualt background color. |
| + | /// @type Color |
| + | $callout-background: $white !default; |
| + | |
| + | /// Default fade value for callout backgrounds. |
| + | /// @type Number |
| + | $callout-background-fade: 85% !default; |
| + | |
| + | /// Defualt border style for callouts. |
| + | /// @type List |
| + | $callout-border: 1px solid rgba($black, 0.25) !default; |
| + | |
| + | /// Default bottom margin for callouts. |
| + | /// @type Number |
| + | $callout-margin: 0 0 1rem 0 !default; |
| + | |
| + | /// Default inner padding for callouts. |
| + | /// @type Number |
| + | $callout-padding: 1rem !default; |
| + | |
| + | /// Default font color for callouts. |
| + | /// @type Color |
| + | $callout-font-color: $body-font-color !default; |
| + | |
| + | /// Default font color for callouts, if the callout has a dark background. |
| + | /// @type Color |
| + | $callout-font-color-alt: $body-background !default; |
| + | |
| + | /// Default border radius for callouts. |
| + | /// @type Color |
| + | $callout-radius: $global-radius !default; |
| + | |
| + | /// Amount to tint links used within colored panels. Set to `false` to disable this feature. |
| + | /// @type Number | Boolean |
| + | $callout-link-tint: 30%; |
| + | |
| + | /// Adds basic styles for a callout, including padding and margin. |
| + | @mixin callout-base() { |
| + | margin: $callout-margin; |
| + | padding: $callout-padding; |
| + | border: $callout-border; |
| + | border-radius: $callout-radius; |
| + | position: relative; |
| + | |
| + | // Respect the padding, fool. |
| + | > :first-child { |
| + | margin-top: 0; |
| + | } |
| + | |
| + | > :last-child { |
| + | margin-bottom: 0; |
| + | } |
| + | } |
| + | |
| + | /// Generate quick styles for a callout using a single color as a baseline. If `$callout-link-tint` is enabled, links within colored panels will be a darker version of the background. |
| + | /// @param {Color} $color [$callout-background] - Color to use. |
| + | @mixin callout-style($color: $callout-background) { |
| + | $background: scale-color($color, $lightness: $callout-background-fade); |
| + | $link-color: scale-color($color, $lightness: -$callout-link-tint); |
| + | |
| + | background-color: $background; |
| + | |
| + | @if $callout-link-tint and hue($background) > 0deg { |
| + | a { |
| + | color: $link-color; |
| + | |
| + | &:hover { |
| + | color: darken($link-color, 15%); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin callout-size($padding) { |
| + | padding-top: $padding; |
| + | padding-right: $padding; |
| + | padding-bottom: $padding; |
| + | padding-left: $padding; |
| + | } |
| + | |
| + | |
| + | /// Adds styles for a callout. |
| + | /// @param {Color} $color [$callout-background] - Color to use. |
| + | @mixin callout($color: $callout-background) { |
| + | @include callout-base; |
| + | @include callout-style($color); |
| + | } |
| + | |
| + | @mixin foundation-callout { |
| + | .callout { |
| + | @include callout; |
| + | |
| + | @each $name, $color in $foundation-colors { |
| + | &.#{$name} { |
| + | @include callout-style($color); |
| + | } |
| + | } |
| + | |
| + | &.small { |
| + | @include callout-size(.5rem); |
| + | } |
| + | |
| + | &.large { |
| + | @include callout-size(3rem); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_close-button.scss
+61
-0
| @@ | @@ -0,0 +1,61 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group close-button |
| + | //// |
| + | |
| + | /// Default position of the close button. The first value should be `right` or `left`, and the second value should be `top` or `bottom`. |
| + | /// @type List |
| + | $closebutton-position: right top !default; |
| + | |
| + | /// Right (or left) offset for a close button. |
| + | /// @type Number |
| + | $closebutton-offset-horizontal: 1rem !default; |
| + | |
| + | /// Top (or bottom) offset for a close button. |
| + | /// @type Number |
| + | $closebutton-offset-vertical: 0.5rem !default; |
| + | |
| + | /// Default font size of the close button. |
| + | /// @type Number |
| + | $closebutton-size: 2em !default; |
| + | |
| + | /// The line-height of the close button. It affects the spacing of the element. |
| + | /// @type Number |
| + | $closebutton-lineheight: 1 !default; |
| + | |
| + | /// Default color of the close button. |
| + | /// @type Color |
| + | $closebutton-color: $dark-gray !default; |
| + | |
| + | /// Default color of the close button when being hovered on. |
| + | /// @type Color |
| + | $closebutton-color-hover: $black !default; |
| + | |
| + | /// Adds styles for a close button, using the styles in the settings variables. |
| + | @mixin close-button { |
| + | $x: nth($closebutton-position, 1); |
| + | $y: nth($closebutton-position, 2); |
| + | |
| + | @include disable-mouse-outline; |
| + | position: absolute; |
| + | color: $closebutton-color; |
| + | #{$x}: $closebutton-offset-horizontal; |
| + | #{$y}: $closebutton-offset-vertical; |
| + | font-size: $closebutton-size; |
| + | line-height: $closebutton-lineheight; |
| + | cursor: pointer; |
| + | |
| + | &:hover, |
| + | &:focus { |
| + | color: $closebutton-color-hover; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-close-button { |
| + | .close-button { |
| + | @include close-button; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_drilldown.scss
+67
-0
| @@ | @@ -0,0 +1,67 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group drilldown |
| + | //// |
| + | |
| + | /// Transition property to use for animating menus. |
| + | /// @type Transition |
| + | $drilldown-transition: transform 0.15s linear !default; |
| + | |
| + | /// Adds arrows to drilldown items with submenus, as well as the back button. |
| + | /// @type Boolean |
| + | $drilldown-arrows: true; |
| + | |
| + | @mixin foundation-drilldown-menu { |
| + | // Applied to the Menu container |
| + | .is-drilldown { |
| + | position: relative; |
| + | overflow: hidden; |
| + | } |
| + | |
| + | // Applied to nested <ul>s |
| + | .is-drilldown-sub { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 100%; |
| + | z-index: -1; |
| + | height: 100%; |
| + | width: 100%; |
| + | background: $white; |
| + | transition: $drilldown-transition; |
| + | |
| + | &.is-active { |
| + | z-index: 1; |
| + | display: block; |
| + | transform: translateX(-100%); |
| + | } |
| + | |
| + | &.is-closing { |
| + | transform: translateX(100%); |
| + | } |
| + | } |
| + | |
| + | @if $drilldown-arrows { |
| + | .is-drilldown-submenu-parent > a { |
| + | position: relative; |
| + | |
| + | &::after { |
| + | @include css-triangle(6px, $primary-color, right); |
| + | position: absolute; |
| + | top: 50%; |
| + | margin-top: -6px; |
| + | right: 1rem; |
| + | } |
| + | } |
| + | |
| + | .js-drilldown-back::before { |
| + | @include css-triangle(6px, $primary-color, left); |
| + | float: left; |
| + | margin-right: 0.75rem; // Creates space between the arrow and the text |
| + | margin-left: 0.6rem; // Lines the tip of the arrow with the items below |
| + | margin-top: 14px; // Aligns the arrow with the text |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_dropdown-menu.scss
+123
-0
| @@ | @@ -0,0 +1,123 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group dropdown-menu |
| + | //// |
| + | |
| + | /// Enables arrows for items with dropdown menus. |
| + | /// @type Boolean |
| + | $dropdownmenu-arrows: true !default; |
| + | |
| + | /// Minimum width of dropdown sub-menus. |
| + | /// @type Length |
| + | $dropdownmenu-min-width: 200px !default; |
| + | |
| + | /// Background color for dropdowns. |
| + | /// @type Color |
| + | $dropdownmenu-background: $white !default; |
| + | |
| + | /// Border for dropdown panes. |
| + | /// @type List |
| + | $dropdown-border: 1px solid $medium-gray !default; |
| + | |
| + | @mixin foundation-dropdown-menu { |
| + | .dropdown.menu { |
| + | .has-submenu { |
| + | position: relative; |
| + | |
| + | a::after { |
| + | float: right; |
| + | margin-top: 3px; |
| + | margin-left: 10px; |
| + | } |
| + | |
| + | @if $dropdownmenu-arrows { |
| + | &.is-down-arrow a { |
| + | padding-right: 1.5rem; |
| + | position: relative; |
| + | } |
| + | &.is-down-arrow > a::after { |
| + | @include css-triangle(5px, $anchor-color, down); |
| + | position: absolute; |
| + | top: 12px; |
| + | right: 5px; |
| + | } |
| + | &.is-left-arrow > a::after { |
| + | @include css-triangle(5px, $anchor-color, left); |
| + | float: left; |
| + | margin-left: 0; |
| + | margin-right: 10px; |
| + | } |
| + | &.is-right-arrow > a::after { |
| + | @include css-triangle(5px, $anchor-color, right); |
| + | } |
| + | } |
| + | |
| + | &.is-left-arrow.opens-inner .submenu{ |
| + | right: 0; |
| + | left: auto; |
| + | } |
| + | &.is-right-arrow.opens-inner .submenu{ |
| + | left: 0; |
| + | right: auto; |
| + | } |
| + | &.opens-inner .submenu { |
| + | top: 100%; |
| + | } |
| + | } |
| + | |
| + | .submenu { |
| + | display: none; |
| + | position: absolute; |
| + | top: 0; |
| + | left: 100%; |
| + | min-width: $dropdownmenu-min-width; |
| + | z-index: 1; |
| + | background: $dropdownmenu-background; |
| + | border: $dropdown-border; |
| + | |
| + | > li { |
| + | width: 100%; |
| + | } |
| + | |
| + | &.first-sub { |
| + | top: 100%; |
| + | left: 0; |
| + | right: auto; |
| + | } |
| + | |
| + | &:not(.js-dropdown-nohover) > .has-submenu:hover > &, |
| + | &.js-dropdown-active { |
| + | display: block; |
| + | } |
| + | } |
| + | |
| + | .has-submenu.opens-left .submenu { |
| + | left: auto; |
| + | right: 100%; |
| + | } |
| + | |
| + | &.align-right { |
| + | .submenu.first-sub { |
| + | top: 100%; |
| + | left: auto; |
| + | right: 0; |
| + | } |
| + | } |
| + | } |
| + | |
| + | .is-dropdown-menu.vertical { |
| + | width: 100px; |
| + | |
| + | &.align-right { |
| + | float: right; |
| + | } |
| + | |
| + | > li .submenu { |
| + | top: 0; |
| + | left: 100%; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_dropdown.scss
+64
-0
| @@ | @@ -0,0 +1,64 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group dropdown |
| + | //// |
| + | |
| + | /// Padding for dropdown panes. |
| + | /// @type List |
| + | $dropdown-padding: 1rem !default; |
| + | |
| + | /// Border for dropdown panes. |
| + | /// @type List |
| + | $dropdown-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Font size for dropdown panes. |
| + | /// @type List |
| + | $dropdown-font-size: 16rem !default; |
| + | |
| + | /// Width for dropdown panes. |
| + | /// @type Number |
| + | $dropdown-width: 300px !default; |
| + | |
| + | /// Border radius dropdown panes. |
| + | /// @type Number |
| + | $dropdown-radius: $global-radius !default; |
| + | |
| + | /// Sizes for dropdown panes. Each size is a CSS class you can apply. |
| + | /// @type Map |
| + | $dropdown-sizes: ( |
| + | tiny: 100px, |
| + | small: 200px, |
| + | large: 400px, |
| + | ) !default; |
| + | |
| + | /// Applies styles for a basic dropdown. |
| + | @mixin dropdown-container { |
| + | background-color: $body-background; |
| + | border: $dropdown-border; |
| + | display: block; |
| + | padding: $dropdown-padding; |
| + | position: absolute; |
| + | visibility: hidden; |
| + | width: 300px; |
| + | z-index: 10; |
| + | border-radius: $dropdown-radius; |
| + | |
| + | &.is-open { |
| + | visibility: visible; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-dropdown { |
| + | .dropdown-pane { |
| + | @include dropdown-container; |
| + | } |
| + | |
| + | @each $name, $size in $dropdown-sizes { |
| + | .dropdown-pane.#{$name} { |
| + | width: $size; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_flex-video.scss
+68
-0
| @@ | @@ -0,0 +1,68 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group flex-video |
| + | //// |
| + | |
| + | /// Padding above a flex video container. |
| + | /// @type Number |
| + | $flexvideo-padding-top: rem-calc(25) !default; |
| + | |
| + | /// Margin below a flex video container. |
| + | /// @type Number |
| + | $flexvideo-margin-bottom: rem-calc(16) !default; |
| + | |
| + | /// Padding used to create a 4:3 aspect ratio. |
| + | /// @type Number |
| + | $flexvideo-ratio: 4 by 3 !default; |
| + | |
| + | /// Padding used to create a 16:9 aspect ratio. |
| + | /// @type Number |
| + | $flexvideo-ratio-widescreen: 16 by 9 !default; |
| + | |
| + | /// Creates a percentage height that can be used as padding in a flex video container. |
| + | /// @param {List} $ratio - Ratio to use to calculate the height, formatted as `x by y`. |
| + | /// @return {Number} A percentage value that can be used as the `padding-bottom` parameter of a flex video container. |
| + | @function flex-video($ratio) { |
| + | $w: nth($ratio, 1); |
| + | $h: nth($ratio, 3); |
| + | @return $h / $w * 100%; |
| + | } |
| + | |
| + | /// Creates a flex video container. |
| + | /// @param {List} $ratio [$flexvideo-ratio] - Ratio to use for the container, formatted as `x by y`. |
| + | @mixin flex-video($ratio: $flexvideo-ratio) { |
| + | position: relative; |
| + | height: 0; |
| + | padding-top: $flexvideo-padding-top; |
| + | padding-bottom: flex-video($ratio); |
| + | margin-bottom: $flexvideo-margin-bottom; |
| + | overflow: hidden; |
| + | |
| + | iframe, |
| + | object, |
| + | embed, |
| + | video { |
| + | position: absolute; |
| + | top: 0; |
| + | #{$global-left}: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-flex-video { |
| + | .flex-video { |
| + | @include flex-video; |
| + | |
| + | &.widescreen { |
| + | padding-bottom: flex-video($flexvideo-ratio-widescreen); |
| + | } |
| + | |
| + | &.vimeo { |
| + | padding-top: 0; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_float.scss
+27
-0
| @@ | @@ -0,0 +1,27 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group float |
| + | //// |
| + | |
| + | @mixin foundation-float-classes { |
| + | .float-left { |
| + | float: left !important; |
| + | } |
| + | |
| + | .float-right { |
| + | float: right !important; |
| + | } |
| + | |
| + | .float-center { |
| + | display: block; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | } |
| + | |
| + | .clearfix { |
| + | @include clearfix; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_label.scss
+56
-0
| @@ | @@ -0,0 +1,56 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group label |
| + | //// |
| + | |
| + | /// Default background color for labels. |
| + | /// @type Color |
| + | $label-background: $primary-color !default; |
| + | |
| + | /// Default text color for labels. |
| + | /// @type Color |
| + | $label-color: foreground($label-background) !default; |
| + | |
| + | /// Default font size for labels. |
| + | /// @type Number |
| + | $label-font-size: 0.8rem !default; |
| + | |
| + | /// Default padding inside labels. |
| + | /// @type Number |
| + | $label-padding: 0.33333rem 0.5rem !default; |
| + | |
| + | /// Default radius of labels. |
| + | /// @type Number |
| + | $label-radius: $global-radius !default; |
| + | |
| + | /// Generates base styles for a label. |
| + | @mixin label { |
| + | display: inline-block; |
| + | padding: $label-padding; |
| + | font-size: $label-font-size; |
| + | line-height: 1; |
| + | white-space: nowrap; |
| + | cursor: default; |
| + | border-radius: $label-radius; |
| + | } |
| + | |
| + | @mixin foundation-label { |
| + | .label { |
| + | @include label; |
| + | |
| + | background: $label-background; |
| + | color: $label-color; |
| + | |
| + | @each $name, $color in $foundation-colors { |
| + | @if $name != primary { |
| + | &.#{$name} { |
| + | background: $color; |
| + | color: foreground($color); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_media-object.scss
+74
-0
| @@ | @@ -0,0 +1,74 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group media-object |
| + | //// |
| + | |
| + | /// Bottom margin of a media object. |
| + | /// @type Number |
| + | $mediaobject-margin-bottom: $global-margin !default; |
| + | |
| + | /// Left and right padding on sections within a media object. |
| + | /// @type Number |
| + | $mediaobject-section-padding: $global-padding !default; |
| + | |
| + | /// With of images within a media object, when the object is stacked vertically. Set to 'auto' to use the image's natural width. |
| + | /// @type Number |
| + | $mediaobject-image-width-stacked: 100% !default; |
| + | |
| + | /// Adds styles for a media object container. |
| + | @mixin media-object-container { |
| + | margin-bottom: $mediaobject-margin-bottom; |
| + | display: block; |
| + | } |
| + | |
| + | /// Adds styles for sections within a media object. |
| + | /// @param {Number} $padding [$mediaobject-section-padding] - Padding between sections. |
| + | @mixin media-object-section($padding: $mediaobject-section-padding) { |
| + | display: table-cell; |
| + | vertical-align: top; |
| + | |
| + | &:first-child { |
| + | padding-#{$global-right}: $padding; |
| + | } |
| + | |
| + | &:last-child:not(+ &:first-child) { |
| + | padding-#{$global-left}: $padding; |
| + | } |
| + | } |
| + | |
| + | /// Adds styles to stack sections of a media object. Apply this to the section elements, not the container. |
| + | @mixin media-object-stack { |
| + | display: block; |
| + | padding: 0; |
| + | padding-bottom: $mediaobject-section-padding; |
| + | |
| + | img { |
| + | width: $mediaobject-image-width-stacked; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-media-object { |
| + | .media-object { |
| + | @include media-object-container; |
| + | |
| + | img { |
| + | max-width: none; |
| + | } |
| + | |
| + | &.stack-for-small .media-object-section { |
| + | @include breakpoint(small only) { |
| + | @include media-object-stack; |
| + | } |
| + | } |
| + | } |
| + | |
| + | .media-object-section { |
| + | @include media-object-section; |
| + | |
| + | &.middle { vertical-align: middle; } |
| + | &.bottom { vertical-align: bottom; } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_menu.scss
+213
-0
| @@ | @@ -0,0 +1,213 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group menu |
| + | //// |
| + | |
| + | /// Margin of a menu. |
| + | /// @type Number |
| + | $menu-margin: 0 !default; |
| + | |
| + | /// Left-hand margin of a nested menu. |
| + | /// @type Number |
| + | $menu-margin-nested: 1rem !default; |
| + | |
| + | /// Padding for items in a menu. |
| + | /// @type Number |
| + | $menu-item-padding: 0.7rem 1rem !default; |
| + | |
| + | /// Spacing between an icon and text in a menu item. |
| + | /// @type Number |
| + | $menu-icon-spacing: 0.25rem !default; |
| + | |
| + | /// Maximum number of `expand-n` classes to include in the CSS. |
| + | /// @type Number |
| + | $menu-expand-max: 6 !default; |
| + | |
| + | /// Creates the base styles for a Menu. |
| + | @mixin menu-base { |
| + | margin: $menu-margin; |
| + | list-style-type: none; |
| + | |
| + | // List items are table cell to allow for vertical alignment |
| + | > li { |
| + | @include disable-mouse-outline; |
| + | display: table-cell; |
| + | vertical-align: middle; |
| + | } |
| + | |
| + | // Reset line height to make the height of the overall item easier to calculate |
| + | > li > a { |
| + | display: block; |
| + | padding: $menu-item-padding; |
| + | line-height: 1; |
| + | } |
| + | |
| + | // Reset styles of inner elements |
| + | input, |
| + | a, |
| + | button { |
| + | margin-bottom: 0; |
| + | } |
| + | } |
| + | |
| + | /// Expands the items of a Menu, so each item is the same width. |
| + | /// @param {Keyword|Number} $count [auto] - Number of items in the Menu. You can hardcode a number, or use `auto` to generate CSS that will adapt to the number of items inside the menu. |
| + | @mixin menu-expand($count: auto) { |
| + | display: table; |
| + | width: 100%; |
| + | |
| + | > li { |
| + | @if $count == auto { |
| + | @include auto-width($menu-expand-max); |
| + | } |
| + | @else if type-of($count) == 'number' { |
| + | width: percentage(1 / $count); |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Sets the direction of a Menu. |
| + | /// @param {Keyword} $dir [horizontal] - Direction of the Menu. Can be `horizontal` or `vertical`. |
| + | @mixin menu-direction($dir: horizontal) { |
| + | @if $dir == horizontal { |
| + | > li { |
| + | display: table-cell; |
| + | } |
| + | } |
| + | @else if $dir == vertical { |
| + | > li { |
| + | display: block; |
| + | } |
| + | } |
| + | @else { |
| + | @warn 'The direction used for menu-direction() must be horizontal or vertical.'; |
| + | } |
| + | } |
| + | |
| + | /// Creates a simple Menu, which has no padding or hover state. |
| + | @mixin menu-simple { |
| + | a { |
| + | padding: 0; |
| + | margin-#{$global-right}: get-side($menu-item-padding, $global-right); |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for a nested Menu, by adding `margin-left` to the menu. |
| + | /// @param {Keyword|Number} $padding [auto] - Length of the margin. |
| + | @mixin menu-nested($margin: $menu-margin-nested) { |
| + | margin-#{$global-left}: $margin; |
| + | } |
| + | |
| + | /// Adds support for icons to Menu items. |
| + | /// @param {Keyword} $position [side] - Positioning for icons. Can be `side` (left, or right on RTL) or `top`. |
| + | /// @param {Boolean} $base [true] - Set to `false` to prevent the shared CSS between side- and top-aligned icons from being printed. Set this to `false` if you're calling the mixin multiple times on the same element. |
| + | @mixin menu-icons($position: side, $base: true) { |
| + | @if $base { |
| + | > li > a { |
| + | > img, |
| + | > i { |
| + | vertical-align: middle; |
| + | } |
| + | |
| + | > span { |
| + | vertical-align: middle; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @if $position == side { |
| + | > li > a { |
| + | > img, |
| + | > i { |
| + | display: inline-block; |
| + | margin-#{$global-right}: $menu-icon-spacing; |
| + | } |
| + | } |
| + | } |
| + | @else if $position == top { |
| + | > li > a { |
| + | text-align: center; |
| + | |
| + | > img, |
| + | > i { |
| + | display: block; |
| + | margin: 0 auto $menu-icon-spacing; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin menu-text { |
| + | font-weight: bold; |
| + | color: inherit; |
| + | line-height: 1; |
| + | padding-top: 0; |
| + | padding-bottom: 0; |
| + | padding: $menu-item-padding; |
| + | } |
| + | |
| + | @mixin foundation-menu { |
| + | .menu { |
| + | @include menu-base; |
| + | @include menu-icons; |
| + | |
| + | // Orientation |
| + | @include menu-direction(horizontal); |
| + | |
| + | &.vertical { |
| + | @include menu-direction(vertical); |
| + | } |
| + | |
| + | @each $size in $breakpoint-classes { |
| + | @if $size != small { |
| + | @include breakpoint($size) { |
| + | &.#{$size}-horizontal { |
| + | @include menu-direction(horizontal); |
| + | } |
| + | |
| + | &.#{$size}-vertical { |
| + | @include menu-direction(vertical); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Simple |
| + | &.simple { |
| + | @include menu-simple; |
| + | } |
| + | |
| + | // Align right |
| + | &.align-#{$global-right} { |
| + | > li { |
| + | float: $global-right; |
| + | } |
| + | } |
| + | |
| + | // Even-width |
| + | &.expanded { |
| + | @include menu-expand; |
| + | |
| + | > li:first-child:last-child { |
| + | width: 100%; |
| + | } |
| + | } |
| + | |
| + | // Vertical icons |
| + | &.icon-top { |
| + | @include menu-icons(top, $base: false); |
| + | } |
| + | |
| + | // Nesting |
| + | &.nested { |
| + | @include menu-nested; |
| + | } |
| + | } |
| + | |
| + | .menu-text { |
| + | @include menu-text; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_off-canvas.scss
+170
-0
| @@ | @@ -0,0 +1,170 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group off-canvas |
| + | //// |
| + | |
| + | /// Width of an off-canvas menu. |
| + | /// @type Number |
| + | $offcanvas-size: 250px; |
| + | |
| + | /// Background color of an off-canvas menu. |
| + | /// @type Color |
| + | $offcanvas-background: $light-gray; |
| + | |
| + | /// Z-index of an off-canvas menu. |
| + | /// @type Number |
| + | $offcanvas-zindex: -1; |
| + | |
| + | /// Length of the animation on an off-canvas menu. |
| + | /// @type Number |
| + | $offcanvas-transition-length: 0.5s; |
| + | |
| + | /// Timing function of the animation on an off-canvas menu. |
| + | /// @type Keyword |
| + | $offcanvas-transition-timing: ease; |
| + | |
| + | /// Background color for the overlay that appears when an off-canvas menu is open. |
| + | /// @type Color |
| + | $offcanvas-exit-background: rgba($white, 0.25); |
| + | |
| + | /// CSS class used for the main content area. The off-canvas mixins use this to target the page body. |
| + | $maincontent-class: 'off-canvas-content'; |
| + | |
| + | /// Box shadow to place under the main content area. This shadow overlaps the off-canvas menus. |
| + | /// @type Shadow |
| + | $maincontent-shadow: 0 0 10px rgba($black, 0.5); |
| + | |
| + | /// Adds baseline styles for off-canvas. This CSS is required to make the other pieces work. |
| + | @mixin off-canvas-basics { |
| + | // Extra properties needed on <html> and <body> to make off-canvas work |
| + | html, |
| + | body { |
| + | height: 100%; |
| + | } |
| + | |
| + | .off-canvas-wrapper { |
| + | width: 100%; |
| + | overflow-x: hidden; |
| + | position: relative; |
| + | backface-visibility: hidden; |
| + | -webkit-overflow-scrolling: touch; |
| + | } |
| + | |
| + | .off-canvas-wrapper-inner { |
| + | @include clearfix; |
| + | position: relative; |
| + | width: 100%; |
| + | transition: transform $offcanvas-transition-length $offcanvas-transition-timing; |
| + | } |
| + | |
| + | // Container for page content |
| + | .off-canvas-content { |
| + | min-height: 100%; |
| + | background: $body-background; |
| + | transition: transform $offcanvas-transition-length $offcanvas-transition-timing; |
| + | backface-visibility: hidden; |
| + | z-index: 1; |
| + | |
| + | @if hasvalue($maincontent-shadow) { |
| + | box-shadow: $maincontent-shadow; |
| + | } |
| + | } |
| + | |
| + | // Click-to-exit overlay (generated by JavaScript) |
| + | .js-off-canvas-exit { |
| + | display: none; |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | background: $offcanvas-exit-background; |
| + | cursor: pointer; |
| + | transition: background $offcanvas-transition-length $offcanvas-transition-timing; |
| + | |
| + | .is-off-canvas-open & { |
| + | display: block; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds basic styles for an off-canvas menu. |
| + | @mixin off-canvas-base { |
| + | @include disable-mouse-outline; |
| + | position: absolute; |
| + | background: $offcanvas-background; |
| + | z-index: $offcanvas-zindex; |
| + | max-height: 100%; |
| + | overflow-y: auto; |
| + | transform: translateX(0px); |
| + | } |
| + | |
| + | @mixin off-canvas-position( |
| + | $position: left, |
| + | $size: $offcanvas-size, |
| + | $fixed: false |
| + | ) { |
| + | @if $position == left { |
| + | left: -$size; |
| + | top: 0; |
| + | width: $size; |
| + | } |
| + | @else if $position == right { |
| + | right: -$size; |
| + | top: 0; |
| + | width: $size; |
| + | } |
| + | |
| + | // Generates an open state class that matches the width of the menu |
| + | @at-root { |
| + | .is-open-#{$position} { |
| + | @if $position == left { |
| + | transform: translateX($size); |
| + | } |
| + | @else if $position == right { |
| + | transform: translateX(-$size); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds styles that reveal an off-canvas menu. |
| + | /// @param {Keyword} $position [left] - Position of the off-canvas menu being revealed. |
| + | @mixin off-canvas-reveal( |
| + | $position: left |
| + | ) { |
| + | #{$position}: 0; |
| + | |
| + | & ~ .#{$maincontent-class} { |
| + | margin-#{$position}: $offcanvas-size; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-off-canvas { |
| + | @include off-canvas-basics; |
| + | |
| + | // Off-canvas container |
| + | .off-canvas { |
| + | @include off-canvas-base; |
| + | |
| + | &.position-left { @include off-canvas-position(left); } |
| + | &.position-right { @include off-canvas-position(right); } |
| + | } |
| + | |
| + | // Reveal off-canvas menu on larger screens |
| + | @each $name, $value in $breakpoint-classes { |
| + | @if $name != small { |
| + | @include breakpoint($name) { |
| + | .position-left.reveal-for-#{$name} { |
| + | @include off-canvas-reveal(left); |
| + | } |
| + | .position-right.reveal-for-#{$name} { |
| + | @include off-canvas-reveal(right); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_orbit.scss
+186
-0
| @@ | @@ -0,0 +1,186 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group orbit |
| + | //// |
| + | |
| + | /// Default color for Orbit's bullets. |
| + | /// @type Color |
| + | $orbit-bullet-background: $medium-gray !default; |
| + | |
| + | /// Default active color for Orbit's bullets. |
| + | /// @type Color |
| + | $orbit-bullet-background-active: $dark-gray !default; |
| + | |
| + | /// Default diameter for Orbit's bullets. |
| + | /// @type Number |
| + | $orbit-bullet-diameter: 1.2rem !default; |
| + | |
| + | /// Default margin between Orbit's bullets. |
| + | /// @type Number |
| + | $orbit-bullet-margin: 0.1rem !default; |
| + | |
| + | /// Default distance from slide region for Orbit's bullets. |
| + | /// @type Number |
| + | $orbit-bullet-margin-top: 0.8rem !default; |
| + | |
| + | /// Default bottom margin from Orbit's bullets to whatever content may lurk below it. |
| + | /// @type Number |
| + | $orbit-bullet-margin-bottom: 0.8rem !default; |
| + | |
| + | /// Default background color for Orbit's caption. |
| + | /// @type Color |
| + | $orbit-caption-background: rgba($black, 0.5) !default; |
| + | |
| + | /// Default padding for Orbit's caption. |
| + | /// @type Number |
| + | $orbit-caption-padding: 1rem !default; |
| + | |
| + | /// Default background color for Orbit's controls when hovered. |
| + | /// @type Color |
| + | $orbit-control-background-hover: rgba($black, 0.5) !default; |
| + | |
| + | /// Default padding for Orbit's controls. |
| + | /// @type Number |
| + | $orbit-control-padding: 1rem !default; |
| + | |
| + | /// Default z-index for Orbit's controls. |
| + | /// @type Number |
| + | $orbit-control-zindex: 10 !default; |
| + | |
| + | /// Adds styles for the outer Orbit wrapper. These styles are used on the `.orbit` class. |
| + | @mixin orbit-wrapper { |
| + | position: relative; |
| + | } |
| + | |
| + | /// Adds styles for the inner Orbit slide container. These styles are used on the `.orbit-container` class. |
| + | @mixin orbit-container { |
| + | position: relative; |
| + | margin: 0; |
| + | overflow: hidden; |
| + | list-style: none; |
| + | } |
| + | |
| + | /// Adds styles for the individual slides of an Orbit slider. These styles are used on the `.orbit-slide` class. |
| + | @mixin orbit-slide { |
| + | width: 100%; |
| + | max-height: 100%; |
| + | } |
| + | |
| + | @mixin orbit-figure { |
| + | margin: 0; |
| + | } |
| + | |
| + | @mixin orbit-image { |
| + | margin: 0; |
| + | width: 100%; |
| + | max-width: 100%; |
| + | } |
| + | |
| + | /// Adds styles for an orbit slide caption. These styles are used on the `.orbit-caption` class. |
| + | @mixin orbit-caption { |
| + | position: absolute; |
| + | bottom: 0; |
| + | width: 100%; |
| + | padding: $orbit-caption-padding; |
| + | margin-bottom: 0; |
| + | color: foreground($orbit-caption-background); |
| + | background-color: $orbit-caption-background; |
| + | } |
| + | |
| + | /// Adds base styles for the next/previous buttons in an Orbit slider. These styles are shared between the `.orbit-next` and `.orbit-previous` classes in the default CSS. |
| + | @mixin orbit-control { |
| + | @include disable-mouse-outline; |
| + | @include v-align-middle; |
| + | z-index: $orbit-control-zindex; |
| + | padding: $orbit-control-padding; |
| + | color: $white; |
| + | |
| + | &:hover, |
| + | &:active, |
| + | &:focus { |
| + | background-color: $orbit-control-background-hover; |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for the Orbit previous button. These styles are used on the `.orbit-previous` class. |
| + | @mixin orbit-previous { |
| + | #{$global-left}: 0; |
| + | } |
| + | |
| + | /// Adds styles for the Orbit next button. These styles are used on the `.orbit-next` class. |
| + | @mixin orbit-next { |
| + | #{$global-left}: auto; |
| + | #{$global-right}: 0; |
| + | } |
| + | |
| + | /// Adds styles for a container of Orbit bullets. /// Adds styles for the Orbit previous button. These styles are used on the `.orbit-bullets` class. |
| + | @mixin orbit-bullets { |
| + | @include disable-mouse-outline; |
| + | position: relative; |
| + | margin-top: $orbit-bullet-margin-top; |
| + | margin-bottom: $orbit-bullet-margin-bottom; |
| + | text-align: center; |
| + | |
| + | button { |
| + | width: $orbit-bullet-diameter; |
| + | height: $orbit-bullet-diameter; |
| + | margin: $orbit-bullet-margin; |
| + | background-color: $orbit-bullet-background; |
| + | border-radius: 50%; |
| + | |
| + | &:hover { |
| + | background-color: $orbit-bullet-background-active; |
| + | } |
| + | |
| + | &.is-active { |
| + | background-color: $orbit-bullet-background-active; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-orbit { |
| + | .orbit { |
| + | @include orbit-wrapper; |
| + | } |
| + | |
| + | .orbit-container { |
| + | @include orbit-container; |
| + | } |
| + | |
| + | .orbit-slide { |
| + | @include orbit-slide; |
| + | } |
| + | |
| + | .orbit-figure { |
| + | @include orbit-figure; |
| + | } |
| + | |
| + | .orbit-image { |
| + | @include orbit-image; |
| + | } |
| + | |
| + | .orbit-caption { |
| + | @include orbit-caption; |
| + | } |
| + | |
| + | %orbit-control { |
| + | @include orbit-control; |
| + | } |
| + | |
| + | .orbit-previous { |
| + | @extend %orbit-control; |
| + | @include orbit-previous; |
| + | } |
| + | |
| + | .orbit-next { |
| + | @extend %orbit-control; |
| + | @include orbit-next; |
| + | } |
| + | |
| + | .orbit-bullets { |
| + | @include orbit-bullets; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_pagination.scss
+161
-0
| @@ | @@ -0,0 +1,161 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group pagination |
| + | //// |
| + | |
| + | /// Font size of pagination items. |
| + | /// @type Number |
| + | $pagination-font-size: rem-calc(14) !default; |
| + | |
| + | /// Default bottom margin of the media object. |
| + | /// @type Number |
| + | $pagination-margin-bottom: $global-margin !default; |
| + | |
| + | /// Text color of pagination items. |
| + | /// @type Color |
| + | $pagination-item-color: $black !default; |
| + | |
| + | /// Padding inside of pagination items. |
| + | /// @type Number |
| + | $pagination-item-padding: rem-calc(3 10) !default; |
| + | |
| + | /// Right margin to separate pagination items. |
| + | /// @type Number |
| + | $pagination-item-spacing: rem-calc(1) !default; |
| + | |
| + | /// Default radius for pagination items. |
| + | /// @type Number |
| + | $pagination-radius: $global-radius !default; |
| + | |
| + | /// Background color of pagination items on hover. |
| + | /// @type Color |
| + | $pagination-item-background-hover: $light-gray !default; |
| + | |
| + | /// Background color of pagination item for the current page. |
| + | /// @type Color |
| + | $pagination-item-background-current: $primary-color !default; |
| + | |
| + | /// Text color of the pagination item for the current page. |
| + | /// @type Color |
| + | $pagination-item-color-current: foreground($pagination-item-background-current) !default; |
| + | |
| + | /// Text color of a disabled pagination item. |
| + | /// @type Color |
| + | $pagination-item-color-disabled: $medium-gray !default; |
| + | |
| + | /// Color of the ellipsis in a pagination menu. |
| + | /// @type Color |
| + | $pagination-ellipsis-color: $black !default; |
| + | |
| + | /// If `false`, don't display page number links on mobile, only next/previous links. |
| + | /// @type Boolean |
| + | $pagination-mobile-items: false !default; |
| + | |
| + | /// If `true`, arrows are added to the next and previous links of pagination. |
| + | /// @type Boolean |
| + | $pagination-arrows: true !default; |
| + | |
| + | /// Adds styles for a pagination container. Apply this to a `<ul>`. |
| + | @mixin pagination-container { |
| + | @include clearfix; |
| + | margin-#{$global-left}: 0; |
| + | margin-bottom: $pagination-margin-bottom; |
| + | |
| + | // List item |
| + | li { |
| + | font-size: $pagination-font-size; |
| + | margin-#{$global-right}: $pagination-item-spacing; |
| + | display: none; |
| + | border-radius: $pagination-radius; |
| + | |
| + | @if not $pagination-mobile-items { |
| + | &:last-child, |
| + | &:first-child { |
| + | display: inline-block; |
| + | } |
| + | |
| + | @include breakpoint(medium) { |
| + | display: inline-block; |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Page links |
| + | a, |
| + | button { |
| + | color: $pagination-item-color; |
| + | display: block; |
| + | padding: $pagination-item-padding; |
| + | border-radius: $global-radius; |
| + | |
| + | &:hover { |
| + | background: $pagination-item-background-hover; |
| + | } |
| + | } |
| + | |
| + | // Symbols |
| + | @if $pagination-arrows { |
| + | [aria-label="previous"] { |
| + | &::before { |
| + | content: '«'; |
| + | display: inline-block; |
| + | margin-#{$global-right}: 0.75rem; |
| + | } |
| + | } |
| + | |
| + | [aria-label="next"] { |
| + | &::after { |
| + | content: '»'; |
| + | display: inline-block; |
| + | margin-#{$global-left}: 0.75rem; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for the current pagination item. Apply this to an `<a>`. |
| + | @mixin pagination-item-current { |
| + | padding: $pagination-item-padding; |
| + | background: $pagination-item-background-current; |
| + | color: $pagination-item-color-current; |
| + | cursor: default; |
| + | } |
| + | |
| + | /// Adds styles for a disabled pagination item. Apply this to an `<a>`. |
| + | @mixin pagination-item-disabled { |
| + | padding: $pagination-item-padding; |
| + | color: $pagination-item-color-disabled; |
| + | cursor: default; |
| + | |
| + | &:hover { |
| + | background: transparent; |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for an ellipsis for use in a pagination list. |
| + | @mixin pagination-ellipsis { |
| + | content: '…'; |
| + | padding: $pagination-item-padding; |
| + | color: $pagination-ellipsis-color; |
| + | } |
| + | |
| + | @mixin foundation-pagination { |
| + | .pagination { |
| + | @include pagination-container; |
| + | |
| + | .current { |
| + | @include pagination-item-current; |
| + | } |
| + | |
| + | .disabled { |
| + | @include pagination-item-disabled; |
| + | } |
| + | |
| + | .ellipsis::after { |
| + | @include pagination-ellipsis; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_progress-bar.scss
+83
-0
| @@ | @@ -0,0 +1,83 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group progress-bar |
| + | //// |
| + | |
| + | /// Height of a progress bar. |
| + | /// @type Number |
| + | $progress-height: 1rem !default; |
| + | |
| + | /// Background color of a progress bar. |
| + | /// @type Color |
| + | $progress-background: $medium-gray !default; |
| + | |
| + | /// Bottom margin of a progress bar. |
| + | /// @type Number |
| + | $progress-margin-bottom: $global-margin !default; |
| + | |
| + | /// Default color of a progress bar's meter. |
| + | /// @type Color |
| + | $progress-meter-background: $primary-color !default; |
| + | |
| + | /// Default radius of a progress bar. |
| + | /// @type Number |
| + | $progress-radius: $global-radius !default; |
| + | |
| + | /// Adds styles for a progress bar container. |
| + | @mixin progress-container { |
| + | background-color: $progress-background; |
| + | height: $progress-height; |
| + | margin-bottom: $progress-margin-bottom; |
| + | border-radius: $progress-radius; |
| + | } |
| + | |
| + | /// Adds styles for the inner meter of a progress bar. |
| + | @mixin progress-meter { |
| + | position: relative; |
| + | display: block; |
| + | width: 0%; |
| + | height: 100%; |
| + | background-color: $progress-meter-background; |
| + | border-radius: $global-radius; |
| + | } |
| + | |
| + | /// Adds styles for text in the progress meter. |
| + | @mixin progress-meter-text { |
| + | position: absolute; |
| + | top: 50%; |
| + | #{$global-left}: 50%; |
| + | transform: translate(-50%, -50%); |
| + | margin: 0; |
| + | font-size: 0.75rem; |
| + | font-weight: bold; |
| + | color: $white; |
| + | white-space: nowrap; |
| + | } |
| + | |
| + | @mixin foundation-progress-bar { |
| + | // Progress bar |
| + | .progress { |
| + | @include progress-container; |
| + | |
| + | @each $name, $color in $foundation-colors { |
| + | &.#{$name} { |
| + | .progress-meter { |
| + | background-color: $color; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Progress bar meter |
| + | .progress-meter { |
| + | @include progress-meter; |
| + | |
| + | // Progress bar meter text |
| + | .progress-meter-text { |
| + | @include progress-meter-text; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_reveal.scss
+155
-0
| @@ | @@ -0,0 +1,155 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group reveal |
| + | //// |
| + | |
| + | /// Default background color of a modal. |
| + | /// @type Color |
| + | $reveal-background: $white !default; |
| + | |
| + | /// Default width of a modal, with no class applied. |
| + | /// @type Number |
| + | $reveal-width: 600px !default; |
| + | |
| + | /// Default maximum width of a modal. |
| + | /// @type Number |
| + | $reveal-max-width: $global-width !default; |
| + | |
| + | /// Offset from the top of the window when a modal is added. |
| + | /// @type Number |
| + | $reveal-offset: rem-calc(100) !default; |
| + | |
| + | /// Default padding inside a modal. |
| + | /// @type Number |
| + | $reveal-padding: $global-padding !default; |
| + | |
| + | /// Default border around a modal. |
| + | /// @type Number |
| + | $reveal-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Default radius for modal. |
| + | /// @type Number |
| + | $reveal-radius: $global-radius !default; |
| + | |
| + | /// z-index for modals. The overlay uses this value, while the modal itself uses this value plus one. |
| + | /// @type Number |
| + | $reveal-zindex: 1005; |
| + | |
| + | /// Background color of modal overlays. |
| + | /// @type Color |
| + | $reveal-overlay-background: rgba($black, 0.45) !default; |
| + | |
| + | /// Adds styles for a modal overlay. |
| + | /// @param {Color} $background [$reveal-overlay-background] - Background color of the overlay. |
| + | @mixin reveal-overlay { |
| + | display: none; |
| + | position: fixed; |
| + | top: 0; |
| + | bottom: 0; |
| + | left: 0; |
| + | right: 0; |
| + | z-index: $reveal-zindex; |
| + | background-color: $reveal-overlay-background; |
| + | overflow-y: scroll; |
| + | } |
| + | |
| + | /// Adds base styles for a modal. |
| + | @mixin reveal-modal-base { |
| + | @include disable-mouse-outline; |
| + | display: none; |
| + | z-index: $reveal-zindex + 1; |
| + | padding: $reveal-padding; |
| + | border: $reveal-border; |
| + | // margin: 100px auto 0 100px; |
| + | margin: 100px auto 0 auto; |
| + | background-color: $reveal-background; |
| + | border-radius: $reveal-radius; |
| + | |
| + | @include breakpoint(medium) { |
| + | min-height: 0; |
| + | } |
| + | |
| + | // Make sure rows don't have a min-width on them |
| + | .column, |
| + | .columns { |
| + | min-width: 0; |
| + | } |
| + | |
| + | // Strip margins from the last item in the modal |
| + | > :last-child { |
| + | margin-bottom: 0; |
| + | } |
| + | } |
| + | |
| + | /// Adjusts the width of a modal. |
| + | /// @param {Number} $width - Width of the modal. Generally a percentage. |
| + | /// @param {Number} $max-width [$reveal-max-width] - Maximum width of the modal. |
| + | @mixin reveal-modal-width( |
| + | $width: $reveal-width, |
| + | $max-width: $reveal-max-width |
| + | ) { |
| + | @include breakpoint(medium) { |
| + | @extend %reveal-centered; |
| + | width: $width; |
| + | max-width: $reveal-max-width; |
| + | } |
| + | } |
| + | |
| + | /// Creates a full-screen modal, which stretches the full width and height of the window. |
| + | @mixin reveal-modal-fullscreen { |
| + | // scss-lint:disable DuplicateProperty |
| + | top: 0; |
| + | left: 0; |
| + | width: 100%; |
| + | height: 100%; |
| + | height: 100vh; |
| + | min-height: 100vh; |
| + | max-width: none; |
| + | margin-left: 0; |
| + | } |
| + | |
| + | @mixin foundation-reveal { |
| + | // Overlay |
| + | .reveal-overlay { |
| + | @include reveal-overlay; |
| + | } |
| + | |
| + | // Modal container |
| + | .reveal { |
| + | @include reveal-modal-base; |
| + | @include reveal-modal-width($reveal-width); |
| + | position: absolute; |
| + | overflow-y: auto; |
| + | // Remove padding |
| + | &.collapse { |
| + | padding: 0; |
| + | } |
| + | |
| + | // Placeholder selector for medium-and-up modals |
| + | // Prevents duplicate CSS when defining multiple Reveal sizes |
| + | @include breakpoint(medium) { |
| + | %reveal-centered { |
| + | left: auto; |
| + | right: auto; |
| + | margin: 0 auto; |
| + | } |
| + | } |
| + | |
| + | // Sizing classes |
| + | &.tiny { @include reveal-modal-width(30%); } |
| + | &.small { @include reveal-modal-width(50%); } |
| + | &.large { @include reveal-modal-width(90%); } |
| + | |
| + | // Full-screen mode |
| + | &.full { |
| + | @include reveal-modal-fullscreen; |
| + | } |
| + | } |
| + | } |
| + | |
| + | body.is-reveal-open { |
| + | overflow: hidden; |
| + | } |
public/stylesheets/foundation6/components/_slider.scss
+158
-0
| @@ | @@ -0,0 +1,158 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | // [TODO] Check how plugin confirms disabled or vertical status |
| + | // [TODO] Check if transition: all; is necessary |
| + | |
| + | //// |
| + | /// @group slider |
| + | //// |
| + | |
| + | /// Default height of the slider. |
| + | /// @type Number |
| + | $slider-height: 0.5rem !default; |
| + | |
| + | /// Default slider width of a vertical slider. |
| + | /// @type Number |
| + | $slider-width-vertical: $slider-height !default; |
| + | |
| + | /// Default background color of the slider's track. |
| + | /// @type Color |
| + | $slider-background: $light-gray !default; |
| + | |
| + | /// Default color of the active fill color of the slider. |
| + | /// @type Color |
| + | $slider-fill-background: $medium-gray !default; |
| + | |
| + | /// Default height of the handle of the slider. |
| + | /// @type Number |
| + | $slider-handle-height: 1.4rem !default; |
| + | |
| + | /// Default width of the handle of the slider. |
| + | /// @type Number |
| + | $slider-handle-width: 1.4rem !default; |
| + | |
| + | /// Default color of the handle for the slider. |
| + | /// @type Color |
| + | $slider-handle-background: $primary-color !default; |
| + | |
| + | /// Default fade amount of a disabled slider. |
| + | /// @type Number |
| + | $slider-opacity-disabled: 0.25 !default; |
| + | |
| + | /// Default radius for slider. |
| + | /// @type Number |
| + | $slider-radius: $global-radius !default; |
| + | |
| + | /// Transition properties to apply to the slider handle and fill. |
| + | /// @type Transition |
| + | $slider-transition: all 0.2s ease-in-out !default; |
| + | |
| + | /// Adds the general styles for sliders. |
| + | @mixin slider-container { |
| + | position: relative; |
| + | height: $slider-height; |
| + | margin-top: 1.25rem; |
| + | margin-bottom: 2.25rem; |
| + | background-color: $slider-background; |
| + | cursor: pointer; |
| + | user-select: none; |
| + | touch-action: none; |
| + | } |
| + | |
| + | /// Adds the general styles for active fill for sliders. |
| + | @mixin slider-fill { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 0; |
| + | display: inline-block; |
| + | max-width: 100%; |
| + | height: $slider-height; |
| + | background-color: $slider-fill-background; |
| + | transition: $slider-transition; |
| + | |
| + | &.is-dragging { |
| + | transition: all 0s linear; |
| + | } |
| + | } |
| + | |
| + | /// Adds the general styles for the slider handles. |
| + | @mixin slider-handle { |
| + | @include disable-mouse-outline; |
| + | @include v-align-middle; |
| + | position: absolute; |
| + | left: 0; |
| + | z-index: 1; |
| + | display: inline-block; |
| + | width: $slider-handle-width; |
| + | height: $slider-handle-height; |
| + | background-color: $slider-handle-background; |
| + | transition: $slider-transition; |
| + | touch-action: manipulation; |
| + | border-radius: $slider-radius; |
| + | |
| + | &:hover { |
| + | background-color: scale-color($slider-handle-background, $lightness: -15%); |
| + | } |
| + | |
| + | &.is-dragging { |
| + | transition: all 0s linear; |
| + | } |
| + | } |
| + | |
| + | @mixin slider-disabled { |
| + | opacity: $slider-opacity-disabled; |
| + | cursor: not-allowed; |
| + | } |
| + | |
| + | @mixin slider-vertical { |
| + | display: inline-block; |
| + | width: $slider-width-vertical; |
| + | height: 12.5rem; |
| + | margin: 0 1.25rem; |
| + | transform: scale(1, -1); |
| + | |
| + | .slider-fill { |
| + | top: 0; |
| + | width: $slider-width-vertical; |
| + | max-height: 100%; |
| + | } |
| + | |
| + | .slider-handle { |
| + | position: absolute; |
| + | top: 0; |
| + | left: 50%; |
| + | width: $slider-handle-height; |
| + | height: $slider-handle-width; |
| + | transform: translateX(-50%); |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-slider { |
| + | // Container |
| + | .slider { |
| + | @include slider-container; |
| + | } |
| + | |
| + | // Fill area |
| + | .slider-fill { |
| + | @include slider-fill; |
| + | } |
| + | |
| + | // Draggable handle |
| + | .slider-handle { |
| + | @include slider-handle; |
| + | } |
| + | |
| + | // Disabled state |
| + | .slider.disabled, |
| + | .slider[disabled] { |
| + | @include slider-disabled; |
| + | } |
| + | |
| + | // Vertical slider |
| + | .slider.vertical { |
| + | @include slider-vertical; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_sticky.scss
+38
-0
| @@ | @@ -0,0 +1,38 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | @mixin foundation-sticky { |
| + | .sticky-container { |
| + | position: relative; |
| + | } |
| + | |
| + | .sticky { |
| + | position: absolute; |
| + | z-index: 0; |
| + | transform: translate3d(0,0,0); |
| + | } |
| + | |
| + | .sticky.is-stuck { |
| + | position: fixed; |
| + | z-index: 5; |
| + | |
| + | &.is-at-top { |
| + | top: 0; |
| + | } |
| + | |
| + | &.is-at-bottom { |
| + | bottom: 0; |
| + | } |
| + | } |
| + | |
| + | .sticky.is-anchored { |
| + | position: absolute; |
| + | left: auto; |
| + | right: auto; |
| + | |
| + | &.is-at-bottom { |
| + | bottom: 0; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_switch.scss
+231
-0
| @@ | @@ -0,0 +1,231 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group switch |
| + | //// |
| + | |
| + | /// Background color of a switch. |
| + | /// @type Color |
| + | $switch-background: $medium-gray !default; |
| + | |
| + | /// Background active color of a switch. |
| + | /// @type Color |
| + | $switch-background-active: $primary-color !default; |
| + | |
| + | /// Height of a switch, with no class applied. |
| + | /// @type Number |
| + | $switch-height: 2rem !default; |
| + | |
| + | /// Height of a switch with .tiny class. |
| + | /// @type Number |
| + | $switch-height-tiny: 1.5rem !default; |
| + | |
| + | /// Height of a switch with .small class. |
| + | /// @type Number |
| + | $switch-height-small: 1.75rem !default; |
| + | |
| + | /// Height of a switch with .large class. |
| + | /// @type Number |
| + | $switch-height-large: 2.5rem !default; |
| + | |
| + | /// Border radius of the switch |
| + | /// @type Number |
| + | $switch-radius: $global-radius; |
| + | |
| + | /// border around a modal. |
| + | /// @type Number |
| + | $switch-margin: $global-margin !default; |
| + | |
| + | /// Background color for the switch container and paddle. |
| + | /// @type Color |
| + | $switch-paddle-background: $white !default; |
| + | |
| + | /// Spacing between a switch paddle and the edge of the body. |
| + | /// @type Number |
| + | $switch-paddle-offset: 0.25rem !default; |
| + | |
| + | /// border radius of the switch paddle |
| + | /// @type Number |
| + | $switch-paddle-radius: $global-radius !default; |
| + | |
| + | /// switch transition. |
| + | /// @type Number |
| + | $switch-paddle-transition: all 0.25s ease-out !default; |
| + | |
| + | // make them variables |
| + | // ask about accessibility on label |
| + | // change class name for text |
| + | |
| + | /// Adds styles for a switch container. Apply this to a container class. |
| + | @mixin switch-container { |
| + | margin-bottom: $switch-margin; |
| + | outline: 0; |
| + | position: relative; |
| + | user-select: none; |
| + | |
| + | // These properties cascade down to the switch text |
| + | color: $white; |
| + | font-weight: bold; |
| + | font-size: rem-calc(14); |
| + | } |
| + | |
| + | /// Adds styles for a switch input. Apply this to an `<input>` within a switch. |
| + | @mixin switch-input { |
| + | opacity: 0; |
| + | position: absolute; |
| + | } |
| + | |
| + | /// Adds styles for the background and paddle of a switch. Apply this to a `<label>` within a switch. |
| + | @mixin switch-paddle { |
| + | background: $switch-background; |
| + | cursor: pointer; |
| + | display: block; |
| + | position: relative; |
| + | width: 4rem; |
| + | height: $switch-height; |
| + | transition: $switch-paddle-transition; |
| + | border-radius: $switch-radius; |
| + | |
| + | // Resetting these <label> presets so type styles cascade down |
| + | color: inherit; |
| + | font-weight: inherit; |
| + | |
| + | // Needed to override specificity |
| + | input + & { |
| + | margin: 0; |
| + | } |
| + | |
| + | // The paddle itself |
| + | &::after { |
| + | background: $switch-paddle-background; |
| + | content: ''; |
| + | display: block; |
| + | position: absolute; |
| + | height: 1.5rem; |
| + | #{$global-left}: 0.25rem; |
| + | top: 0.25rem; |
| + | width: 1.5rem; |
| + | transition: $switch-paddle-transition; |
| + | transform: translate3d(0, 0, 0); |
| + | } |
| + | |
| + | // Change the visual style when the switch is active |
| + | input:checked ~ & { |
| + | background: $switch-background-active; |
| + | |
| + | &::after { |
| + | #{$global-left}: 2.25rem; |
| + | } |
| + | } |
| + | |
| + | input:focus ~ & { |
| + | @include disable-mouse-outline; |
| + | } |
| + | } |
| + | |
| + | /// Adds base styles for active/inactive text inside a switch. Apply this to text elements inside the switch `<label>`. |
| + | @mixin switch-text { |
| + | position: absolute; |
| + | top: 50%; |
| + | transform: translateY(-50%); |
| + | } |
| + | |
| + | /// Adds styles for the active state text within a switch. |
| + | @mixin switch-text-active { |
| + | #{$global-left}: 8%; |
| + | display: none; |
| + | |
| + | input:checked + label > & { |
| + | display: block; |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for the inactive state text within a switch. |
| + | @mixin switch-text-inactive { |
| + | #{$global-right}: 15%; |
| + | |
| + | input:checked + label > & { |
| + | display: none; |
| + | } |
| + | } |
| + | |
| + | /// Changes the size of a switch by modifying the size of the body and paddle. Apply this to a switch container. |
| + | /// @param {Number} $font-size [1rem] - Font size of label text within the switch. |
| + | /// @param {Number} $width [4rem] - Width of the switch body. |
| + | /// @param {Number} $height [2rem] - Height of the switch body. |
| + | /// @param {Number} $paddle-width [1.5rem] - Width of the switch paddle. |
| + | /// @param {Number} $paddle-offset [0.25rem] - Spacing between the switch paddle and the edge of the switch body. |
| + | @mixin switch-size( |
| + | $font-size: 1rem, |
| + | $width: 4rem, |
| + | $height: 2rem, |
| + | $paddle-width: 1.5rem, |
| + | $paddle-offset: 0.25rem |
| + | ) { |
| + | $paddle-height: $height - ($paddle-offset * 2); |
| + | $paddle-left-active: $width - $paddle-width - $paddle-offset; |
| + | |
| + | .switch-paddle { |
| + | width: $width; |
| + | height: $height; |
| + | font-size: $font-size; |
| + | } |
| + | |
| + | .switch-paddle::after { |
| + | width: $paddle-width; |
| + | height: $paddle-height; |
| + | } |
| + | |
| + | input:checked ~ .switch-paddle:after { |
| + | #{$global-left}: $paddle-left-active; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-switch { |
| + | // Container class |
| + | .switch { |
| + | @include switch-container; |
| + | } |
| + | |
| + | // <input> element |
| + | .switch-input { |
| + | @include switch-input; |
| + | } |
| + | |
| + | // <label> element |
| + | .switch-paddle { |
| + | @include switch-paddle; |
| + | } |
| + | |
| + | // Base label text styles |
| + | %switch-text { |
| + | @include switch-text; |
| + | } |
| + | |
| + | // Active label text styles |
| + | .switch-active { |
| + | @extend %switch-text; |
| + | @include switch-text-active; |
| + | } |
| + | |
| + | // Inactive label text styles |
| + | .switch-inactive { |
| + | @extend %switch-text; |
| + | @include switch-text-inactive; |
| + | } |
| + | |
| + | // Switch sizes |
| + | .switch.tiny { |
| + | @include switch-size(rem-calc(10), 3rem, $switch-height-tiny, 1rem, $switch-paddle-offset); |
| + | } |
| + | |
| + | .switch.small { |
| + | @include switch-size(rem-calc(12), 3.5rem, $switch-height-small, 1.25rem, $switch-paddle-offset); |
| + | } |
| + | |
| + | .switch.large { |
| + | @include switch-size(rem-calc(16), 5rem, $switch-height-large, 2rem, $switch-paddle-offset); |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_table.scss
+212
-0
| @@ | @@ -0,0 +1,212 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | // scss-lint:disable MergeableSelector, QualifyingElement |
| + | |
| + | //// |
| + | /// @group table |
| + | //// |
| + | |
| + | /// Defualt color for table background. |
| + | /// @type Color |
| + | $table-background: $white !default; |
| + | |
| + | /// Defualt scale for darkening the striped table rows and the table border. |
| + | /// @type Number |
| + | $table-color-scale: 5% !default; |
| + | |
| + | /// Defualt style for table border. |
| + | /// @type List |
| + | $table-border: 1px solid smart-scale($table-background, $table-color-scale) !default; |
| + | |
| + | /// Defualt padding for table. |
| + | /// @type Number |
| + | $table-padding: rem-calc(8 10 10) !default; |
| + | |
| + | /// Defualt scale for darkening the table rows on hover. |
| + | /// @type Number |
| + | $table-hover-scale: 2% !default; |
| + | |
| + | /// Defualt color of standard rows on hover. |
| + | /// @type List |
| + | $table-row-hover: darken($table-background, $table-hover-scale) !default; |
| + | |
| + | /// Defualt color of striped rows on hover. |
| + | /// @type List |
| + | $table-row-stripe-hover: darken($table-background, $table-color-scale + $table-hover-scale) !default; |
| + | |
| + | /// Defualt background color for striped rows. |
| + | /// @type Color |
| + | $table-striped-background: smart-scale($table-background, $table-color-scale) !default; |
| + | |
| + | /// Defualt value for showing the stripe on rows of the tables, excluding the header and footer If even, the even rows will have a background color. If odd, the odd rows will have a background color. If empty, or anyother value, the table rows will have no striping. |
| + | /// @type Keyoword |
| + | $table-stripe: even !default; |
| + | |
| + | /// Defualt color for header background. |
| + | /// @type Color |
| + | $table-head-background: smart-scale($table-background, $table-color-scale / 2) !default; |
| + | |
| + | /// Defualt color for footer background. |
| + | /// @type Color |
| + | $table-foot-background: smart-scale($table-background, $table-color-scale) !default; |
| + | |
| + | /// Defualt font color for header. |
| + | /// @type Color |
| + | $table-head-font-color: $body-font-color !default; |
| + | |
| + | /// Defualt value for showing the header when using stacked tables. |
| + | /// @type Boolean |
| + | $show-header-for-stacked: false; |
| + | |
| + | /// Adds the general styles for tables. |
| + | /// @param {Keyword} $stripe [$table-stripe] - Uses kewords even, odd, or none to darken rows of the table. The defualt value is even. |
| + | @mixin table($stripe: $table-stripe) { |
| + | margin-bottom: $global-margin; |
| + | border-radius: $global-radius; |
| + | |
| + | @at-root { |
| + | thead, |
| + | tbody, |
| + | tfoot { |
| + | border: $table-border; |
| + | background-color: $table-background; |
| + | } |
| + | |
| + | // Caption |
| + | caption { |
| + | font-weight: $global-weight-bold; |
| + | padding: $table-padding; |
| + | } |
| + | |
| + | // Table head and foot |
| + | thead, |
| + | tfoot { |
| + | background: $table-head-background; |
| + | color: $table-head-font-color; |
| + | |
| + | // Rows within head and foot |
| + | tr { |
| + | background: transparent; |
| + | } |
| + | |
| + | // Cells within head and foot |
| + | th, |
| + | td { |
| + | padding: $table-padding; |
| + | font-weight: $global-weight-bold; |
| + | text-align: #{$global-left}; |
| + | } |
| + | } |
| + | |
| + | // Table rows |
| + | tbody { |
| + | tr { |
| + | // If stripe is set to even, darken the even rows. |
| + | @if $stripe == even { |
| + | &:nth-child(even) { |
| + | background-color: $table-striped-background; |
| + | } |
| + | } |
| + | |
| + | // If stripe is set to odd, darken the odd rows. |
| + | @else if $stripe == odd { |
| + | &:nth-child(odd) { |
| + | background-color: $table-striped-background; |
| + | } |
| + | } |
| + | } |
| + | |
| + | th, |
| + | td { |
| + | padding: $table-padding; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds the ability to horizontally scroll the table when the content overflows horizontally. |
| + | @mixin table-scroll { |
| + | display: block; |
| + | width: 100%; |
| + | overflow-y: scroll; |
| + | } |
| + | |
| + | /// Slightly darkens the table rows on hover. |
| + | @mixin table-hover { |
| + | tr { |
| + | //Darkens the non-striped table rows on hover. |
| + | &:hover { |
| + | background-color: $table-row-hover; |
| + | } |
| + | |
| + | //Darkens the even striped table rows. |
| + | @if($table-stripe == even) { |
| + | &:nth-of-type(even):hover { |
| + | background-color: $table-row-stripe-hover; |
| + | } |
| + | } |
| + | |
| + | //Darkens the odd striped table rows. |
| + | @elseif($table-stripe == odd) { |
| + | &:nth-of-type(odd):hover { |
| + | background-color: $table-row-stripe-hover; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for a stacked table. Useful for small-screen layouts. |
| + | /// @param {Boolean} $header [$show-header-for-stacked] - Show the first th of header when stacked. |
| + | @mixin table-stack($header: $show-header-for-stacked) { |
| + | @if $header { |
| + | thead { |
| + | th:first-child { |
| + | display: block; |
| + | } |
| + | |
| + | th { |
| + | display: none; |
| + | } |
| + | } |
| + | } @else { |
| + | thead { |
| + | display: none; |
| + | } |
| + | } |
| + | |
| + | tfoot { |
| + | display: none; |
| + | } |
| + | |
| + | tr, |
| + | th, |
| + | td { |
| + | display: block; |
| + | } |
| + | |
| + | td { |
| + | border-top: 0; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-table { |
| + | table { |
| + | @include table; |
| + | } |
| + | |
| + | table.stack { |
| + | @include breakpoint(medium down) { |
| + | @include table-stack; |
| + | } |
| + | } |
| + | |
| + | table.scroll { |
| + | @include table-scroll; |
| + | } |
| + | |
| + | table.hover { |
| + | @include table-hover; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_tabs.scss
+137
-0
| @@ | @@ -0,0 +1,137 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group tabs |
| + | //// |
| + | |
| + | /// Default margin of the tab bar. |
| + | /// @type Number |
| + | $tab-margin: 0 !default; |
| + | |
| + | /// Default background color of a tab bar. |
| + | /// @type Color |
| + | $tab-background: $white !default; |
| + | |
| + | /// active background color of a tab bar. |
| + | /// @type Color |
| + | $tab-background-active: $light-gray !default; |
| + | |
| + | /// Default border color of tab content. |
| + | /// @type Color |
| + | $tab-border: $light-gray !default; |
| + | |
| + | /// Default text color for items in a Menu. |
| + | /// @type Color |
| + | $tab-item-color: foreground($tab-background, $primary-color) !default; |
| + | |
| + | /// Default background color on hover for items in a Menu. |
| + | $tab-item-background-hover: $white !default; |
| + | |
| + | /// Default padding of a a tab item. |
| + | /// @type Number |
| + | $tab-item-padding: 1.25rem 1.5rem !default; |
| + | |
| + | /// Maximum number of `expand-n` classes to include in the CSS. |
| + | /// @type Number |
| + | $tab-expand-max: 6 !default; |
| + | |
| + | /// Default background color of tab content. |
| + | /// @type Color |
| + | $tab-content-background: $white !default; |
| + | |
| + | /// Default border color of tab content. |
| + | /// @type Color |
| + | $tab-content-border: $light-gray !default; |
| + | |
| + | /// Default text color of tab content. |
| + | /// @type Color |
| + | $tab-content-color: foreground($tab-background, $primary-color) !default; |
| + | |
| + | /// Default padding for tab content. |
| + | /// @type Number | List |
| + | $tab-content-padding: 1rem !default; |
| + | |
| + | @mixin foundation-tabs { |
| + | .tabs { |
| + | @include clearfix; |
| + | margin: $tab-margin; |
| + | list-style-type: none; |
| + | background: $tab-background; |
| + | border: 1px solid $tab-content-border; |
| + | |
| + | // Simple |
| + | &.simple { |
| + | > li > a { |
| + | padding: 0; |
| + | |
| + | &:hover { |
| + | background: transparent; |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Vertical |
| + | &.vertical { |
| + | > li { |
| + | width: auto; |
| + | float: none; |
| + | display: block; |
| + | } |
| + | } |
| + | |
| + | // Primary color |
| + | &.primary { |
| + | background: $primary-color; |
| + | |
| + | > li > a { |
| + | color: foreground($primary-color); |
| + | |
| + | &:hover, |
| + | &:focus { |
| + | background: smart-scale($primary-color); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | .tabs-title { |
| + | float: #{$global-left}; |
| + | |
| + | > a { |
| + | display: block; |
| + | padding: $tab-item-padding; |
| + | line-height: 1; |
| + | font-size: 12px; |
| + | color: $tab-item-color; |
| + | |
| + | &:hover, |
| + | &:focus, |
| + | &[aria-selected="true"] { |
| + | background: $tab-background-active; |
| + | } |
| + | } |
| + | } |
| + | |
| + | .tabs-content { |
| + | background: $tab-content-background; |
| + | transition: all 0.5s ease; |
| + | border: 1px solid $tab-content-border; |
| + | border-top: 0; |
| + | |
| + | &.vertical { |
| + | border: 1px solid $tab-content-border; |
| + | border-#{$global-left}: 0; |
| + | } |
| + | } |
| + | |
| + | .tabs-panel { |
| + | display: none; |
| + | padding: $tab-content-padding; |
| + | |
| + | &.is-active { |
| + | display: block; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_thumbnail.scss
+54
-0
| @@ | @@ -0,0 +1,54 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group thumbnail |
| + | //// |
| + | |
| + | /// Border around thumbnail images. |
| + | /// @type Border |
| + | $thumbnail-border: solid 4px $white !default; |
| + | |
| + | /// Bottom margin for thumbnail images. |
| + | /// @type Length |
| + | $thumbnail-margin-bottom: $global-margin !default; |
| + | |
| + | /// Box shadow under thumbnail images. |
| + | /// @type Shadow |
| + | $thumbnail-shadow: 0 0 0 1px rgba($black, 0.2) !default; |
| + | |
| + | /// Box shadow under thumbnail images. |
| + | /// @type Shadow |
| + | $thumbnail-shadow-hover: 0 0 6px 1px rgba($primary-color, 0.5) !default; |
| + | |
| + | /// Transition proprties for thumbnail images. |
| + | /// @type Transition |
| + | $thumbnail-transition: box-shadow 200ms ease-out !default; |
| + | |
| + | /// Default radius for thumbnail images. |
| + | /// @type Number |
| + | $thumbnail-radius: $global-radius !default; |
| + | |
| + | /// Adds thumbnail styles to an element. |
| + | @mixin thumbnail { |
| + | border: $thumbnail-border; |
| + | box-shadow: $thumbnail-shadow; |
| + | display: inline-block; |
| + | line-height: 0; |
| + | max-width: 100%; |
| + | transition: $thumbnail-transition; |
| + | border-radius: $thumbnail-radius; |
| + | margin-bottom: $thumbnail-margin-bottom; |
| + | |
| + | &:hover, |
| + | &:focus { |
| + | box-shadow: $thumbnail-shadow-hover; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-thumbnail { |
| + | .thumbnail { |
| + | @include thumbnail; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_title-bar.scss
+44
-0
| @@ | @@ -0,0 +1,44 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group title-bar |
| + | //// |
| + | |
| + | @mixin foundation-title-bar { |
| + | .title-bar { |
| + | @include clearfix; |
| + | background: $black; |
| + | color: $white; |
| + | padding: 0.5rem; |
| + | |
| + | .menu-icon { |
| + | margin-#{$global-left}: 0.25rem; |
| + | margin-#{$global-right}: 0.5rem; |
| + | } |
| + | } |
| + | |
| + | .title-bar-left { |
| + | float: left; |
| + | } |
| + | |
| + | .title-bar-right { |
| + | float: right; |
| + | text-align: right; |
| + | } |
| + | |
| + | .title-bar-title { |
| + | font-weight: bold; |
| + | vertical-align: middle; |
| + | display: inline-block; |
| + | } |
| + | |
| + | .menu-icon { |
| + | @include hamburger($color: white, $color-hover: $medium-gray); |
| + | } |
| + | |
| + | .menu-icon.dark { |
| + | @include hamburger; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_tooltip.scss
+110
-0
| @@ | @@ -0,0 +1,110 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group tooltip |
| + | //// |
| + | |
| + | /// Default color of the tooltip background. |
| + | /// @type Color |
| + | $tooltip-background-color: $black !default; |
| + | |
| + | /// Default color of the tooltip font. |
| + | /// @type Color |
| + | $tooltip-color: $white; |
| + | |
| + | /// Default padding of the tooltip background. |
| + | /// @type Number |
| + | $tooltip-padding: 0.75rem !default; |
| + | |
| + | /// Default font size of the tooltip text. By default, we recommend a smaller font size than the body copy. |
| + | /// @type Number |
| + | $tooltip-font-size: $small-font-size !default; |
| + | |
| + | /// Default pip width for tooltips. |
| + | /// @type Number |
| + | $tooltip-pip-width: 0.75rem !default; |
| + | |
| + | /// Default pip height for tooltips. This is helpful for calculating the distance of the tooltip from the tooltip word. |
| + | /// @type Number |
| + | $tooltip-pip-height: $tooltip-pip-width * 0.866 !default; |
| + | |
| + | /// Default pip offset for tooltips. This controls how far the pip is indented from the left edge of the tooltip. |
| + | /// @type Number |
| + | $tooltip-pip-offset: 1.25rem !default; |
| + | |
| + | /// Default radius for tooltips. |
| + | /// @type Number |
| + | $tooltip-radius: $global-radius !default; |
| + | |
| + | @mixin has-tip { |
| + | border-bottom: dotted 1px $dark-gray; |
| + | font-weight: bold; |
| + | position: relative; |
| + | display: inline-block; |
| + | |
| + | &:hover { |
| + | cursor: help; |
| + | } |
| + | } |
| + | |
| + | @mixin tooltip { |
| + | background-color: $tooltip-background-color; |
| + | color: $tooltip-color; |
| + | font-size: $tooltip-font-size; |
| + | padding: $tooltip-padding; |
| + | position: absolute; |
| + | z-index: 10; |
| + | top: calc(100% + #{$tooltip-pip-height}); |
| + | max-width: 10rem !important; |
| + | border-radius: $tooltip-radius; |
| + | // visibility: hidden; |
| + | |
| + | &::before { |
| + | @include css-triangle($tooltip-pip-width, $tooltip-background-color, up); |
| + | bottom: 100%; |
| + | position: absolute; |
| + | left: 50%; |
| + | transform: translateX(-50%); |
| + | } |
| + | |
| + | &.top { |
| + | &::before { |
| + | @include css-triangle($tooltip-pip-width, $tooltip-background-color, down); |
| + | top: 100%; |
| + | bottom: auto; |
| + | } |
| + | } |
| + | |
| + | &.left { |
| + | &::before { |
| + | @include css-triangle($tooltip-pip-width, $tooltip-background-color, right); |
| + | bottom: auto; |
| + | left: 100%; |
| + | top: 50%; |
| + | transform: translateY(-50%); |
| + | } |
| + | } |
| + | |
| + | &.right { |
| + | &::before { |
| + | @include css-triangle($tooltip-pip-width, $tooltip-background-color, left); |
| + | bottom: auto; |
| + | left: auto; |
| + | right: 100%; |
| + | top: 50%; |
| + | transform: translateY(-50%); |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-tooltip { |
| + | .has-tip { |
| + | @include has-tip; |
| + | } |
| + | |
| + | .tooltip { |
| + | @include tooltip; |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_top-bar.scss
+57
-0
| @@ | @@ -0,0 +1,57 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group top-bar |
| + | //// |
| + | |
| + | /// Padding for the top bar. |
| + | /// @type Number |
| + | $topbar-padding: 0.5rem !default; |
| + | |
| + | /// Background color for the top bar. This color also cascades to menus within the top bar. |
| + | /// @type Color |
| + | $topbar-background: #eee !default; |
| + | |
| + | /// Color for links inside a top bar menu. |
| + | /// @type Color |
| + | $topbar-link-color: #fff !default; |
| + | |
| + | /// Width of `<input>` elements inside the top bar. |
| + | /// @type Number |
| + | $topbar-input-width: 200px !default; |
| + | |
| + | /// Adds styles for a top bar container. |
| + | @mixin top-bar-container { |
| + | @include clearfix; |
| + | padding: $topbar-padding; |
| + | |
| + | &, ul { |
| + | background-color: $topbar-background; |
| + | } |
| + | |
| + | input { |
| + | width: $topbar-input-width; |
| + | margin-#{$global-right}: 1rem; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-top-bar { |
| + | // Top bar container |
| + | .top-bar { |
| + | @include top-bar-container; |
| + | } |
| + | |
| + | // Sub-sections |
| + | // Stack on small screens |
| + | @include breakpoint(medium) { |
| + | .top-bar-left { |
| + | float: left; |
| + | } |
| + | |
| + | .top-bar-right { |
| + | float: right |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/components/_visibility.scss
+131
-0
| @@ | @@ -0,0 +1,131 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | /// Hide an element by default, only displaying it above a certain screen size. |
| + | /// @param {Keyword} $size - Breakpoint to use. **Must be a breakpoint defined in `$breakpoints`.** |
| + | @mixin show-for($size) { |
| + | $size: map-get($breakpoints, $size); |
| + | $size: -zf-bp-to-em($size) - (1/16); |
| + | |
| + | @include breakpoint($size down) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | |
| + | /// Hide an element by default, only displaying it within a certain breakpoint. |
| + | /// @param {Keyword} $size - Breakpoint to use. **Must be a breakpoint defined in `$breakpoints`.** |
| + | @mixin show-for-only($size) { |
| + | $lower-bound-size: map-get($breakpoints, $size); |
| + | $upper-bound-size: -zf-map-next($breakpoints, $size); |
| + | |
| + | // more often than not this will be correct, just one time round the loop it won't so set in scope here |
| + | $lower-bound: -zf-bp-to-em($lower-bound-size) - (1/16); |
| + | // test actual lower-bound-size, if 0 set it to 0em |
| + | @if $lower-bound-size == 0 { |
| + | $lower-bound: -zf-bp-to-em($lower-bound-size); |
| + | } |
| + | |
| + | @if $upper-bound-size == null { |
| + | @media screen and (max-width: $lower-bound) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | @else { |
| + | $upper-bound: -zf-bp-to-em($upper-bound-size); |
| + | @media screen and (max-width: $lower-bound), screen and (min-width: $upper-bound) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | } |
| + | |
| + | |
| + | /// Show an element by default, and hide it above a certain screen size. |
| + | /// @param {Keyword} $size - Breakpoint to use. **Must be a breakpoint defined in `$breakpoints`.** |
| + | @mixin hide-for($size) { |
| + | @include breakpoint($size) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | |
| + | /// Show an element by default, and hide it above a certain screen size. |
| + | /// @param {Keyword} $size - Breakpoint to use. **Must be a breakpoint defined in `$breakpoints`.** |
| + | @mixin hide-for-only($size) { |
| + | @include breakpoint($size only) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-visibility-classes { |
| + | // Basic hiding classes |
| + | .hide { |
| + | display: none !important; |
| + | } |
| + | |
| + | .invisible { |
| + | visibility: hidden; |
| + | } |
| + | |
| + | // Responsive visibility classes |
| + | @each $size in $breakpoint-classes { |
| + | @if $size != small { |
| + | .hide-for-#{$size} { |
| + | @include hide-for($size); |
| + | } |
| + | |
| + | .show-for-#{$size} { |
| + | @include show-for($size); |
| + | } |
| + | } |
| + | |
| + | .hide-for-#{$size}-only { |
| + | @include hide-for-only($size); |
| + | } |
| + | |
| + | .show-for-#{$size}-only { |
| + | @include show-for-only($size); |
| + | } |
| + | } |
| + | |
| + | // Screen reader visibility classes |
| + | // Need a "hide-for-sr" class? Add aria-hidden="true" to the element |
| + | .show-for-sr, |
| + | .show-on-focus { |
| + | @include element-invisible; |
| + | } |
| + | |
| + | // Only display the element when it's focused |
| + | .show-on-focus { |
| + | &:active, |
| + | &:focus { |
| + | @include element-invisible-off; |
| + | } |
| + | } |
| + | |
| + | // Landscape and portrait visibility |
| + | .show-for-landscape, |
| + | .hide-for-portrait { |
| + | display: block !important; |
| + | |
| + | @include breakpoint(landscape) { |
| + | display: block !important; |
| + | } |
| + | |
| + | @include breakpoint(portrait) { |
| + | display: none !important; |
| + | } |
| + | } |
| + | |
| + | .hide-for-landscape, |
| + | .show-for-portrait { |
| + | display: none !important; |
| + | |
| + | @include breakpoint(landscape) { |
| + | display: none !important; |
| + | } |
| + | |
| + | @include breakpoint(portrait) { |
| + | display: block !important; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_checkbox.scss
+36
-0
| @@ | @@ -0,0 +1,36 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | @mixin foundation-form-checkbox { |
| + | [type="file"], |
| + | [type="checkbox"], |
| + | [type="radio"] { |
| + | margin: 0 0 $form-spacing; |
| + | } |
| + | |
| + | // Styles for input/label siblings |
| + | [type="checkbox"] + label, |
| + | [type="radio"] + label { |
| + | display: inline-block; |
| + | margin-#{$global-left}: $form-spacing * 0.5; |
| + | margin-#{$global-right}: $form-spacing; |
| + | margin-bottom: 0; |
| + | vertical-align: baseline; |
| + | } |
| + | |
| + | // Styles for inputs inside labels |
| + | label > [type="checkbox"], |
| + | label > [type="label"] { |
| + | margin-#{$global-right}: $form-spacing * 0.5; |
| + | } |
| + | |
| + | // Normalize file input width |
| + | [type="file"] { |
| + | width: 100%; |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_error.scss
+81
-0
| @@ | @@ -0,0 +1,81 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group abide |
| + | //// |
| + | |
| + | /// Sets if error styles should be added to inputs. |
| + | /// @type Boolean |
| + | $abide-inputs: true !default; |
| + | |
| + | /// Sets if error styles should be added to labels. |
| + | /// @type Boolean |
| + | $abide-labels: true !default; |
| + | |
| + | /// Background color to use for invalid text inputs. |
| + | /// @type Color |
| + | $input-background-invalid: $alert-color !default; |
| + | |
| + | /// Color to use for labels of invalid inputs. |
| + | /// @type Color |
| + | $form-label-color-invalid: $alert-color !default; |
| + | |
| + | /// Default font color for form error text. |
| + | /// @type Color |
| + | $input-error-color: $alert-color !default; |
| + | |
| + | /// Default font size for form error text. |
| + | /// @type Number |
| + | $input-error-font-size: rem-calc(12) !default; |
| + | |
| + | /// Default font weight for form error text. |
| + | /// @type Keyword |
| + | $input-error-font-weight: $global-weight-bold !default; |
| + | |
| + | /// Styles the background and border of an input field to have an error state. |
| + | /// @param {Color} $background [$alert-color] - Color to use for the background and border. |
| + | @mixin form-input-error( |
| + | $background: $alert-color |
| + | ) { |
| + | &:not(:focus) { |
| + | background-color: rgba($background, 0.1); |
| + | border-color: $background; |
| + | } |
| + | } |
| + | |
| + | /// Adds error styles to a form element, using the values in the settings file. |
| + | @mixin form-error { |
| + | display: none; |
| + | margin-top: $form-spacing * -0.5; |
| + | margin-bottom: $form-spacing; |
| + | font-size: $input-error-font-size; |
| + | font-weight: $input-error-font-weight; |
| + | color: $input-error-color; |
| + | } |
| + | |
| + | @mixin foundation-form-error { |
| + | @if $abide-inputs { |
| + | // Error class for invalid inputs |
| + | .is-invalid-input { |
| + | @include form-input-error; |
| + | } |
| + | } |
| + | |
| + | @if $abide-labels { |
| + | // Error class for labels of invalid outputs |
| + | .is-invalid-label { |
| + | color: $form-label-color-invalid; |
| + | } |
| + | } |
| + | |
| + | // Form error element |
| + | .form-error { |
| + | @include form-error; |
| + | |
| + | &.is-visible { |
| + | display: block; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_fieldset.scss
+53
-0
| @@ | @@ -0,0 +1,53 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Default border around custom fieldsets. |
| + | /// @type Border |
| + | $fieldset-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Default padding inside custom fieldsets. |
| + | /// @type Number |
| + | $fieldset-padding: rem-calc(20) !default; |
| + | |
| + | /// Default margin around custom fieldsets. |
| + | /// @type Number |
| + | $fieldset-margin: rem-calc(18 0) !default; |
| + | |
| + | /// Default padding between the legend text and fieldset border. |
| + | /// @type Number |
| + | $legend-padding: rem-calc(0 3) !default; |
| + | |
| + | @mixin fieldset { |
| + | border: $fieldset-border; |
| + | padding: $fieldset-padding; |
| + | margin: $fieldset-margin; |
| + | |
| + | legend { |
| + | // Covers up the fieldset's border to create artificial padding |
| + | background: $body-background; |
| + | padding: $legend-padding; |
| + | margin: 0; |
| + | margin-#{$global-left}: rem-calc(-3); |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-form-fieldset { |
| + | fieldset { |
| + | border: 0; |
| + | padding: 0; |
| + | margin: 0; |
| + | } |
| + | |
| + | legend { |
| + | margin-bottom: $form-spacing * 0.5; |
| + | } |
| + | |
| + | .fieldset { |
| + | @include fieldset; |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_forms.scss
+32
-0
| @@ | @@ -0,0 +1,32 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Global spacing for form elements. |
| + | /// @type Number |
| + | $form-spacing: rem-calc(16) !default; |
| + | |
| + | @import |
| + | 'text', |
| + | 'checkbox', |
| + | 'label', |
| + | 'help-text', |
| + | 'input-group', |
| + | 'fieldset', |
| + | 'select', |
| + | 'error'; |
| + | |
| + | @mixin foundation-forms { |
| + | @include foundation-form-text; |
| + | @include foundation-form-checkbox; |
| + | @include foundation-form-label; |
| + | @include foundation-form-helptext; |
| + | @include foundation-form-prepostfix; |
| + | @include foundation-form-fieldset; |
| + | @include foundation-form-select; |
| + | @include foundation-form-error; |
| + | } |
public/stylesheets/foundation6/forms/_help-text.scss
+30
-0
| @@ | @@ -0,0 +1,30 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Default color for help text. |
| + | /// @type Color |
| + | $helptext-color: #333 !default; |
| + | |
| + | /// Default font size for help text. |
| + | /// @type Number |
| + | $helptext-font-size: rem-calc(13) !default; |
| + | |
| + | /// Default font style for help text. |
| + | /// @type Keyword |
| + | $helptext-font-style: italic !default; |
| + | |
| + | @mixin foundation-form-helptext { |
| + | .help-text { |
| + | $margin-top: ($form-spacing * 0.5) * -1; |
| + | |
| + | margin-top: $margin-top; |
| + | font-size: $helptext-font-size; |
| + | font-style: $helptext-font-style; |
| + | color: $helptext-color; |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_input-group.scss
+70
-0
| @@ | @@ -0,0 +1,70 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Color of labels prefixed to an input. |
| + | /// @type Color |
| + | $input-prefix-color: $black !default; |
| + | |
| + | /// Background color of labels prefixed to an input. |
| + | /// @type Color |
| + | $input-prefix-background: $light-gray !default; |
| + | |
| + | /// Border around labels prefixed to an input. |
| + | /// @type Border |
| + | $input-prefix-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Left/right padding of an pre/postfixed input label |
| + | $input-prefix-padding: 1rem !default; |
| + | |
| + | @mixin foundation-form-prepostfix { |
| + | .input-group { |
| + | display: table; |
| + | width: 100%; |
| + | margin-bottom: $form-spacing; |
| + | } |
| + | |
| + | %input-group-child { |
| + | display: table-cell; |
| + | margin: 0; |
| + | vertical-align: middle; |
| + | } |
| + | |
| + | .input-group-label { |
| + | @extend %input-group-child; |
| + | text-align: center; |
| + | width: 1%; |
| + | height: 100%; |
| + | padding: 0 $input-prefix-padding; |
| + | background: $input-prefix-background; |
| + | color: $input-prefix-color; |
| + | border: $input-prefix-border; |
| + | |
| + | @if hasvalue($input-prefix-border) { |
| + | &:first-child { |
| + | border-#{$global-right}: 0; |
| + | } |
| + | |
| + | &:last-child { |
| + | border-#{$global-left}: 0; |
| + | } |
| + | } |
| + | } |
| + | |
| + | .input-group-field { |
| + | @extend %input-group-child; |
| + | } |
| + | |
| + | .input-group-button { |
| + | @extend %input-group-child; |
| + | height: 100%; |
| + | padding-top: 0; |
| + | padding-bottom: 0; |
| + | text-align: center; |
| + | width: 1%; |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_label.scss
+48
-0
| @@ | @@ -0,0 +1,48 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Color for form labels. |
| + | /// @type Color |
| + | $form-label-color: $black !default; |
| + | |
| + | /// Font size for form labels. |
| + | /// @type Number |
| + | $form-label-font-size: rem-calc(14) !default; |
| + | |
| + | /// Font weight for form labels. |
| + | /// @type Keyword |
| + | $form-label-font-weight: $global-weight-normal !default; |
| + | |
| + | /// Line height for form labels. The higher the number, the more space between the label and its input field. |
| + | /// @type Number |
| + | $form-label-line-height: 1.8 !default; |
| + | |
| + | @mixin form-label { |
| + | display: block; |
| + | margin: 0; |
| + | font-size: $form-label-font-size; |
| + | font-weight: $form-label-font-weight; |
| + | line-height: $form-label-line-height; |
| + | color: $form-label-color; |
| + | } |
| + | |
| + | @mixin form-label-middle { |
| + | $input-border-width: get-border-value($input-border, width); |
| + | margin: 0 0 $form-spacing; |
| + | padding: ($form-spacing / 2 + rem-calc($input-border-width)) 0; |
| + | } |
| + | |
| + | @mixin foundation-form-label { |
| + | label { |
| + | @include form-label; |
| + | |
| + | &.middle { |
| + | @include form-label-middle; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_select.scss
+64
-0
| @@ | @@ -0,0 +1,64 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Background color for select menus. |
| + | /// @type Color |
| + | $select-background: #fafafa !default; |
| + | |
| + | /// Color of the dropdown triangle inside select menus. Set to `transparent` to remove it entirely. |
| + | /// @type Color |
| + | $select-triangle-color: #333 !default; |
| + | |
| + | /// Default radius for select menus. |
| + | /// @type Color |
| + | $select-radius: $global-radius !default; |
| + | |
| + | @mixin form-select { |
| + | $height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
| + | |
| + | height: $height; |
| + | padding: ($form-spacing / 2); |
| + | border: $input-border; |
| + | border-radius: $global-radius; |
| + | margin: 0 0 $form-spacing; |
| + | font-size: $input-font-size; |
| + | font-family: $input-font-family; |
| + | line-height: normal; |
| + | color: $input-color; |
| + | background-color: $select-background; |
| + | border-radius: $select-radius; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | |
| + | @if $select-triangle-color != transparent { |
| + | @include background-triangle($select-triangle-color); |
| + | background-size: 9px 6px; |
| + | background-position: $global-right ($form-spacing / 2) center; |
| + | background-repeat: no-repeat; |
| + | } |
| + | // Disabled state |
| + | &:disabled { |
| + | background-color: $input-background-disabled; |
| + | cursor: $input-cursor-disabled; |
| + | } |
| + | |
| + | // Hide the dropdown arrow shown in newer IE versions |
| + | &::-ms-expand { |
| + | display: none; |
| + | } |
| + | |
| + | &[multiple] { |
| + | height: auto; |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-form-select { |
| + | select { |
| + | @include form-select; |
| + | } |
| + | } |
public/stylesheets/foundation6/forms/_text.scss
+153
-0
| @@ | @@ -0,0 +1,153 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group forms |
| + | //// |
| + | |
| + | /// Font color of text inputs. |
| + | /// @type Color |
| + | $input-color: $dark-gray !default; |
| + | |
| + | /// Font family of text inputs. |
| + | /// @type Font |
| + | $input-font-family: inherit !default; |
| + | |
| + | /// Font size of text inputs. |
| + | /// @type Number |
| + | $input-font-size: rem-calc(16) !default; |
| + | |
| + | /// Background color of text inputs. |
| + | /// @type Color |
| + | $input-background: $white !default; |
| + | |
| + | /// Background color of focused of text inputs. |
| + | /// @type Color |
| + | $input-background-focus: $white !default; |
| + | |
| + | /// Background color of disabled text inputs. |
| + | /// @type Color |
| + | $input-background-disabled: $light-gray !default; |
| + | |
| + | /// Border around text inputs. |
| + | /// @type Border |
| + | $input-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Border around focused text inputs. |
| + | /// @type Color |
| + | $input-border-focus: 1px solid $dark-gray !default; |
| + | |
| + | /// Box shadow inside text inputs when not focused. |
| + | /// @type Shadow |
| + | $input-shadow: inset 0 1px 2px rgba($black, 0.1) !default; |
| + | |
| + | /// Box shadow outside text inputs when focused. |
| + | /// @type Shadow |
| + | $input-shadow-focus: 0 0 5px $medium-gray !default; |
| + | |
| + | /// Cursor to use when hovering over a disabled text input. |
| + | /// @type Cursor |
| + | $input-cursor-disabled: default !default; |
| + | |
| + | /// Properties to transition on text inputs. |
| + | /// @type Transition |
| + | $input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out !default; |
| + | |
| + | /// Enables the up/down buttons that Chrome and Firefox add to `<input type="number">` elements. |
| + | /// @type Boolean |
| + | $input-number-spinners: true !default; |
| + | |
| + | /// Radius for text inputs. |
| + | /// @type Border |
| + | $input-radius: $global-radius !default; |
| + | |
| + | @mixin form-element { |
| + | $height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
| + | |
| + | display: block; |
| + | box-sizing: border-box; |
| + | width: 100%; |
| + | height: $height; |
| + | padding: $form-spacing / 2; |
| + | border: $input-border; |
| + | margin: 0 0 $form-spacing; |
| + | |
| + | font-family: $input-font-family; |
| + | font-size: $input-font-size; |
| + | color: $input-color; |
| + | background-color: $input-background; |
| + | box-shadow: $input-shadow; |
| + | border-radius: $input-radius; |
| + | |
| + | @if hasvalue($input-transition) { |
| + | transition: $input-transition; |
| + | } |
| + | |
| + | // Focus state |
| + | &:focus { |
| + | border: $input-border-focus; |
| + | background: $input-background-focus; |
| + | outline: none; |
| + | box-shadow: $input-shadow-focus; |
| + | |
| + | @if hasvalue($input-transition) { |
| + | transition: $input-transition; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @mixin foundation-form-text { |
| + | // Text inputs |
| + | #{text-inputs()}, |
| + | textarea { |
| + | @include form-element; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | } |
| + | |
| + | // Text areas |
| + | textarea { |
| + | max-width: 100%; |
| + | |
| + | &[rows] { |
| + | height: auto; |
| + | } |
| + | } |
| + | |
| + | // Disabled/readonly state |
| + | input, |
| + | textarea { |
| + | &:disabled, |
| + | &[readonly] { |
| + | background-color: $input-background-disabled; |
| + | cursor: $input-cursor-disabled; |
| + | } |
| + | } |
| + | |
| + | // Reset styles on button-like inputs |
| + | [type="submit"], |
| + | [type="button"] { |
| + | border-radius: $global-radius; |
| + | -webkit-appearance: none; |
| + | -moz-appearance: none; |
| + | } |
| + | |
| + | // Reset Normalize setting content-box to search elements |
| + | input[type="search"] { |
| + | box-sizing: border-box; |
| + | } |
| + | |
| + | // Number input styles |
| + | [type='number'] { |
| + | @if not($input-number-spinners) { |
| + | -moz-appearance: textfield; |
| + | |
| + | [type='number']::-webkit-inner-spin-button, |
| + | [type='number']::-webkit-outer-spin-button { |
| + | -webkit-appearance: none; |
| + | margin: 0; |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/foundation.css
+361
-0
| @@ | @@ -0,0 +1,361 @@ |
| + | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| + | /** |
| + | * 1. Set default font family to sans-serif. |
| + | * 2. Prevent iOS and IE text size adjust after device orientation change, |
| + | * without disabling user zoom. |
| + | */ |
| + | |
| + | html { |
| + | font-family: sans-serif; |
| + | /* 1 */ |
| + | -ms-text-size-adjust: 100%; |
| + | /* 2 */ |
| + | -webkit-text-size-adjust: 100%; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default margin. |
| + | */ |
| + | body { |
| + | margin: 0; } |
| + | |
| + | /* HTML5 display definitions |
| + | ========================================================================== */ |
| + | /** |
| + | * Correct `block` display not defined for any HTML5 element in IE 8/9. |
| + | * Correct `block` display not defined for `details` or `summary` in IE 10/11 |
| + | * and Firefox. |
| + | * Correct `block` display not defined for `main` in IE 11. |
| + | */ |
| + | article, |
| + | aside, |
| + | details, |
| + | figcaption, |
| + | figure, |
| + | footer, |
| + | header, |
| + | hgroup, |
| + | main, |
| + | menu, |
| + | nav, |
| + | section, |
| + | summary { |
| + | display: block; } |
| + | |
| + | /** |
| + | * 1. Correct `inline-block` display not defined in IE 8/9. |
| + | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. |
| + | */ |
| + | audio, |
| + | canvas, |
| + | progress, |
| + | video { |
| + | display: inline-block; |
| + | /* 1 */ |
| + | vertical-align: baseline; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Prevent modern browsers from displaying `audio` without controls. |
| + | * Remove excess height in iOS 5 devices. |
| + | */ |
| + | audio:not([controls]) { |
| + | display: none; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Address `[hidden]` styling not present in IE 8/9/10. |
| + | * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. |
| + | */ |
| + | [hidden], |
| + | template { |
| + | display: none; } |
| + | |
| + | /* Links |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove the gray background color from active links in IE 10. |
| + | */ |
| + | a { |
| + | background-color: transparent; } |
| + | |
| + | /** |
| + | * Improve readability of focused elements when they are also in an |
| + | * active/hover state. |
| + | */ |
| + | a:active, |
| + | a:hover { |
| + | outline: 0; } |
| + | |
| + | /* Text-level semantics |
| + | ========================================================================== */ |
| + | /** |
| + | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. |
| + | */ |
| + | abbr[title] { |
| + | border-bottom: 1px dotted; } |
| + | |
| + | /** |
| + | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | b, |
| + | strong { |
| + | font-weight: bold; } |
| + | |
| + | /** |
| + | * Address styling not present in Safari and Chrome. |
| + | */ |
| + | dfn { |
| + | font-style: italic; } |
| + | |
| + | /** |
| + | * Address variable `h1` font-size and margin within `section` and `article` |
| + | * contexts in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | h1 { |
| + | font-size: 2em; |
| + | margin: 0.67em 0; } |
| + | |
| + | /** |
| + | * Address styling not present in IE 8/9. |
| + | */ |
| + | mark { |
| + | background: #ff0; |
| + | color: #000; } |
| + | |
| + | /** |
| + | * Address inconsistent and variable font size in all browsers. |
| + | */ |
| + | small { |
| + | font-size: 80%; } |
| + | |
| + | /** |
| + | * Prevent `sub` and `sup` affecting `line-height` in all browsers. |
| + | */ |
| + | sub, |
| + | sup { |
| + | font-size: 75%; |
| + | line-height: 0; |
| + | position: relative; |
| + | vertical-align: baseline; } |
| + | |
| + | sup { |
| + | top: -0.5em; } |
| + | |
| + | sub { |
| + | bottom: -0.25em; } |
| + | |
| + | /* Embedded content |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove border when inside `a` element in IE 8/9/10. |
| + | */ |
| + | img { |
| + | border: 0; } |
| + | |
| + | /** |
| + | * Correct overflow not hidden in IE 9/10/11. |
| + | */ |
| + | svg:not(:root) { |
| + | overflow: hidden; } |
| + | |
| + | /* Grouping content |
| + | ========================================================================== */ |
| + | /** |
| + | * Address margin not present in IE 8/9 and Safari. |
| + | */ |
| + | figure { |
| + | margin: 1em 40px; } |
| + | |
| + | /** |
| + | * Address differences between Firefox and other browsers. |
| + | */ |
| + | hr { |
| + | box-sizing: content-box; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Contain overflow in all browsers. |
| + | */ |
| + | pre { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Address odd `em`-unit font size rendering in all browsers. |
| + | */ |
| + | code, |
| + | kbd, |
| + | pre, |
| + | samp { |
| + | font-family: monospace, monospace; |
| + | font-size: 1em; } |
| + | |
| + | /* Forms |
| + | ========================================================================== */ |
| + | /** |
| + | * Known limitation: by default, Chrome and Safari on OS X allow very limited |
| + | * styling of `select`, unless a `border` property is set. |
| + | */ |
| + | /** |
| + | * 1. Correct color not being inherited. |
| + | * Known issue: affects color of disabled elements. |
| + | * 2. Correct font properties not being inherited. |
| + | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | button, |
| + | input, |
| + | optgroup, |
| + | select, |
| + | textarea { |
| + | color: inherit; |
| + | /* 1 */ |
| + | font: inherit; |
| + | /* 2 */ |
| + | margin: 0; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Address `overflow` set to `hidden` in IE 8/9/10/11. |
| + | */ |
| + | button { |
| + | overflow: visible; } |
| + | |
| + | /** |
| + | * Address inconsistent `text-transform` inheritance for `button` and `select`. |
| + | * All other form control elements do not inherit `text-transform` values. |
| + | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. |
| + | * Correct `select` style inheritance in Firefox. |
| + | */ |
| + | button, |
| + | select { |
| + | text-transform: none; } |
| + | |
| + | /** |
| + | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
| + | * and `video` controls. |
| + | * 2. Correct inability to style clickable `input` types in iOS. |
| + | * 3. Improve usability and consistency of cursor style between image-type |
| + | * `input` and others. |
| + | */ |
| + | button, |
| + | html input[type="button"], |
| + | input[type="reset"], |
| + | input[type="submit"] { |
| + | -webkit-appearance: button; |
| + | /* 2 */ |
| + | cursor: pointer; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Re-set default cursor for disabled elements. |
| + | */ |
| + | button[disabled], |
| + | html input[disabled] { |
| + | cursor: default; } |
| + | |
| + | /** |
| + | * Remove inner padding and border in Firefox 4+. |
| + | */ |
| + | button::-moz-focus-inner, |
| + | input::-moz-focus-inner { |
| + | border: 0; |
| + | padding: 0; } |
| + | |
| + | /** |
| + | * Address Firefox 4+ setting `line-height` on `input` using `!important` in |
| + | * the UA stylesheet. |
| + | */ |
| + | input { |
| + | line-height: normal; } |
| + | |
| + | /** |
| + | * It's recommended that you don't attempt to style these elements. |
| + | * Firefox's implementation doesn't respect box-sizing, padding, or width. |
| + | * |
| + | * 1. Address box sizing set to `content-box` in IE 8/9/10. |
| + | * 2. Remove excess padding in IE 8/9/10. |
| + | */ |
| + | input[type="checkbox"], |
| + | input[type="radio"] { |
| + | box-sizing: border-box; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Fix the cursor style for Chrome's increment/decrement buttons. For certain |
| + | * `font-size` values of the `input`, it causes the cursor style of the |
| + | * decrement button to change from `default` to `text`. |
| + | */ |
| + | input[type="number"]::-webkit-inner-spin-button, |
| + | input[type="number"]::-webkit-outer-spin-button { |
| + | height: auto; } |
| + | |
| + | /** |
| + | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. |
| + | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. |
| + | */ |
| + | input[type="search"] { |
| + | -webkit-appearance: textfield; |
| + | /* 1 */ |
| + | box-sizing: content-box; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove inner padding and search cancel button in Safari and Chrome on OS X. |
| + | * Safari (but not Chrome) clips the cancel button when the search input has |
| + | * padding (and `textfield` appearance). |
| + | */ |
| + | input[type="search"]::-webkit-search-cancel-button, |
| + | input[type="search"]::-webkit-search-decoration { |
| + | -webkit-appearance: none; } |
| + | |
| + | /** |
| + | * Define consistent border, margin, and padding. |
| + | */ |
| + | fieldset { |
| + | border: 1px solid #c0c0c0; |
| + | margin: 0 2px; |
| + | padding: 0.35em 0.625em 0.75em; } |
| + | |
| + | /** |
| + | * 1. Correct `color` not being inherited in IE 8/9/10/11. |
| + | * 2. Remove padding so people aren't caught out if they zero out fieldsets. |
| + | */ |
| + | legend { |
| + | border: 0; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default vertical scrollbar in IE 8/9/10/11. |
| + | */ |
| + | textarea { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Don't inherit the `font-weight` (applied by a rule above). |
| + | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. |
| + | */ |
| + | optgroup { |
| + | font-weight: bold; } |
| + | |
| + | /* Tables |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove most spacing between table cells. |
| + | */ |
| + | table { |
| + | border-collapse: collapse; |
| + | border-spacing: 0; } |
| + | |
| + | td, |
| + | th { |
| + | padding: 0; } |
| + | |
| + | body.is-reveal-open { |
| + | overflow: hidden; } |
| + | |
| + | .foundation-mq { |
| + | font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; } |
public/stylesheets/foundation6/foundation.scss
+91
-0
| @@ | @@ -0,0 +1,91 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | // Third-party libraries |
| + | @import 'vendor/normalize'; |
| + | |
| + | // Sass utilities |
| + | @import 'util/util'; |
| + | |
| + | // Global variables and styles |
| + | @import 'global'; |
| + | |
| + | // Components |
| + | @import 'grid/grid'; |
| + | @import 'typography/typography'; |
| + | @import 'forms/forms'; |
| + | @import 'components/visibility'; |
| + | @import 'components/float'; |
| + | @import 'components/button'; |
| + | @import 'components/button-group'; |
| + | @import 'components/accordion-menu'; |
| + | @import 'components/accordion'; |
| + | @import 'components/badge'; |
| + | @import 'components/breadcrumbs'; |
| + | @import 'components/callout'; |
| + | @import 'components/close-button'; |
| + | @import 'components/drilldown'; |
| + | @import 'components/dropdown-menu'; |
| + | @import 'components/dropdown'; |
| + | @import 'components/flex-video'; |
| + | @import 'components/label'; |
| + | @import 'components/media-object'; |
| + | @import 'components/menu'; |
| + | @import 'components/off-canvas'; |
| + | @import 'components/orbit'; |
| + | @import 'components/pagination'; |
| + | @import 'components/progress-bar'; |
| + | @import 'components/reveal'; |
| + | @import 'components/slider'; |
| + | @import 'components/sticky'; |
| + | @import 'components/switch'; |
| + | @import 'components/table'; |
| + | @import 'components/tabs'; |
| + | @import 'components/title-bar'; |
| + | @import 'components/top-bar'; |
| + | @import 'components/thumbnail'; |
| + | @import 'components/tooltip'; |
| + | |
| + | // These styles are applied to <meta> tags, which are read by the Foundation JavaScript |
| + | .foundation-mq { |
| + | font-family: "#{-zf-bp-serialize($breakpoints)}"; |
| + | } |
| + | |
| + | @mixin foundation-everything { |
| + | @include foundation-global-styles; |
| + | @include foundation-grid; |
| + | @include foundation-typography; |
| + | @include foundation-button; |
| + | @include foundation-forms; |
| + | @include foundation-visibility-classes; |
| + | @include foundation-float-classes; |
| + | @include foundation-accordion; |
| + | @include foundation-accordion-menu; |
| + | @include foundation-badge; |
| + | @include foundation-breadcrumbs; |
| + | @include foundation-button-group; |
| + | @include foundation-callout; |
| + | @include foundation-close-button; |
| + | @include foundation-drilldown-menu; |
| + | @include foundation-dropdown; |
| + | @include foundation-dropdown-menu; |
| + | @include foundation-flex-video; |
| + | @include foundation-label; |
| + | @include foundation-media-object; |
| + | @include foundation-menu; |
| + | @include foundation-off-canvas; |
| + | @include foundation-orbit; |
| + | @include foundation-pagination; |
| + | @include foundation-progress-bar; |
| + | @include foundation-slider; |
| + | @include foundation-sticky; |
| + | @include foundation-reveal; |
| + | @include foundation-switch; |
| + | @include foundation-table; |
| + | @include foundation-tabs; |
| + | @include foundation-thumbnail; |
| + | @include foundation-title-bar; |
| + | @include foundation-tooltip; |
| + | @include foundation-top-bar; |
| + | } |
public/stylesheets/foundation6/grid/_classes.scss
+132
-0
| @@ | @@ -0,0 +1,132 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Outputs CSS classes for the grid. |
| + | /// @access private |
| + | @mixin foundation-grid( |
| + | $row: 'row', |
| + | $column: 'column', |
| + | $column-row: 'column-row', |
| + | $push: 'push', |
| + | $pull: 'pull', |
| + | $center: 'centered', |
| + | $uncenter: 'uncenter', |
| + | $collapse: 'collapse', |
| + | $uncollapse: 'uncollapse', |
| + | $offset: 'offset', |
| + | $end: 'end', |
| + | $expanded: 'expanded', |
| + | $breakpoints: $breakpoint-classes |
| + | ) { |
| + | // Row |
| + | .#{$row} { |
| + | @include grid-row; |
| + | |
| + | // Collapsing |
| + | &.#{$collapse} { |
| + | > .#{$column} { @include grid-col-collapse; } |
| + | } |
| + | |
| + | // Nesting |
| + | & & { |
| + | @include grid-row($behavior: nest, $cf: false); |
| + | |
| + | &.#{$collapse} { |
| + | @include grid-row($behavior: nest collapse, $cf: false); |
| + | } |
| + | } |
| + | |
| + | // Responsive collapsing |
| + | @each $size in $breakpoint-classes { |
| + | @include breakpoint($size) { |
| + | &.#{$size}-#{$collapse} { |
| + | > .#{$column} { @include grid-col-collapse; } |
| + | } |
| + | |
| + | &.#{$size}-#{$uncollapse} { |
| + | > .#{$column} { @include grid-col-uncollapse; } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Expanded (full-width) row |
| + | &.#{$expanded} { |
| + | max-width: none; |
| + | } |
| + | } |
| + | |
| + | // Column |
| + | .#{$column} { |
| + | @include grid-col; |
| + | |
| + | &.#{$end} { |
| + | @include grid-col-end; |
| + | } |
| + | } |
| + | |
| + | // Column row |
| + | // The double .row class is needed to bump up the specificity |
| + | .#{$column}.#{$row}.#{$row} { |
| + | float: none; |
| + | } |
| + | |
| + | @each $size in $breakpoints { |
| + | @include breakpoint($size) { |
| + | @for $i from 1 through $grid-column-count { |
| + | // Column width |
| + | .#{$size}-#{$i} { |
| + | @include grid-col-size($i); |
| + | } |
| + | |
| + | // Source ordering |
| + | @if $i < $grid-column-count { |
| + | .#{$size}-#{$push}-#{$i} { |
| + | @include grid-col-pos($i); |
| + | } |
| + | |
| + | .#{$size}-#{$pull}-#{$i} { |
| + | @include grid-col-pos(-$i); |
| + | } |
| + | } |
| + | |
| + | // Offsets |
| + | $o: $i - 1; |
| + | |
| + | .#{$size}-#{$offset}-#{$o} { |
| + | @include grid-col-off($o); |
| + | } |
| + | } |
| + | |
| + | // Block grid |
| + | @for $i from 1 through $block-grid-max { |
| + | .#{$size}-up-#{$i} { |
| + | @include grid-layout($i); |
| + | } |
| + | } |
| + | |
| + | // Positioning |
| + | .#{$column}.#{$size}-#{$center} { |
| + | @include grid-col-pos(center); |
| + | } |
| + | |
| + | // Gutter adjustment |
| + | .#{$size}-#{$uncenter}, |
| + | .#{$size}-#{$push}-0, |
| + | .#{$size}-#{$pull}-0 { |
| + | @include grid-col-unpos; |
| + | } |
| + | } |
| + | } |
| + | |
| + | @if $column == 'column' { |
| + | .columns { |
| + | // scss-lint:disable PlaceholderInExtend |
| + | @extend .column; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/grid/_column.scss
+112
-0
| @@ | @@ -0,0 +1,112 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Calculates the width of a column based on a number of factors. |
| + | /// |
| + | /// @param {Number|List} $columns |
| + | /// Width of the column. Accepts multiple values: |
| + | /// - A percentage value will make the column that exact size. |
| + | /// - A single digit will make the column span that number of columns wide, taking into account the column count of the parent row. |
| + | /// - A string of the format "x of y" will make a column that is *x* columns wide, assuming *y* total columns for the parent. |
| + | /// |
| + | /// @return {Number} A calculated percentage value. |
| + | @function grid-column($columns) { |
| + | $width: 0%; |
| + | |
| + | // Parsing percents, decimals, and column counts |
| + | @if type-of($columns) == 'number' { |
| + | @if unit($columns) == '%' { |
| + | $width: $columns; |
| + | } |
| + | @else if $columns < 1 { |
| + | $width: percentage($columns); |
| + | } |
| + | @else { |
| + | $width: percentage($columns / $grid-column-count); |
| + | } |
| + | } |
| + | |
| + | // Parsing "n of n" expressions |
| + | @else if type-of($columns) == 'list' { |
| + | @if length($columns) != 3 { |
| + | @error 'Wrong syntax for grid-column(). Use the format "n of n".'; |
| + | } |
| + | @else { |
| + | $width: percentage(nth($columns, 1) / nth($columns, 3)); |
| + | } |
| + | } |
| + | |
| + | // Anything else is incorrect |
| + | @else { |
| + | @error 'Wrong syntax for grid-column(). Use a number, decimal, percentage, or "n of n".'; |
| + | } |
| + | |
| + | @return $width; |
| + | } |
| + | |
| + | /// Creates a grid column. |
| + | /// |
| + | /// @param {Mixed} $columns [$grid-column-count] - Width of the column. Refer to the `grid-column()` function to see possible values. |
| + | /// @param {Number} $gutter [$grid-column-gutter] - Spacing between columns. |
| + | @mixin grid-column( |
| + | $columns: $grid-column-count, |
| + | $gutter: $grid-column-gutter |
| + | ) { |
| + | @if ($columns <= $grid-column-count) { |
| + | @include grid-column-size($columns); |
| + | } |
| + | |
| + | $gutter: rem-calc($gutter) / 2; |
| + | |
| + | float: $global-left; |
| + | padding-left: $gutter; |
| + | padding-right: $gutter; |
| + | |
| + | &:last-child:not(:first-child) { |
| + | float: $global-right; |
| + | } |
| + | } |
| + | |
| + | /// Creates a grid column row. This is the equivalent of adding `.row` and `.column` to the same element. |
| + | /// @param {Number} $gutter [$grid-column-gutter] - Width of the gutters on either side of the column row. |
| + | @mixin grid-column-row( |
| + | $gutter: $grid-column-gutter |
| + | ) { |
| + | @include grid-row; |
| + | @include grid-column($gutter: $gutter); |
| + | |
| + | &, |
| + | &:last-child { |
| + | float: none; |
| + | } |
| + | } |
| + | |
| + | /// Shorthand for `grid-column()`. |
| + | /// @alias grid-column |
| + | @function grid-col( |
| + | $columns: $grid-column-count |
| + | ) { |
| + | @return grid-column($columns); |
| + | } |
| + | |
| + | /// Shorthand for `grid-column()`. |
| + | /// @alias grid-column |
| + | @mixin grid-col( |
| + | $columns: $grid-column-count, |
| + | $gutter: $grid-column-gutter |
| + | ) { |
| + | @include grid-column($columns, $gutter); |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-row()`. |
| + | /// @alias grid-column-row |
| + | @mixin grid-col-row( |
| + | $gutter: $grid-column-gutter |
| + | ) { |
| + | @include grid-column-row($gutter); |
| + | } |
public/stylesheets/foundation6/grid/_flex-grid.scss
+191
-0
| @@ | @@ -0,0 +1,191 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group flex-grid |
| + | //// |
| + | |
| + | /// Creates a container for a flex grid row. |
| + | /// @param {Keyword|List} $behavior [null] |
| + | /// Modifications to the default grid styles. `nest` indicates the row will be placed inside another row. `collapse` indicates that the columns inside this row will not have padding. `nest collapse` combines both behaviors. |
| + | /// @param {Number} $width [$grid-row-width] - Maximum width of the row. |
| + | /// @param {Number} $columns [null] - Number of columns to use for this row. If set to `null` (the default), the global column count will be used. |
| + | /// @param {Boolean} $base [true] - Set to `false` to prevent basic styles from being output. Useful if you're calling this mixin on the same element twice, as it prevents duplicate CSS output. |
| + | @mixin flex-grid-row( |
| + | $behavior: null, |
| + | $width: $grid-row-width, |
| + | $columns: null, |
| + | $base: true |
| + | ) { |
| + | $behavior: -zf-get-options($behavior, nest collapse); |
| + | $margin: auto; |
| + | |
| + | @if map-get($behavior, nest) { |
| + | $margin: rem-calc($grid-column-gutter) / 2 * -1; |
| + | } |
| + | @else { |
| + | max-width: $width; |
| + | } |
| + | |
| + | @if $base { |
| + | display: flex; |
| + | flex-flow: row wrap; |
| + | } |
| + | |
| + | margin-left: $margin; |
| + | margin-right: $margin; |
| + | |
| + | @if $columns != null { |
| + | @include grid-context($columns, $base) { |
| + | @content; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Calculates the `flex` property for a flex grid column. It accepts all of the same values as the basic `grid-column()` function, along with two extras: |
| + | /// - `null` (the default) will make the column expand to fill space. |
| + | /// - `shrink` will make the column contract, so it only takes up the horizontal space it needs. |
| + | /// @param {Mixed} $columns [null] - Width of the column. |
| + | @function flex-grid-column($columns: null) { |
| + | $flex: 1 1 0px; |
| + | |
| + | @if $columns == shrink { |
| + | $flex: 0 0 auto; |
| + | } |
| + | @else if $columns != null { |
| + | $flex: 0 0 grid-column($columns); |
| + | } |
| + | |
| + | @return $flex; |
| + | } |
| + | |
| + | /// Creates a column for a flex grid. By default, the column will stretch to the full width of its container, but this can be overridden with sizing classes, or by using the `unstack` class on the parent flex row. |
| + | /// @param {Mixed} $columns [null] - Width of the column. Refer to the `flex-grid-column()` function to see possible values. |
| + | /// @param {Number} $gutter [$grid-column-gutter] - Space between columns, added as a left and right padding. |
| + | @mixin flex-grid-column( |
| + | $columns: null, |
| + | $gutter: $grid-column-gutter |
| + | ) { |
| + | $gutter: rem-calc($gutter) / 2; |
| + | |
| + | flex: flex-grid-column($columns); |
| + | padding-left: $gutter; |
| + | padding-right: $gutter; |
| + | |
| + | // max-width fixes IE 10/11 not respecting the flex-basis property |
| + | @if $columns != null and $columns != shrink { |
| + | max-width: grid-column($columns); |
| + | } |
| + | } |
| + | |
| + | /// Changes the source order of a flex grid column. Columns with lower numbers appear first in the layout. |
| + | /// @param {Number} $order [0] - Order number to apply. |
| + | @mixin flex-grid-order($order: 0) { |
| + | order: $order; |
| + | } |
| + | |
| + | @mixin foundation-flex-grid { |
| + | // Row |
| + | .row { |
| + | @include flex-grid-row; |
| + | |
| + | // Nesting behavior |
| + | & &, |
| + | .column-row & { |
| + | @include flex-grid-row(nest, $base: false); |
| + | } |
| + | } |
| + | |
| + | // Column |
| + | %flex-column { |
| + | @include flex-grid-column; |
| + | } |
| + | |
| + | .column, |
| + | .columns { |
| + | @extend %flex-column; |
| + | } |
| + | |
| + | // Sizing (percentage) |
| + | @each $size in $breakpoint-classes { |
| + | @include breakpoint($size) { |
| + | @for $i from 1 through $grid-column-count { |
| + | .#{$size}-#{$i} { |
| + | flex: flex-grid-column($i); |
| + | max-width: grid-column($i); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Sizing (expand) |
| + | @each $size in $breakpoint-classes { |
| + | @if $size != small { |
| + | @include breakpoint($size) { |
| + | .#{$size}-expand { |
| + | flex: flex-grid-column(); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Sizing (shrink) |
| + | .shrink { |
| + | flex: flex-grid-column(shrink); |
| + | } |
| + | |
| + | // Auto-stacking/unstacking |
| + | @each $size in $breakpoint-classes { |
| + | @if $size != small { |
| + | .row.#{$size}-unstack { |
| + | .column { |
| + | flex: flex-grid-column(100%); |
| + | |
| + | @include breakpoint($size) { |
| + | flex: flex-grid-column(); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Source ordering |
| + | @each $size in $breakpoint-classes { |
| + | @include breakpoint($size) { |
| + | @for $i from 1 through 6 { |
| + | .#{$size}-order-#{$i} { |
| + | @include flex-grid-order($i); |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Horizontal alignment using justify-content |
| + | @each $hdir, $prop in ( |
| + | 'right': flex-end, |
| + | 'center': center, |
| + | 'justify': space-between, |
| + | 'spaced': space-around, |
| + | ) { |
| + | .row.align-#{$hdir} { |
| + | justify-content: $prop; |
| + | } |
| + | } |
| + | |
| + | // Horizontal alignment using align-items and align-self |
| + | @each $vdir, $prop in ( |
| + | 'top': flex-start, |
| + | 'bottom': flex-end, |
| + | 'middle': center, |
| + | 'stretch': stretch, |
| + | ) { |
| + | .row.align-#{$vdir} { |
| + | align-items: $prop; |
| + | } |
| + | |
| + | .column.align-#{$vdir} { |
| + | align-self: $prop; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/grid/_grid.scss
+33
-0
| @@ | @@ -0,0 +1,33 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// The maximum width of a row. |
| + | /// @type Number |
| + | $grid-row-width: $global-width !default; |
| + | |
| + | /// The default column count of a grid. Changing this value affects the logic of the grid mixins, and the number of CSS classes output. |
| + | /// @type Number |
| + | $grid-column-count: 12 !default; |
| + | |
| + | /// The amount of space between columns. |
| + | /// @type Number |
| + | $grid-column-gutter: 30px !default; |
| + | |
| + | /// The highest number of `.x-up` classes available when using the block grid CSS. |
| + | /// @type Number |
| + | $block-grid-max: 6 !default; |
| + | |
| + | @import 'row'; |
| + | @import 'column'; |
| + | @import 'size'; |
| + | @import 'position'; |
| + | @import 'gutter'; |
| + | @import 'classes'; |
| + | @import 'layout'; |
| + | |
| + | @import 'flex-grid'; |
public/stylesheets/foundation6/grid/_gutter.scss
+31
-0
| @@ | @@ -0,0 +1,31 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Collapse the gutters on a column by removing the padding. |
| + | @mixin grid-column-collapse() { |
| + | padding-left: 0; |
| + | padding-right: 0; |
| + | } |
| + | |
| + | /// Un-collapse the gutters on a column by re-adding the padding. |
| + | @mixin grid-column-uncollapse() { |
| + | padding-left: $grid-column-gutter; |
| + | padding-right: $grid-column-gutter; |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-collapse()`. |
| + | /// @alias grid-column-collapse |
| + | @mixin grid-col-collapse() { |
| + | @include grid-column-collapse; |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-uncollapse()`. |
| + | /// @alias grid-column-uncollapse |
| + | @mixin grid-col-uncollapse() { |
| + | @include grid-column-uncollapse; |
| + | } |
public/stylesheets/foundation6/grid/_layout.scss
+32
-0
| @@ | @@ -0,0 +1,32 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Sizes child elements so that `$n` number of items appear on each row. |
| + | /// @param {Number} $n - Number of elements to display per row. |
| + | /// @param {String} $selector ['.column, .columns'] - Selector(s) to use for child elements. |
| + | @mixin grid-layout( |
| + | $n, |
| + | $selector: '.column' |
| + | ) { |
| + | #{$selector} { |
| + | width: percentage(1/$n); |
| + | float: $global-left; |
| + | |
| + | &:nth-of-type(1n) { |
| + | clear: none; |
| + | } |
| + | |
| + | &:nth-of-type(#{$n}n+1) { |
| + | clear: both; |
| + | } |
| + | |
| + | &:last-child { |
| + | float: left; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/grid/_position.scss
+71
-0
| @@ | @@ -0,0 +1,71 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Reposition a column. |
| + | /// @param {Number} $position - Direction and amount to move. The column will move equal to the width of the column count specified. A positive number will push the column to the right, while a negative number will pull it to the left. |
| + | @mixin grid-column-position($position) { |
| + | @if type-of($position) == 'number' { |
| + | $offset: percentage($position / $grid-column-count); |
| + | |
| + | position: relative; |
| + | #{$global-left}: $offset; |
| + | } |
| + | @else if $position == center { |
| + | float: none; |
| + | margin-left: auto; |
| + | margin-right: auto; |
| + | } |
| + | @else { |
| + | @warn 'Wrong syntax for grid-column-position(). Enter a positive or negative number, or center.'; |
| + | } |
| + | } |
| + | |
| + | /// Reset a position definition. |
| + | @mixin grid-column-unposition() { |
| + | position: static; |
| + | margin-left: 0; |
| + | margin-right: 0; |
| + | } |
| + | |
| + | /// Offsets a column to the right by `$n` columns. |
| + | /// @param {Number|List} $n - Width to offset by. You can pass in any value accepted by the `grid-column()` mixin, such as `6`, `50%`, or `1 of 2`. |
| + | @mixin grid-column-offset($n) { |
| + | margin-#{$global-left}: grid-column($n); |
| + | } |
| + | |
| + | /// Disable the default behavior of the last column in a row aligning to the opposite edge. |
| + | @mixin grid-column-end() { |
| + | // This extra specificity is required for the property to be applied |
| + | &:last-child { |
| + | float: $global-left; |
| + | } |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-position()`. |
| + | /// @alias grid-column-position |
| + | @mixin grid-col-pos($position) { |
| + | @include grid-column-position($position); |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-unposition()`. |
| + | /// @alias grid-column-unposition |
| + | @mixin grid-col-unpos() { |
| + | @include grid-column-unposition; |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-offset()`. |
| + | /// @alias grid-column-offset |
| + | @mixin grid-col-off($n) { |
| + | @include grid-column-offset($n); |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-end()`. |
| + | /// @alias grid-column-end |
| + | @mixin grid-col-end() { |
| + | @include grid-column-end; |
| + | } |
public/stylesheets/foundation6/grid/_row.scss
+72
-0
| @@ | @@ -0,0 +1,72 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Change the behavior of columns defined inside this mixin to use a different column count. |
| + | /// @content |
| + | /// @param {Number} $columns - Number of columns to use. |
| + | /// @param {Booleam} $root [false] |
| + | /// If `false`, selectors inside this mixin will nest inside the parent selector. |
| + | /// If `tru`, selectors will not nest. |
| + | @mixin grid-context( |
| + | $columns, |
| + | $root: false |
| + | ) { |
| + | // Store the current column count so it can be re-set later |
| + | $old-grid-column-count: $columns; |
| + | $grid-column-count: $columns !global; |
| + | |
| + | @if $root { |
| + | @at-root { @content; } |
| + | } |
| + | @else { |
| + | @content; |
| + | } |
| + | |
| + | // Restore the old column count |
| + | $grid-column-count: $old-grid-column-count !global; |
| + | } |
| + | |
| + | /// Creates a grid row. |
| + | /// @content |
| + | /// @param {Number} $columns [null] - Column count for this row. `null` will use the default column count. |
| + | /// @param {Keywords} $behavior [null] |
| + | /// Modifications to the default grid styles. `nest` indicates the row will be placed inside another row. `collapse` indicates that the columns inside this row will not have padding. `nest collapse` combines both behaviors. |
| + | /// @param {Number} $width [$grid-row-width] - Maximum width of the row. |
| + | @mixin grid-row( |
| + | $columns: null, |
| + | $behavior: null, |
| + | $width: $grid-row-width, |
| + | $cf: true |
| + | ) { |
| + | $behavior: -zf-get-options($behavior, nest collapse); |
| + | $margin: auto; |
| + | |
| + | @if map-get($behavior, nest) { |
| + | $margin: rem-calc($grid-column-gutter) / 2 * -1; |
| + | |
| + | @if map-get($behavior, collapse) { |
| + | $margin: 0; |
| + | } |
| + | } |
| + | @else { |
| + | max-width: $width; |
| + | } |
| + | |
| + | @if $cf { |
| + | @include clearfix; |
| + | } |
| + | |
| + | margin-left: $margin; |
| + | margin-right: $margin; |
| + | |
| + | @if $columns != null { |
| + | @include grid-context($columns) { |
| + | @content; |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/grid/_size.scss
+24
-0
| @@ | @@ -0,0 +1,24 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group grid |
| + | //// |
| + | |
| + | /// Set the width of a grid column. |
| + | /// |
| + | /// @param {Number|List} $width [$grid-column-count] - Width to make the column. You can pass in any value accepted by the `grid-column()` function, such as `6`, `50%`, or `1 of 2`. |
| + | @mixin grid-column-size( |
| + | $columns: $grid-column-count |
| + | ) { |
| + | width: grid-column($columns); |
| + | } |
| + | |
| + | /// Shorthand for `grid-column-size()`. |
| + | /// @alias grid-column-size |
| + | @mixin grid-col-size( |
| + | $columns: $grid-column-count |
| + | ) { |
| + | @include grid-column-size($columns); |
| + | } |
public/stylesheets/foundation6/motion-ui.css
+348
-0
| @@ | @@ -0,0 +1,348 @@ |
| + | .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave { |
| + | transition-duration: 500ms; |
| + | transition-timing-function: linear; } |
| + | |
| + | .slide-in-down.mui-enter { |
| + | transform: translateY(-100%); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-in-down.mui-enter.mui-enter-active { |
| + | transform: translateY(0); } |
| + | |
| + | .slide-in-left.mui-enter { |
| + | transform: translateX(-100%); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-in-left.mui-enter.mui-enter-active { |
| + | transform: translateX(0); } |
| + | |
| + | .slide-in-up.mui-enter { |
| + | transform: translateY(100%); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-in-up.mui-enter.mui-enter-active { |
| + | transform: translateY(0); } |
| + | |
| + | .slide-in-right.mui-enter { |
| + | transform: translateX(100%); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-in-right.mui-enter.mui-enter-active { |
| + | transform: translateX(0); } |
| + | |
| + | .slide-out-down.mui-leave { |
| + | transform: translateY(0); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-out-down.mui-leave.mui-leave-active { |
| + | transform: translateY(-100%); } |
| + | |
| + | .slide-out-right.mui-leave { |
| + | transform: translateX(0); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-out-right.mui-leave.mui-leave-active { |
| + | transform: translateX(100%); } |
| + | |
| + | .slide-out-up.mui-leave { |
| + | transform: translateY(0); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-out-up.mui-leave.mui-leave-active { |
| + | transform: translateY(-100%); } |
| + | |
| + | .slide-out-left.mui-leave { |
| + | transform: translateX(0); |
| + | transition-property: transform, opacity; |
| + | backface-visibility: hidden; } |
| + | .slide-out-left.mui-leave.mui-leave-active { |
| + | transform: translateX(-100%); } |
| + | |
| + | .fade-in.mui-enter { |
| + | opacity: 0; |
| + | transition-property: opacity; } |
| + | .fade-in.mui-enter.mui-enter-active { |
| + | opacity: 1; } |
| + | |
| + | .fade-out.mui-leave { |
| + | opacity: 1; |
| + | transition-property: opacity; } |
| + | .fade-out.mui-leave.mui-leave-active { |
| + | opacity: 0; } |
| + | |
| + | .hinge-in-from-top.mui-enter { |
| + | transform: perspective(2000px) rotateX(-90deg); |
| + | transform-origin: top; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-top.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-in-from-right.mui-enter { |
| + | transform: perspective(2000px) rotateY(-90deg); |
| + | transform-origin: right; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-right.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-in-from-bottom.mui-enter { |
| + | transform: perspective(2000px) rotateX(90deg); |
| + | transform-origin: bottom; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-bottom.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-in-from-left.mui-enter { |
| + | transform: perspective(2000px) rotateY(90deg); |
| + | transform-origin: left; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-left.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-in-from-middle-x.mui-enter { |
| + | transform: perspective(2000px) rotateX(-90deg); |
| + | transform-origin: center; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-middle-x.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-in-from-middle-y.mui-enter { |
| + | transform: perspective(2000px) rotateY(-90deg); |
| + | transform-origin: center; |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .hinge-in-from-middle-y.mui-enter.mui-enter-active { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | opacity: 1; } |
| + | |
| + | .hinge-out-from-top.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: top; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-top.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateX(-90deg); |
| + | opacity: 0; } |
| + | |
| + | .hinge-out-from-right.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: right; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-right.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateY(-90deg); |
| + | opacity: 0; } |
| + | |
| + | .hinge-out-from-bottom.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: bottom; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-bottom.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateX(90deg); |
| + | opacity: 0; } |
| + | |
| + | .hinge-out-from-left.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: left; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-left.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateY(90deg); |
| + | opacity: 0; } |
| + | |
| + | .hinge-out-from-middle-x.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: center; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-middle-x.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateX(-90deg); |
| + | opacity: 0; } |
| + | |
| + | .hinge-out-from-middle-y.mui-leave { |
| + | transform: perspective(2000px) rotate(0deg); |
| + | transform-origin: center; |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .hinge-out-from-middle-y.mui-leave.mui-leave-active { |
| + | transform: perspective(2000px) rotateY(-90deg); |
| + | opacity: 0; } |
| + | |
| + | .scale-in-up.mui-enter { |
| + | transform: scale(0.5); |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .scale-in-up.mui-enter.mui-enter-active { |
| + | transform: scale(1); |
| + | opacity: 1; } |
| + | |
| + | .scale-in-down.mui-enter { |
| + | transform: scale(1.5); |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .scale-in-down.mui-enter.mui-enter-active { |
| + | transform: scale(1); |
| + | opacity: 1; } |
| + | |
| + | .scale-out-up.mui-leave { |
| + | transform: scale(1); |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .scale-out-up.mui-leave.mui-leave-active { |
| + | transform: scale(1.5); |
| + | opacity: 0; } |
| + | |
| + | .scale-out-down.mui-leave { |
| + | transform: scale(1); |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .scale-out-down.mui-leave.mui-leave-active { |
| + | transform: scale(0.5); |
| + | opacity: 0; } |
| + | |
| + | .spin-in.mui-enter { |
| + | transform: rotate(-0.75turn); |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .spin-in.mui-enter.mui-enter-active { |
| + | transform: rotate(0); |
| + | opacity: 1; } |
| + | |
| + | .spin-out.mui-leave { |
| + | transform: rotate(0); |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .spin-out.mui-leave.mui-leave-active { |
| + | transform: rotate(0.75turn); |
| + | opacity: 0; } |
| + | |
| + | .spin-in-ccw.mui-enter { |
| + | transform: rotate(0.75turn); |
| + | transition-property: transform, opacity; |
| + | opacity: 0; } |
| + | .spin-in-ccw.mui-enter.mui-enter-active { |
| + | transform: rotate(0); |
| + | opacity: 1; } |
| + | |
| + | .spin-out-ccw.mui-leave { |
| + | transform: rotate(0); |
| + | transition-property: transform, opacity; |
| + | opacity: 1; } |
| + | .spin-out-ccw.mui-leave.mui-leave-active { |
| + | transform: rotate(-0.75turn); |
| + | opacity: 0; } |
| + | |
| + | .slow { |
| + | transition-duration: 750ms !important; } |
| + | |
| + | .fast { |
| + | transition-duration: 250ms !important; } |
| + | |
| + | .linear { |
| + | transition-timing-function: linear !important; } |
| + | |
| + | .ease { |
| + | transition-timing-function: ease !important; } |
| + | |
| + | .ease-in { |
| + | transition-timing-function: ease-in !important; } |
| + | |
| + | .ease-out { |
| + | transition-timing-function: ease-out !important; } |
| + | |
| + | .ease-in-out { |
| + | transition-timing-function: ease-in-out !important; } |
| + | |
| + | .bounce-in { |
| + | transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; } |
| + | |
| + | .bounce-out { |
| + | transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; } |
| + | |
| + | .bounce-in-out { |
| + | transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; } |
| + | |
| + | .short-delay { |
| + | transition-delay: 300ms !important; } |
| + | |
| + | .long-delay { |
| + | transition-delay: 700ms !important; } |
| + | |
| + | .shake { |
| + | animation-name: shake-7; } |
| + | @keyframes shake-7 { |
| + | 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% { |
| + | transform: translateX(7%); } |
| + | 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% { |
| + | transform: translateX(-7%); } } |
| + | .spin-cw { |
| + | animation-name: spin-cw-1turn; } |
| + | @keyframes spin-cw-1turn { |
| + | 0% { |
| + | transform: rotate(-1turn); } |
| + | 100% { |
| + | transform: rotate(0); } } |
| + | .spin-ccw { |
| + | animation-name: spin-cw-1turn; } |
| + | @keyframes spin-cw-1turn { |
| + | 0% { |
| + | transform: rotate(0); } |
| + | 100% { |
| + | transform: rotate(1turn); } } |
| + | .wiggle { |
| + | animation-name: wiggle-7deg; } |
| + | @keyframes wiggle-7deg { |
| + | 40%, 50%, 60% { |
| + | transform: rotate(7deg); } |
| + | 35%, 45%, 55%, 65% { |
| + | transform: rotate(-7deg); } |
| + | 0%, 30%, 70%, 100% { |
| + | transform: rotate(0); } } |
| + | .infinite { |
| + | animation-iteration-count: infinite; } |
| + | |
| + | .slow { |
| + | animation-duration: 750ms !important; } |
| + | |
| + | .fast { |
| + | animation-duration: 250ms !important; } |
| + | |
| + | .linear { |
| + | animation-timing-function: linear !important; } |
| + | |
| + | .ease { |
| + | animation-timing-function: ease !important; } |
| + | |
| + | .ease-in { |
| + | animation-timing-function: ease-in !important; } |
| + | |
| + | .ease-out { |
| + | animation-timing-function: ease-out !important; } |
| + | |
| + | .ease-in-out { |
| + | animation-timing-function: ease-in-out !important; } |
| + | |
| + | .bounce-in { |
| + | animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; } |
| + | |
| + | .bounce-out { |
| + | animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; } |
| + | |
| + | .bounce-in-out { |
| + | animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; } |
| + | |
| + | .short-delay { |
| + | animation-delay: 300ms !important; } |
| + | |
| + | .long-delay { |
| + | animation-delay: 700ms !important; } |
public/stylesheets/foundation6/motion-ui.scss
+4
-0
| @@ | @@ -0,0 +1,4 @@ |
| + | @import "motion-ui/motion-ui"; |
| + | |
| + | @include motion-ui-transitions; |
| + | @include motion-ui-animations; |
public/stylesheets/foundation6/motion-ui/_classes.scss
+102
-0
| @@ | @@ -0,0 +1,102 @@ |
| + | // scss-lint:disable ImportantRule, SpaceAfterComma, SingleLinePerProperty |
| + | |
| + | %mui-defaults { |
| + | transition-duration: map-get($motion-ui-speeds, default); |
| + | transition-timing-function: map-get($motion-ui-easings, default); |
| + | } |
| + | |
| + | // Transitions |
| + | // - - - - - - - - - - - - - - - |
| + | @mixin motion-ui-transitions { |
| + | // Slide |
| + | .slide-in-down { @include mui-slide(in, down); } |
| + | .slide-in-left { @include mui-slide(in, right); } |
| + | .slide-in-up { @include mui-slide(in, bottom); } |
| + | .slide-in-right { @include mui-slide(in, left); } |
| + | .slide-out-down { @include mui-slide(out, bottom); } |
| + | .slide-out-right { @include mui-slide(out, right); } |
| + | .slide-out-up { @include mui-slide(out, top); } |
| + | .slide-out-left { @include mui-slide(out, left); } |
| + | |
| + | // Fade |
| + | .fade-in { @include mui-fade(in, 0, 1); } |
| + | .fade-out { @include mui-fade(out, 1, 0); } |
| + | |
| + | // Hinge |
| + | .hinge-in-from-top { @include mui-hinge(in, top); } |
| + | .hinge-in-from-right { @include mui-hinge(in, right); } |
| + | .hinge-in-from-bottom { @include mui-hinge(in, bottom); } |
| + | .hinge-in-from-left { @include mui-hinge(in, left); } |
| + | .hinge-in-from-middle-x { @include mui-hinge(in, top, center); } |
| + | .hinge-in-from-middle-y { @include mui-hinge(in, right, center); } |
| + | .hinge-out-from-top { @include mui-hinge(out, top); } |
| + | .hinge-out-from-right { @include mui-hinge(out, right); } |
| + | .hinge-out-from-bottom { @include mui-hinge(out, bottom); } |
| + | .hinge-out-from-left { @include mui-hinge(out, left); } |
| + | .hinge-out-from-middle-x { @include mui-hinge(out, top, center); } |
| + | .hinge-out-from-middle-y { @include mui-hinge(out, right, center); } |
| + | |
| + | // Scale |
| + | .scale-in-up { @include mui-zoom(in, 0.5, 1); } |
| + | .scale-in-down { @include mui-zoom(in, 1.5, 1); } |
| + | .scale-out-up { @include mui-zoom(out, 1, 1.5); } |
| + | .scale-out-down { @include mui-zoom(out, 1, 0.5); } |
| + | |
| + | // Spin |
| + | .spin-in { @include mui-spin(in, cw); } |
| + | .spin-out { @include mui-spin(out, cw); } |
| + | .spin-in-ccw { @include mui-spin(in, ccw); } |
| + | .spin-out-ccw { @include mui-spin(out, ccw); } |
| + | |
| + | // Transition Modifiers |
| + | // - - - - - - - - - - - - - - - |
| + | |
| + | @each $name, $value in $motion-ui-speeds { |
| + | @if $name != default { |
| + | .#{$name} { transition-duration: $value !important; } |
| + | } |
| + | } |
| + | |
| + | @each $name, $value in $motion-ui-easings { |
| + | @if $name != default { |
| + | .#{$name} { transition-timing-function: $value !important; } |
| + | } |
| + | } |
| + | |
| + | @each $name, $value in $motion-ui-delays { |
| + | @if $name != default { |
| + | .#{$name}-delay { transition-delay: $value !important; } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Animations |
| + | // - - - - - - - - - - - - - - - |
| + | @mixin motion-ui-animations { |
| + | .shake { @include mui-animation(shake); } |
| + | .spin-cw { @include mui-animation(spin); } |
| + | .spin-ccw { @include mui-animation(spin(ccw)); } |
| + | .wiggle { @include mui-animation(wiggle); } |
| + | |
| + | // Animation Modifiers |
| + | // - - - - - - - - - - - - - - - |
| + | .infinite { animation-iteration-count: infinite; } |
| + | |
| + | @each $name, $value in $motion-ui-speeds { |
| + | @if $name != default { |
| + | .#{$name} { animation-duration: $value !important; } |
| + | } |
| + | } |
| + | |
| + | @each $name, $value in $motion-ui-easings { |
| + | @if $name != default { |
| + | .#{$name} { animation-timing-function: $value !important; } |
| + | } |
| + | } |
| + | |
| + | @each $name, $value in $motion-ui-delays { |
| + | @if $name != default { |
| + | .#{$name}-delay { animation-delay: $value !important; } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/_settings.scss
+61
-0
| @@ | @@ -0,0 +1,61 @@ |
| + | /// Format for CSS classes created with Motion UI. |
| + | /// @type Map |
| + | /// @prop {Boolean} append [true] - Defines if selectors are chained to the selector (`.class.enter`), or appended as a new class (`.class-enter`). |
| + | /// @prop {String} prefix ['mui-'] - Prefix to add before the state of a class. Enter an empty string to use no prefix. |
| + | /// @prop {String} prefix ['-active'] - Suffix to add to the active state class. |
| + | $motion-ui-classes: ( |
| + | chain: true, |
| + | prefix: 'mui-', |
| + | active: '-active', |
| + | ) !default; |
| + | |
| + | /// State names to reference when writing motion classes. To use multiple class names for one state, enter a list of strings instead of one string. |
| + | /// @type Map |
| + | $motion-ui-states: ( |
| + | in: 'enter', |
| + | out: 'leave', |
| + | ) !default; |
| + | |
| + | /// Default speed that transitions and animations play at, along with values for modifier classes to change the speed. |
| + | /// @type Map |
| + | $motion-ui-speeds: ( |
| + | default: 500ms, |
| + | slow: 750ms, |
| + | fast: 250ms, |
| + | ) !default; |
| + | |
| + | /// Default delay to add before motion, along with values for modifier classes to change the delay. |
| + | /// @type Map |
| + | $motion-ui-delays: ( |
| + | default: 0, |
| + | short: 300ms, |
| + | long: 700ms, |
| + | ) !default; |
| + | |
| + | /// Default easing for transitions and animations, along with values for modifier classes to change the easing. |
| + | /// @type Map |
| + | $motion-ui-easings: ( |
| + | default: linear, |
| + | linear: linear, |
| + | ease: ease, |
| + | ease-in: ease-in, |
| + | ease-out: ease-out, |
| + | ease-in-out: ease-in-out, |
| + | bounce-in: cubic-bezier(0.485, 0.155, 0.24, 1.245), |
| + | bounce-out: cubic-bezier(0.485, 0.155, 0.515, 0.845), |
| + | bounce-in-out: cubic-bezier(0.76, -0.245, 0.24, 1.245), |
| + | ) !default; |
| + | |
| + | /// Miscellaneous settings related to Motion UI. |
| + | /// @type Map |
| + | /// @prop {Boolean} slide-and-fade [false] - Defines if slide motions should also fade in/out. |
| + | /// @prop {Boolean} slide-and-fade [true] - Defines if hinge motions should also fade in/out. |
| + | /// @prop {Boolean} slide-and-fade [true] - Defines if scale motions should also fade in/out. |
| + | /// @prop {Boolean} slide-and-fade [true] - Defines if spin motions should also fade in/out. |
| + | $motion-ui-settings: ( |
| + | slide-and-fade: false, |
| + | hinge-and-fade: true, |
| + | scale-and-fade: true, |
| + | spin-and-fade: true, |
| + | activate-queue-class: 'is-animating', |
| + | ) !default; |
public/stylesheets/foundation6/motion-ui/effects/_fade.scss
+29
-0
| @@ | @@ -0,0 +1,29 @@ |
| + | /// Creates a fading animation. |
| + | /// @param {Number} $from [0] - Opacity to start at. |
| + | /// @param {Number} $to [1] - Opacity to end at. |
| + | /// @return {Map} A keyframes map that can be used with the `generate-keyframes()` mixin. |
| + | @function fade( |
| + | $from: 0, |
| + | $to: 1 |
| + | ) { |
| + | $type: type-of($from); |
| + | $keyframes: (); |
| + | |
| + | @if $type == 'string' { |
| + | @if $from == in { |
| + | $from: 0; |
| + | $to: 1; |
| + | } @else if $from == out { |
| + | $from: 1; |
| + | $to: 0; |
| + | } |
| + | } |
| + | |
| + | $keyframes: ( |
| + | name: 'fade-#{$from}-to-#{$to}', |
| + | 0: (opacity: $from), |
| + | 100: (opacity: $to), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_hinge.scss
+65
-0
| @@ | @@ -0,0 +1,65 @@ |
| + | /// Creates a hinge effect by rotating the element. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Keyword} $from [left] - Edge of the element to rotate from. Can be `top`, `right`, `bottom`, or `left`. |
| + | /// @param {Keyword} $axis [edge] - Axis of the element to rotate on. Can be `edge` or `center`. |
| + | /// @param {Number} $perspective [2000px] - Perceived distance between the viewer and the element. A higher number will make the rotation effect more pronounced. |
| + | /// @param {Keyword} $turn-origin [from-back] - Side of the element to start the rotation from. Can be `from-back` or `from-front`. |
| + | @function hinge ( |
| + | $state: in, |
| + | $from: left, |
| + | $axis: edge, |
| + | $perspective: 2000px, |
| + | $turn-origin: from-back |
| + | ) { |
| + | // Rotation directions when hinging from back vs. front |
| + | $rotation-amount: 90deg; |
| + | $rotations-back: ( |
| + | top: rotateX($rotation-amount * -1), |
| + | right: rotateY($rotation-amount * -1), |
| + | bottom: rotateX($rotation-amount), |
| + | left: rotateY($rotation-amount), |
| + | ); |
| + | $rotations-from: ( |
| + | top: rotateX($rotation-amount), |
| + | right: rotateY($rotation-amount), |
| + | bottom: rotateX($rotation-amount * -1), |
| + | left: rotateY($rotation-amount * -1), |
| + | ); |
| + | |
| + | // Rotation origin |
| + | $rotation: ''; |
| + | @if $turn-origin == from-front { |
| + | $rotation: map-get($rotations-from, $from); |
| + | } @else if $turn-origin == from-back { |
| + | $rotation: map-get($rotations-back, $from); |
| + | } @else { |
| + | @warn '$turn-origin must be either "from-back" or "from-front"'; |
| + | } |
| + | |
| + | // Start and end state |
| + | $start: ''; |
| + | $end: ''; |
| + | @if $state == in { |
| + | $start: perspective($perspective) $rotation; |
| + | $end: perspective($perspective) rotate(0deg); |
| + | } @else { |
| + | $start: perspective($perspective) rotate(0deg); |
| + | $end: perspective($perspective) $rotation; |
| + | } |
| + | |
| + | // Turn axis |
| + | $origin: ''; |
| + | @if $axis == edge { |
| + | $origin: $from; |
| + | } @else { |
| + | $origin: center; |
| + | } |
| + | |
| + | $keyframes: ( |
| + | name: 'hinge-#{$state}-#{$from}-#{$axis}-#{$turn-origin}', |
| + | 0: (transform: $start, transform-origin: $origin), |
| + | 100: (transform: $end), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_shake.scss
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | /// Creates a shaking animation. |
| + | /// @param {Percentage} $intensity [7%] - Intensity of the shake, as a percentage value. |
| + | /// @return {Map} A keyframes map that can be used with the `generate-keyframes()` mixin. |
| + | @function shake($intensity: 7%) { |
| + | $right: (0, 10, 20, 30, 40, 50, 60, 70, 80, 90); |
| + | $left: (5, 15, 25, 35, 45, 55, 65, 75, 85, 95); |
| + | |
| + | $keyframes: ( |
| + | name: 'shake-#{($intensity / 1%)}', |
| + | $right: (transform: translateX($intensity)), |
| + | $left: (transform: translateX(-$intensity)), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_slide.scss
+41
-0
| @@ | @@ -0,0 +1,41 @@ |
| + | /// Creates a sliding animation. |
| + | /// @param {Keyword} $state [in] - Whether to move to (`in`) or from (`out`) the element's default position. |
| + | /// @param {Keyword} $direction [up] - Direction to move. Can be `up`, `down`, `left`, or `right`. |
| + | /// @param {Number} $amount [100%] - Distance to move. Can be any CSS length unit. |
| + | /// @return {Map} A keyframes map that can be used with the `generate-keyframes()` mixin. |
| + | @function slide( |
| + | $state: in, |
| + | $direction: up, |
| + | $amount: 100% |
| + | ) { |
| + | $from: $amount; |
| + | $to: 0; |
| + | $func: 'translateY'; |
| + | |
| + | @if $direction == left or $direction == right { |
| + | $func: 'translateX'; |
| + | } |
| + | |
| + | @if $state == out { |
| + | $from: 0; |
| + | $to: $amount; |
| + | } |
| + | |
| + | @if $direction == down or $direction == right { |
| + | @if $state == in { |
| + | $from: -$from; |
| + | } |
| + | } @else { |
| + | @if $state == out { |
| + | $to: -$to; |
| + | } |
| + | } |
| + | |
| + | $keyframes: ( |
| + | name: 'slide-#{$state}-#{$direction}-#{strip-unit($amount)}', |
| + | 0: (transform: '#{$func}(#{$from})'), |
| + | 100: (transform: '#{$func}(#{$to})'), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_spin.scss
+28
-0
| @@ | @@ -0,0 +1,28 @@ |
| + | /// Creates a spinning animation. |
| + | /// @param {Keyword} $direction [cw] - Direction to spin. Should be `cw` (clockwise) or `ccw` (counterclockwise). |
| + | /// @param {Number} $amount [360deg] - Amount to spin. Can be any CSS angle unit. |
| + | /// @return {Map} A keyframes map that can be used with the `generate-keyframes()` mixin. |
| + | @function spin( |
| + | $state: in, |
| + | $direction: cw, |
| + | $amount: 1turn |
| + | ) { |
| + | $start: 0; |
| + | $end: 0; |
| + | |
| + | @if $state == in { |
| + | $start: if($direction == ccw, $amount, $amount * -1); |
| + | $end: 0; |
| + | } @else { |
| + | $start: 0; |
| + | $end: if($direction == ccw, $amount * -1, $amount); |
| + | } |
| + | |
| + | $keyframes: ( |
| + | name: 'spin-#{$direction}-#{$amount}', |
| + | 0: (transform: rotate($start)), |
| + | 100: (transform: rotate($end)), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_wiggle.scss
+13
-0
| @@ | @@ -0,0 +1,13 @@ |
| + | /// Creates a wiggling animation. |
| + | /// @param {Number} $intensity [7deg] - Intensity of the wiggle. Can be any CSS angle unit. |
| + | /// @return {Map} A keyframes map that can be used with the `generate-keyframes()` mixin. |
| + | @function wiggle($intensity: 7deg) { |
| + | $keyframes: ( |
| + | name: 'wiggle-#{$intensity}', |
| + | (40, 50, 60): (transform: rotate($intensity)), |
| + | (35, 45, 55, 65): (transform: rotate(-$intensity)), |
| + | (0, 30, 70, 100): (transform: rotate(0)), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/effects/_zoom.scss
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | /// Creates a scaling transition. A scale of `1` means the element is the same size. Larger numbers make the element bigger, while numbers less than 1 make the element smaller. |
| + | /// @param {Number} $from [1.5] - Size to start at. |
| + | /// @param {Number} $from [1] - Size to end at. |
| + | @function zoom( |
| + | $from: 0, |
| + | $to: 1 |
| + | ) { |
| + | $keyframes: ( |
| + | name: 'scale-#{$to}-to-#{$from}', |
| + | 0: (transform: scale($from)), |
| + | 100: (transform: scale($to)), |
| + | ); |
| + | |
| + | @return $keyframes; |
| + | } |
public/stylesheets/foundation6/motion-ui/motion-ui.css
+0
-0
public/stylesheets/foundation6/motion-ui/motion-ui.scss
+29
-0
| @@ | @@ -0,0 +1,29 @@ |
| + | // Motion UI by ZURB |
| + | // foundation.zurb.com/motion-ui |
| + | // Licensed under MIT Open Source |
| + | |
| + | @import 'settings'; |
| + | |
| + | @import 'util/animation'; |
| + | @import 'util/args'; |
| + | @import 'util/keyframe'; |
| + | @import 'util/selector'; |
| + | @import 'util/series'; |
| + | @import 'util/transition'; |
| + | @import 'util/unit'; |
| + | |
| + | @import 'effects/fade'; |
| + | @import 'effects/hinge'; |
| + | @import 'effects/spin'; |
| + | @import 'effects/zoom'; |
| + | @import 'effects/shake'; |
| + | @import 'effects/slide'; |
| + | @import 'effects/wiggle'; |
| + | |
| + | @import 'transitions/fade'; |
| + | @import 'transitions/hinge'; |
| + | @import 'transitions/zoom'; |
| + | @import 'transitions/slide'; |
| + | @import 'transitions/spin'; |
| + | |
| + | @import 'classes'; |
public/stylesheets/foundation6/motion-ui/transitions/_fade.scss
+28
-0
| @@ | @@ -0,0 +1,28 @@ |
| + | /// Creates a fade transition by adjusting the opacity of the element. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Number} $from [0] - Opacity to start at. Must be a number between 0 and 1. |
| + | /// @param {Number} $to [1] - Opacity to end on. |
| + | /// @param {Keyword} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin mui-fade( |
| + | $state: in, |
| + | $from: 0, |
| + | $to: 1, |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | $fade: fade($from, $to); |
| + | |
| + | @include transition-start($state) { |
| + | @include transition-basics($duration, $timing, $delay); |
| + | @include -mui-keyframe-get($fade, 0); |
| + | |
| + | transition-property: opacity; |
| + | } |
| + | |
| + | @include transition-end($state) { |
| + | @include -mui-keyframe-get($fade, 100); |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/transitions/_hinge.scss
+43
-0
| @@ | @@ -0,0 +1,43 @@ |
| + | /// Creates a hinge transition by rotating the element. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Keyword} $from [left] - Edge of the element to rotate from. Can be `top`, `right`, `bottom`, or `left`. |
| + | /// @param {Keyword} $axis [edge] - Axis of the element to rotate on. Can be `edge` or `center`. |
| + | /// @param {Length} $perspective [2000px] - Perceived distance between the viewer and the element. A higher number will make the rotation effect more pronounced. |
| + | /// @param {Keyword} $turn-origin [from-back] - Side of the element to start the rotation from. Can be `from-back` or `from-front`. |
| + | /// @param {Boolean} $fade [true] - Set to `true` to fade the element in or out simultaneously. |
| + | /// @param {Duration} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin mui-hinge ( |
| + | $state: in, |
| + | $from: left, |
| + | $axis: edge, |
| + | $perspective: 2000px, |
| + | $turn-origin: from-back, |
| + | $fade: map-get($motion-ui-settings, hinge-and-fade), |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | $hinge: hinge($state, $from, $axis, $perspective, $turn-origin); |
| + | |
| + | @include transition-start($state) { |
| + | @include transition-basics($duration, $timing, $delay); |
| + | @include -mui-keyframe-get($hinge, 0); |
| + | |
| + | @if $fade { |
| + | transition-property: transform, opacity; |
| + | opacity: if($state == in, 0, 1); |
| + | } @else { |
| + | transition-property: transform, opacity; |
| + | } |
| + | } |
| + | |
| + | @include transition-end($state) { |
| + | @include -mui-keyframe-get($hinge, 100); |
| + | |
| + | @if $fade { |
| + | opacity: if($state == in, 1, 0); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/transitions/_slide.scss
+42
-0
| @@ | @@ -0,0 +1,42 @@ |
| + | /// Creates a sliding transition by translating the element horizontally or vertically. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Keyword} $direction [left] - Side of the element to slide from. Can be `top`, `right`, `bottom`, or `left`. |
| + | /// @param {Length} $amount [100%] - Length of the slide as a percentage value. |
| + | /// @param {Boolean} $fade [false] - Set to `true` to fade the element in or out simultaneously. |
| + | /// @param {Duration} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin mui-slide ( |
| + | $state: in, |
| + | $direction: left, |
| + | $amount: 100%, |
| + | $fade: map-get($motion-ui-settings, slide-and-fade), |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | $slide: slide($state, $direction, $amount); |
| + | |
| + | // CSS Output |
| + | @include transition-start($state) { |
| + | @include transition-basics($duration, $timing, $delay); |
| + | @include -mui-keyframe-get($slide, 0); |
| + | |
| + | @if $fade { |
| + | transition-property: transform, opacity; |
| + | opacity: if($state == in, 0, 1); |
| + | } @else { |
| + | transition-property: transform, opacity; |
| + | } |
| + | |
| + | backface-visibility: hidden; |
| + | } |
| + | |
| + | @include transition-end($state) { |
| + | @include -mui-keyframe-get($slide, 100); |
| + | |
| + | @if $fade { |
| + | opacity: if($state == in, 1, 0); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/transitions/_spin.scss
+39
-0
| @@ | @@ -0,0 +1,39 @@ |
| + | /// Creates a spinning transition by rotating the element. The `turn` unit is used to specify how far to rotate. `1turn` is equal to a 360-degree spin. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Boolean} $direction [cw] - Direction to spin. Should be `cw` (clockwise) or `ccw` (counterclockwise). |
| + | /// @param {Number} $amount [0.75turn] - Amount to element the element. |
| + | /// @param {Boolean} $fade [false] - Set to `true` to fade the element in or out simultaneously. |
| + | /// @param {Duration} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin mui-spin( |
| + | $state: in, |
| + | $direction: cw, |
| + | $amount: 0.75turn, |
| + | $fade: map-get($motion-ui-settings, spin-and-fade), |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | $spin: spin($state, $direction, $amount); |
| + | |
| + | @include transition-start($state) { |
| + | @include transition-basics($duration, $timing, $delay); |
| + | @include -mui-keyframe-get($spin, 0); |
| + | |
| + | @if $fade { |
| + | transition-property: transform, opacity; |
| + | opacity: if($state == in, 0, 1); |
| + | } @else { |
| + | transition-property: transform, opacity; |
| + | } |
| + | } |
| + | |
| + | @include transition-end($state) { |
| + | @include -mui-keyframe-get($spin, 100); |
| + | |
| + | @if $fade { |
| + | opacity: if($state == in, 1, 0); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/transitions/_zoom.scss
+39
-0
| @@ | @@ -0,0 +1,39 @@ |
| + | /// Creates a scaling transition. A scale of `1` means the element is the same size. Larger numbers make the element bigger, while numbers less than 1 make the element smaller. |
| + | /// @param {Keyword} $state [in] - State to transition to. |
| + | /// @param {Number} $from [1.5] - Size to start at. |
| + | /// @param {Number} $from [1] - Size to end at. |
| + | /// @param {Boolean} $fade [true] - Set to `true` to fade the element in or out simultaneously. |
| + | /// @param {Duration} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin mui-zoom( |
| + | $state: in, |
| + | $from: 1.5, |
| + | $to: 1, |
| + | $fade: map-get($motion-ui-settings, scale-and-fade), |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | $scale: zoom($from, $to); |
| + | |
| + | @include transition-start($state) { |
| + | @include transition-basics($duration, $timing, $delay); |
| + | @include -mui-keyframe-get($scale, 0); |
| + | |
| + | @if $fade { |
| + | transition-property: transform, opacity; |
| + | opacity: if($state == in, 0, 1); |
| + | } @else { |
| + | transition-property: transform, opacity; |
| + | } |
| + | } |
| + | |
| + | @include transition-end($state) { |
| + | @include -mui-keyframe-get($scale, 100); |
| + | |
| + | @if $fade { |
| + | opacity: if($state == in, 1, 0); |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_animation.scss
+7
-0
| @@ | @@ -0,0 +1,7 @@ |
| + | /// Creates a keyframe from one or more effect functions and assigns it to the element by adding the `animation-name` property. |
| + | /// @param {Function} $effects... - One or more effect functions to build the keyframe with. |
| + | @mixin mui-animation($args...) { |
| + | $name: map-get(-mui-process-args($args...), name); |
| + | @include mui-keyframes($name, $args...); |
| + | animation-name: unquote($name); |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_args.scss
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | /// Processes a series of keyframe function arguments. |
| + | /// @access private |
| + | @function -mui-process-args($args...) { |
| + | @if length($args) == 1 { |
| + | $arg: nth($args, 1); |
| + | |
| + | @if type-of($arg) == 'string' { |
| + | @return call($arg); |
| + | } @else if type-of($arg) == 'map' { |
| + | @return $arg; |
| + | } |
| + | } |
| + | |
| + | @return -mui-keyframe-combine($args...); |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_keyframe.scss
+136
-0
| @@ | @@ -0,0 +1,136 @@ |
| + | // Internal counter for creating unique keyframe names |
| + | $-mui-custom: 0; |
| + | |
| + | /// Creates a keyframe from one or more effect functions. Use this function instead of `mui-animation` if you want to create a keyframe animation *without* automatically assigning it to the element. |
| + | /// @param {String} $name - Name of the keyframe. |
| + | /// @param {Function} $effects... - One or more effect functions to build the keyframe with. |
| + | @mixin mui-keyframes($name, $effects...) { |
| + | $obj: -mui-process-args($effects...); |
| + | $obj: map-remove($obj, name); |
| + | |
| + | @keyframes #{$name} { |
| + | // Now iterate through each keyframe percentage |
| + | @each $pct, $props in $obj { |
| + | #{-mui-keyframe-pct($pct)} { |
| + | // Lastly, iterate through each CSS property within a percentage and print it out |
| + | @each $prop, $value in $props { |
| + | #{$prop}: #{$value}; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Creates a string for a CSS keyframe, by converting a list of numbers to a comma-separated list of percentage values. |
| + | /// @param {Number|List} $input - List of numbers to use. |
| + | /// @return {String} A set of comma-separated percentage values. |
| + | /// @access private |
| + | @function -mui-keyframe-pct($input) { |
| + | $output: (); |
| + | |
| + | @if type-of($input) == 'number' { |
| + | $output: ($input * 1%); |
| + | } @else if type-of($input) == 'list' { |
| + | @each $i in $input { |
| + | $output: append($output, ($i * 1%), comma); |
| + | } |
| + | } |
| + | |
| + | @return $output; |
| + | } |
| + | |
| + | /// Prints the CSS properties from a specific key in a keyframes map. Used to borrow CSS from keyframe functions for use in transitions. |
| + | /// @param {Map} $kf - Keyframe map to extract from. |
| + | /// @param {Number} $key - Key in the map to print the CSS of. |
| + | /// @access private |
| + | @mixin -mui-keyframe-get($kf, $key) { |
| + | $map: map-get($kf, $key); |
| + | |
| + | @each $prop, $value in $map or () { |
| + | // Some keyframe maps store transforms as quoted strings |
| + | @if type-of($value) == 'string' { |
| + | $value: unquote($value); |
| + | } |
| + | #{$prop}: $value; |
| + | } |
| + | } |
| + | |
| + | /// Reformats a map containing keys with a list of values, so that each key is a single value. |
| + | /// @param {Map} $map - Map to split up. |
| + | /// @return {Map} A reformatted map. |
| + | /// @access private |
| + | @function -mui-keyframe-split($map) { |
| + | $new-map: (); |
| + | |
| + | // Split keys with multiple values into individual keys |
| + | @each $key, $item in $map { |
| + | $key-type: type-of($key); |
| + | |
| + | @if $key-type == 'number' { |
| + | $new-map: map-merge($new-map, ($key: $item)); |
| + | } @else if $key-type == 'list' { |
| + | @each $k in $key { |
| + | $new-map: map-merge($new-map, ($k: $item)); |
| + | } |
| + | } |
| + | } |
| + | |
| + | @return $new-map; |
| + | } |
| + | |
| + | /// Combines a series of keyframe objects into one. |
| + | /// @param {Map} $maps... - A series of maps to merge, as individual parameters. |
| + | /// @return {Map} A combined keyframe object. |
| + | /// @access private |
| + | @function -mui-keyframe-combine($maps...) { |
| + | $new-map: (); |
| + | |
| + | // Iterate through each map passed in |
| + | @each $map in $maps { |
| + | @if type-of($map) == 'string' { |
| + | $map: call($map); |
| + | } |
| + | |
| + | $map: -mui-keyframe-split($map); |
| + | |
| + | // Iterate through each keyframe in the map |
| + | // $key is the keyframe percentage |
| + | // $value is a map of CSS properties |
| + | @each $key, $value in $map { |
| + | $new-value: (); |
| + | |
| + | @if map-has-key($new-map, $key) { |
| + | // If the map already has the keyframe %, append the new property |
| + | $new-value: -mui-merge-properties(map-get($new-map, $key), $value); |
| + | } @else { |
| + | // Otherwise, create a new map with the new property |
| + | $new-value: $value; |
| + | } |
| + | |
| + | // Finally, merge the modified keyframe value into the output map |
| + | $new-map: map-merge($new-map, ($key: $new-value)); |
| + | } |
| + | } |
| + | |
| + | // Make a name for the keyframes |
| + | $-mui-custom: $-mui-custom + 1 !global; |
| + | $map-name: (name: 'custom-#{$-mui-custom}'); |
| + | $new-map: map-merge($new-map, $map-name); |
| + | |
| + | @return $new-map; |
| + | } |
| + | |
| + | /// Combines two maps of CSS properties into one map. If both maps have a transform property, the values from each will be combined into one property. |
| + | /// @param {Map} $one - First map to merge. |
| + | /// @param {Map} $two - Second map to merge. |
| + | /// @return {Map} A combined map. |
| + | /// @access private |
| + | @function -mui-merge-properties($one, $two) { |
| + | @if map-has-key($one, transform) and map-has-key($two, transform) { |
| + | $transform: join(map-get($one, transform), map-get($two, transform)); |
| + | $one: map-merge($one, (transform: $transform)); |
| + | $two: map-remove($two, transform); |
| + | } |
| + | |
| + | @return map-merge($one, $two); |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_selector.scss
+23
-0
| @@ | @@ -0,0 +1,23 @@ |
| + | /// Builds a selector for a motion class, using the settings defined in the `$motion-ui-classes` and `$motion-ui-states` maps. |
| + | /// @param {String|List} $states - One or more strings that correlate to a state. |
| + | /// @param {Boolean} $active - Defines if the selector is for the setup or active class. |
| + | /// @return {String} A selector that can be interpolated into your Sass code. |
| + | /// @access private |
| + | @function -mui-build-selector($states, $active: false) { |
| + | $return: ''; |
| + | $chain: map-get($motion-ui-classes, chain); |
| + | $prefix: map-get($motion-ui-classes, prefix); |
| + | $suffix: map-get($motion-ui-classes, active); |
| + | |
| + | @each $sel in $states { |
| + | $return: $return + if($chain, '&.', '#{&}-') + $prefix + $sel; |
| + | |
| + | @if $active { |
| + | $return: $return + if($chain, '.', '#{&}-') + $prefix + $sel + $suffix; |
| + | } |
| + | |
| + | $return: $return + ', '; |
| + | } |
| + | |
| + | @return str-slice($return, 1, -3); |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_series.scss
+54
-0
| @@ | @@ -0,0 +1,54 @@ |
| + | $-mui-queue: (); |
| + | |
| + | /// Pauses the animation on an element by default, and then plays it when an active class is added to a parent. Also sets the fill mode of the animation to `both`. This pauses the element at the first frame of the animation, and holds it in place at the end. |
| + | /// @access private |
| + | %animated-element { |
| + | animation-play-state: paused; |
| + | animation-fill-mode: both; |
| + | |
| + | .#{map-get($motion-ui-settings, activate-queue-class)} & { |
| + | animation-play-state: running; |
| + | } |
| + | } |
| + | |
| + | /// Creates a new animation queue. |
| + | /// @param {Duration} $delay [0s] - Delay in seconds or milliseconds to place at the front of the animation queue. |
| + | @mixin mui-series($delay: 0s) { |
| + | $-mui-queue: () !global; |
| + | |
| + | @if $delay > 0 { |
| + | $item: ($delay, 0s); |
| + | $-mui-queue: append($-mui-queue, $item) !global; |
| + | } |
| + | |
| + | @content; |
| + | } |
| + | |
| + | /// Adds an animation to an animation queue. Only use this mixin inside of `mui-series()`. |
| + | /// @param {Duration} $duration [1s] - Length of the animation. |
| + | /// @param {Duration} $gap [0s] - Amount of time to pause before playing the animation after this one. Use a negative value to make the next effect overlap with the current one. |
| + | /// @param {Function} $keyframes... - One or more effect functions to build the keyframe with. |
| + | @mixin mui-queue( |
| + | $duration: 1s, |
| + | $gap: 0s, |
| + | $keyframes... |
| + | ) { |
| + | // Build the animation |
| + | $kf: -mui-process-args($keyframes...); |
| + | |
| + | // Calculate the delay for this animation based on how long the previous ones take |
| + | $actual-delay: 0s; |
| + | @each $anim in $-mui-queue { |
| + | $actual-delay: $actual-delay + nth($anim, 1) + nth($anim, 2); |
| + | } |
| + | |
| + | // Append this animation's length and gap to the end of the queue |
| + | $item: ($duration, $gap); |
| + | $-mui-queue: append($-mui-queue, $item) !global; |
| + | |
| + | // CSS output |
| + | @extend %animated-element; |
| + | @include mui-animation($kf); |
| + | animation-duration: $duration; |
| + | animation-delay: $actual-delay; |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_transition.scss
+45
-0
| @@ | @@ -0,0 +1,45 @@ |
| + | /// Applies basic transition settings to an element. |
| + | /// @param {Duration} $duration [null] - Length (speed) of the transition. |
| + | /// @param {Keyword|Function} $timing [null] - Easing of the transition. |
| + | /// @param {Duration} $delay [null] - Delay in seconds or milliseconds before the transition starts. |
| + | @mixin transition-basics( |
| + | $duration: null, |
| + | $timing: null, |
| + | $delay: null |
| + | ) { |
| + | @extend %mui-defaults; |
| + | transition-duration: $duration; |
| + | transition-timing-function: $timing; |
| + | transition-delay: $delay; |
| + | } |
| + | |
| + | /// Wraps the content in the setup class for a transition. |
| + | /// @param {Keyword} $dir - State to setup for transition. |
| + | @mixin transition-start($dir) { |
| + | $selector: -mui-build-selector(map-get($motion-ui-states, $dir)); |
| + | |
| + | @at-root { |
| + | #{$selector} { |
| + | @content; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Wraps the content in the active class for a transition. |
| + | /// @param {Keyword} $dir - State to activate a transition on. |
| + | @mixin transition-end($dir) { |
| + | $selector: -mui-build-selector(map-get($motion-ui-states, $dir), true); |
| + | |
| + | @at-root { |
| + | #{$selector} { |
| + | @content; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds styles for a stagger animation, which can be used with Angular's `ng-repeat`. |
| + | /// @param {Duration} $delay-amount - Amount of time in seconds or milliseconds to add between each item's animation. |
| + | @mixin stagger($delay-amount) { |
| + | transition-delay: $delay-amount; |
| + | transition-duration: 0; // Prevent accidental CSS inheritance |
| + | } |
public/stylesheets/foundation6/motion-ui/util/_unit.scss
+7
-0
| @@ | @@ -0,0 +1,7 @@ |
| + | /// Removes the unit (e.g. px, em, rem) from a value, returning the number only. |
| + | /// @param {Number} $num - Number to strip unit from. |
| + | /// @return {Number} The same number, sans unit. |
| + | /// @access private |
| + | @function strip-unit($num) { |
| + | @return $num / ($num * 0 + 1); |
| + | } |
public/stylesheets/foundation6/settings/_settings.scss
+531
-0
| @@ | @@ -0,0 +1,531 @@ |
| + | // Foundation for Sites Settings |
| + | // ----------------------------- |
| + | // |
| + | // Table of Contents: |
| + | // |
| + | // 1. Global |
| + | // 2. Breakpoints |
| + | // 3. The Grid |
| + | // 4. Base Typography |
| + | // 5. Typography Helpers |
| + | // 6. Abide |
| + | // 7. Accordion |
| + | // 8. Accordion Menu |
| + | // 9. Badge |
| + | // 10. Breadcrumbs |
| + | // 11. Button |
| + | // 12. Button Group |
| + | // 13. Callout |
| + | // 14. Close Button |
| + | // 15. Drilldown |
| + | // 16. Dropdown |
| + | // 17. Dropdown Menu |
| + | // 18. Flex Video |
| + | // 19. Forms |
| + | // 20. Label |
| + | // 21. Media Object |
| + | // 22. Menu |
| + | // 23. Off-canvas |
| + | // 24. Orbit |
| + | // 25. Pagination |
| + | // 26. Progress Bar |
| + | // 27. Reveal |
| + | // 28. Slider |
| + | // 29. Switch |
| + | // 30. Table |
| + | // 31. Tabs |
| + | // 32. Thumbnail |
| + | // 33. Tooltip |
| + | // 34. Top Bar |
| + | |
| + | @import 'util/util'; |
| + | |
| + | // 1. Global |
| + | // --------- |
| + | |
| + | $global-width: rem-calc(1200); |
| + | $global-font-size: 100%; |
| + | $global-lineheight: 1.5; |
| + | $primary-color: #2199e8; |
| + | $secondary-color: #777; |
| + | $success-color: #3adb76; |
| + | $warning-color: #ffae00; |
| + | $alert-color: #ec5840; |
| + | $light-gray: #e6e6e6; |
| + | $medium-gray: #cacaca; |
| + | $dark-gray: #8a8a8a; |
| + | $black: #0a0a0a; |
| + | $white: #fefefe; |
| + | $body-background: $white; |
| + | $body-font-color: $black; |
| + | $body-font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; |
| + | $body-antialiased: true; |
| + | $text-direction: ltr; |
| + | $global-margin: 1rem; |
| + | $global-padding: 1rem; |
| + | $global-margin: 1rem; |
| + | $global-weight-normal: normal; |
| + | $global-weight-bold: bold; |
| + | $global-radius: 0; |
| + | $global-namespace: false; |
| + | $global-text-direction: ltr; |
| + | $rem-base: 16px; |
| + | |
| + | // 2. Breakpoints |
| + | // -------------- |
| + | |
| + | $breakpoints: ( |
| + | small: 0, |
| + | medium: 640px, |
| + | large: 1024px, |
| + | xlarge: 1200px, |
| + | xxlarge: 1440px, |
| + | ); |
| + | $breakpoint-classes: (small medium large); |
| + | |
| + | // 3. The Grid |
| + | // ----------- |
| + | |
| + | $grid-row-width: $global-width; |
| + | $grid-column-count: 12; |
| + | $grid-column-gutter: 30px; |
| + | $block-grid-max: 6; |
| + | |
| + | // 4. Base Typography |
| + | // ------------------ |
| + | |
| + | $header-font-family: $body-font-family; |
| + | $header-font-weight: $global-weight-normal; |
| + | $header-font-style: normal; |
| + | $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace; |
| + | $header-sizes: ( |
| + | small: ( |
| + | 'h1': 24, |
| + | 'h2': 20, |
| + | 'h3': 19, |
| + | 'h4': 18, |
| + | 'h5': 17, |
| + | 'h6': 16, |
| + | ), |
| + | medium: ( |
| + | 'h1': 48, |
| + | 'h2': 40, |
| + | 'h3': 31, |
| + | 'h4': 25, |
| + | 'h5': 20, |
| + | 'h6': 16, |
| + | ), |
| + | ); |
| + | $header-color: inherit; |
| + | $header-lineheight: 1.4; |
| + | $header-margin-bottom: 0.5rem; |
| + | $header-text-rendering: optimizeLegibility; |
| + | $small-font-size: 80%; |
| + | $header-small-font-color: $medium-gray; |
| + | $paragraph-lineheight: 1.6; |
| + | $paragraph-margin-bottom: 1rem; |
| + | $paragraph-text-rendering: optimizeLegibility; |
| + | $code-color: $black; |
| + | $code-font-family: $font-family-monospace; |
| + | $code-font-weight: $global-weight-normal; |
| + | $code-background: $light-gray; |
| + | $code-border: 1px solid $medium-gray; |
| + | $code-padding: rem-calc(2 5 1); |
| + | $anchor-color: $primary-color; |
| + | $anchor-color-hover: scale-color($anchor-color, $lightness: -14%); |
| + | $anchor-text-decoration: none; |
| + | $anchor-text-decoration-hover: none; |
| + | $hr-width: $global-width; |
| + | $hr-border: 1px solid $medium-gray; |
| + | $hr-margin: rem-calc(20) auto; |
| + | $list-lineheight: $paragraph-lineheight; |
| + | $list-margin-bottom: $paragraph-margin-bottom; |
| + | $list-style-type: disc; |
| + | $list-style-position: outside; |
| + | $list-side-margin: 1.25rem; |
| + | $list-nested-side-margin: 1.25rem; |
| + | $defnlist-margin-bottom: 1rem; |
| + | $defnlist-term-weight: $global-weight-bold; |
| + | $defnlist-term-margin-bottom: 0.3rem; |
| + | $blockquote-color: $dark-gray; |
| + | $blockquote-padding: rem-calc(9 20 0 19); |
| + | $blockquote-border: 1px solid $medium-gray; |
| + | $cite-font-size: rem-calc(13); |
| + | $cite-color: $dark-gray; |
| + | $keystroke-font: $font-family-monospace; |
| + | $keystroke-color: $black; |
| + | $keystroke-background: $light-gray; |
| + | $keystroke-padding: rem-calc(2 4 0); |
| + | $keystroke-radius: $global-radius; |
| + | $abbr-underline: 1px dotted $black; |
| + | |
| + | // 5. Typography Helpers |
| + | // --------------------- |
| + | |
| + | $lead-font-size: $global-font-size * 1.25; |
| + | $lead-lineheight: 1.6; |
| + | $subheader-lineheight: 1.4; |
| + | $subheader-color: $dark-gray; |
| + | $subheader-font-weight: $global-weight-normal; |
| + | $subheader-margin-top: 0.2rem; |
| + | $subheader-margin-bottom: 0.5rem; |
| + | $stat-font-size: 2.5rem; |
| + | |
| + | // 6. Abide |
| + | // -------- |
| + | |
| + | $abide-inputs: true; |
| + | $abide-labels: true; |
| + | $input-background-invalid: $alert-color; |
| + | $form-label-color-invalid: $alert-color; |
| + | $input-error-color: $alert-color; |
| + | $input-error-font-size: rem-calc(12); |
| + | $input-error-font-weight: $global-weight-bold; |
| + | |
| + | // 7. Accordion |
| + | // ------------ |
| + | |
| + | $accordion-background: $white; |
| + | $accordion-plusminus: true; |
| + | $accordion-item-color: foreground($accordion-background, $primary-color); |
| + | $accordion-item-background-hover: $light-gray; |
| + | $accordion-item-padding: 1.25rem 1rem; |
| + | $accordion-content-background: $white; |
| + | $accordion-content-border: 1px solid $light-gray; |
| + | $accordion-content-color: foreground($accordion-background, $primary-color); |
| + | $accordion-content-padding: 1rem; |
| + | |
| + | // 8. Accordion Menu |
| + | // ----------------- |
| + | |
| + | $accordionmenu-arrows: true; |
| + | |
| + | // 9. Badge |
| + | // -------- |
| + | |
| + | $badge-background: $primary-color; |
| + | $badge-color: foreground($badge-background); |
| + | $badge-padding: 0.3em; |
| + | $badge-minwidth: 2.1em; |
| + | $badge-font-size: 0.6rem; |
| + | |
| + | // 10. Breadcrumbs |
| + | // --------------- |
| + | |
| + | $breadcrumbs-margin: 0 0 $global-margin 0; |
| + | $breadcrumbs-item-font-size: rem-calc(11); |
| + | $breadcrumbs-item-color: $primary-color; |
| + | $breadcrumbs-item-color-current: $black; |
| + | $breadcrumbs-item-color-disabled: $medium-gray; |
| + | $breadcrumbs-item-margin: 0.75rem; |
| + | $breadcrumbs-item-uppercase: true; |
| + | $breadcrumbs-item-slash: true; |
| + | |
| + | // 11. Button |
| + | // ---------- |
| + | |
| + | $button-padding: 0.85em 1em; |
| + | $button-margin: 0 $global-margin $global-margin 0; |
| + | $button-fill: solid; |
| + | $button-background: $primary-color; |
| + | $button-background-hover: scale-color($button-background, $lightness: -15%); |
| + | $button-color: #fff; |
| + | $button-color-alt: #000; |
| + | $button-radius: $global-radius; |
| + | $button-sizes: ( |
| + | tiny: 0.6rem, |
| + | small: 0.75rem, |
| + | default: 0.9rem, |
| + | large: 1.25rem, |
| + | ); |
| + | $button-opacity-disabled: 0.25; |
| + | |
| + | // 12. Button Group |
| + | // ---------------- |
| + | |
| + | $buttongroup-margin: 1rem; |
| + | $buttongroup-spacing: 1px; |
| + | $buttongroup-child-selector: '.button'; |
| + | $buttongroup-expand-max: 6; |
| + | |
| + | // 13. Callout |
| + | // ----------- |
| + | |
| + | $callout-background: $white; |
| + | $callout-background-fade: 85%; |
| + | $callout-border: 1px solid rgba($black, 0.25); |
| + | $callout-margin: 0 0 1rem 0; |
| + | $callout-padding: 1rem; |
| + | $callout-font-color: $body-font-color; |
| + | $callout-font-color-alt: $body-background; |
| + | $callout-radius: $global-radius; |
| + | $callout-link-tint: 30%; |
| + | |
| + | // 14. Close Button |
| + | // ---------------- |
| + | |
| + | $closebutton-position: right top; |
| + | $closebutton-offset-horizontal: 1rem; |
| + | $closebutton-offset-vertical: 0.5rem; |
| + | $closebutton-size: 2em; |
| + | $closebutton-lineheight: 1; |
| + | $closebutton-color: $dark-gray; |
| + | $closebutton-color-hover: $black; |
| + | |
| + | // 15. Drilldown |
| + | // ------------- |
| + | |
| + | $drilldown-transition: transform 0.15s linear; |
| + | $drilldown-arrows: true; |
| + | |
| + | // 16. Dropdown |
| + | // ------------ |
| + | |
| + | $dropdown-padding: 1rem; |
| + | $dropdown-border: 1px solid $medium-gray; |
| + | $dropdown-font-size: 16rem; |
| + | $dropdown-width: 300px; |
| + | $dropdown-radius: $global-radius; |
| + | $dropdown-sizes: ( |
| + | tiny: 100px, |
| + | small: 200px, |
| + | large: 400px, |
| + | ); |
| + | |
| + | // 17. Dropdown Menu |
| + | // ----------------- |
| + | |
| + | $dropdownmenu-arrows: true; |
| + | $dropdownmenu-min-width: 200px; |
| + | $dropdownmenu-background: $white; |
| + | $dropdown-border: 1px solid $medium-gray; |
| + | |
| + | // 18. Flex Video |
| + | // -------------- |
| + | |
| + | $flexvideo-padding-top: rem-calc(25); |
| + | $flexvideo-margin-bottom: rem-calc(16); |
| + | $flexvideo-ratio: 4 by 3; |
| + | $flexvideo-ratio-widescreen: 16 by 9; |
| + | |
| + | // 19. Forms |
| + | // --------- |
| + | |
| + | $fieldset-border: 1px solid $medium-gray; |
| + | $fieldset-padding: rem-calc(20); |
| + | $fieldset-margin: rem-calc(18 0); |
| + | $legend-padding: rem-calc(0 3); |
| + | $form-spacing: rem-calc(16); |
| + | $helptext-color: #333; |
| + | $helptext-font-size: rem-calc(13); |
| + | $helptext-font-style: italic; |
| + | $input-prefix-color: $black; |
| + | $input-prefix-background: $light-gray; |
| + | $input-prefix-border: 1px solid $medium-gray; |
| + | $input-prefix-padding: 1rem; |
| + | $form-label-color: $black; |
| + | $form-label-font-size: rem-calc(14); |
| + | $form-label-font-weight: $global-weight-normal; |
| + | $form-label-line-height: 1.8; |
| + | $select-background: #fafafa; |
| + | $select-triangle-color: #333; |
| + | $select-radius: $global-radius; |
| + | $input-color: $dark-gray; |
| + | $input-font-family: inherit; |
| + | $input-font-size: rem-calc(16); |
| + | $input-background: $white; |
| + | $input-background-focus: $white; |
| + | $input-background-disabled: $light-gray; |
| + | $input-border: 1px solid $medium-gray; |
| + | $input-border-focus: 1px solid $dark-gray; |
| + | $input-shadow: inset 0 1px 2px rgba($black, 0.1); |
| + | $input-shadow-focus: 0 0 5px $medium-gray; |
| + | $input-cursor-disabled: default; |
| + | $input-transition: box-shadow 0.5s, border-color 0.25s ease-in-out; |
| + | $input-number-spinners: true; |
| + | $input-radius: $global-radius; |
| + | |
| + | // 20. Label |
| + | // --------- |
| + | |
| + | $label-background: $primary-color; |
| + | $label-color: foreground($label-background); |
| + | $label-font-size: 0.8rem; |
| + | $label-padding: 0.33333rem 0.5rem; |
| + | $label-radius: $global-radius; |
| + | |
| + | // 21. Media Object |
| + | // ---------------- |
| + | |
| + | $mediaobject-margin-bottom: $global-margin; |
| + | $mediaobject-section-padding: $global-padding; |
| + | $mediaobject-image-width-stacked: 100%; |
| + | |
| + | // 22. Menu |
| + | // -------- |
| + | |
| + | $menu-margin: 0; |
| + | $menu-margin-nested: 1rem; |
| + | $menu-item-padding: 0.7rem 1rem; |
| + | $menu-icon-spacing: 0.25rem; |
| + | $menu-expand-max: 6; |
| + | |
| + | // 23. Off-canvas |
| + | // -------------- |
| + | |
| + | $offcanvas-size: 250px; |
| + | $offcanvas-background: $light-gray; |
| + | $offcanvas-zindex: -1; |
| + | $offcanvas-transition-length: 0.5s; |
| + | $offcanvas-transition-timing: ease; |
| + | $offcanvas-exit-background: rgba($white, 0.25); |
| + | $maincontent-class: 'off-canvas-content'; |
| + | $maincontent-shadow: 0 0 10px rgba($black, 0.5); |
| + | |
| + | // 24. Orbit |
| + | // --------- |
| + | |
| + | $orbit-bullet-background: $medium-gray; |
| + | $orbit-bullet-background-active: $dark-gray; |
| + | $orbit-bullet-diameter: 1.2rem; |
| + | $orbit-bullet-margin: 0.1rem; |
| + | $orbit-bullet-margin-top: 0.8rem; |
| + | $orbit-bullet-margin-bottom: 0.8rem; |
| + | $orbit-caption-background: rgba($black, 0.5); |
| + | $orbit-caption-padding: 1rem; |
| + | $orbit-control-background-hover: rgba($black, 0.5); |
| + | $orbit-control-padding: 1rem; |
| + | $orbit-control-zindex: 10; |
| + | |
| + | // 25. Pagination |
| + | // -------------- |
| + | |
| + | $pagination-font-size: rem-calc(14); |
| + | $pagination-margin-bottom: $global-margin; |
| + | $pagination-item-color: $black; |
| + | $pagination-item-padding: rem-calc(3 10); |
| + | $pagination-item-spacing: rem-calc(1); |
| + | $pagination-radius: $global-radius; |
| + | $pagination-item-background-hover: $light-gray; |
| + | $pagination-item-background-current: $primary-color; |
| + | $pagination-item-color-current: foreground($pagination-item-background-current); |
| + | $pagination-item-color-disabled: $medium-gray; |
| + | $pagination-ellipsis-color: $black; |
| + | $pagination-mobile-items: false; |
| + | $pagination-arrows: true; |
| + | |
| + | // 26. Progress Bar |
| + | // ---------------- |
| + | |
| + | $progress-height: 1rem; |
| + | $progress-background: $medium-gray; |
| + | $progress-margin-bottom: $global-margin; |
| + | $progress-meter-background: $primary-color; |
| + | $progress-radius: $global-radius; |
| + | |
| + | // 27. Reveal |
| + | // ---------- |
| + | |
| + | $reveal-background: $white; |
| + | $reveal-width: 600px; |
| + | $reveal-max-width: $global-width; |
| + | $reveal-offset: rem-calc(100); |
| + | $reveal-padding: $global-padding; |
| + | $reveal-border: 1px solid $medium-gray; |
| + | $reveal-radius: $global-radius; |
| + | $reveal-zindex: 1005; |
| + | $reveal-overlay-background: rgba($black, 0.45); |
| + | |
| + | // 28. Slider |
| + | // ---------- |
| + | |
| + | $slider-height: 0.5rem; |
| + | $slider-width-vertical: $slider-height; |
| + | $slider-background: $light-gray; |
| + | $slider-fill-background: $medium-gray; |
| + | $slider-handle-height: 1.4rem; |
| + | $slider-handle-width: 1.4rem; |
| + | $slider-handle-background: $primary-color; |
| + | $slider-opacity-disabled: 0.25; |
| + | $slider-radius: $global-radius; |
| + | $slider-transition: all 0.2s ease-in-out; |
| + | |
| + | // 29. Switch |
| + | // ---------- |
| + | |
| + | $switch-background: $medium-gray; |
| + | $switch-background-active: $primary-color; |
| + | $switch-height: 2rem; |
| + | $switch-height-tiny: 1.5rem; |
| + | $switch-height-small: 1.75rem; |
| + | $switch-height-large: 2.5rem; |
| + | $switch-radius: $global-radius; |
| + | $switch-margin: $global-margin; |
| + | $switch-paddle-background: $white; |
| + | $switch-paddle-offset: 0.25rem; |
| + | $switch-paddle-radius: $global-radius; |
| + | $switch-paddle-transition: all 0.25s ease-out; |
| + | |
| + | // 30. Table |
| + | // --------- |
| + | |
| + | $table-background: $white; |
| + | $table-color-scale: 5%; |
| + | $table-border: 1px solid smart-scale($table-background, $table-color-scale); |
| + | $table-padding: rem-calc(8 10 10); |
| + | $table-hover-scale: 2%; |
| + | $table-row-hover: darken($table-background, $table-hover-scale); |
| + | $table-row-stripe-hover: darken($table-background, $table-color-scale + $table-hover-scale); |
| + | $table-striped-background: smart-scale($table-background, $table-color-scale); |
| + | $table-stripe: even; |
| + | $table-head-background: smart-scale($table-background, $table-color-scale / 2); |
| + | $table-foot-background: smart-scale($table-background, $table-color-scale); |
| + | $table-head-font-color: $body-font-color; |
| + | $show-header-for-stacked: false; |
| + | |
| + | // 31. Tabs |
| + | // -------- |
| + | |
| + | $tab-margin: 0; |
| + | $tab-background: $white; |
| + | $tab-background-active: $light-gray; |
| + | $tab-border: $light-gray; |
| + | $tab-item-color: foreground($tab-background, $primary-color); |
| + | $tab-item-background-hover: $white; |
| + | $tab-item-padding: 1.25rem 1.5rem; |
| + | $tab-expand-max: 6; |
| + | $tab-content-background: $white; |
| + | $tab-content-border: $light-gray; |
| + | $tab-content-color: foreground($tab-background, $primary-color); |
| + | $tab-content-padding: 1rem; |
| + | |
| + | // 32. Thumbnail |
| + | // ------------- |
| + | |
| + | $thumbnail-border: solid 4px $white; |
| + | $thumbnail-margin-bottom: $global-margin; |
| + | $thumbnail-shadow: 0 0 0 1px rgba($black, 0.2); |
| + | $thumbnail-shadow-hover: 0 0 6px 1px rgba($primary-color, 0.5); |
| + | $thumbnail-transition: box-shadow 200ms ease-out; |
| + | $thumbnail-radius: $global-radius; |
| + | |
| + | // 33. Tooltip |
| + | // ----------- |
| + | |
| + | $tooltip-background-color: $black; |
| + | $tooltip-color: $white; |
| + | $tooltip-padding: 0.75rem; |
| + | $tooltip-font-size: $small-font-size; |
| + | $tooltip-pip-width: 0.75rem; |
| + | $tooltip-pip-height: $tooltip-pip-width * 0.866; |
| + | $tooltip-pip-offset: 1.25rem; |
| + | $tooltip-radius: $global-radius; |
| + | |
| + | // 34. Top Bar |
| + | // ----------- |
| + | |
| + | $topbar-padding: 0.5rem; |
| + | $topbar-background: #eee; |
| + | $topbar-link-color: #fff; |
| + | $topbar-input-width: 200px; |
| + | |
public/stylesheets/foundation6/typography/_alignment.scss
+21
-0
| @@ | @@ -0,0 +1,21 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | @mixin foundation-text-alignment { |
| + | @each $align in (left, right, center, justify) { |
| + | .text-#{$align} { |
| + | text-align: $align; |
| + | } |
| + | |
| + | @each $size in $breakpoint-classes { |
| + | @include breakpoint($size) { |
| + | @if $size != 'small' { |
| + | .#{$size}-text-#{$align} { |
| + | text-align: $align; |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
| + | } |
public/stylesheets/foundation6/typography/_base.scss
+436
-0
| @@ | @@ -0,0 +1,436 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group typography-base |
| + | //// |
| + | |
| + | // Base Typography |
| + | // - - - - - - - - - - - - - - - |
| + | // These are styles applied to basic HTML tags, including: |
| + | // - Paragraphs <p> |
| + | // - Bold/italics <b> <strong> <i> <em> |
| + | // - Small text <small> |
| + | // - Headings <h1>—<h6> |
| + | // - Anchors <a> |
| + | // - Dividers <hr> |
| + | // - Lists <ul> <ol> <dl> |
| + | // - Blockquotes <blockquote> |
| + | // - Code blocks <code> |
| + | // - Abbreviations <abbr> |
| + | // - Citations <cite> |
| + | // - Keystrokes <kbd> |
| + | |
| + | /// Font family for header elements. |
| + | /// @type String | List |
| + | $header-font-family: $body-font-family !default; |
| + | |
| + | /// Font weight of headers. |
| + | /// @type String |
| + | $header-font-weight: $global-weight-normal !default; |
| + | |
| + | /// Font style (e.g. italicized) of headers. |
| + | /// @type String |
| + | $header-font-style: normal !default; |
| + | |
| + | /// Font stack used for elements that use monospaced type, such as code samples |
| + | /// @type String | List |
| + | $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace !default; |
| + | |
| + | /// Sizes of headings at various screen sizes. Each key is a breakpoint, and each value is a map of heading sizes. |
| + | /// @type Map |
| + | $header-sizes: ( |
| + | small: ( |
| + | 'h1': 24, |
| + | 'h2': 20, |
| + | 'h3': 19, |
| + | 'h4': 18, |
| + | 'h5': 17, |
| + | 'h6': 16, |
| + | ), |
| + | medium: ( |
| + | 'h1': 48, |
| + | 'h2': 40, |
| + | 'h3': 31, |
| + | 'h4': 25, |
| + | 'h5': 20, |
| + | 'h6': 16, |
| + | ), |
| + | ) !default; |
| + | |
| + | /// Color of headers. |
| + | /// @type Color |
| + | $header-color: inherit !default; |
| + | |
| + | /// Line height of headers. |
| + | /// @type Number |
| + | $header-lineheight: 1.4 !default; |
| + | |
| + | /// Bottom margin of headers. |
| + | /// @type Number |
| + | $header-margin-bottom: 0.5rem !default; |
| + | |
| + | /// Text rendering method of headers. |
| + | /// @type String |
| + | $header-text-rendering: optimizeLegibility !default; |
| + | |
| + | /// Font size of `<small>` elements. |
| + | /// @type Number |
| + | $small-font-size: 80% !default; |
| + | |
| + | /// Color of `<small>` elements when placed inside headers. |
| + | /// @type Color |
| + | $header-small-font-color: $medium-gray !default; |
| + | |
| + | /// Line height of text inside `<p>` elements. |
| + | /// @type Number |
| + | $paragraph-lineheight: 1.6 !default; |
| + | |
| + | /// Bottom margin of paragraphs. |
| + | /// @type Number |
| + | $paragraph-margin-bottom: 1rem !default; |
| + | |
| + | /// Text rendering method for paragraph text. |
| + | /// @type String |
| + | $paragraph-text-rendering: optimizeLegibility !default; |
| + | |
| + | /// Text color of code samples. |
| + | /// @type Color |
| + | $code-color: $black !default; |
| + | |
| + | /// Font family of code samples. |
| + | /// @type String | List |
| + | $code-font-family: $font-family-monospace !default; |
| + | |
| + | /// Font weight of text in code samples. |
| + | /// @type String |
| + | $code-font-weight: $global-weight-normal !default; |
| + | |
| + | /// Background color of code samples. |
| + | /// @type Color |
| + | $code-background: $light-gray !default; |
| + | |
| + | /// Border around code samples. |
| + | /// @type List |
| + | $code-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Padding around text of code samples. |
| + | /// @type Number | List |
| + | $code-padding: rem-calc(2 5 1) !default; |
| + | |
| + | /// Default color for links. |
| + | /// @type Color |
| + | $anchor-color: $primary-color !default; |
| + | |
| + | /// Default color for links on hover. |
| + | /// @type Color |
| + | $anchor-color-hover: scale-color($anchor-color, $lightness: -14%) !default; |
| + | |
| + | /// Default text deocration for links. |
| + | /// @type String |
| + | $anchor-text-decoration: none !default; |
| + | |
| + | /// Default text decoration for links on hover. |
| + | /// @type String |
| + | $anchor-text-decoration-hover: none !default; |
| + | |
| + | /// Maximum width of a divider. |
| + | /// @type Number |
| + | $hr-width: $global-width !default; |
| + | |
| + | /// Default border for a divider. |
| + | /// @type List |
| + | $hr-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Default margin for a divider. |
| + | /// @type Number | List |
| + | $hr-margin: rem-calc(20) auto !default; |
| + | |
| + | /// Line height for items in a list. |
| + | /// @type Number |
| + | $list-lineheight: $paragraph-lineheight !default; |
| + | |
| + | /// Bottom margin for items in a list. |
| + | /// @type Number |
| + | $list-margin-bottom: $paragraph-margin-bottom !default; |
| + | |
| + | /// Bullet type to use for unordered lists (e.g., `square`, `circle`, `disc`). |
| + | /// @type String |
| + | $list-style-type: disc !default; |
| + | |
| + | /// Positioning for bullets on unordered list items. |
| + | /// @type String |
| + | $list-style-position: outside !default; |
| + | |
| + | /// Left (or right) margin for lists. |
| + | /// @type Number |
| + | $list-side-margin: 1.25rem !default; |
| + | |
| + | /// Left (or right) margin for a list inside a list. |
| + | /// @type Number |
| + | $list-nested-side-margin: 1.25rem !default; |
| + | |
| + | /// Bottom margin for `<dl>` elements. |
| + | /// @type Number |
| + | $defnlist-margin-bottom: 1rem !default; |
| + | |
| + | /// Font weight for `<dt>` elements. |
| + | /// @type String |
| + | $defnlist-term-weight: $global-weight-bold !default; |
| + | |
| + | /// Spacing between `<dt>` and `<dd>` elements. |
| + | /// @type Number |
| + | $defnlist-term-margin-bottom: 0.3rem !default; |
| + | |
| + | /// Text color of `<blockquote>` elements. |
| + | /// @type Color |
| + | $blockquote-color: $dark-gray !default; |
| + | |
| + | /// Padding inside a `<blockquote>` element. |
| + | /// @type Number | List |
| + | $blockquote-padding: rem-calc(9 20 0 19) !default; |
| + | |
| + | /// Side border for `<blockquote>` elements. |
| + | /// @type List |
| + | $blockquote-border: 1px solid $medium-gray !default; |
| + | |
| + | /// Font size for `<cite>` elements. |
| + | /// @type Number |
| + | $cite-font-size: rem-calc(13) !default; |
| + | |
| + | /// Text color for `<cite>` elements. |
| + | /// @type Color |
| + | $cite-color: $dark-gray !default; |
| + | |
| + | /// Font family for `<kbd>` elements. |
| + | /// @type String | List |
| + | $keystroke-font: $font-family-monospace !default; |
| + | |
| + | /// Text color for `<kbd>` elements. |
| + | /// @type Color |
| + | $keystroke-color: $black !default; |
| + | |
| + | /// Background color for `<kbd>` elements. |
| + | /// @type Color |
| + | $keystroke-background: $light-gray !default; |
| + | |
| + | /// Padding for `<kbd>` elements. |
| + | /// @type Number | List |
| + | $keystroke-padding: rem-calc(2 4 0) !default; |
| + | |
| + | /// Border radius for `<kbd>` elements. |
| + | /// @type Number | List |
| + | $keystroke-radius: $global-radius !default; |
| + | |
| + | /// Bottom border style for `<abbr>` elements. |
| + | /// @type List |
| + | $abbr-underline: 1px dotted $black !default; |
| + | |
| + | @mixin foundation-typography-base { |
| + | // Typography resets |
| + | div, |
| + | dl, |
| + | dt, |
| + | dd, |
| + | ul, |
| + | ol, |
| + | li, |
| + | h1, |
| + | h2, |
| + | h3, |
| + | h4, |
| + | h5, |
| + | h6, |
| + | pre, |
| + | form, |
| + | p, |
| + | blockquote, |
| + | th, |
| + | td { |
| + | margin: 0; |
| + | padding: 0; |
| + | } |
| + | |
| + | // Paragraphs |
| + | p { |
| + | font-size: inherit; |
| + | line-height: $paragraph-lineheight; |
| + | margin-bottom: $paragraph-margin-bottom; |
| + | text-rendering: $paragraph-text-rendering; |
| + | } |
| + | |
| + | // Emphasized text |
| + | em, |
| + | i { |
| + | font-style: italic; |
| + | line-height: inherit; |
| + | } |
| + | |
| + | // Strong text |
| + | strong, |
| + | b { |
| + | font-weight: $global-weight-bold; |
| + | line-height: inherit; |
| + | } |
| + | |
| + | // Small text |
| + | small { |
| + | font-size: $small-font-size; |
| + | line-height: inherit; |
| + | } |
| + | |
| + | // Headings |
| + | h1, |
| + | h2, |
| + | h3, |
| + | h4, |
| + | h5, |
| + | h6 { |
| + | font-family: $header-font-family; |
| + | font-weight: $header-font-weight; |
| + | font-style: $header-font-style; |
| + | color: $header-color; |
| + | text-rendering: $header-text-rendering; |
| + | margin-top: 0; |
| + | margin-bottom: $header-margin-bottom; |
| + | line-height: $header-lineheight; |
| + | |
| + | small { |
| + | color: $header-small-font-color; |
| + | line-height: 0; |
| + | } |
| + | } |
| + | |
| + | // Heading sizes |
| + | @each $size, $headers in $header-sizes { |
| + | @include breakpoint($size) { |
| + | @each $header, $font-size in $headers { |
| + | #{$header} { font-size: rem-calc($font-size); } |
| + | } |
| + | } |
| + | } |
| + | |
| + | // Links |
| + | a { |
| + | color: $anchor-color; |
| + | text-decoration: $anchor-text-decoration; |
| + | line-height: inherit; |
| + | cursor: pointer; |
| + | |
| + | &:hover, |
| + | &:focus { |
| + | color: $anchor-color-hover; |
| + | @if $anchor-text-decoration-hover != $anchor-text-decoration { |
| + | text-decoration: $anchor-text-decoration-hover; |
| + | } |
| + | } |
| + | |
| + | img { |
| + | border: 0; |
| + | } |
| + | } |
| + | |
| + | // Horizontal rule |
| + | hr { |
| + | max-width: $hr-width; |
| + | height: 0; |
| + | border-top: 0; |
| + | border-bottom: $hr-border; |
| + | margin: $hr-margin; |
| + | clear: both; |
| + | } |
| + | |
| + | // Lists |
| + | ul, |
| + | ol, |
| + | dl { |
| + | line-height: $list-lineheight; |
| + | margin-bottom: $list-margin-bottom; |
| + | list-style-position: $list-style-position; |
| + | } |
| + | |
| + | // List items |
| + | li { |
| + | font-size: inherit; |
| + | } |
| + | |
| + | // Unordered lists |
| + | ul { |
| + | list-style-type: $list-style-type; |
| + | margin-#{$global-left}: $list-side-margin; |
| + | } |
| + | |
| + | // Ordered lists |
| + | ol { |
| + | margin-#{$global-left}: $list-side-margin; |
| + | } |
| + | |
| + | // Nested unordered/ordered lists |
| + | ul, ol { |
| + | & & { |
| + | margin-#{$global-left}: $list-nested-side-margin; |
| + | margin-bottom: 0; |
| + | list-style-type: inherit; |
| + | } |
| + | } |
| + | |
| + | // Definition lists |
| + | dl { |
| + | margin-bottom: $defnlist-margin-bottom; |
| + | |
| + | dt { |
| + | margin-bottom: $defnlist-term-margin-bottom; |
| + | font-weight: $defnlist-term-weight; |
| + | } |
| + | } |
| + | |
| + | // Blockquotes |
| + | blockquote { |
| + | margin: 0 0 $paragraph-margin-bottom; |
| + | padding: $blockquote-padding; |
| + | border-#{$global-left}: $blockquote-border; |
| + | |
| + | &, p { |
| + | line-height: $paragraph-lineheight; |
| + | color: $blockquote-color; |
| + | } |
| + | } |
| + | |
| + | // Citations |
| + | cite { |
| + | display: block; |
| + | font-size: $cite-font-size; |
| + | color: $cite-color; |
| + | |
| + | &:before { |
| + | content: '\2014 \0020'; |
| + | } |
| + | } |
| + | |
| + | // Abbreviations |
| + | abbr { |
| + | color: $body-font-color; |
| + | cursor: help; |
| + | border-bottom: $abbr-underline; |
| + | } |
| + | |
| + | // Code |
| + | code { |
| + | font-family: $code-font-family; |
| + | font-weight: $code-font-weight; |
| + | color: $code-color; |
| + | background-color: $code-background; |
| + | border: $code-border; |
| + | padding: $code-padding; |
| + | } |
| + | |
| + | // Keystrokes |
| + | kbd { |
| + | padding: $keystroke-padding; |
| + | margin: 0; |
| + | background-color: $keystroke-background; |
| + | color: $keystroke-color; |
| + | font-family: $keystroke-font; |
| + | } |
| + | } |
public/stylesheets/foundation6/typography/_helpers.scss
+77
-0
| @@ | @@ -0,0 +1,77 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group typography-helpers |
| + | //// |
| + | |
| + | /// Default font size for lead paragraphs. |
| + | /// @type Number |
| + | $lead-font-size: $global-font-size * 1.25 !default; |
| + | |
| + | /// Default line height for lead paragraphs. |
| + | /// @type String |
| + | $lead-lineheight: 1.6 !default; |
| + | |
| + | /// Default line height for subheaders. |
| + | /// @type Number |
| + | $subheader-lineheight: 1.4 !default; |
| + | |
| + | /// Default font color for subheaders. |
| + | /// @type Color |
| + | $subheader-color: $dark-gray !default; |
| + | |
| + | /// Default font weight for subheaders. |
| + | /// @type String |
| + | $subheader-font-weight: $global-weight-normal !default; |
| + | |
| + | /// Default top margin for subhheaders. |
| + | /// @type Number |
| + | $subheader-margin-top: 0.2rem !default; |
| + | |
| + | /// Default bottom margin for subheaders. |
| + | /// @type Number |
| + | $subheader-margin-bottom: 0.5rem !default; |
| + | |
| + | /// Default font size for statistic numbers. |
| + | /// @type Number |
| + | $stat-font-size: 2.5rem !default; |
| + | |
| + | @mixin foundation-typography-helpers { |
| + | // Use to create a subheading under a main header |
| + | // Make sure you pair the two elements in a <header> element, like this: |
| + | // <header> |
| + | // <h1>Heading</h1> |
| + | // <h2>Subheading</h2> |
| + | // </header> |
| + | .subheader { |
| + | margin-top: $subheader-margin-top; |
| + | margin-bottom: $subheader-margin-bottom; |
| + | font-weight: $subheader-font-weight; |
| + | line-height: $subheader-lineheight; |
| + | color: $subheader-color; |
| + | } |
| + | |
| + | // Use to style an introductory lead, deck, blurb, etc. |
| + | .lead { |
| + | font-size: $lead-font-size; |
| + | line-height: $lead-lineheight; |
| + | } |
| + | |
| + | // Use to style a large number to display a statistic |
| + | .stat { |
| + | font-size: $stat-font-size; |
| + | line-height: 1; |
| + | |
| + | p + & { |
| + | margin-top: -1rem; |
| + | } |
| + | } |
| + | |
| + | // Use to remove the bullets from an unordered list |
| + | .no-bullet { |
| + | margin-#{$global-left}: 0; |
| + | list-style: none; |
| + | } |
| + | } |
public/stylesheets/foundation6/typography/_print.scss
+73
-0
| @@ | @@ -0,0 +1,73 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group typography |
| + | //// |
| + | |
| + | // scss-lint:disable all |
| + | |
| + | @mixin foundation-print-styles { |
| + | .show-for-print { display: none !important; } |
| + | |
| + | @media print { |
| + | * { |
| + | background: transparent !important; |
| + | color: black !important; // Black prints faster: h5bp.com/s |
| + | box-shadow: none !important; |
| + | text-shadow: none !important; |
| + | } |
| + | |
| + | .show-for-print { display: block !important; } |
| + | .hide-for-print { display: none !important; } |
| + | |
| + | table.show-for-print { display: table !important; } |
| + | thead.show-for-print { display: table-header-group !important; } |
| + | tbody.show-for-print { display: table-row-group !important; } |
| + | tr.show-for-print { display: table-row !important; } |
| + | td.show-for-print { display: table-cell !important; } |
| + | th.show-for-print { display: table-cell !important; } |
| + | |
| + | // Display the URL of a link after the text |
| + | a, |
| + | a:visited { text-decoration: underline;} |
| + | a[href]:after { content: " (" attr(href) ")"; } |
| + | |
| + | // Don't display the URL for images or JavaScript/internal links |
| + | .ir a:after, |
| + | a[href^='javascript:']:after, |
| + | a[href^='#']:after { content: ''; } |
| + | |
| + | // Display what an abbreviation stands for after the text |
| + | abbr[title]:after { content: " (" attr(title) ")"; } |
| + | |
| + | // Prevent page breaks in the middle of a blockquote or preformatted text block |
| + | pre, |
| + | blockquote { |
| + | border: 1px solid #999; |
| + | page-break-inside: avoid; |
| + | } |
| + | |
| + | // h5bp.com/t |
| + | thead { display: table-header-group; } |
| + | |
| + | tr, |
| + | img { page-break-inside: avoid; } |
| + | |
| + | img { max-width: 100% !important; } |
| + | |
| + | @page { margin: 0.5cm; } |
| + | |
| + | p, |
| + | h2, |
| + | h3 { |
| + | orphans: 3; |
| + | widows: 3; |
| + | } |
| + | |
| + | // Avoid page breaks after a heading |
| + | h2, |
| + | h3 { page-break-after: avoid; } |
| + | } |
| + | } |
public/stylesheets/foundation6/typography/_typography.scss
+28
-0
| @@ | @@ -0,0 +1,28 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group typography |
| + | //// |
| + | |
| + | // scss-lint:disable DeclarationOrder |
| + | |
| + | // Base typography styles (tags only) |
| + | @import 'base'; |
| + | |
| + | // Typography helper classes (classes only) |
| + | @import 'helpers'; |
| + | |
| + | // Text alignment classes |
| + | @import 'alignment'; |
| + | |
| + | // Print styles |
| + | @import 'print'; |
| + | |
| + | @mixin foundation-typography { |
| + | @include foundation-typography-base; |
| + | @include foundation-typography-helpers; |
| + | @include foundation-text-alignment; |
| + | @include foundation-print-styles; |
| + | } |
public/stylesheets/foundation6/util/_breakpoint.scss
+182
-0
| @@ | @@ -0,0 +1,182 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group breakpoints |
| + | //// |
| + | |
| + | // scss-lint:disable ZeroUnit |
| + | |
| + | /// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries. |
| + | /// @type Map |
| + | $breakpoints: ( |
| + | small: 0, |
| + | medium: 640px, |
| + | large: 1024px, |
| + | xlarge: 1200px, |
| + | xxlarge: 1440px, |
| + | ) !default; |
| + | |
| + | /// All of the names in this list will be output as classes in your CSS, like `.small-12`, `.medium-6`, and so on. Each value in this list must also be in the `$breakpoints` map. |
| + | /// @type List |
| + | $breakpoint-classes: (small medium large) !default; |
| + | |
| + | /// Generates a media query string matching the input value. Refer to the documentation for the `breakpoint()` mixin to see what the possible inputs are. |
| + | /// @param {Keyword|Number} $val - Breakpoint name, or px, rem, or em value to process. |
| + | @function breakpoint($val: small) { |
| + | // Size or keyword |
| + | $bp: nth($val, 1); |
| + | // Value for max-width media queries |
| + | $bp-max: 0; |
| + | // Direction of media query (up, down, or only) |
| + | $dir: if(length($val) > 1, nth($val, 2), up); |
| + | // Eventual output |
| + | $str: ''; |
| + | // Is it a named media query? |
| + | $named: false; |
| + | |
| + | // Orientation media queries have a unique syntax |
| + | @if $bp == 'landscape' or $bp == 'portrait' { |
| + | @return '(orientation: #{$bp})'; |
| + | } |
| + | @else if $bp == 'retina' { |
| + | @return '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)'; |
| + | } |
| + | |
| + | // Try to pull a named breakpoint out of the $breakpoints map |
| + | @if type-of($bp) == 'string' { |
| + | @if map-has-key($breakpoints, $bp) { |
| + | @if $dir == 'only' or $dir == 'down' { |
| + | $next-bp: -zf-map-next($breakpoints, $bp); |
| + | |
| + | @if $next-bp == null { |
| + | $bp-max: null; |
| + | } |
| + | @else { |
| + | $bp-max: $next-bp; |
| + | } |
| + | } |
| + | |
| + | $bp: map-get($breakpoints, $bp); |
| + | $named: true; |
| + | } |
| + | @else { |
| + | $bp: 0; |
| + | } |
| + | } |
| + | |
| + | // Convert any pixel, rem, or unitless value to em |
| + | $bp: -zf-bp-to-em($bp); |
| + | @if $bp-max { |
| + | $bp-max: -zf-bp-to-em($bp-max) - (1/16); |
| + | } |
| + | |
| + | // Skip media query creation if the input is "0 up" or "0 down" |
| + | @if $bp > 0 or $dir == 'only' { |
| + | // "Only" ranges use the format "(min-width: n) and (max-width: n)" |
| + | @if $dir == 'only' { |
| + | @if $named == true { |
| + | $str: $str + '(min-width: #{$bp})'; |
| + | |
| + | @if $bp-max != null { |
| + | $str: $str + ' and (max-width: #{$bp-max})'; |
| + | } |
| + | } |
| + | @else { |
| + | @warn 'Only named media queries can have an "only" range.'; |
| + | } |
| + | } |
| + | |
| + | // "Down" ranges use the format "(max-width: n)" |
| + | @else if $dir == 'down' { |
| + | $max: 0; |
| + | |
| + | // For named breakpoints, subtract the breakpoint value by one "pixel", or 1/16em. |
| + | @if $named { |
| + | $max: $bp-max; |
| + | } |
| + | @else { |
| + | $max: $bp; |
| + | } |
| + | |
| + | $str: $str + '(max-width: #{$max})'; |
| + | } |
| + | |
| + | // "Up" ranges use the format "(min-width: n)" |
| + | @else if strip-unit($bp) > 0 { |
| + | $str: $str + '(min-width: #{$bp})'; |
| + | } |
| + | } |
| + | |
| + | @return $str; |
| + | } |
| + | |
| + | /// Wraps a media query around the content you put inside the mixin. This mixin accepts a number of values: |
| + | /// - If a string is passed, the mixin will look for it in the `$breakpoints` map, and use a media query there. |
| + | /// - If a pixel value is passed, it will be converted to an em value using `$rem-base`. |
| + | /// - If a rem value is passed, the unit will be changed to em. |
| + | /// - If an em value is passed, the value will be used as-is. |
| + | /// @content |
| + | /// @param {Keyword|Number} $value - Breakpoint name, or px, rem, or em value to process. |
| + | /// @output If the breakpoint is "0px and larger", outputs the content as-is. Otherwise, outputs the content wrapped in a media query. |
| + | @mixin breakpoint($value) { |
| + | $str: breakpoint($value); |
| + | |
| + | // If $str is still an empty string, no media query is needed |
| + | @if $str == '' { |
| + | @content; |
| + | } |
| + | |
| + | // Otherwise, wrap the content in a media query |
| + | @else { |
| + | @media screen and #{$str} { |
| + | @content; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Convers the breakpoints map to a URL-encoded string, like this: `key1=value1&key2=value2`. The value is then dropped into the CSS for a special `<meta>` tag, which is read by the Foundation JavaScript. This is how we transfer values from Sass to JavaScript, so they can be defined in one place. |
| + | /// @access private |
| + | /// @param {Map} $map - Map to convert. |
| + | /// @returns {String} A string containing the map's contents. |
| + | @function -zf-bp-serialize($map) { |
| + | $str: ''; |
| + | @each $key, $value in $map { |
| + | $str: $str + $key + '=' + -zf-bp-to-em($value) + '&'; |
| + | } |
| + | $str: str-slice($str, 1, -2); |
| + | |
| + | @return $str; |
| + | } |
| + | |
| + | /// Find the next key in a map. |
| + | /// @access private |
| + | /// @param {Map} $map - Map to traverse. |
| + | /// @param {Mixed} $key - Key to use as a starting point. |
| + | /// @returns {Mixed} The value for the key after `$key`, if `$key` was found. If `$key` was not found, or `$key` was the last value in the map, returns `null`. |
| + | @function -zf-map-next($map, $key) { |
| + | // Store the values of the map as a list, so we can access them with nth |
| + | $values: map-values($map); |
| + | |
| + | // Ghetto for loop |
| + | $i: 1; |
| + | $found: false; |
| + | @each $val in map-keys($map) { |
| + | @if $found == false { |
| + | @if ($key == $val) { |
| + | $found: true; |
| + | } |
| + | $i: $i + 1; |
| + | } |
| + | } |
| + | |
| + | // If the key doesn't exist, or it's the last key in the map, return null |
| + | @if $i > length($map) { |
| + | @return null; |
| + | } |
| + | // Otherwise, return the value |
| + | @else { |
| + | @return nth($values, $i); |
| + | } |
| + | } |
public/stylesheets/foundation6/util/_color.scss
+41
-0
| @@ | @@ -0,0 +1,41 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group functions |
| + | //// |
| + | |
| + | /// Checks the lightness of `$color`, and if it passes the `$threshold` of lightness, it returns the `$yes` color. Otherwise, it returns the `$no` color. Use this function to dynamically output a foreground color based on a given background color. |
| + | /// |
| + | /// @param {color} $color - Color to check the lightness of. |
| + | /// @param {color} $yes [$black] - Color to return if `$color` is light. |
| + | /// @param {color} $no [$white] - Color to return if `$color` is dark. |
| + | /// @param {percentage} $threshold [60%] - Threshold of lightness to check against. |
| + | /// |
| + | /// @returns {Color} The $yes color or $no color. |
| + | @function foreground($color, $yes: $black, $no: $white, $threshold: 60%) { |
| + | @if $color == transparent { |
| + | $color: $body-background; |
| + | } |
| + | @if (lightness($color) > $threshold) { |
| + | @return $yes; |
| + | } |
| + | @else { |
| + | @return $no; |
| + | } |
| + | } |
| + | |
| + | /// Scales a color to be lighter if it's light, or darker if it's dark. Use this function to tint a color appropriate to its lightness. |
| + | /// |
| + | /// @param {color} $color - Color to scale. |
| + | /// @param {percentage} $scale [5%] - Amount to scale up or down. |
| + | /// @param {percentage} $threshold [40%] - Threshold of lightness to check against. |
| + | /// |
| + | /// @returns {Color} A scaled color. |
| + | @function smart-scale($color, $scale: 5%, $threshold: 40%) { |
| + | @if lightness($color) > $threshold { |
| + | $scale: -$scale; |
| + | } |
| + | @return scale-color($color, $lightness: $scale); |
| + | } |
public/stylesheets/foundation6/util/_mixins.scss
+190
-0
| @@ | @@ -0,0 +1,190 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group functions |
| + | //// |
| + | |
| + | /// Creates a CSS triangle, which can be used for dropdown arrows, dropdown pips, and more. Use this mixin inside a `&::before` or `&::after` selector, to attach the triangle to an existing element. |
| + | /// @param {Number} $triangle-size - Width of the triangle. |
| + | /// @param {Color} $triangle-color - Color of the triangle. |
| + | /// @param {Keyword} $triangle-direction - Direction the triangle points. Can be `top`, `right`, `bottom`, or `left`. |
| + | @mixin css-triangle( |
| + | $triangle-size, |
| + | $triangle-color, |
| + | $triangle-direction |
| + | ) { |
| + | content: ''; |
| + | display: block; |
| + | width: 0; |
| + | height: 0; |
| + | border: inset $triangle-size; |
| + | |
| + | @if ($triangle-direction == down) { |
| + | border-color: $triangle-color transparent transparent; |
| + | border-top-style: solid; |
| + | } |
| + | @if ($triangle-direction == up) { |
| + | border-color: transparent transparent $triangle-color; |
| + | border-bottom-style: solid; |
| + | } |
| + | @if ($triangle-direction == right) { |
| + | border-color: transparent transparent transparent $triangle-color; |
| + | border-left-style: solid; |
| + | } |
| + | @if ($triangle-direction == left) { |
| + | border-color: transparent $triangle-color transparent transparent; |
| + | border-right-style: solid; |
| + | } |
| + | } |
| + | |
| + | /// Creates a menu icon with a set width, height, number of bars, and colors. The mixin uses the height of the icon and the weight of the bars to determine spacing. <div class="docs-example-burger"></div> |
| + | /// @param {Color} $color - Color to use for the icon. |
| + | /// @param {Color} $color-hover - Color to use when the icon is hovered over. |
| + | /// @param {Number} $width - Width of the icon. |
| + | /// @param {Number} $height - Height of the icon. |
| + | /// @param {Number} $weight - Height of individual bars in the icon. |
| + | /// @param {Number} $bars - Number of bars in the icon. |
| + | @mixin hamburger( |
| + | $color: black, |
| + | $color-hover: #666, |
| + | $width: 20px, |
| + | $height: 16px, |
| + | $weight: 2px, |
| + | $bars: 3 |
| + | ) { |
| + | // box-shadow CSS output |
| + | $shadow: (); |
| + | $hover-shadow: (); |
| + | |
| + | // Spacing between bars is calculated based on the total height of the icon and the weight of each bar |
| + | $spacing: floor(($height - ($weight * $bars)) / ($bars - 1)); |
| + | |
| + | // Icon container |
| + | position: relative; |
| + | display: inline-block; |
| + | vertical-align: middle; |
| + | cursor: pointer; |
| + | width: $width; |
| + | height: $height; |
| + | |
| + | // Icon bars |
| + | &::after { |
| + | content: ''; |
| + | position: absolute; |
| + | display: block; |
| + | width: 100%; |
| + | height: $weight; |
| + | background: $color; |
| + | top: 0; |
| + | left: 0; |
| + | |
| + | @for $i from 2 through $bars { |
| + | $offset: ($weight + $spacing) * ($i - 1); |
| + | $shadow: append($shadow, 0 $offset 0 $color, comma); |
| + | } |
| + | |
| + | box-shadow: $shadow; |
| + | } |
| + | |
| + | // Hover state |
| + | @if $color-hover { |
| + | // Generate CSS |
| + | @for $i from 2 through $bars { |
| + | $offset: ($weight + $spacing) * ($i - 1); |
| + | $hover-shadow: append($hover-shadow, 0 $offset 0 $color-hover, comma); |
| + | } |
| + | |
| + | &:hover::after { |
| + | background: $color-hover; |
| + | box-shadow: $hover-shadow; |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Adds a downward-facing triangle as a background image to an element. The image is formatted as an SVG, making it easy to change the color. Because Internet Explorer doesn't support encoded SVGs as background images, a PNG fallback is also included. |
| + | /// There are two PNG fallbacks: a black triangle and a white triangle. The one used depends on the lightness of the input color. |
| + | /// @param {Color} $color [$black] - Color to use for the triangle. |
| + | @mixin background-triangle($color: $black) { |
| + | $rgb: 'rgb(#{red($color)}, #{green($color)}, #{blue($color)})'; |
| + | |
| + | background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: #{$rgb}"></polygon></svg>'); |
| + | |
| + | @media screen and (min-width:0\0) { |
| + | @if lightness($color) < 50% { |
| + | background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=='); |
| + | } |
| + | @else { |
| + | background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=='); |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Applies the micro clearfix hack popularized by Nicolas Gallagher. Include this mixin on a container if its children are all floated, to give the container a proper height. |
| + | /// @link http://nicolasgallagher.com/micro-clearfix-hack/ Micro Clearfix Hack |
| + | @mixin clearfix { |
| + | &::before, |
| + | &::after { |
| + | content: ' '; |
| + | display: table; |
| + | } |
| + | |
| + | &::after { |
| + | clear: both; |
| + | } |
| + | } |
| + | |
| + | /// Adds CSS for a "quantity query" selector that automatically sizes elements based on how many there are inside a container. |
| + | /// @param {Number} $max - Maximum number of items to detect. The higher this number is, the more CSS that's required to cover each number of items. |
| + | /// @param {Keyword} $elem [li] - Tag to use for sibling selectors. |
| + | /// @link http://alistapart.com/article/quantity-queries-for-css Quantity Queries for CSS |
| + | @mixin auto-width($max, $elem: li) { |
| + | @for $i from 2 through $max { |
| + | &:nth-last-child(#{$i}):first-child, |
| + | &:nth-last-child(#{$i}):first-child ~ #{$elem} { |
| + | width: percentage(1 / $i); |
| + | } |
| + | } |
| + | } |
| + | |
| + | /// Removes the focus ring around an element when a mouse input is detected. |
| + | @mixin disable-mouse-outline { |
| + | [data-whatinput="mouse"] & { |
| + | outline: 0; |
| + | } |
| + | } |
| + | |
| + | /// Makes an element visually hidden, but still accessible to keyboards and assistive devices. |
| + | /// @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility Hiding Content for Accessibility |
| + | @mixin element-invisible { |
| + | position: absolute !important; |
| + | width: 1px; |
| + | height: 1px; |
| + | overflow: hidden; |
| + | clip: rect(0, 0, 0, 0); |
| + | } |
| + | |
| + | /// Reverses the CSS output created by the `element-invisible()` mixin. |
| + | @mixin element-invisible-off { |
| + | position: static !important; |
| + | height: auto; |
| + | width: auto; |
| + | overflow: visible; |
| + | clip: auto; |
| + | } |
| + | |
| + | /// Vertically and horizontally centers an element using `transform`. |
| + | @mixin vertical-center { |
| + | position: absolute; |
| + | top: 50%; |
| + | left: 50%; |
| + | transform: translate(-50%, -50%); |
| + | } |
| + | |
| + | /// Vertically centers an element using `transform`. |
| + | @mixin v-align-middle { |
| + | position: absolute; |
| + | top: 50%; |
| + | transform: translateY(-50%); |
| + | } |
public/stylesheets/foundation6/util/_selector.scss
+39
-0
| @@ | @@ -0,0 +1,39 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group functions |
| + | //// |
| + | |
| + | /// Generates a selector with every text input type. You can also filter the list to only output a subset of those selectors. |
| + | /// @param {List|Keyword} $types [()] - A list of text input types to use. Leave blank to use all of them. |
| + | @function text-inputs($types: ()) { |
| + | $return: (); |
| + | |
| + | $all-types: |
| + | text |
| + | password |
| + | date |
| + | datetime |
| + | datetime-local |
| + | month |
| + | week |
| + | |
| + | number |
| + | search |
| + | tel |
| + | time |
| + | url |
| + | color; |
| + | |
| + | @if not(hasvalue($types)) { |
| + | $types: $all-types; |
| + | } |
| + | |
| + | @each $type in $types { |
| + | $return: append($return, unquote('[type="#{$type}"]'), comma); |
| + | } |
| + | |
| + | @return $return; |
| + | } |
public/stylesheets/foundation6/util/_unit.scss
+69
-0
| @@ | @@ -0,0 +1,69 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group functions |
| + | //// |
| + | |
| + | // scss-lint:disable ZeroUnit |
| + | |
| + | /// Defines the base font size of the page, which is the value `1rem` is equal to. |
| + | /// @type Number |
| + | /// @group global |
| + | $rem-base: 16px !default; |
| + | |
| + | /// Removes the unit (e.g. px, em, rem) from a value, returning the number only. |
| + | /// @param {Number} $num - Number to strip unit from. |
| + | /// @returns {Number} The same number, sans unit. |
| + | @function strip-unit($num) { |
| + | @return $num / ($num * 0 + 1); |
| + | } |
| + | |
| + | /// Converts one or more pixel values into matching rem values. |
| + | /// @param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses. |
| + | /// @param {Number} $base [$rem-base] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. |
| + | /// @returns {List} A list of converted values. |
| + | @function rem-calc($values, $base: $rem-base) { |
| + | $rem-values: (); |
| + | $count: length($values); |
| + | |
| + | @if $base == null { |
| + | $base: $rem-base; |
| + | } |
| + | |
| + | @if $count == 1 { |
| + | @return -zf-to-rem($values, $base); |
| + | } |
| + | |
| + | @for $i from 1 through $count { |
| + | $rem-values: append($rem-values, -zf-to-rem(nth($values, $i), $base)); |
| + | } |
| + | |
| + | @return $rem-values; |
| + | } |
| + | |
| + | // Converts a unitless, pixel, or rem value to em, for use in breakpoints. |
| + | @function -zf-bp-to-em($value) { |
| + | // Pixel and unitless values are converted to rems |
| + | @if unit($value) == 'px' or unit($value) == '' { |
| + | $value: rem-calc($value); |
| + | } |
| + | |
| + | // Then the value is converted to ems |
| + | @return strip-unit($value) * 1em; |
| + | } |
| + | |
| + | /// Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$rem-base` variable. |
| + | /// @param {Number} $value - Pixel value to convert. |
| + | /// @returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is. |
| + | /// @access private |
| + | @function -zf-to-rem($value, $base: $rem-base) { |
| + | // Calculate rem if units for $value is not rem |
| + | @if (unit($value) != 'rem') { |
| + | $value: strip-unit($value) / strip-unit($base) * 1rem; |
| + | } |
| + | // Turn 0rem into 0 |
| + | @if ($value == 0rem) { $value: 0; } |
| + | @return $value; |
| + | } |
public/stylesheets/foundation6/util/_util.scss
+15
-0
| @@ | @@ -0,0 +1,15 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | // Utilities |
| + | @import 'unit'; |
| + | @import 'value'; |
| + | @import 'color'; |
| + | @import 'selector'; |
| + | |
| + | // Libraries |
| + | @import 'breakpoint'; |
| + | |
| + | // Mixins |
| + | @import 'mixins'; |
public/stylesheets/foundation6/util/_value.scss
+117
-0
| @@ | @@ -0,0 +1,117 @@ |
| + | // Foundation for Sites by ZURB |
| + | // foundation.zurb.com |
| + | // Licensed under MIT Open Source |
| + | |
| + | //// |
| + | /// @group functions |
| + | //// |
| + | |
| + | /// Determine if a value is not falsey, in CSS terms. Falsey values are `null`, `none`, `0` with any unit, or an empty list. |
| + | /// @param $val - Value to check. |
| + | /// @returns {Boolean} `true` if `$val` is not falsey. |
| + | @function hasvalue($val) { |
| + | @if $val == null or $val == none { |
| + | @return false; |
| + | } |
| + | @if type-of($val) == 'number' and strip-unit($val) == 0 { |
| + | @return false; |
| + | } |
| + | @if type-of($val) == 'list' and length($val) == 0 { |
| + | @return false; |
| + | } |
| + | @return true; |
| + | } |
| + | |
| + | /// Determine a top/right/bottom/right value on a padding, margin, etc. property, no matter how many values were passed in. Use this function if you need to know the specific side of a value, but don't know if the value is using a shorthand format. |
| + | /// @param {List|Number} $val - Value to analyze. Should be a shorthand sizing property, e.g. "1em 2em 1em" |
| + | /// @param {Keyword} $side - Side to return. Should be `top`, `right`, `bottom`, or `left`. |
| + | /// @returns {Number} A single value based on `$val` and `$side`. |
| + | @function get-side($val, $side) { |
| + | $length: length($val); |
| + | |
| + | @if $length == 1 { |
| + | @return $val; |
| + | } |
| + | @if $length == 2 { |
| + | @return map-get(( |
| + | top: nth($val, 1), |
| + | bottom: nth($val, 1), |
| + | left: nth($val, 2), |
| + | right: nth($val, 2), |
| + | ), $side); |
| + | } |
| + | @if $length == 3 { |
| + | @return map-get(( |
| + | top: nth($val, 1), |
| + | left: nth($val, 2), |
| + | right: nth($val, 2), |
| + | bottom: nth($val, 3), |
| + | ), $side); |
| + | } |
| + | @if $length == 4 { |
| + | @return map-get(( |
| + | top: nth($val, 1), |
| + | right: nth($val, 2), |
| + | bottom: nth($val, 3), |
| + | left: nth($val, 4), |
| + | ), $side); |
| + | } |
| + | } |
| + | |
| + | /// Given border $val, find a specific element of the border, which is $elem. The possible values for $elem are width, style, and color. |
| + | /// @param {List} $val - Border value to find a value in. |
| + | /// @param {Keyword} $elem - Border component to extract. |
| + | /// @returns {Mixed} If the value exists, returns the value. If the value is not in the border definition, the function will return a 0px width, solid style, or black border. |
| + | @function get-border-value($val, $elem) { |
| + | // Find the width, style, or color and return it |
| + | @each $v in $val { |
| + | $type: type-of($v); |
| + | @if $elem == width and $type == 'number' { |
| + | @return $v; |
| + | } |
| + | @if $elem == style and $type == 'string' { |
| + | @return $v; |
| + | } |
| + | @if $elem == color and $type == 'color' { |
| + | @return $v; |
| + | } |
| + | } |
| + | |
| + | // Defaults |
| + | $defaults: ( |
| + | width: 0, |
| + | style: solid, |
| + | color: #000, |
| + | ); |
| + | @return map-get($defaults, $elem); |
| + | } |
| + | |
| + | /// Calculates x^y, where x is `$base` and y is `$power`. |
| + | /// @access private |
| + | /// @param {Number} $base - Base number (x). |
| + | /// @param {Number} $power - Exponent (y). |
| + | @function pow($base, $power) { |
| + | @if $power == 0 { @return 1; } |
| + | @return $base * pow($base, $power - 1); |
| + | } |
| + | |
| + | // TODO: Remove this (it's used by the grid but is overkill) |
| + | /// Given a user-defined list of keywords and a list of possible keywords, find the ones that were passed in. |
| + | /// @param {List} $opts - List of values to find keywords in. |
| + | /// @param {List} $seeking - List of all possible keywords. |
| + | /// @access private |
| + | /// @returns {Map} A map of all keywords in $seeking. If a keyword was found in $opts, its value is true, otherwise false. |
| + | @function -zf-get-options($opts, $seeking) { |
| + | @if type-of($opts) != 'list' { |
| + | $opts: ($opts); |
| + | } |
| + | |
| + | $map: (); |
| + | @each $keyword in $seeking { |
| + | $val: if(index($opts, $keyword) != null, true, false); |
| + | $item: ($keyword: $val); |
| + | $map: map-merge($map, $item); |
| + | } |
| + | |
| + | @return $map; |
| + | } |
public/stylesheets/foundation6/vendor/normalize.css
+355
-0
| @@ | @@ -0,0 +1,355 @@ |
| + | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| + | /** |
| + | * 1. Set default font family to sans-serif. |
| + | * 2. Prevent iOS and IE text size adjust after device orientation change, |
| + | * without disabling user zoom. |
| + | */ |
| + | |
| + | html { |
| + | font-family: sans-serif; |
| + | /* 1 */ |
| + | -ms-text-size-adjust: 100%; |
| + | /* 2 */ |
| + | -webkit-text-size-adjust: 100%; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default margin. |
| + | */ |
| + | body { |
| + | margin: 0; } |
| + | |
| + | /* HTML5 display definitions |
| + | ========================================================================== */ |
| + | /** |
| + | * Correct `block` display not defined for any HTML5 element in IE 8/9. |
| + | * Correct `block` display not defined for `details` or `summary` in IE 10/11 |
| + | * and Firefox. |
| + | * Correct `block` display not defined for `main` in IE 11. |
| + | */ |
| + | article, |
| + | aside, |
| + | details, |
| + | figcaption, |
| + | figure, |
| + | footer, |
| + | header, |
| + | hgroup, |
| + | main, |
| + | menu, |
| + | nav, |
| + | section, |
| + | summary { |
| + | display: block; } |
| + | |
| + | /** |
| + | * 1. Correct `inline-block` display not defined in IE 8/9. |
| + | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. |
| + | */ |
| + | audio, |
| + | canvas, |
| + | progress, |
| + | video { |
| + | display: inline-block; |
| + | /* 1 */ |
| + | vertical-align: baseline; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Prevent modern browsers from displaying `audio` without controls. |
| + | * Remove excess height in iOS 5 devices. |
| + | */ |
| + | audio:not([controls]) { |
| + | display: none; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Address `[hidden]` styling not present in IE 8/9/10. |
| + | * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. |
| + | */ |
| + | [hidden], |
| + | template { |
| + | display: none; } |
| + | |
| + | /* Links |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove the gray background color from active links in IE 10. |
| + | */ |
| + | a { |
| + | background-color: transparent; } |
| + | |
| + | /** |
| + | * Improve readability of focused elements when they are also in an |
| + | * active/hover state. |
| + | */ |
| + | a:active, |
| + | a:hover { |
| + | outline: 0; } |
| + | |
| + | /* Text-level semantics |
| + | ========================================================================== */ |
| + | /** |
| + | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. |
| + | */ |
| + | abbr[title] { |
| + | border-bottom: 1px dotted; } |
| + | |
| + | /** |
| + | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | b, |
| + | strong { |
| + | font-weight: bold; } |
| + | |
| + | /** |
| + | * Address styling not present in Safari and Chrome. |
| + | */ |
| + | dfn { |
| + | font-style: italic; } |
| + | |
| + | /** |
| + | * Address variable `h1` font-size and margin within `section` and `article` |
| + | * contexts in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | h1 { |
| + | font-size: 2em; |
| + | margin: 0.67em 0; } |
| + | |
| + | /** |
| + | * Address styling not present in IE 8/9. |
| + | */ |
| + | mark { |
| + | background: #ff0; |
| + | color: #000; } |
| + | |
| + | /** |
| + | * Address inconsistent and variable font size in all browsers. |
| + | */ |
| + | small { |
| + | font-size: 80%; } |
| + | |
| + | /** |
| + | * Prevent `sub` and `sup` affecting `line-height` in all browsers. |
| + | */ |
| + | sub, |
| + | sup { |
| + | font-size: 75%; |
| + | line-height: 0; |
| + | position: relative; |
| + | vertical-align: baseline; } |
| + | |
| + | sup { |
| + | top: -0.5em; } |
| + | |
| + | sub { |
| + | bottom: -0.25em; } |
| + | |
| + | /* Embedded content |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove border when inside `a` element in IE 8/9/10. |
| + | */ |
| + | img { |
| + | border: 0; } |
| + | |
| + | /** |
| + | * Correct overflow not hidden in IE 9/10/11. |
| + | */ |
| + | svg:not(:root) { |
| + | overflow: hidden; } |
| + | |
| + | /* Grouping content |
| + | ========================================================================== */ |
| + | /** |
| + | * Address margin not present in IE 8/9 and Safari. |
| + | */ |
| + | figure { |
| + | margin: 1em 40px; } |
| + | |
| + | /** |
| + | * Address differences between Firefox and other browsers. |
| + | */ |
| + | hr { |
| + | box-sizing: content-box; |
| + | height: 0; } |
| + | |
| + | /** |
| + | * Contain overflow in all browsers. |
| + | */ |
| + | pre { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Address odd `em`-unit font size rendering in all browsers. |
| + | */ |
| + | code, |
| + | kbd, |
| + | pre, |
| + | samp { |
| + | font-family: monospace, monospace; |
| + | font-size: 1em; } |
| + | |
| + | /* Forms |
| + | ========================================================================== */ |
| + | /** |
| + | * Known limitation: by default, Chrome and Safari on OS X allow very limited |
| + | * styling of `select`, unless a `border` property is set. |
| + | */ |
| + | /** |
| + | * 1. Correct color not being inherited. |
| + | * Known issue: affects color of disabled elements. |
| + | * 2. Correct font properties not being inherited. |
| + | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | button, |
| + | input, |
| + | optgroup, |
| + | select, |
| + | textarea { |
| + | color: inherit; |
| + | /* 1 */ |
| + | font: inherit; |
| + | /* 2 */ |
| + | margin: 0; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Address `overflow` set to `hidden` in IE 8/9/10/11. |
| + | */ |
| + | button { |
| + | overflow: visible; } |
| + | |
| + | /** |
| + | * Address inconsistent `text-transform` inheritance for `button` and `select`. |
| + | * All other form control elements do not inherit `text-transform` values. |
| + | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. |
| + | * Correct `select` style inheritance in Firefox. |
| + | */ |
| + | button, |
| + | select { |
| + | text-transform: none; } |
| + | |
| + | /** |
| + | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
| + | * and `video` controls. |
| + | * 2. Correct inability to style clickable `input` types in iOS. |
| + | * 3. Improve usability and consistency of cursor style between image-type |
| + | * `input` and others. |
| + | */ |
| + | button, |
| + | html input[type="button"], |
| + | input[type="reset"], |
| + | input[type="submit"] { |
| + | -webkit-appearance: button; |
| + | /* 2 */ |
| + | cursor: pointer; |
| + | /* 3 */ } |
| + | |
| + | /** |
| + | * Re-set default cursor for disabled elements. |
| + | */ |
| + | button[disabled], |
| + | html input[disabled] { |
| + | cursor: default; } |
| + | |
| + | /** |
| + | * Remove inner padding and border in Firefox 4+. |
| + | */ |
| + | button::-moz-focus-inner, |
| + | input::-moz-focus-inner { |
| + | border: 0; |
| + | padding: 0; } |
| + | |
| + | /** |
| + | * Address Firefox 4+ setting `line-height` on `input` using `!important` in |
| + | * the UA stylesheet. |
| + | */ |
| + | input { |
| + | line-height: normal; } |
| + | |
| + | /** |
| + | * It's recommended that you don't attempt to style these elements. |
| + | * Firefox's implementation doesn't respect box-sizing, padding, or width. |
| + | * |
| + | * 1. Address box sizing set to `content-box` in IE 8/9/10. |
| + | * 2. Remove excess padding in IE 8/9/10. |
| + | */ |
| + | input[type="checkbox"], |
| + | input[type="radio"] { |
| + | box-sizing: border-box; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Fix the cursor style for Chrome's increment/decrement buttons. For certain |
| + | * `font-size` values of the `input`, it causes the cursor style of the |
| + | * decrement button to change from `default` to `text`. |
| + | */ |
| + | input[type="number"]::-webkit-inner-spin-button, |
| + | input[type="number"]::-webkit-outer-spin-button { |
| + | height: auto; } |
| + | |
| + | /** |
| + | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. |
| + | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. |
| + | */ |
| + | input[type="search"] { |
| + | -webkit-appearance: textfield; |
| + | /* 1 */ |
| + | box-sizing: content-box; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove inner padding and search cancel button in Safari and Chrome on OS X. |
| + | * Safari (but not Chrome) clips the cancel button when the search input has |
| + | * padding (and `textfield` appearance). |
| + | */ |
| + | input[type="search"]::-webkit-search-cancel-button, |
| + | input[type="search"]::-webkit-search-decoration { |
| + | -webkit-appearance: none; } |
| + | |
| + | /** |
| + | * Define consistent border, margin, and padding. |
| + | */ |
| + | fieldset { |
| + | border: 1px solid #c0c0c0; |
| + | margin: 0 2px; |
| + | padding: 0.35em 0.625em 0.75em; } |
| + | |
| + | /** |
| + | * 1. Correct `color` not being inherited in IE 8/9/10/11. |
| + | * 2. Remove padding so people aren't caught out if they zero out fieldsets. |
| + | */ |
| + | legend { |
| + | border: 0; |
| + | /* 1 */ |
| + | padding: 0; |
| + | /* 2 */ } |
| + | |
| + | /** |
| + | * Remove default vertical scrollbar in IE 8/9/10/11. |
| + | */ |
| + | textarea { |
| + | overflow: auto; } |
| + | |
| + | /** |
| + | * Don't inherit the `font-weight` (applied by a rule above). |
| + | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. |
| + | */ |
| + | optgroup { |
| + | font-weight: bold; } |
| + | |
| + | /* Tables |
| + | ========================================================================== */ |
| + | /** |
| + | * Remove most spacing between table cells. |
| + | */ |
| + | table { |
| + | border-collapse: collapse; |
| + | border-spacing: 0; } |
| + | |
| + | td, |
| + | th { |
| + | padding: 0; } |
public/stylesheets/foundation6/vendor/normalize.scss
+424
-0
| @@ | @@ -0,0 +1,424 @@ |
| + | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| + | |
| + | /** |
| + | * 1. Set default font family to sans-serif. |
| + | * 2. Prevent iOS and IE text size adjust after device orientation change, |
| + | * without disabling user zoom. |
| + | */ |
| + | |
| + | html { |
| + | font-family: sans-serif; /* 1 */ |
| + | -ms-text-size-adjust: 100%; /* 2 */ |
| + | -webkit-text-size-adjust: 100%; /* 2 */ |
| + | } |
| + | |
| + | /** |
| + | * Remove default margin. |
| + | */ |
| + | |
| + | body { |
| + | margin: 0; |
| + | } |
| + | |
| + | /* HTML5 display definitions |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Correct `block` display not defined for any HTML5 element in IE 8/9. |
| + | * Correct `block` display not defined for `details` or `summary` in IE 10/11 |
| + | * and Firefox. |
| + | * Correct `block` display not defined for `main` in IE 11. |
| + | */ |
| + | |
| + | article, |
| + | aside, |
| + | details, |
| + | figcaption, |
| + | figure, |
| + | footer, |
| + | header, |
| + | hgroup, |
| + | main, |
| + | menu, |
| + | nav, |
| + | section, |
| + | summary { |
| + | display: block; |
| + | } |
| + | |
| + | /** |
| + | * 1. Correct `inline-block` display not defined in IE 8/9. |
| + | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. |
| + | */ |
| + | |
| + | audio, |
| + | canvas, |
| + | progress, |
| + | video { |
| + | display: inline-block; /* 1 */ |
| + | vertical-align: baseline; /* 2 */ |
| + | } |
| + | |
| + | /** |
| + | * Prevent modern browsers from displaying `audio` without controls. |
| + | * Remove excess height in iOS 5 devices. |
| + | */ |
| + | |
| + | audio:not([controls]) { |
| + | display: none; |
| + | height: 0; |
| + | } |
| + | |
| + | /** |
| + | * Address `[hidden]` styling not present in IE 8/9/10. |
| + | * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. |
| + | */ |
| + | |
| + | [hidden], |
| + | template { |
| + | display: none; |
| + | } |
| + | |
| + | /* Links |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Remove the gray background color from active links in IE 10. |
| + | */ |
| + | |
| + | a { |
| + | background-color: transparent; |
| + | } |
| + | |
| + | /** |
| + | * Improve readability of focused elements when they are also in an |
| + | * active/hover state. |
| + | */ |
| + | |
| + | a:active, |
| + | a:hover { |
| + | outline: 0; |
| + | } |
| + | |
| + | /* Text-level semantics |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. |
| + | */ |
| + | |
| + | abbr[title] { |
| + | border-bottom: 1px dotted; |
| + | } |
| + | |
| + | /** |
| + | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | |
| + | b, |
| + | strong { |
| + | font-weight: bold; |
| + | } |
| + | |
| + | /** |
| + | * Address styling not present in Safari and Chrome. |
| + | */ |
| + | |
| + | dfn { |
| + | font-style: italic; |
| + | } |
| + | |
| + | /** |
| + | * Address variable `h1` font-size and margin within `section` and `article` |
| + | * contexts in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | |
| + | h1 { |
| + | font-size: 2em; |
| + | margin: 0.67em 0; |
| + | } |
| + | |
| + | /** |
| + | * Address styling not present in IE 8/9. |
| + | */ |
| + | |
| + | mark { |
| + | background: #ff0; |
| + | color: #000; |
| + | } |
| + | |
| + | /** |
| + | * Address inconsistent and variable font size in all browsers. |
| + | */ |
| + | |
| + | small { |
| + | font-size: 80%; |
| + | } |
| + | |
| + | /** |
| + | * Prevent `sub` and `sup` affecting `line-height` in all browsers. |
| + | */ |
| + | |
| + | sub, |
| + | sup { |
| + | font-size: 75%; |
| + | line-height: 0; |
| + | position: relative; |
| + | vertical-align: baseline; |
| + | } |
| + | |
| + | sup { |
| + | top: -0.5em; |
| + | } |
| + | |
| + | sub { |
| + | bottom: -0.25em; |
| + | } |
| + | |
| + | /* Embedded content |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Remove border when inside `a` element in IE 8/9/10. |
| + | */ |
| + | |
| + | img { |
| + | border: 0; |
| + | } |
| + | |
| + | /** |
| + | * Correct overflow not hidden in IE 9/10/11. |
| + | */ |
| + | |
| + | svg:not(:root) { |
| + | overflow: hidden; |
| + | } |
| + | |
| + | /* Grouping content |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Address margin not present in IE 8/9 and Safari. |
| + | */ |
| + | |
| + | figure { |
| + | margin: 1em 40px; |
| + | } |
| + | |
| + | /** |
| + | * Address differences between Firefox and other browsers. |
| + | */ |
| + | |
| + | hr { |
| + | box-sizing: content-box; |
| + | height: 0; |
| + | } |
| + | |
| + | /** |
| + | * Contain overflow in all browsers. |
| + | */ |
| + | |
| + | pre { |
| + | overflow: auto; |
| + | } |
| + | |
| + | /** |
| + | * Address odd `em`-unit font size rendering in all browsers. |
| + | */ |
| + | |
| + | code, |
| + | kbd, |
| + | pre, |
| + | samp { |
| + | font-family: monospace, monospace; |
| + | font-size: 1em; |
| + | } |
| + | |
| + | /* Forms |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Known limitation: by default, Chrome and Safari on OS X allow very limited |
| + | * styling of `select`, unless a `border` property is set. |
| + | */ |
| + | |
| + | /** |
| + | * 1. Correct color not being inherited. |
| + | * Known issue: affects color of disabled elements. |
| + | * 2. Correct font properties not being inherited. |
| + | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. |
| + | */ |
| + | |
| + | button, |
| + | input, |
| + | optgroup, |
| + | select, |
| + | textarea { |
| + | color: inherit; /* 1 */ |
| + | font: inherit; /* 2 */ |
| + | margin: 0; /* 3 */ |
| + | } |
| + | |
| + | /** |
| + | * Address `overflow` set to `hidden` in IE 8/9/10/11. |
| + | */ |
| + | |
| + | button { |
| + | overflow: visible; |
| + | } |
| + | |
| + | /** |
| + | * Address inconsistent `text-transform` inheritance for `button` and `select`. |
| + | * All other form control elements do not inherit `text-transform` values. |
| + | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. |
| + | * Correct `select` style inheritance in Firefox. |
| + | */ |
| + | |
| + | button, |
| + | select { |
| + | text-transform: none; |
| + | } |
| + | |
| + | /** |
| + | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
| + | * and `video` controls. |
| + | * 2. Correct inability to style clickable `input` types in iOS. |
| + | * 3. Improve usability and consistency of cursor style between image-type |
| + | * `input` and others. |
| + | */ |
| + | |
| + | button, |
| + | html input[type="button"], /* 1 */ |
| + | input[type="reset"], |
| + | input[type="submit"] { |
| + | -webkit-appearance: button; /* 2 */ |
| + | cursor: pointer; /* 3 */ |
| + | } |
| + | |
| + | /** |
| + | * Re-set default cursor for disabled elements. |
| + | */ |
| + | |
| + | button[disabled], |
| + | html input[disabled] { |
| + | cursor: default; |
| + | } |
| + | |
| + | /** |
| + | * Remove inner padding and border in Firefox 4+. |
| + | */ |
| + | |
| + | button::-moz-focus-inner, |
| + | input::-moz-focus-inner { |
| + | border: 0; |
| + | padding: 0; |
| + | } |
| + | |
| + | /** |
| + | * Address Firefox 4+ setting `line-height` on `input` using `!important` in |
| + | * the UA stylesheet. |
| + | */ |
| + | |
| + | input { |
| + | line-height: normal; |
| + | } |
| + | |
| + | /** |
| + | * It's recommended that you don't attempt to style these elements. |
| + | * Firefox's implementation doesn't respect box-sizing, padding, or width. |
| + | * |
| + | * 1. Address box sizing set to `content-box` in IE 8/9/10. |
| + | * 2. Remove excess padding in IE 8/9/10. |
| + | */ |
| + | |
| + | input[type="checkbox"], |
| + | input[type="radio"] { |
| + | box-sizing: border-box; /* 1 */ |
| + | padding: 0; /* 2 */ |
| + | } |
| + | |
| + | /** |
| + | * Fix the cursor style for Chrome's increment/decrement buttons. For certain |
| + | * `font-size` values of the `input`, it causes the cursor style of the |
| + | * decrement button to change from `default` to `text`. |
| + | */ |
| + | |
| + | input[type="number"]::-webkit-inner-spin-button, |
| + | input[type="number"]::-webkit-outer-spin-button { |
| + | height: auto; |
| + | } |
| + | |
| + | /** |
| + | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. |
| + | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. |
| + | */ |
| + | |
| + | input[type="search"] { |
| + | -webkit-appearance: textfield; /* 1 */ |
| + | box-sizing: content-box; /* 2 */ |
| + | } |
| + | |
| + | /** |
| + | * Remove inner padding and search cancel button in Safari and Chrome on OS X. |
| + | * Safari (but not Chrome) clips the cancel button when the search input has |
| + | * padding (and `textfield` appearance). |
| + | */ |
| + | |
| + | input[type="search"]::-webkit-search-cancel-button, |
| + | input[type="search"]::-webkit-search-decoration { |
| + | -webkit-appearance: none; |
| + | } |
| + | |
| + | /** |
| + | * Define consistent border, margin, and padding. |
| + | */ |
| + | |
| + | fieldset { |
| + | border: 1px solid #c0c0c0; |
| + | margin: 0 2px; |
| + | padding: 0.35em 0.625em 0.75em; |
| + | } |
| + | |
| + | /** |
| + | * 1. Correct `color` not being inherited in IE 8/9/10/11. |
| + | * 2. Remove padding so people aren't caught out if they zero out fieldsets. |
| + | */ |
| + | |
| + | legend { |
| + | border: 0; /* 1 */ |
| + | padding: 0; /* 2 */ |
| + | } |
| + | |
| + | /** |
| + | * Remove default vertical scrollbar in IE 8/9/10/11. |
| + | */ |
| + | |
| + | textarea { |
| + | overflow: auto; |
| + | } |
| + | |
| + | /** |
| + | * Don't inherit the `font-weight` (applied by a rule above). |
| + | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. |
| + | */ |
| + | |
| + | optgroup { |
| + | font-weight: bold; |
| + | } |
| + | |
| + | /* Tables |
| + | ========================================================================== */ |
| + | |
| + | /** |
| + | * Remove most spacing between table cells. |
| + | */ |
| + | |
| + | table { |
| + | border-collapse: collapse; |
| + | border-spacing: 0; |
| + | } |
| + | |
| + | td, |
| + | th { |
| + | padding: 0; |
| + | } |