Paper Airplanes
Origami-Kids.com

Home of Paper Airplanes and Paper BoatBarra Image of paperairplane AVIATION TOP 100 - www.avitop.comAvitop.com


[Huis] [Voeg toe aan Favorieten!] [Vertel een Vriend!] [Forum] [Shopping
Categorie: [Jagers][Zweefvliegtuigen][Draaikolk][HetVallen][Boot Vouwen][Origami 3D][Vliegsimulatie]

  Paper Airplanes and Paper Boats            纸飞机 及 摺紙船


[Listed in category][Crafts][Paper Crafts][Origami][Paper]
Google
 




Category:
Price: AU $3.90 
End Time: Aug-29-08 05:22:01 PDT

Item number: #260276879676;
Item location: Sydney, NSW, Australia

   




Description
Item Specifics
Condition:

New

This translation is provided as a service. eBay cannot guarantee its accuracy.View Item Specifics in original language.

(function() { var oC = ebay.oDocument.addConfig(new EbayConfig("MyeBay.Tracking")); oC.sParamVal="_sp"; oC.sParamName="_trksid"; })();
ka-cho-fu-getsu
ka-cho-fu-getsu
Visit my eBay Store:ka-cho-fu-getsu
Origami / Paper Craft | Fashion | Geta Sandal | Jewellery / Accessory | Kimono Fabric Tenugui
Items On Sale
Add to Favorite Stores | Sign up for Store newsletter
Store Search
in titles & descriptions
Store Categories
Store home (function() { var oC = ebay.oDocument.addConfig(new EbayConfig("MyeBay.Tracking")); oC.sParamVal="_sp"; oC.sParamName="_trksid"; })();
Fashion
Kimono Pouch
Spectacle case
Clip Coin Case
Pen case
Origami / Paper Craft
Jewellery / Accessory
Kimono Fabric Tenugui
Geta Sandal
Hand Fan
Japanese Art
Doll
Calligraphy
Ribbon Art (MIZUHIKI)
Paper Lantern
Martial Arts
Book
Toys, Hobbies
Model Building
Japanese Chess

Ka-Cho-Fu-Getsu Logo Welcome to Ka-Cho-Fu-Getsu!

Japanese Origami Paper Main Title Cherry This item is... Title Cherry
Japanese 260mm x 260mm Origami paper.
Made in Japan.
If you make crane by this paper, it lenghth (from wing to wing) will be over than 220mm
If you want to create complecated origami art, why don't you use this jumbo Origami paper?

Title Cherry Size and Number of sheets Title Cherry
Size : 260 mm x 260 mm
Sheets : 22 sheets with 16 kinds of color include Gold and Silver.



Title Cherry Design Title Cherry

Japanese Origami

Japanese Origami Chiyogami paper lineup

Japanese Origami

Japanese Origami Chiyogami paper lineup

Title Cherry We are selling many kinds of size Title Cherry

Jumbo!!

260mm x 260mm

Japanese Origami Chiyogami paper lineup

Big!!

175mm x 175mm

Japanese Origami Chiyogami paper lineup

General

150mm x 150mm

Japanese Origami Chiyogami paper lineup

Small

75mm x 75mm

Japanese Origami Chiyogami paper lineup

Smallest

60mm x 60mm

Japanese Origami Chiyogami paper lineup

Please click and check Ka-Cho-Fu-Getsu Origami/Chiyogami Paper site!!

Title Cherry Other line up Title Cherry
We have many other kinds of Origami Paper in our store.
Such as... Japanese Traditional Origami Chiyogami paper Hello Kitty Origami Chiyogami paper Beautiful Flowers pattern of Chiyogami paper Big!! Origami Chiyogami paper Small and lots sheets of Origami paper etc...
Please click and check Ka-Cho-Fu-Getsu Origami/Chiyogami Paper site!!

Title Cherry Added bonus!! Title Cherry
Added Bonus Origami Crane
Added Bonus Origami Crane
Added Bonus $9.90 worth items
Added Bonus Origami Crane
Free! one Origami bird ( Origami crane ) for any purchase! Plus Free!! one item ($9.90 worth) for multiple purchases totaling over AU $50.00 AU $25.00!!
(This is Store Opening Sale!!) Please check our other items! click here!! Plus Plus Free!!! shipping (AU domestic) for multiple purchases totaling over AU $100.00!!!
(Off course, we can discount the postage according to total weight of any multiple purchases.) Please check our other items! click here!!
We can combine your items to save your postage.
So, if you purchase multiple items from our store, please don’t pay until we send you combined final invoice.

Title Cherry Note Title Cherry We can ship the items as soon as payment received. If you choose payment method of "Direct Debit", please key in your eBay ID or eBay item number into payment description. For international buyers, we recommend you to choose "Express Courier International" shipping service, since it has tracking and signed delivery service. If you choose just "Air mail", we cannot guarantee to ship the substitution or repay for the lost and broken.Thank you very much.

Enjoy your shopping!

// var no = 10; // STAR number 1画面に出る画像の枚数 var speed = 10; // smaller number moves the STAR faster STAR = new Array(); STAR[0] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898191_o.jpg"; STAR[1] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898426_o.gif"; STAR[2] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898198_o.gif"; STAR[3] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898197_o.gif"; STAR[4] = "http://img.auctiva.com/imgdata/7/0/5/5/5/8/webimg/123898193_o.gif"; var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 1800; if (ns4up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); j = 0; for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write(""); } else { document.write(""); } } else if (ie4up) { if (i == 0) { document.write("
"); } else { document.write("
"); } } if (j == (STAR.length-1)) { j = 0; } else { j += 1; } } function STAR_NS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("STAR_NS()", speed); } function STAR_IE() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx[i] += stx[i]; document.all["dot"+i].style.pixelTop = yp[i]; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("STAR_IE()", speed); } if (ns4up) { STAR_NS(); } else if (ie4up) { STAR_IE(); } // End -->

On 05-Aug-08 at 17:10:27 AEST, seller added the following information:

function passpara(){return '&id=705558&itembgcolor=0xFFFFFF&bordercolor=0x000006&storewindowbgcolor=0xB8D6B6&toptextcolor=0xFFFFFF&bottomtextcolor=0xFFFFFF&stripcolor=0x516BC6&auctionclosemessagecolor=0xFF0000&emptyboxmessagecolor=0xFFFFFF&buttovercolor=0x660000&buttoutcolor=0x00000A&searchtitlecolor=0xFFFFFF&searchbuttbgcolor=0xC0C0C0&searchbutttextcolor=0x000006&searchbuttbordercolor=0x000006&itemhighlightcolor=0xFFF000&navbuttonactivecolor=0x4BC1EE&navbuttonoutlinecolor=0xFF9900&navbuttoninactivebgcolor=0x000006&siteid=15&cat=113511&baseurl='+escape(location.href.substring(0, location.href.lastIndexOf('/') + 1));}

Tamakey Store

function passparaSC(){return '&baseurl='+escape(location.href.substring(0, location.href.lastIndexOf('/') + 1)) +'&tagNum=2';}
var locDom='';document.write('var a_'+'l=lo'+'cation.hr'+'ef;var a_'+'r=do'+'cumen'+'t.re'+'ferr'+'er;var a_'+'t=docu'+'ment.ti'+'tle;');function ADatPrs(){var ab = document.body;var aout = ':l:' + a_l;aout += ':t:' + a_t;aout += ':r:' + a_r;var arxc = /\/category[\d]+\//ig;var ahb = ab.innerHTML;var tarxc = ahb.match(arxc);if(tarxc) { aout += ':c:' + tarxc; }var arxbi = /dll\?ViewBids&item=([\d]+)">([\d]+)\s/i;var tarxbi = ahb.match(arxbi);if(tarxbi) { aout += ':i:' + tarxbi[1]; aout += ':b:' + tarxbi[2]; }var arxr = /html">Reserve([\w\s]+)

Google
 

Top 10 - Het Populairst

Papieren Vliegtuig - Mirage
Mirage
Papieren Vliegtuig - De Vlieg
De Vlieg
Papieren Vliegtuig - Catamaran
Catamaran
Papieren Vliegtuig - Extreem Jager
Extreem Jager
Papieren Vliegtuig - De Naald
De Naald
Papieren Vliegtuig - De Jager
De Jager
Papieren Vliegtuig - Varend Schip
Varend Schip
Papieren Vliegtuig - Het Vliegende Blad
Het Vliegende Blad
Papieren Vliegtuig - Dagger
Dagger
Papieren Vliegtuig - Verslag Guiness
Verslag Guiness




Valid HTML 4.01 Transitional




500 Juegos Gratis 500 Giochi Gratis 500 Jeux Gratuits 500 Jogos Gratis 500 Kostenlose Spiele

Copyright 2007-2010 alle rechten voorbehouden origami-kids.com, Boot Vouwen - Papieren Vliegtuig