// functions
function Mix_a56ClickFn()
{
	Mix_ConsolePrint(2,"Mix_a56ClickFn");
	Mix_ChangeAlternate("Presentation", 128, "", "");
}
function Mix_a100ClickFn()
{
	Mix_ConsolePrint(2,"Mix_a100ClickFn");
	Mix_ChangeAlternate("Presentation", 256, "", "");
}
function Mix_a225ClickFn()
{
	Mix_ConsolePrint(2,"Mix_a225ClickFn");
	Mix_ChangeAlternate("Presentation", 512, "", "");
}
function Mix_frewClickFn()
{
	Mix_ConsolePrint(2,"Mix_frewClickFn");
	Mix_GotoMarker("marker");
}
function Mix_frewMouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_frewMouseOutFn");
	Mix_RestoreImage("frew");
}
function Mix_frewMouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_frewMouseOverFn");
	Mix_ChangeAsset("frew", "down_rew_gif");
}
function Mix_rewClickFn()
{
	Mix_ConsolePrint(2,"Mix_rewClickFn");
	Mix_GotoPreviousMarker("slides");
}
function Mix_rewMouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_rewMouseOutFn");
	Mix_RestoreImage("rew");
}
function Mix_rewMouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_rewMouseOverFn");
	Mix_ChangeAsset("rew", "down_prev_gif");
}
function Mix_forwardClickFn()
{
	Mix_ConsolePrint(2,"Mix_forwardClickFn");
	Mix_GotoNextMarker("slides");
}
function Mix_forwardMouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_forwardMouseOutFn");
	Mix_RestoreImage("forward");
}
function Mix_forwardMouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_forwardMouseOverFn");
	Mix_ChangeAsset("forward", "down_next_gif");
}
function Mix_ffClickFn()
{
	Mix_ConsolePrint(2,"Mix_ffClickFn");
	Mix_GotoMarker("marker30");
}
function Mix_ffMouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_ffMouseOutFn");
	Mix_RestoreImage("ff");
}
function Mix_ffMouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_ffMouseOverFn");
	Mix_ChangeAsset("ff", "down_ffv_gif");
}
function Mix_aboutClickFn()
{
	Mix_ConsolePrint(2,"Mix_aboutClickFn");
	Mix_ChangeSelection("select", "aboutgroup");
}
function Mix_aboutSeg1MouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_aboutSeg1MouseOutFn");
	Mix_RestoreImage("about");
}
function Mix_aboutSeg1MouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_aboutSeg1MouseOverFn");
	Mix_ChangeAsset("about", "over_about_gif");
}
function Mix_contentClickFn()
{
	Mix_ConsolePrint(2,"Mix_contentClickFn");
	Mix_ChangeSelection("select", "contentgroup");
}
function Mix_contentSeg1MouseOutFn()
{
	Mix_ConsolePrint(2,"Mix_contentSeg1MouseOutFn");
	Mix_RestoreImage("content");
}
function Mix_contentSeg1MouseOverFn()
{
	Mix_ConsolePrint(2,"Mix_contentSeg1MouseOverFn");
	Mix_ChangeAsset("content", "over_content_gif");
}
