<!-- Last Modified Date -->

<!--

w = screen.width ;
h = screen.height ;

if ( ( w < 1024 ) || ( h < 768 ) ) alert ("1024 x 768 monitor is better.") ;
 
//-->

