// Create with Agility Presenter from Anystream, Inc. For more
// information on this product see www.agilitypresenter.com.

var allowAnimations = true;
var PreviousSlide;
var PreviousSlide;
var CurrentSlide;
var CurrentIndex;
var PreviousIndex;
var lngMP70;
var initialOutlineButton = true;

function IsFramesMode(){return true;}
function SldUpdated( slideID ){}
function IsFullScrMode(){return false;}
function HideMenu(){return false;}

var slideLocations=new Array("information.htm",             "slide280_files/slide0025.htm",
             "slide256_files/slide0001.htm",
             "slide257_files/slide0002.htm",
             "slide258_files/slide0003.htm",
             "slide259_files/slide0004.htm",
             "slide261_files/slide0006.htm",
             "slide262_files/slide0007.htm",
             "slide263_files/slide0008.htm",
             "slide264_files/slide0009.htm",
             "slide265_files/slide0010.htm",
             "slide266_files/slide0011.htm",
             "slide267_files/slide0012.htm",
             "slide268_files/slide0013.htm",
             "slide269_files/slide0014.htm",
             "slide273_files/slide0018.htm",
             "slide274_files/slide0019.htm",
             "slide275_files/slide0020.htm",
             "slide272_files/slide0017.htm",
             "slide276_files/slide0021.htm",
             "slide277_files/slide0022.htm",
             "slide278_files/slide0023.htm",
             "slide281_files/slide0026.htm",
             "slide282_files/slide0027.htm",
             "slide283_files/slide0028.htm",
             "slide279_files/slide0024.htm",
             "pageselect.htm",
             "outline.htm",
             "search.htm",
             "thumbnail.htm",
             "timeline.htm",
             "toggleoutline.htm");

function GenerateLocation()
{
	href=new String(parent.location.href)
	End=href.lastIndexOf('/')+1
	return href.substring(0, End)
}

function GoToSldNoSync( href )
{
    if( SlideArea != null )
    {
    	if( SlideArea.event ) SlideArea.event.cancelBubble=true
    	if( href == 1 )
    		SlideArea.location.href=GenerateLocation() + "slide280_files/slide0025.htm"
	    else if( href == 280 )
		    SlideArea.location.href=GenerateLocation() + "slide280_files/slide0025.htm"
	    else if( href == 256 )
		    SlideArea.location.href=GenerateLocation() + "slide256_files/slide0001.htm"
	    else if( href == 257 )
		    SlideArea.location.href=GenerateLocation() + "slide257_files/slide0002.htm"
	    else if( href == 258 )
		    SlideArea.location.href=GenerateLocation() + "slide258_files/slide0003.htm"
	    else if( href == 259 )
		    SlideArea.location.href=GenerateLocation() + "slide259_files/slide0004.htm"
	    else if( href == 261 )
		    SlideArea.location.href=GenerateLocation() + "slide261_files/slide0006.htm"
	    else if( href == 262 )
		    SlideArea.location.href=GenerateLocation() + "slide262_files/slide0007.htm"
	    else if( href == 263 )
		    SlideArea.location.href=GenerateLocation() + "slide263_files/slide0008.htm"
	    else if( href == 264 )
		    SlideArea.location.href=GenerateLocation() + "slide264_files/slide0009.htm"
	    else if( href == 265 )
		    SlideArea.location.href=GenerateLocation() + "slide265_files/slide0010.htm"
	    else if( href == 266 )
		    SlideArea.location.href=GenerateLocation() + "slide266_files/slide0011.htm"
	    else if( href == 267 )
		    SlideArea.location.href=GenerateLocation() + "slide267_files/slide0012.htm"
	    else if( href == 268 )
		    SlideArea.location.href=GenerateLocation() + "slide268_files/slide0013.htm"
	    else if( href == 269 )
		    SlideArea.location.href=GenerateLocation() + "slide269_files/slide0014.htm"
	    else if( href == 273 )
		    SlideArea.location.href=GenerateLocation() + "slide273_files/slide0018.htm"
	    else if( href == 274 )
		    SlideArea.location.href=GenerateLocation() + "slide274_files/slide0019.htm"
	    else if( href == 275 )
		    SlideArea.location.href=GenerateLocation() + "slide275_files/slide0020.htm"
	    else if( href == 272 )
		    SlideArea.location.href=GenerateLocation() + "slide272_files/slide0017.htm"
	    else if( href == 276 )
		    SlideArea.location.href=GenerateLocation() + "slide276_files/slide0021.htm"
	    else if( href == 277 )
		    SlideArea.location.href=GenerateLocation() + "slide277_files/slide0022.htm"
	    else if( href == 278 )
		    SlideArea.location.href=GenerateLocation() + "slide278_files/slide0023.htm"
	    else if( href == 281 )
		    SlideArea.location.href=GenerateLocation() + "slide281_files/slide0026.htm"
	    else if( href == 282 )
		    SlideArea.location.href=GenerateLocation() + "slide282_files/slide0027.htm"
	    else if( href == 283 )
		    SlideArea.location.href=GenerateLocation() + "slide283_files/slide0028.htm"
	    else if( href == 279 )
		    SlideArea.location.href=GenerateLocation() + "slide279_files/slide0024.htm"

    }
}
