ÿþ< ! - -   B e g i n  
  
 / /   N O T E :   I f   y o u   u s e   a   '   a d d   a   s l a s h   b e f o r e   i t   l i k e   t h i s   \ '  
  
  
 v a r   m e n u w i d t h 	 =   " 1 7 5 " 	     	 / /   O V E R A L L   M E N U   W I D T H  
 v a r   b o t m l i n e 	 =   " 2 5 " 	     	 / /   H E I G H T   O F   V E R T   L I N E   O V E R   M E N U  
  
  
 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 = " 0 "   c e l l s p a c i n g = " 0 "   b o r d e r = " 0 "   c l a s s = " p r i n t h i d e " > < t r > < t d > ' ) ;  
 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 = " 1 0 "   W I D T H = " 1 0 " > < b r > ' ) ;  
 d o c u m e n t . w r i t e ( ' < / t d > < t d   v a l i g n = " t o p "   a l i g n = " l e f t " > ' ) ;  
 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 = " 0 "   c e l l s p a c i n g = " 0 "   b o r d e r = " 0 " > < t r > < t d > ' ) ;  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d   c l a s s = " m e n u - l i n e " > ' ) ;  
  
  
  
 / /   S T A R T   M E N U   L I N K S  
  
 / /   N O T E :   C O P Y   A N D   P A S T E   T H E   N E X T   2   L I N E S   T O   M A K E   A   N E W   L I N K  
  
  
  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d > ' ) ;  
 d o c u m e n t . w r i t e ( ' < a   h r e f = " p a y m e n t . h t m "   c l a s s = " m e n u - l o w e r " > O r d e r   &   P a y m e n t < / a > < b r > ' ) ;  
  
  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d > ' ) ;  
 d o c u m e n t . w r i t e ( ' < a   h r e f = " d e l i v e r y . h t m "   c l a s s = " m e n u - l o w e r " > D e l i v e r y < / a > < b r > ' ) ;  
  
  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d > ' ) ;  
 d o c u m e n t . w r i t e ( ' < a   h r e f = " c o n t a c t . h t m "   c l a s s = " m e n u - l o w e r " > C o n t a c t s < / a > < b r > ' ) ;  
  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < t r > < t d > ' ) ;  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < / t a b l e > ' ) ;  
 d o c u m e n t . w r i t e ( ' < / t d > < / t r > < / t a b l e > ' ) ;  
  
  
 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 = " ' + p a g e h e i g h t + ' "   w i d t h = " 1 0 " > < b r > ' ) ;  
  
  
  
 / /     E n d   - - > 
