ÿþf u n c t i o n   a p r i m o d u l o   ( )   {  
 l a r g h e z z a   =   5 7 0 ;  
 a l t e z z a   =   ( s c r e e n . h e i g h t ) / 1 . 1 ;  
 v a r   x   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - l a r g h e z z a ) / 2   :   0 ;  
 v a r   u r l   =   " m o d u l o . h t m " ;  
 v a r   n a m e   =   " m o d u l o " ;  
 v a r   o p t i o n s   =   " t o o l b a r = n o , l o c a t i o n = n o , d i r e c t o r i e s = n o , s t a t u s = y e s , m e n u b a r = y e s , s c r o l l b a r s = y e s , r e s i z a b l e = y e s , w i d t h = "   +   l a r g h e z z a   +   " , h e i g h t = "   +   a l t e z z a   +   " , l e f t = "   +   x   +   " , t o p = 0 " ;  
 f i n e s t r a = w i n d o w . o p e n ( u r l , n a m e , o p t i o n s ) ;  
 f i n e s t r a . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   g a r a n z i e ( u r l )   {  
 l a r g h e z z a   =   4 7 0 ;  
 a l t e z z a   =   3 2 0 ;  
 v a r   x   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - l a r g h e z z a ) / 2   :   0 ;  
 v a r   y   =   ( s c r e e n . h e i g h t )   ?   ( s c r e e n . h e i g h t - a l t e z z a ) / 2   :   0 ;  
 f i n e s t r a   =   w i n d o w . o p e n ( u r l , " g a r a n z i e " , " w i d t h = "   +   l a r g h e z z a   +   " , h e i g h t = "   +   a l t e z z a   +   " , l e f t = "   +   x   +   " , t o p = "   +   y + " ,   s c r o l l b a r s = n o " ) ;  
 f i n e s t r a . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   s t a m p e ( u r l )   {  
 l a r g h e z z a   =   6 0 0 ;  
 a l t e z z a   =   5 3 0 ;  
 v a r   x   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - l a r g h e z z a ) / 2   :   0 ;  
 f i n e s t r a   =   w i n d o w . o p e n ( u r l , " s t a m p e " , " w i d t h = "   +   l a r g h e z z a   +   " , h e i g h t = "   +   a l t e z z a   +   " , l e f t = "   +   x   +   " , t o p = 0 ,   s c r o l l b a r s = y e s " ) ;  
 f i n e s t r a . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   a r t i c o l i ( u r l )   {  
 l a r g h e z z a   =   ( s c r e e n . w i d t h ) / 1 . 2 ;  
 a l t e z z a   =   ( s c r e e n . h e i g h t ) / 1 . 1 ;  
 v a r   x   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - l a r g h e z z a ) / 2   :   0 ;  
 f i n e s t r a = w i n d o w . o p e n ( u r l , " a r t i c o l i " , " w i d t h = "   +   l a r g h e z z a   +   " , h e i g h t = "   +   a l t e z z a   +   " , l e f t = "   +   x   +   " , t o p = 0 , s c r o l l b a r s = y e s , s t a t u s = n o " ) ;  
 f i n e s t r a . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   c e n t r i ( u r l )   {  
 l a r g h e z z a   =   ( s c r e e n . w i d t h ) / 1 . 0 1 ;  
 a l t e z z a   =   ( s c r e e n . h e i g h t ) / 1 . 0 4 ;  
 v a r   x   =   ( s c r e e n . w i d t h )   ?   ( s c r e e n . w i d t h - l a r g h e z z a ) / 2   :   0 ;  
 v a r   o p t i o n s   =   " t o o l b a r = n o , l o c a t i o n = y e s , d i r e c t o r i e s = n o , s t a t u s = n o , m e n u b a r = n o , r e s i z a b l e = n o , s c r o l l b a r s = y e s , w i d t h = "   +   l a r g h e z z a   +   " , h e i g h t = "   +   a l t e z z a   +   " , l e f t = 0 , t o p = 0 " ;  
 f i n e s t r a = w i n d o w . o p e n ( u r l , " c e n t r i " , o p t i o n s ) ;  
 f i n e s t r a . f o c u s ( ) ;  
 }  
  
 f u n c t i o n   h o t e l ( )   {    
 w i n d o w . o p e n ( " h t t p : / / w w w . v i s m a r r e d o . i t / i n d e x . h t m l " , " " , " f u l l s c r e e n = 1 , s c r o l l b a r s = 0 " ) ;    
 } 
