if (navigator.appName == 'Microsoft Internet Explorer') {
splashmovie();
findCoordinates(document.getElementById('menuTable'));
showswf();
document.write("<map name='AZXC' id='AZXC'>");
document.writeln("<area shape='rect' coords='-1,1,780,22' href='javascript: showswf();' alt=''>");
document.writeln("</map>");
} else {
//Do Nothing
splashmovie();
findCoordinates(document.getElementById('menuTable'));
showswf();
document.write("<map name='AZXC' id='AZXC'>");
document.writeln("<area shape='rect' coords='-1,1,780,22' href='javascript: showswf();' alt=''>");
document.writeln("</map>");
}