<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--[if !IE]>-->
<base href="/">
<!--<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Nike Ladies Dri-FIT Vertical Mesh Polo</title>
<meta name="description" content="Nike Ladies Dri-FIT Vertical Mesh Polo">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="includes/styles.css"  rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,700">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;600;700&display=swap" rel="stylesheet"> 	
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">		
<link rel="stylesheet" href="includes/demo.css?ver=3.4.0">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="includes/hc-offcanvas-nav.js?ver=3.4.0"></script>
<!-- mobile includes -->
<link rel="stylesheet" href="lightgallery/css/lightgallery.css" />	
<link rel="stylesheet" media="screen and (min-width: 0px) and (max-width: 599px)" href="includes/mobile.css?8" />
<link rel="stylesheet" media="screen and (min-width: 600px) and (max-width: 799px)" href="includes/tablet.css?8"/>
<link rel="stylesheet" media="screen and (min-width: 800px)" href="includes/desktop.css?8" />	
<script type="text/javascript" src="includes/responsivemultimenu.js"></script>
<link rel="stylesheet" href="includes/responsivemultimenu.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<style>
   .implicit_template_table div.col_attribute_label {
        display: inline-block;
    }
    @media screen and (min-width: 600px) {
        .implicit_template_table div.col_attribute_label {
            display: none;
        }
    }
</style>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<div class="header-mobile">
	<div class="header-mobile-logos"><a href="/"><img src="images/kobelco-logo.png" alt="Kobelco Online Store"></a></div>
      <header>
        <div class="wrapper cf">
          <nav id="main-nav">
            <ul class="first-nav">
              <li class="search">
                <div class="form-container">
                  <form class="search-form" action="/search.i" method=get><input type="hidden" name="cmd" value="search">
					<table cellspacing="0" cellpadding="0" border="0"><tr><td><input type="text" name="search" placeholder="Search"></td><td><input type="image" src="images/mobile-icons/search-button.png"></td></tr></table></di> 
                  </form>
                </div>
              </li>
            </ul>
            <ul class="second-nav">
              <li class="home"><a href="/">Home</a></li>
			  <li class="store">
                <a href="#" onclick="return false;">Products</a>
                <ul>
                  <li><a href="/CoBrand_Merch">Co-Brand Merch</a></li>
                  <li><a href="/Apparel">Apparel</a></li>
                  <li><a href="/Apparel">Promo</a></li>
                  <li><a href="/Bags">Bags</a></li>
                  <li><a href="/Headwear">Headwear</a></li>
                  <li><a href="/Scale_Models">Scale Models</a></li>
                  <li><a href="/Brochures">Brochures</a></li>
                  <li><a href="/Drinkware">Drinkware</a></li>
                  <li><a href="/Jobsite">Jobsite</a></li>
                  <li><a href="/Kids">Kids</a></li>
                  <li><a href="/Outdoor__Leisure">Outdoor & Leisure</a></li>
                  <li><a href="/Gift_Kits">Gift Kits</a></li>
                </ul>
              </li>				  
              <li class="myaccount"><a href="/My_Account">Log In</a></li>
              <li class="myaccount"><a href="/Cart">View Cart</a></li>
              <li class="contactus"><a href="/Contact_Us">Contact Us</a></li>
            </ul>
          </nav>
         <table width="100%" cellpadding="5" cellspacing="5" border="0" class="mobile-table">
		 <tr>
		 <td><a class="toggle"><span></span></a></td>
		 		 </tr></table>
        </div>
      </header>
      <script>
        (function($) {
          var $main_nav = $('#main-nav');
          var $toggle = $('.toggle');
          var defaultData = {
            maxWidth: false,
            customToggle: $toggle,
            navTitle: 'All Categories',
            levelTitles: true,
            pushContent: '#container',
            insertClose: 2
          };
          // add new items to original nav
          $main_nav.find('li.add').children('a').on('click', function() {
            var $this = $(this);
            var $li = $this.parent();
            var items = eval('(' + $this.attr('data-add') + ')');
            $li.before('<li class="new"><a>'+items[0]+'</a></li>');
            items.shift();
            if (!items.length) {
              $li.remove();
            }
            else {
              $this.attr('data-add', JSON.stringify(items));
            }
            Nav.update(true);
          });
          // call our plugin
          var Nav = $main_nav.hcOffcanvasNav(defaultData);
          // demo settings update
          const update = (settings) => {
            if (Nav.isOpen()) {
              Nav.on('close.once', function() {
                Nav.update(settings);
                Nav.open();
              });
              Nav.close();
            }
            else {
              Nav.update(settings);
            }
          };
          $('.actions').find('a').on('click', function(e) {
            e.preventDefault();
            var $this = $(this).addClass('active');
            var $siblings = $this.parent().siblings().children('a').removeClass('active');
            var settings = eval('(' + $this.data('demo') + ')');
            update(settings);
          });
          $('.actions').find('input').on('change', function() {
            var $this = $(this);
            var settings = eval('(' + $this.data('demo') + ')');
            if ($this.is(':checked')) {
              update(settings);
            }
            else {
              var removeData = {};
              $.each(settings, function(index, value) {
                removeData[index] = false;
              });
              update(removeData);
            }
          });
        })(jQuery);
      </script>
</div>
<div class="header-pc">
	<div class="header-inner">
    	<div class="logo-1"><a href="/"><img src="images/kobelco-logo.png" alt="Kobelco Online Store"/></a></div>
		<div class="header-right-cart"><a href="/Cart"><img src="images/cart-icon-grey-white.png" border="0"></a></div>
		<div class="header-right-login" style="padding-top:30px"><a href="http://kobelco.epromo.com/signup.i"><strong>Log In</strong></a></div>
		<div class="header-right-search">
			<div class="search-field-wrapper">
				<div class="search-row"><form action="search.i" method=get><input type="hidden" name="cmd" value="quick"><input name="search" type="text" class="search-field" placeholder="Search"/></form></div>
			</div>  
		</div>
        <div style="clear:both"></div>
    </div>
</div>
<div class="navbar-wrapper">
	<div class="navbar-inner">
		<div class="navbar">
        <navigation>
            <a href="/">HOME</a>
            <a href="/Products">PRODUCTS</a>
			<a href="/My_Account">MY ACCOUNT</a>
            <a href="/Contact_Us">CONTACT US</a>
        </navigation>
		</div>
	</div>
</div>
<div class="content-area">
	<div class="content-inner">
    	<div class="content-left">
        	<div class="leftnav-top">CATEGORIES</div>
            <div class="leftnav-bottom"><!-- mergeleftnav --><span id="links_catnavLink">
<a href="http://kobelco.epromo.com/CoBrand_Merch" class="navlinksmall">Co-Brand Merch</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Gift_Kits" class="navlinksmall">Gift Kits</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Apparel" class="navlinksmall">Apparel</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Promo" class="navlinksmall">Promo</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Bags" class="navlinksmall">Bags</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Headwear" class="navlinksmall">Headwear</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Scale_Models" class="navlinksmall">Scale Models</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Brochures" class="navlinksmall">Brochures</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Drinkware" class="navlinksmall">Drinkware</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Jobsite_" class="navlinksmall">Jobsite </a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Kids" class="navlinksmall">Kids</a></span>
<span id="links_catnavLink">
<a href="http://kobelco.epromo.com/Outdoor__Leisure" class="navlinksmall">Outdoor & Leisure</a></span>
<!-- end mergeleftnav --></div>
        </div>
        <div class="content-right">
<style>::-webkit-scrollbar {
  width: 30px;
}</style>
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js" type="text/javascript">
</script>
-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" type="text/javascript">
</script>
<link href="/lib/image_gallery/js/jquery_thumb_scroller/jquery.thumbnailScroller.css" rel="stylesheet" type="text/css" />
<!-- jquery mobile -->
<link rel="stylesheet" href="https://code.jquery.com/jquery-1.11.3.min.js">
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js">
</script>
<script type="text/javascript" src="lightgallery/js/lightgallery.min.js">
</script>
<style type="text/css">
#Overlay {
	background: #ccc;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000px;
}
#Modal {
	border: 0 none;
	left: 50%;
	margin-left: -200px;
	margin-top: -225px;
	position: fixed;
	top: 50%;
	z-index: 1001px;
}
#Modal .close-icon {
	display: block;
	left: 95%;
	position: relative;
	top: -470px;
	z-index: 1002px;
}
a.outer-next-btn {
	display: inline-block !important;
	margin-top: 18px;
	text-decoration: none;
	vertical-align: top;
}
a.outer-prev-btn {
	display: inline-block !important;
	margin-top: 18px;
	text-decoration: none;
	vertical-align: top;
}
</style>
<script language="javascript" type="text/javascript">
$(document).ready(
	function()
	{
		$('.logoimage').draggable(
			{
				cursor: 'move',        // sets the cursor apperance
				containment: '#drg', 
				stop : function(){}
			}
		);
	}
);
<!--
// flag to enforce a maximum qty when ordering a product
var enforcemax = 0;
// flag to allow ordering without sufficent inventory
var allowwithoutinventory = 1;
// flag to display total qty of inventory
var displayinventory = 0;
// flag to display the inventory in the cateogyr
var category_display_inventory = false;
// alerted flag
var alerted = false;
// flag for a user just hitting the enter key and not unfocusing off a field
var form_checked = false;
// must read terms and disclosures.
var must_read_terms_and_disclosures = false;
// recalculate(style_id) - check each product/style on this page
// called with a quantity on a product/style is changed
// maximum orderable quantity
var max_order_qty = 0;
var out_of_stock_message = '';
var only_display_out_of_stock_with_inventory = false;
function recalculate(style_id, caller)
{
	// get actual qty value
	// var changed = document.forms.cartForm['qty_'+style_id];
	var quantity_element_name = 'qty_' + style_id;
	var elements = document.getElementsByName(quantity_element_name);
	if ( elements.length == 0 ) { return; }
	var changed = elements[0];
	new_value = parseInt(changed.value);
	if ( isNaN(new_value) ) 
	{
		new_value = 0;
	}
	// get minimum qty value
	var total_qty_breaks = 0;
	// do not check total product quantities
	if ( total_qty_breaks )
	{
		form_checked = false;
		check_inventory(style_id);
		return false;
	}
	// minimum and maximum product/style quantities
	var total_qty_min = 1;
	var total_qty_max = 1;
	var min = document.forms.cartForm['min_' + style_id].value;
	if ( total_qty_breaks ) { min = total_qty_min; }
	var min_value = parseInt(min);
	// check current qty against minimum qty
	if ( new_value && new_value < min_value )
	{
		// they need to buy more
		alert("The minimum quantity you must order of this style is "+ min_value +".\nPlease increase the quantity you are ordering for this style to be equal to or greater than this amount before continuing.");
		//document.forms.cartForm['qty_' + style_id].focus();
		return false;
	}
	// get maximum value
	var max = document.forms.cartForm['max_'+ style_id].value;
	var max_value = parseInt(max);
	if (max_value < 0) {
		max_value = 0;
	}
	var enforce_specials_inventory = false;
	// check if qty is > maximum qty	
	if ( new_value && new_value > max_value )
	{
		if ( allowwithoutinventory || enforce_specials_inventory )
		{
			// backordering will still happen as necessary behind the scenes if
			// displayinventory is off, we just don't tell them, because they're
			// not supposed to know.
			if ( enforce_specials_inventory || ( displayinventory && category_display_inventory ) )
			{
				// product/style will be backordered.
				if ( max_value > 0 && !alerted && ( enforcemax || enforce_specials_inventory ) )
				{
					alert("The maximum quantity you are allowed to order of this style is "+ max_value +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
					document.forms.cartForm['qty_' + style_id].focus();
					form_checked = false;
					return false;
				}
				else if ( max_value <= 0 && document.forms.cartForm['inventory_alert_' + style_id].value == 0  )
				{
					if ( document.forms.cartForm['qty_' + style_id].value > 0 ) {				
						if ( out_of_stock_message ) {
							alert(out_of_stock_message);
						}
						else {
							if ( enforce_specials_inventory )
							{
                                        			alert("The maximum quantity you are allowed to order of this style is "+ max_value +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
							}
							else if ( only_display_out_of_stock_with_inventory == false )
							{
								alert("The available inventory in stock for this style is " + max_value + "\nAny pieces ordered over this amount will be placed on backorder.");
							}
							else
							{
								alert("Items in stock soon. Current not in stock.");
							}
						}
					}
					form_checked = false;
					document.forms.cartForm['inventory_alert_' + style_id].value = 1;
					return true;
				}
			}
			else if ( document.forms.cartForm['inventory_alert_' + style_id].value == 0 )
			{
				form_checked = false;
				document.forms.cartForm['inventory_alert_' + style_id].value = 1;
				return true;
			}
		}
		if (
			enforce_specials_inventory
			||
			(
				! allowwithoutinventory &&
			 	! enforcemax &&
			 	! alerted &&
				category_display_inventory
			)
		)
		{
			alert("The available inventory that can be ordered is "+ max_value +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
			document.forms.cartForm['qty_' + style_id].focus();
			form_checked = false;
			return false;
		}
		else if ( ( enforce_specials_inventory || ( ! allowwithoutinventory ) ) && enforcemax )
		{
			alert("The maximum quantity that can be ordered for this style is "+ max_value +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
			document.forms.cartForm['qty_' + style_id].focus();
			form_checked = false;
			return false;
		}
	}
	// now that we've corrected whatever they may have input, put the
	// verified value into the input
	if (new_value == 0) 
	{
		new_value = '';
	}
	changed.value = new_value;
}
/*
 * checkForm()
 */
var special_order_minimum_qty = 0;
var available = 1989;
function checkForm()
{
	// check total product quantities in this function
	// add up products/styles
		var total = 0, minqty = 0, max_inventory_total = 0;
		var styles = {};
		for (i = 0; i < document.forms.cartForm.elements.length; i++)
		{
			var name = document.forms.cartForm.elements[i].name;
			var value = document.forms.cartForm.elements[i].value;
			var parts = name.split('_');
			if (/^qty_/.test(name))
			{
				value = parseInt(value);
				if (isNaN(value)) value = 0;
				if ( value != 0 )
				{
					var style_id = parts[1];
					styles[style_id] = value;
				}
				total += value;
			}
			if (/^max_/.test(name) )
			{
				value = parseInt(value);
				if (isNaN(value)) value = 0;
				max_inventory_total += value;
			}
		}
		// force a qty
		if (total == 0)
		{
			alert("Please enter a quantity to add to the cart.");
			return false;
		}
		var ava = 1989;
		if ( special_order_minimum_qty > 0 && total < special_order_minimum_qty && ava == 0 )
		{
			alert('Minimum Qty Not Met');
			return false;
		}
		// todo minimum quantity parsing
		// get minimum value
		var total_qty_breaks = 0;
		var total_qty_min = 1;
		var total_qty_max = 1;
		var inventory_value = max_inventory_total;
		var min, max;
		if (total_qty_breaks) {min = total_qty_min;}
		if ( total_qty_breaks) { max = total_qty_max; }
		// we using total product quantities
		if ( total_qty_breaks )
		{
			// Check for Minimum Quantity
			if (total < min)
			{
				// they need to buy more
				alert("The minimum quantity you must order of this product is "+ min +".\nPlease increase the total quantity you are ordering for this product to be equal to or greater than this amount before continuing.");
				return false;
			}
			// enforcemax, allowwithoutinventory, displayinventory
			if ( total > max && enforcemax )
			{
				alert("The maximum quantity that can be ordered for this product is "+ max +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
				return false;
			}
			else if ( total > inventory_value && !allowwithoutinventory && category_display_inventory )
			{
				alert("The available inventory that can be ordered for this product is " + inventory_value + ".\nPlease reduce the total quantity you are ordering for this product to be equal to or less than this amount before continuing.");
				return false;
			}
		}
	// 	merge in inventory array
	// iterate through this array and check on each minimum maximum value
	if ( ! total_qty_breaks )
	{
		var inventories = new Array();
		inventories[0]=8941009;
inventories[1]=8941010;
inventories[2]=8941011;
inventories[3]=8941012;
inventories[4]=8941013;
inventories[5]=8941014;
inventories[6]=8941015;
inventories[7]=8941016;
inventories[8]=8941017;
inventories[9]=8941018;
inventories[10]=8941019;
inventories[11]=8941020;
inventories[12]=8941021;
inventories[13]=8941022;
inventories[14]=8941023;
inventories[15]=8941024;
inventories[16]=8941025;
inventories[17]=8941026;
inventories[18]=8941027;
inventories[19]=8941028;
inventories[20]=8951179;
inventories[21]=8951180;
inventories[22]=8951181;
inventories[23]=8951182;
inventories[24]=8951183;
		if ( form_checked == true )
		{
			alerted = 1;
		}
		else
		{
			alerted = 0;
		}
		for ( var i = 0; i < inventories.length; i++)
		{
			if ( recalculate(inventories[i], "checkform") == false )
			{
				return false;
			}
		}
	}
	// check maximum orderable quantity.
	if ( max_order_qty > 0 ) {
		if ( total > max_order_qty ) {
			alert('You have exceeded the maximum quantity: ' + max_order_qty  + ' for this product.  Please reduce the quantity your ordering.');
			return false;
		}
	}
	// warn about terms and conditions not being read
	// if this product has terms and conditions.
	if ( must_read_terms_and_disclosures == true ) {
		var termsAndConditionsCheckBox = document.getElementById('read_terms_and_disclosures');
		if ( ! termsAndConditionsCheckBox.checked ) {
			window.alert('You must agree to the terms and check the associated box before you may continue.');
			return false;		
		}
	}
	unHighLightPersonalizations();
	var allRequiredChecked = highLightUnCheckedRequiredPersonalizations()
	if ( ! allRequiredChecked ) {
		alert('Missing required personalizations.  Please fill in required personalizations highlited in red to continue.');
		return false;
	}
		// call system to see if adding to the cart is allowed
	// by the cart rules ( min, max, etc )
	var passed = true;
	var max_purchase_restriction = true;
	var min_purchase_restriction = true;
	if ( max_purchase_restriction || min_purchase_restriction ) {
		$.ajax(
			{
				type: 'POST',
				url: 'cart.i',
				dataType: 'json',
				data: {
					cmd: 'is_cart_items_rules_passed',
					cspid: 5328122,
					qty: total,
					styles: styles,
					ignore: 'minimum'
				},
				success: function(response) {
					//
					if ( response['cartItemsRulesPassed'] == 'false' ) {
						alert(response['cartItemsRulesErrorMessage']);
						passed = false;
					}
				},
				error: function() { alert("Could not check cart rules."); passed = false; },
				complete: function(){},
				async: false
			}
		);
	}
	return passed;
}
var personalizationNames = ['prodoption_0_45057','prodoption_1_45058'];
var requiredPersonalizations = {  };
function unHighLightPersonalizations()
{
	for( var i = 0; i < personalizationNames.length; i++ ) {
		var personalizationName = personalizationNames[i];
		highlightPersonalization(personalizationName, '#000000');
	}
}
function highLightUnCheckedRequiredPersonalizations()
{
	var uncheckedRequiredPersonalizations = findUncheckedRequiredPersonlizations();
	var allChecked = true;
	if ( uncheckedRequiredPersonalizations.length > 0 ) {
		allChecked = false;
	}
	for ( var i = 0; i < uncheckedRequiredPersonalizations.length; i++ ) {
		var personalizationFormName = uncheckedRequiredPersonalizations[i];
		highlightPersonalization(personalizationFormName, '#FF0000');		
	}
	return allChecked;
}
function findUncheckedRequiredPersonlizations()
{
	// foreach personalization in this products personalizations
	// if the personalization is required but not checked
	var unCheckedRequiredPersonalizations = new Array();
	for ( var i = 0; i < personalizationNames.length; i++ ) {
		var name = personalizationNames[i];
		if ( requiredPersonalizations[name] ) {
			var elements = document.getElementsByName(name);
			var element = elements[0];
			if ( ! personalizationFilledOut(element) ) {
				unCheckedRequiredPersonalizations.push(name);
			}
		}
	}
	return unCheckedRequiredPersonalizations;
}
function personalizationFilledOut(element)
{
	if ( element.nodeName == 'SELECT' ) {
		var selectedIndex = element.options.selectedIndex;
		if ( selectedIndex == 0 ) {
			return false;
		}
		else {
			return true;
		}
	}
	else {
		if ( element.value == '' ) { 
			return false;
		}
		else {
			return true;
		}
	}
}
function highlightPersonalization(name, color)
{
	var elements = document.getElementsByName(name);
	var element = elements[0];
	element.style.borderColor = color;
}
/*
 * check_inventory(style_id) - check only inventory
 */
function check_inventory(style_id)
{
	// get actual qty value
	var changed = document.forms.cartForm['qty_' + style_id];
	var new_value;
	if ( changed ) {
		new_value = parseInt(changed.value);
	}
	if (isNaN(new_value)) new_value = 0;
	// get maximum inventory qty or maximum qty value
	var max_value = document.forms.cartForm['max_' + style_id].value;
	max_value = parseInt(max_value);
	if ( isNaN(max_value) ) max_value = 0;
	if ( new_value > max_value )
	{
		if ( allowwithoutinventory && document.forms.cartForm['inventory_alert_' + style_id].value == 0  )
		{
			if ( displayinventory && category_display_inventory )
			{
				alert("The available inventory that can be ordered for this style is " + max_value + ". Any pieces ordered over this amount will be placed on backorder.");
			}
			else
			{
				//alert("You have ordered more than the available inventory for this product. Some pieces will be placed on backorder.");
			}
			form_checked = false;
			document.forms.cartForm['inventory_alert_' + style_id].value = 1;
			return true;
		}
		else if ( !allowwithoutinventory && category_display_inventory )
		{
			alert("The available inventory that can be ordered for this style is "+ max_value +".\nPlease reduce the quantity you are ordering for this style to be equal to or less than this amount before continuing.");
			document.forms.cartForm['qty_'+ style_id].focus();
			form_checked = false;
			return false;
		}
	}
	else
	{
		return true;
	}
}
/*
 * Disable "Enter" key in Form script- By Nurul Fadilah(nurul@REMOVETHISvolmedia.com)
 * This notice must stay intact for use
 * Visit http://www.dynamicdrive.com/ for full source code
 */
function handleEnter (field, event)
{
	var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode;
	if ( keyCode == 13 ) {
		var i;
		for (i = 0; i < field.form.elements.length; i++)
			if (field == field.form.elements[i])
				break;
		i = (i + 1) % field.form.elements.length;
		alert("Please press the \"Add to Cart\" button to submit this form");
		return false;
	}
	else
	{
		return true;
	}
}
//-->
</script>
<!-- j-query script includes -->
<!-- script src="scripts/jquery/jquery-1.4.4.js" type="text/javascript"></script -->
<!-- script src="scripts/jquery/jquery.expander.js" type="text/javascript"></script -->
<script type="text/javascript">
// options to expandable text regions/area on this page.
//$(document).ready(function() {
         // simple example, using all default options
         //$('div.expandable').expander();  
//});
function popitup(url) {
	newwindow=window.open(url,'name','height=600,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}
$(document).ready(
	function()
	{
		// make all product logos draggable
		$('.productlogo').draggable(
			{
				cursor: 'move',        // sets the cursor apperance
				containment: '#drg', 
				stop : function(){
					var offset = $(this).offset();
					var xPos = Math.abs(offset.left);
					var yPos = Math.abs(offset.top);
					alert(xPos);
					alert(yPos);
				}
			}
		);
	}
);
</script>
</script>
<div class="large_screen_div">
<div style="font-size: 13px;">
</div>
<table role="presentation" width="100%" role="presentation" border="0" cellspacing="0" cellpadding="5" id="productheader">
		<tr>
			<td style="padding-left:15px;">
				<h1></h1>
<!--
				<div style="font-size:24px; font-weight:bold;" id="category_name"> <h1></h1></div>
-->
			</td>
		</tr>
		<tr>
			<td valign="top">
				<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
					<tr>
						<td width="100%" background="images/headers/headerstretch.jpg">
							<img src="images/shell/transparentPixel.gif" width="1" height="1">
						</td>
						<td valign="top"><img src="images/headers/headerend.jpg"></td>
					</tr>
				</table>
			</td>
		</tr>
</table>
</div>
<form action="cart.i" method="post" name="cartForm" id="cartForm" onsubmit="return checkForm();">
<input type="hidden" name="cmd" value="addtocart">
<input type="hidden" name="cspid" value="5328122">
<input type="hidden" name="referer" value="">
<input type="hidden" name="catid" value="17">
<br />
<table width="100%" class="add_to_cart_table" border="0" cellspacing="0" cellpadding="10" style="margin: 5px;">
	<tr>
	  <td align="center" valign="top" class="add_item_image_column">
		<p>
				<a  style="display: inline-block; font-size: 10px; text-align: center;" href="#" onclick="getProductGallery(); return false;"><span style="display: inline-block; height: 400px;"><img id="MedImage" style="max-width: 400px; max-height: 400px;" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060_big.jpg?0.409859256714373" alt="" border="0"></span><br />
<img width="15" height="15" border="0" align="middle" alt="" src="images/icons/magnify.gif">View Large Image</a>
                                <!-- image_gallery -->
                                <div id="tS2Container" style="margin: 0 auto; width: 250px;">
                                        <div style="float:left; width:20px; margin: 0; padding: 0; margin-right:7px;">
                                                <a href="#" class="outer-prev-btn" onclick="clickScrollerPrevBtn(); return false;"><img border="0" src="/lib/image_gallery/css/themes/dark/prev.png"></a>
                                        </div>
                                        <div id="ts2" class="jThumbnailScroller" style="display: inline-block; margin-left:-20px; width:200px; overflow: hidden;">
                                                <div class="jTscrollerContainer">
                                                        <div class="jTscroller" style="position: relative; text-align: left;">
                                         <a imgname="186437_DPP-1060" listorder="0" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186437_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186438_DPP-1060" listorder="1" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186438_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186439_DPP-1060" listorder="2" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186439_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186440_DPP-1060" listorder="3" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186440_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="191752_DPP-1060" listorder="4" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/191752_DPP-1060_sm.jpg" border="0">
                                        </a>
                                                        </div>
                                                </div>
                                        </div>
                                        <div style="float:right; width:20px;">
                                                <a href="#" class="outer-next-btn" onclick="clickScrollerNextBtn(); return false;"><img border="0" src="/lib/image_gallery/css/themes/dark/next.png"></a>
                                        </div>
                                </div>
                                <!-- end image_gallery -->
			</p>
			<!-- <span class="bodytext"><a href="#" onclick="return popitup('https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060_big.jpg')">View Large Image</a></span> <br /> -->
			SKU: DPP-1060
		</td>
		<td valign="top" id="add_item_content_column" style="border:#999 solid 1px; background-image:url(images/icons/prod-grad-back.jpg); background-repeat:repeat-x; padding:15px; background-color:#ffffff;">
		<!-- ok this table column contains both sections below close up the space between the lower and upper sections -->
		<div id="product_productwrapper2" style="width: 100%; display: inline-block;">
			<span style="font-size: 20px; color: #000; font-weight: bold;" id="product_productname">Nike Ladies Dri-FIT Vertical Mesh Polo</span><br />
			<b id="product_productsku">SKU: DPP-1060</b><br /><br />
			<div class="small_screen_div med_screen_div">
<p>
    <a  style="display: inline-block; font-size: 10px; text-align: center;" href="#" class="view_large_image" onclick="return false;""><span style="display: inline-block; height: 200px;"><img id="MedImage" style="max-width: 200px; max-height: 200px;" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060_big.jpg?0.409859256714373" alt="" border="0"></span><br /><img width="15" height="15" border="0" align="middle" alt="" src="images/icons/magnify.gif">View Large Image</a>
			<script type="text/javascript">
			$(document).ready(
				function()
				{
					$('.view_large_image').click(function(){
    $(this).lightGallery({
        dynamic:true,
        mobileSrc:true,
        dynamicEl:[
        {
        "src":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186437_DPP-1060.jpg",
        "thumb":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186437_DPP-1060_sm.jpg",
        "mobileSrc":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186437_DPP-1060.jpg"
        }
        ,
        {
        "src":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186438_DPP-1060.jpg",
        "thumb":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186438_DPP-1060_sm.jpg",
        "mobileSrc":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186438_DPP-1060.jpg"
        }
        ,
        {
        "src":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186439_DPP-1060.jpg",
        "thumb":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186439_DPP-1060_sm.jpg",
        "mobileSrc":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186439_DPP-1060.jpg"
        }
        ,
        {
        "src":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186440_DPP-1060.jpg",
        "thumb":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186440_DPP-1060_sm.jpg",
        "mobileSrc":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186440_DPP-1060.jpg"
        }
        ,
        {
        "src":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/191752_DPP-1060.jpg",
        "thumb":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/191752_DPP-1060_sm.jpg",
        "mobileSrc":"https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/191752_DPP-1060.jpg"
        }
        	]
	    }
	);
	}
);
				}
			);
			</script>
    <!-- image_gallery -->
    <br />
    <div id="tS2Container" style="margin: 0 auto; width: 250px;">
	    <div style="float:left; width:20px; margin: 0; padding: 0; margin-right:7px;">
		    <a href="#" class="outer-prev-btn" onclick="clickScrollerPrevBtn(); return false;"><img border="0" src="/lib/image_gallery/css/themes/dark/prev.png"></a>
	    </div>
	    <div id="ts2" class="jThumbnailScroller" style="display: inline-block; width:200px; overflow: hidden;">
		    <div class="jTscrollerContainer">
			    <div class="jTscroller" style="position: relative; text-align: left;">
                                         <a imgname="186437_DPP-1060" listorder="0" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186437_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186438_DPP-1060" listorder="1" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186438_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186439_DPP-1060" listorder="2" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186439_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="186440_DPP-1060" listorder="3" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/186440_DPP-1060_sm.jpg" border="0">
                                        </a>
                                         <a imgname="191752_DPP-1060" listorder="4" style="display: inline-block; overflow: hidden; width: 50px; height: 40px; text-decoration: none;" href="#" onclick="changeMedImage($(this)); return false;">
                                                <img style="margin: -10px auto 0; position: relative; top 50%;" width="80" src="https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/191752_DPP-1060_sm.jpg" border="0">
                                        </a>
			    </div>
		    </div>
	    </div>
	    <div style="float:right; width:20px;">
		    <a href="#" class="outer-next-btn" onclick="clickScrollerNextBtn(); return false;"><img border="0" src="/lib/image_gallery/css/themes/dark/next.png"></a>
	    </div>
    </div>
    <!-- end image_gallery -->
</p>
<!-- <span class="bodytext"><a href="#" onclick="return popitup('https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060_big.jpg')">View Large Image</a></span> <br /> -->
SKU: DPP-1060
<br />
			</div>
			<div style="color: red; font-size: 1.3em;"></div>
			<span class="bodytext" id="product_productdescription"><div class="expandable"></div></span>
			<br />
 			<div class="productnotes">Product Notes: <span style="color: #000000; font-family: Arial; font-size: 12pt; background-color: #ffffff;">Dri-FIT moisture management technology provides breathable comfort during and after play. Tailored for a feminine fit with a Johnny collar. A contrast Swoosh design trademark is embroidered on the left hem. Made of 4.4-ounce, 100% polyester Dri-FIT fabric.</span><br /><p><img src="https://media.epromo.com/media_server_company_root/83906/companystores/1002224350822/builder/images/637165.JPG" width="650" height="367" alt="" />&nbsp;</p> </div>
		</div>
		<!-- add product_tablecell to all of this tables rows -->
		<table border="0" cellpadding="0" cellspacing="0" class="tablecell2">
		<tr>
			<td id="product_tablecell">
			<table border="0" cellpadding="0" cellspacing="0" width="100%" class="tablecell">
			<tr>
				<td colspan="2" align="left" id="product_tablecell">
					<table>
						<tr>
							<td align="left">
								<br />
			 <div class="product_grid small_screen_bottom_border" style="overflow-x: scroll;">
			<table cellpadding="1" cellspacing="0" border="0" class="tablecell2 implicit_template_table">
				<tr>
					<td class="th1" id="product_tablecell">
				<table cellspacing="0" cellpadding="3" class="tablecell responsive" style="border: 1px solid #cccccc;">
                    <thead>
					<tr>
						<td class="th2" style="border:1px solid #cccccc" id="product_tablecell">&nbsp;</td>
								<td class="th2" align="center" id="product_tablecell" style="border: 1px solid #cccccc">&nbsp;<b>Small</b>&nbsp;</td>
								<td class="th2" align="center" id="product_tablecell" style="border: 1px solid #cccccc">&nbsp;<b>Medium</b>&nbsp;</td>
								<td class="th2" align="center" id="product_tablecell" style="border: 1px solid #cccccc">&nbsp;<b>Large</b>&nbsp;</td>
								<td class="th2" align="center" id="product_tablecell" style="border: 1px solid #cccccc">&nbsp;<b>XL</b>&nbsp;</td>
								<td class="th2" align="center" id="product_tablecell" style="border: 1px solid #cccccc">&nbsp;<b>2XL</b>&nbsp;</td>
					</tr>
                    </thead>
					<tr>
						<td class="th2" align="center" style="border:1px solid #cccccc" id="product_tablecell"><b>White</b></td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Small</div> 
							<input class="i3" type="text" name="qty_8941009" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941009, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941009" value="99" />
							<input type="hidden" name="min_8941009" value="1" />
							<input type="hidden" name="inventory_alert_8941009" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Medium</div> 
							<input class="i3" type="text" name="qty_8941010" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941010, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941010" value="99" />
							<input type="hidden" name="min_8941010" value="1" />
							<input type="hidden" name="inventory_alert_8941010" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Large</div> 
							<input class="i3" type="text" name="qty_8941011" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941011, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941011" value="100" />
							<input type="hidden" name="min_8941011" value="1" />
							<input type="hidden" name="inventory_alert_8941011" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">XL</div> 
							<input class="i3" type="text" name="qty_8941012" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941012, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941012" value="100" />
							<input type="hidden" name="min_8941012" value="1" />
							<input type="hidden" name="inventory_alert_8941012" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">2XL</div> 
							<input class="i3" type="text" name="qty_8941013" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941013, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941013" value="100" />
							<input type="hidden" name="min_8941013" value="1" />
							<input type="hidden" name="inventory_alert_8941013" value="0" />
<!-- price column surrounds next tag -->
					$72.92<br>
						</td>
					</tr>
					<tr>
						<td class="th2" align="center" style="border:1px solid #cccccc" id="product_tablecell"><b>Black</b></td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Small</div> 
							<input class="i3" type="text" name="qty_8941014" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941014, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941014" value="99" />
							<input type="hidden" name="min_8941014" value="1" />
							<input type="hidden" name="inventory_alert_8941014" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Medium</div> 
							<input class="i3" type="text" name="qty_8941015" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941015, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941015" value="99" />
							<input type="hidden" name="min_8941015" value="1" />
							<input type="hidden" name="inventory_alert_8941015" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Large</div> 
							<input class="i3" type="text" name="qty_8941016" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941016, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941016" value="100" />
							<input type="hidden" name="min_8941016" value="1" />
							<input type="hidden" name="inventory_alert_8941016" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">XL</div> 
							<input class="i3" type="text" name="qty_8941017" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941017, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941017" value="98" />
							<input type="hidden" name="min_8941017" value="1" />
							<input type="hidden" name="inventory_alert_8941017" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">2XL</div> 
							<input class="i3" type="text" name="qty_8941018" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941018, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941018" value="100" />
							<input type="hidden" name="min_8941018" value="1" />
							<input type="hidden" name="inventory_alert_8941018" value="0" />
<!-- price column surrounds next tag -->
					$72.92<br>
						</td>
					</tr>
					<tr>
						<td class="th2" align="center" style="border:1px solid #cccccc" id="product_tablecell"><b>Grey</b></td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Small</div> 
							<input class="i3" type="text" name="qty_8941019" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941019, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941019" value="100" />
							<input type="hidden" name="min_8941019" value="1" />
							<input type="hidden" name="inventory_alert_8941019" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Medium</div> 
							<input class="i3" type="text" name="qty_8941020" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941020, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941020" value="97" />
							<input type="hidden" name="min_8941020" value="1" />
							<input type="hidden" name="inventory_alert_8941020" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Large</div> 
							<input class="i3" type="text" name="qty_8941021" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941021, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941021" value="100" />
							<input type="hidden" name="min_8941021" value="1" />
							<input type="hidden" name="inventory_alert_8941021" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">XL</div> 
							<input class="i3" type="text" name="qty_8941022" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941022, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941022" value="98" />
							<input type="hidden" name="min_8941022" value="1" />
							<input type="hidden" name="inventory_alert_8941022" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">2XL</div> 
							<input class="i3" type="text" name="qty_8941023" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941023, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941023" value="100" />
							<input type="hidden" name="min_8941023" value="1" />
							<input type="hidden" name="inventory_alert_8941023" value="0" />
<!-- price column surrounds next tag -->
					$72.92<br>
						</td>
					</tr>
					<tr>
						<td class="th2" align="center" style="border:1px solid #cccccc" id="product_tablecell"><b>Light Grey</b></td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Small</div> 
							<input class="i3" type="text" name="qty_8941024" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941024, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941024" value="100" />
							<input type="hidden" name="min_8941024" value="1" />
							<input type="hidden" name="inventory_alert_8941024" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Medium</div> 
							<input class="i3" type="text" name="qty_8941025" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941025, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941025" value="100" />
							<input type="hidden" name="min_8941025" value="1" />
							<input type="hidden" name="inventory_alert_8941025" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Large</div> 
							<input class="i3" type="text" name="qty_8941026" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941026, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941026" value="100" />
							<input type="hidden" name="min_8941026" value="1" />
							<input type="hidden" name="inventory_alert_8941026" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">XL</div> 
							<input class="i3" type="text" name="qty_8941027" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941027, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941027" value="100" />
							<input type="hidden" name="min_8941027" value="1" />
							<input type="hidden" name="inventory_alert_8941027" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">2XL</div> 
							<input class="i3" type="text" name="qty_8941028" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8941028, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8941028" value="100" />
							<input type="hidden" name="min_8941028" value="1" />
							<input type="hidden" name="inventory_alert_8941028" value="0" />
<!-- price column surrounds next tag -->
					$72.92<br>
						</td>
					</tr>
					<tr>
						<td class="th2" align="center" style="border:1px solid #cccccc" id="product_tablecell"><b>Royal Blue</b></td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Small</div> 
							<input class="i3" type="text" name="qty_8951179" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8951179, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8951179" value="0" />
							<input type="hidden" name="min_8951179" value="1" />
							<input type="hidden" name="inventory_alert_8951179" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Medium</div> 
							<input class="i3" type="text" name="qty_8951180" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8951180, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8951180" value="0" />
							<input type="hidden" name="min_8951180" value="1" />
							<input type="hidden" name="inventory_alert_8951180" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">Large</div> 
							<input class="i3" type="text" name="qty_8951181" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8951181, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8951181" value="0" />
							<input type="hidden" name="min_8951181" value="1" />
							<input type="hidden" name="inventory_alert_8951181" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">XL</div> 
							<input class="i3" type="text" name="qty_8951182" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8951182, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8951182" value="0" />
							<input type="hidden" name="min_8951182" value="1" />
							<input type="hidden" name="inventory_alert_8951182" value="0" />
<!-- price column surrounds next tag -->
					$71.25<br>
						</td>
						<td class="td3" align="center" valign="top" id="product_tablecell" style="border:1px solid #cccccc">
                            <div class="col_attribute_label">2XL</div> 
							<input class="i3" type="text" name="qty_8951183" onkeypress="return handleEnter(this, event)" onblur="return recalculate(8951183, 'qty_field');" style="width:40px !important;" /><br/>
							<input type="hidden" name="max_8951183" value="0" />
							<input type="hidden" name="min_8951183" value="1" />
							<input type="hidden" name="inventory_alert_8951183" value="0" />
<!-- price column surrounds next tag -->
					$72.92<br>
						</td>
					</tr>
				</table>
					</td>
				</tr>
			</table>
			</div>
							</td>
							<td>
								&nbsp;
								<products_in_package>
								<div style="margin-left: 20px;">
								</div>
								</products_in_package>
							</td>
						</tr>
					</table>
				</td>
			</tr>
                     <tr><td class="th2" id="product_tablecell" style="padding:15px 15px 0px 0px;">Custom Distributor Logo Additional Cost</td><td class="td10" id="product_tablecell" style="padding-top:15px" align="left"><select onChange="handleImageChange(this); return onRequirePassword(this, '');" style="border: 1px solid #000000;" class="product_option_dropdown" name="prodoption_0_45057">
<option value=''>Select one...</option>
<option  value="Abele Tractor and Equipment">Abele Tractor and Equipment</option>
<option  value="Abilene Equipment Center">Abilene Equipment Center</option>
<option  value="ALL Crane Rental">ALL Crane Rental</option>
<option  value="ALL Erection and Crane Rental">ALL Erection and Crane Rental</option>
<option  value="All Island Equipment">All Island Equipment</option>
<option  value="Alma Tractor And Equipment">Alma Tractor And Equipment</option>
<option  value="Anderson Machinery Company">Anderson Machinery Company</option>
<option  value="APCO Equipment Company">APCO Equipment Company</option>
<option  value="ATS Equipment">ATS Equipment</option>
<option  value="Baileys">Baileys</option>
<option  value="Bane Machinery">Bane Machinery</option>
<option  value="Baschmann Services">Baschmann Services</option>
<option  value="Bigge">Bigge</option>
<option  value="Blue Ridge Tractor">Blue Ridge Tractor</option>
<option  value="Central Equipment">Central Equipment</option>
<option  value="Century Equipment">Century Equipment</option>
<option  value="Company Wrench">Company Wrench</option>
<option  value="Cowin Equipment">Cowin Equipment</option>
<option  value="Crane Specialists">Crane Specialists</option>
<option  value="Cropac Equipment">Cropac Equipment</option>
<option  value="Delta Power">Delta Power</option>
<option  value="Douglas Lake Equipment">Douglas Lake Equipment</option>
<option  value="DSR Inc">DSR Inc</option>
<option  value="Empire Crane Company">Empire Crane Company</option>
<option  value="Farmers Equipment Co">Farmers Equipment Co</option>
<option  value="Feenaughty Machinery Co">Feenaughty Machinery Co</option>
<option  value="Frank Martin Sons">Frank Martin Sons</option>
<option  value="Grand Equipment">Grand Equipment</option>
<option  value="Guydrolic">Guydrolic</option>
<option  value="Hayden Machinery">Hayden Machinery</option>
<option  value="Heavy Iron">Heavy Iron</option>
<option  value="Highway Equipment Company">Highway Equipment Company</option>
<option  value="Houston Heavy Machinery">Houston Heavy Machinery</option>
<option  value="Jeffers Crane Service">Jeffers Crane Service</option>
<option  value="JLM">JLM</option>
<option  value="Les Equipments Pinso Ltee">Les Equipments Pinso Ltee</option>
<option  value="Marshall Machinery">Marshall Machinery</option>
<option  value="McCann Industries">McCann Industries</option>
<option  value="Mid-Country Machinery">Mid-Country Machinery</option>
<option  value="Miller-Bradford and Risberg">Miller-Bradford and Risberg</option>
<option  value="Mobro Marine">Mobro Marine</option>
<option  value="New Tec">New Tec</option>
<option  value="Powerscreens of Northern California">Powerscreens of Northern California</option>
<option  value="Powerscreens of Washington">Powerscreens of Washington</option>
<option  value="Puerto Rico Wire Products">Puerto Rico Wire Products</option>
<option  value="REP Rents">REP Rents</option>
<option  value="Renegar-Driggers Machinery">Renegar-Driggers Machinery</option>
<option  value="Robert Green Equipment Sales">Robert Green Equipment Sales</option>
<option  value="Robert H. Finke and Sons">Robert H. Finke and Sons</option>
<option  value="Rocky Mountain Equipment">Rocky Mountain Equipment</option>
<option  value="Ronson Equipment Co">Ronson Equipment Co</option>
<option  value="RTL Equipment">RTL Equipment</option>
<option  value="Scott Equipment">Scott Equipment</option>
<option  value="Scott-Macon Equipment">Scott-Macon Equipment</option>
<option  value="Selco Equipment Sales">Selco Equipment Sales</option>
<option  value="Sound Heavy Machinery">Sound Heavy Machinery</option>
<option  value="Southeastern Equipment Company">Southeastern Equipment Company</option>
<option  value="Stone Equipment Company">Stone Equipment Company</option>
<option  value="Tracey Road Equipment">Tracey Road Equipment</option>
<option  value="Transport Dionne">Transport Dionne</option>
<option  value="Tri-West Tractor">Tri-West Tractor</option>
<option  value="United Rentals">United Rentals</option>
<option  value="Westchester Tractor">Westchester Tractor</option>
<option  value="Westrax Machinery">Westrax Machinery</option>
</select></td></tr><tr><td class="th2" id="product_tablecell" style="padding:15px 15px 0px 0px;">Location of Dealer Logo</td><td class="td10" id="product_tablecell" style="padding-top:15px" align="left"><select onChange="handleImageChange(this); return onRequirePassword(this, '');" style="border: 1px solid #000000;" class="product_option_dropdown" name="prodoption_1_45058">
<option value=''>Select one...</option>
<option  value="Right Sleeve">Right Sleeve</option>
<option  value="Left Sleeve">Left Sleeve</option>
<option  value="Back Yoke">Back Yoke</option>
<option  value="Opposite Chest">Opposite Chest</option>
</select></td></tr><tr><td colspan="2"><br /> <b><i></i></b> <br /> </td></tr>
		</table>
			</td>
		</tr>
	</table>
	<table border="0" cellpadding="0" cellspacing="0" width="100%" class="terms_and_disclosures">
		<tr>
			<td valign="top" class="bodytext" colspan="3" id="product_tablecell">
					<br />
					<div>
					</div>
						<input type="image" src="images/icons/add-cart-btn.gif" alt="Add To Cart" border="0" />
				<p class="bodytext shopping_cart_directions">
					<b><i>* The information you submit will be added to your shopping cart and displayed for your approval before checkout.</i></b>
				</p>
			</td>
		</tr>
	</table>
	</td>
	</tr>
</table>
</form>
<div id="productGalleryContainer" style="display: none">
	<ul class="product-gallery">
	</ul>
</div>
<script language="javascript">	
	var galleryLoaded = false;
	var primay_image_order = 0;
	var imagepath = 'https://media.epromo.com/media/83906/companystores/1002224350822/prodimages/DPP-1060/';
        $(document).ready(
                function(){
                     $('body').append('<div id="Overlay" class="ui-widget-shadow" style="display: none;"></div>');
                }
        );	
	//adjust image scroller width;
	var imgScrollerWidth = 100;
	var imageCount = 0;
	$('#ts2 div.jTscroller a').each(function(){
		imgScrollerWidth += 50;
		imageCount++;
	});
	$('#ts2 div.jTscrollerContainer').css('width',imgScrollerWidth +'px');
	function getProductGallery()
	{
		var url = 'product.i?cmd=get_product_gallery&cspid=5328122&id=5';
		$('body').append('<div id="Modal"></div>');
		$('#Modal').html('<iframe style="overflow: hidden;" scrolling="no" allowtransparency="true" width="500" height="600" frameborder="0" class="view_large_image_iframe" src="' + url + '"></iframe>');
		$('#Overlay').css('display', 'block');
		$('#Overlay').click(function(){
			hideProductImageGallery();
		});
		$('#Modal').css('z-index', 1000);
	}
	function hideProductImageGallery(){
		$('#Modal').remove();
		$('#Overlay').css('display', 'none');
	}
	function changeMedImage(linkObj){
		var image_name = $(linkObj).attr('imgname');
		$('#MedImage').attr('src', imagepath + image_name + '.jpg');
		ImageOrder = $(linkObj).attr('listorder');
	}
	function showLogoPlacements()
	{
		var form 	= document.forms.cartForm;
		var index 	= form['pmid'].selectedIndex;
		var pmid 	= form['pmid'].options[index].value;
	}
	//set thumbscroller controls
	var jTscroller = $('#ts2 div.jTscroller');
	var left = 0;
	var startingLeft = left;
	var scrollpix = startingLeft
	var clickCount = 0;
	var ImageOrder = primay_image_order;
	function clickScrollerNextBtn(){
		if(clickCount < imageCount){
			scrollpix += -40;
			$('#ts2 div.jTscroller').css('left', scrollpix + 'px');
			clickCount += 1;
			if(clickCount > imageCount){clickCount = imageCount;}
		}
		//advance Image
		ImageOrder++;
		if(ImageOrder <  imageCount){
			var linkObj = $('#ts2').find('a[listorder="' + ImageOrder + '"]');
			changeMedImage(linkObj);
		}else{
			ImageOrder = imageCount;
		}
	}
	function clickScrollerPrevBtn(){
		if(clickCount > 0){
			scrollpix += 40;
			$('#ts2 div.jTscroller').css('left', scrollpix + 'px');
			clickCount -= 1;
			if(clickCount < 0){clickCount = 0;}
		}
		ImageOrder--;
		if(ImageOrder >=  0){
			var linkObj = $('#ts2').find('a[listorder="' + ImageOrder + '"]');
			changeMedImage(linkObj);
		}else{
			ImageOrder = 0;
		}
	}
</script>
      </div>
      <div style="clear:both"></div>
      </div>
    </div>
<div style="clear:both"></div>
<div class="footer"><img src="images/kobelco-logo.png" alt="Kobelco Online Store" width="150"><br><script type="text/javascript">
  document.write(new Date().getFullYear());
</script> Copyright KOBELCO. All Rights Reserved.</div>
</body>
</html>
