If you want to avoid using the .shtml extension, you can put the following lines in your .htaccess file, it will cause the server to parse ssi with the html extension.
Code:
AddType text/html .shtml .html
AddHandler server-parsed .shtml .html
I'm assuming an apache setup :)