function start()
{
       if( (navigator.appVersion.indexOf("Mac") != -1) && (navigator.appVersion.indexOf("MSIE") != -1) )
       		{
       		window.location = "start_flash.html";
       		}
       else
       		{
       		window.location = "start_e.html";
       		}
}