ÿþ< ! - -   B e g i n  
  
 / /   C H A N G E   A N Y   O F   T H E S E   V A R I A B L E S   T O   " n o "   O R   " y e s "   T O   T U R N   A N   O P T I O N   O F F   O R   O N  
  
 / /   O N L Y   U S E   l o w e r c a s e   F O R   A L L   O P T I O N S  
  
  
  
  
 v a r   p a r a g r a p h _ 1   	 =   " y e s " 	 	 / /   S H O W   T H E   1 S T   P A R A G R A P H  
 v a r   p a r a g r a p h _ 2   	 =   " y e s " 	 	 / /   S H O W   T H E   2 N D   P A R A G R A P H  
 v a r   s h o w i m a g e 	 	 =   " y e s " 	 	 / /   S H O W   A   S I D E B A R   I M A G E  
  
 v a r   t o p s p a c i n g 	 	 =   " 1 0 " 	 	 / /   N U D G E   S I D E B A R   D O W N  
 v a r   s i d e w i d t h 	 	 =   " 1 2 5 " 	 	 / /   S I D E B A R   W I D T H  
  
  
  
  
  
 / /   N U D G E   S P A C E R  
 d o c u m e n t . w r i t e ( ' < i m g   s r c = " p i c t s / s p a c e r . g i f "   h e i g h t = " ' + t o p s p a c i n g + ' "   w i d t h = " ' + s i d e w i d t h + ' " > < b r > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' < t a b l e   c e l l p a d d i n g = " 5 "   c e l l s p a c i n g = " 1 0 "   b o r d e r = " 0 "   c l a s s = " s i d e b a r t e x t - r i g h t " > < t r > < t d > ' ) ;  
  
  
  
  
  
  
  
 / /   S T A R T   R I G H T   S I D E B A R   A R E A   P A R A G R A P H   1   E D I T   T H I S   A R E A  
  
       i f   ( p a r a g r a p h _ 1   = =   " y e s " )   {  
  
 d o c u m e n t . w r i t e ( ' < f i e l d s e t > < l e g e n d > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' J a p a n e s e   C r a f t s < b r > < / l e g e n d > ' ) ;  
  
 d o c u m e n t . w r i t e ( '   J a p a n   h a s   a n   i m m e n s e l y   r i c h   v a r i e t y   o f   c r a f t s .   I n t r o d u c t i o n   o f   J a p a n e s e   t r a d i t i o n a l   c u l t u r e   a n d   m a s t e r   s k i l l s   o f   c r a f t s m a n   t o   t h e   w o r l d   i s   t h e   a i m   w e   h a v e   t a k e n   t o   h e a r t s .   T h i s   s t o r e   i s   m a k e   f o r   y o u   t o   i n t r o d u c e   o l d   b e a u t y   o f   J a p a n .   < b r > < a   h r e f = " j a p a n e s e - d o l l s . h t m "     t a r g e t = " _ t o p " > M o r e . . . . . . < / a > < b r > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' < / f i e l d s e t > ' ) ;  
 d o c u m e n t . w r i t e ( ' < b r > < b r > ' ) ;  
  
 }  
 / /   E N D   R I G H T   S I D E B A R   A R E A   P A R A G R A P H   1  
  
  
  
  
  
  
  
 / /   S M A L L   P I C T U R E   A R E A  
  
       i f   ( s h o w i m a g e   = =   " y e s " )   {  
  
 d o c u m e n t . w r i t e ( ' < b r > < c e n t e r > ' ) ;  
 d o c u m e n t . w r i t e ( ' < a   h r e f = " i n d e x . h t m " > < i m g   s r c = " f r o n t p i c / b l s a m u r a i . j p g "   b o r d e r = " 0 "   c l a s s = " b o r d e r s " > < / a > < b r > ' ) ;  
 d o c u m e n t . w r i t e ( ' < / c e n t e r > ' ) ;  
 d o c u m e n t . w r i t e ( ' < b r > < b r > ' ) ;  
 }  
  
  
  
  
  
  
  
 / /   S T A R T   R I G H T   S I D E B A R   A R E A   P A R A G R A P H   2   E D I T   T H I S   A R E A  
  
       i f   ( p a r a g r a p h _ 2   = =   " y e s " )   {  
  
 d o c u m e n t . w r i t e ( ' < f i e l d s e t > < l e g e n d > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' D e l i v e r y < b r > < / l e g e n d > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' W e   a r e   p l e a s e d   t o   o f f e r   w o r l d w i d e   s h i p p i n g .   I f   y o u   w o u l d   l i k e   t o   b u y   a n y   o f   o u r   g o o d s ,   p l e a s e   f i l l   o u t   i n   t h e   o r d e r   f o r m   w i t h   c o m p l e t e   s h i p p i n g   a d d r e s s . < b r > < a   h r e f = " a b o u t / d e l i v e r y . h t m "     t a r g e t = " _ t o p " > M o r e . . . . . . < / a > < b r > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' < / f i e l d s e t > ' ) ;  
 d o c u m e n t . w r i t e ( ' < b r > < b r > ' ) ;  
  
 }  
 / /   E N D   R I G H T   S I D E B A R   A R E A   P A R A G R A P H   2  
  
  
  
  
  
  
  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < / t a b l e > ' ) ;  
  
  
 / /   - -   E N D   - - > 
