function callExternalInterface()
	{
	thisMovie("flashmainFlash").openMovie();
	}

function thisMovie(movieName)
	{
	if (navigator.appName.indexOf("Microsoft") != -1)
		{
		return window[movieName]
		}
	else
		{
		return document[movieName]
		}
	}

//
// Browser-specific CSS

if (is_ie6 && !is_ie7)
	{
	document.write('<link rel="stylesheet" type="text/css" media="screen, projection" href="'+ roothost +'/css/ie.css" />');
	}
if (is_ie7)
	{
	document.write('<link rel="stylesheet" type="text/css" media="screen, projection" href="'+ roothost +'/css/ie7.css" />');
	}
if (is_opera)
	{
	document.write('<link rel="stylesheet" type="text/css" media="screen, projection" href="'+ roothost +'/css/opera.css" />');
	}
if (is_safari)
	{
	document.write('<link rel="stylesheet" type="text/css" media="screen, projection" href="'+ roothost +'/css/safari.css" />');
	}

