Gonex Packable Handy Lightweight Travel Backpack for trips travelWater resistant

Sold $10.00 8 Bids, FREE Shipping, 30-Day Returns, eBay Money Back Guarantee
Seller: musitank ✉️ (32,969) 0%, Location: Johnson City, Tennessee, US, Ships to: US, Item: 131463350506 Gonex Packable Handy Lightweight Travel Backpack for trips travelWater resistant. mydesign //鼠标滑过 图片变模糊; function dentro(valor) { valor.style['opacity'] = 60 / 100; valor.style['-moz-opacity'] = 60 / 100; valor.filters.alpha['opacity'] = 60; } function fuera(valor) { valor.style['opacity'] = 100 / 100; valor.style['-moz-opacity'] = 100 / 100; valor.filters.alpha['opacity'] = 100; }
  • Home

  • About Us

  • Payment

  • Shipping

  • Returns

  • Contact Us
var PImgPlayer = { _timer : null, _items : [], _container : null, _index : 0, _imgs : [], intervalTime : 5000, //轮播间隔时间 init : function( objID, w, h, time ){ this.intervalTime = time || this.intervalTime; this._container = document.getElementById( objID ); this._container.style.display = "block"; this._container.style.width = w + "px"; this._container.style.height = h + "px"; this._container.style.position = "relative"; this._container.style.overflow = "hidden"; //this._container.style.border = "1px solid #000"; var linkStyle = "display: block; TEXT-DECORATION: none;"; if( document.all ){ linkStyle += "FILTER:"; linkStyle += "progid:DXImageTransform.Microsoft.Barn(duration=0.5, motion='out', orientation='vertical') "; linkStyle += "progid:DXImageTransform.Microsoft.Barn ( duration=0.5,motion='out',orientation='horizontal') "; linkStyle += "progid:DXImageTransform.Microsoft.Blinds ( duration=0.5,bands=10,Direction='down' )"; linkStyle += "progid:DXImageTransform.Microsoft.CheckerBoard()"; linkStyle += "progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=0)"; linkStyle += "progid:DXImageTransform.Microsoft.GradientWipe ( duration=1,gradientSize=1.0,motion='reverse' )"; linkStyle += "progid:DXImageTransform.Microsoft.Inset ()"; linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=PLUS,motion=out )"; linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=PLUS,motion=in )"; linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=DIAMOND,motion=in )"; linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=1,irisStyle=SQUARE,motion=in )"; linkStyle += "progid:DXImageTransform.Microsoft.Iris ( duration=0.5,irisStyle=STAR,motion=in )"; linkStyle += "progid:DXImageTransform.Microsoft.RadialWipe ( duration=0.5,wipeStyle=CLOCK )"; linkStyle += "progid:DXImageTransform.Microsoft.RadialWipe ( duration=0.5,wipeStyle=WEDGE )"; linkStyle += "progid:DXImageTransform.Microsoft.RandomBars ( duration=0.5,orientation=horizontal )"; linkStyle += "progid:DXImageTransform.Microsoft.RandomBars ( duration=0.5,orientation=vertical )"; linkStyle += "progid:DXImageTransform.Microsoft.RandomDissolve ()"; linkStyle += "progid:DXImageTransform.Microsoft.Spiral ( duration=0.5,gridSizeX=16,gridSizeY=16 )"; linkStyle += "progid:DXImageTransform.Microsoft.Stretch ( duration=0.5,stretchStyle=PUSH )"; linkStyle += "progid:DXImageTransform.Microsoft.Strips ( duration=0.5,motion=rightdown )"; linkStyle += "progid:DXImageTransform.Microsoft.Wheel ( duration=0.5,spokes=8 )"; linkStyle += "progid:DXImageTransform.Microsoft.Zigzag ( duration=0.5,gridSizeX=4,gridSizeY=40 ); width: 100%; height: 100%"; } // var ulStyle = "margin:0 0 29px 0;width:"+w+"px;position:absolute;z-index:999;right:0px;FILTER:Alpha(Opacity=30,FinishOpacity=90, Style=1);overflow: hidden;bottom:-1px;height:16px; border-right:1px solid #fff;"; var ulStyle2 = "margin:0;padding:5px 5px 0 5px;width:"+w+"px;position:absolute;overflow: hidden;bottom:-1px;height:24px; border-right:1px solid #fff;font-size:14px;font-weight:bold;text-align:center;background:rgba(0,0,0,0.1);"; // var liStyle = "margin:0;list-style-type: none; margin:0;padding:0; float:right;"; // var baseSpacStyle = "clear:both; display:block; width:23px;line-height:18px; font-size:12px; FONT-FAMILY:'宋体';opacity: 0.6;"; baseSpacStyle += "border:1px solid #fff;border-right:0;border-bottom:0;"; baseSpacStyle += "color:#fff;text-align:center; cursor:pointer; "; // var ulHTML = ""; for(var i = this._items.length -1; i >= 0; i--){ var spanStyle = ""; if( i==this._index ){ spanStyle = baseSpacStyle + "background:#00ff00;"; } else { spanStyle = baseSpacStyle + "background:#333333;"; } ulHTML += "
  • "; ulHTML += "" + (i+1) + " "; ulHTML += " "; } // var html = "
      "+ulHTML+"

    "+this._items[0].title+" "; this._container.innerHTML = html; var link = this._container.getElementsByTagName("A")[0]; link.style.width = w + "px"; link.style.height = h + "px"; link.style.background = 'url(' + this._items[0].img + ') no-repeat center top'; // this._timer = setInterval( "PImgPlayer.play()", this.intervalTime ); }, addItem : function( _title, _link, _imgURL ){ this._items.push ( {title:_title, link:_link, img:_imgURL } ); var img = new Image(); img.src = _imgURL; this._imgs.push( img ); }, play : function( index ){ if( index!=null ){ this._index = index; clearInterval( this._timer ); this._timer = setInterval( "PImgPlayer.play()", this.intervalTime ); } else { this._index = this._index= 0; i--){ var spanStyle = ""; if( i==this._index ){ spanStyle = baseSpacStyle + "background:#00ff00;"; } else { spanStyle = baseSpacStyle + "background:#333333;"; } ulHTML += "
  • "; ulHTML += "" + (i+1) + " "; ulHTML += " "; } this._container.getElementsByTagName("UL")[0].innerHTML = ulHTML; }, mouseOver : function(obj){ var i = parseInt( obj.innerHTML ); if( this._index!=i-1){ obj.style.color = "#ff0000"; } }, mouseOut : function(obj){ obj.style.color = "#fff"; } } // 结束后的下面#替换每个轮播banner图的链接地址 PImgPlayer.addItem( "Quad Core Android 4.2 TV Box Mini PC ", "#", "http://www.donnerdeal.com/promotion/model/images/example/1.jpg"); PImgPlayer.addItem( "LED Alarm Clock ", "#", "http://www.donnerdeal.com/promotion/model/images/example/2.jpg"); PImgPlayer.addItem( "Bluetooth Car Audio In Dash FM USB SD Mp3 Player ", "#", "http://www.donnerdeal.com/promotion/model/images/example/3.jpg"); PImgPlayer.addItem( "NUX TIME Force Guitar Effect Pedal ", "#", "http://www.donnerdeal.com/promotion/model/images/example/4.jpg"); PImgPlayer.addItem( "1 IN 2 OUT HDMI Amplifier Splitter ", "#", "http://www.donnerdeal.com/promotion/model/images/example/5.jpg"); PImgPlayer.addItem( "16MP Waterproof Digital Camera Camcorder ", "#", "http://www.donnerdeal.com/promotion/model/images/example/6.jpg"); PImgPlayer.addItem( "Lilliput 7 '663 IPS Field Monitor ", "#", "http://www.donnerdeal.com/promotion/model/images/example/7.jpg"); PImgPlayer.addItem( "Bluedio R+ 8 sound tracks Bluetooth Headphone ", "#", "http://www.donnerdeal.com/promotion/model/images/example/8.jpg"); PImgPlayer.addItem( "Lepai HiFi Amplifier Tripath LP-2020A+ Amp ", "#", "http://www.donnerdeal.com/promotion/model/images/example/9.jpg"); PImgPlayer.init( "banner", 1000, 380+24 );

    Shop Categories
    • Guitar Effect Pedals
    • Google TV Box
    • Lilliput Camera Monitor
    • Stereo Car Audio
    • LED Lighting
    • Guitar Accessories
    • Other Musical Instruments
    • Others

    Helpful Links
    • Visit our Store
    • Add to Favorite Seller
    • Sign Up For Newsletter
    • Contact Us
    • About Us
    • View Feedback

    Shopping

    If you have any questions, please email us for superior and joyful shopping experience.

    Contact us

     

    Gonex Packable Handy Lightweight Travel Backpack for trips travelWater resistant-USA


    BUY IT NOW     WATCH ITEM

    Item Description:
    Introduction:
    The Gonex packable backpack is made of high quality water and tear resistant nylon material , with abrasion resistant SBS metal zipper and reinforced more than 14 places with bartack process. Like a sandwich size after being folded, easy to carry , convenient and practical. It fits into an ultra-compact pouch, so you can easily pack it in your suitcase for use at their destination as an extra bag for the trip. Perfect for day trips, vacation, travel, day hikes, school, camping and shopping, etc.

    Features:
    *Made with high quality water and tear resistant nylon material, with SBS metal zipper and bartack process.
    *Main pocket is Large enough to carry what you need.
    *Outer smaller pocket great for quick access such as guide books and camera.
    *Pack-in pocket doubles as a inner pocket.
    *Breathable mesh shoulder straps.
    *Bottle holder on the both sides.
    *Easy to adjust the length and lock firmly .

    Specifications:
    Unfold size: 44 x 30 x15 cm (H x W x D)
    Compact Size: 16 x 16 cm (H x W x D)
    Capacity: 20 liters
    Weight: 185g

    Package included:
    1 x Gonex Packable Backpack(Dark green )

    Note:If you need other color,just check it here:
    http://www.ebay.com/itm/New-Foldable-Handy-Travel-Hiking-Daypack-Backpack-Camping-Rucksack-shoulder-Bags-/131354049753?

     

    • About Us
    • Paymennt
    • Shipping
    • Returns
    • Contact Us

    About Us:

    We are smart marketplace platform aiming to provide American buyers an easier, faster and more direct way to reach for quality products at attracting wholesale price with great efficiency from selected standard manufacturer sellers. By assisting manufacturer sellers to fulfill professional customer assistance service, efficient order delivery process and after-sale service, we commit to offering every buyer superior and joyful shopping experience.

    Payment:

    Before you place an order, please kindly make sure that you have a paypal account & Paypal confirmed address. We accept PAYPAL payment only.
    Money or Postal Orders / Personal Cheques / Cash payment are NOT accepted.
    Payment should be completed within 30 days of auction closing. Or unpaid dispute will be filed for closing auction.
    Paying by eCheque through PayPal can delay your shipment by up to two weeks while payment clears through the PayPal system (check with PayPal on the expected completed date). Once your eCheque payment clears, your item will be dispatched within 24 hours.

    Shipping:

    USA stock. All items will be dispatched within 1 business day after receipt of payment via USPS. It will takes 2-6 business days for delivery . The transit time is highly depended and provided by Postal Service, if you have any problem, please contact us.
    Please note that orders placed on weekends and public holidays will be despatched on the next working day.

    Returns:

    It is buyer's responsibility to contact us within 30 calendar days of receiving a defective product. Otherwise, no replacement or refund will be made. All items MUST be returned in their original condition. In order to return an item you must contact us to request a Return Merchandise Authorization Number (RMA).
    Buyer is responsible for shipping and proof of delivery on all returns.

    Contact us

    You are welcomed to contact us in eBay message. Please avoid contact us through e-mail as eBay message is the best way to protect both parties.
    Once you feel dissatisfied with the projects received, please try to contact us using E - mail contact and communication. We will be definitely responsible to you. Do not very direct and impulsive give a Neutral or Negati! Because the Neutral and Negativ cannot solve any problems! Thanks!
    If you are satisfied with our service, please donot hesitate to leave a 5 stars 100% positive feedback.

    Engineered for professional eBay sellers! document.write(""); document.write(""); document.write("");


    On Mar-21-15 at 21:17:38 PDT, seller added the following information:

    document.write("" + "");

    • Condition: New with tags
    • Brand: Gonex

  • PicClick Insights - Gonex Packable Handy Lightweight Travel Backpack for trips travelWater resistant PicClick Exclusive

    •  Popularity - 4 watchers, 0.8 new watchers per day, 5 days for sale on eBay. Very high amount watching. 1 sold, 0 available. Very high amount of bids.
    •  Best Price -
    •  Seller - 32,969+ items sold. 0% negative feedback. Good seller with good positive feedback and good amount of ratings.

    People Also Loved PicClick Exclusive