MB_Home = new Image();						MB_Home.src 					= "gfx/mm_mover/home.gif";
MB_Synthesis = new Image();				MB_Synthesis.src 			= "gfx/mm_mover/synthesis.gif";
MB_Features = new Image();				MB_Features.src 			= "gfx/mm_mover/features.gif";
MB_Screens = new Image();					MB_Screens.src 				= "gfx/mm_mover/screens.gif";
MB_Application = new Image(); 		MB_Application.src 		= "gfx/mm_mover/application.gif";
MB_DemoVersion = new Image();			MB_DemoVersion.src 		= "gfx/mm_mover/demo_version.gif";
MB_Samples = new Image(); 				MB_Samples.src 				= "gfx/mm_mover/samples.gif";
MB_FAQ = new Image(); 						MB_FAQ.src 						= "gfx/mm_mover/faq.gif";
MB_Contact = new Image();					MB_Contact.src 				= "gfx/mm_mover/contact.gif";

MB_Home_MO = new Image();					MB_Home_MO.src 				= "gfx/mm_inactive/home.gif";
MB_Synthesis_MO = new Image();		MB_Synthesis_MO.src 	= "gfx/mm_inactive/synthesis.gif";
MB_Features_MO = new Image();			MB_Features_MO.src 		= "gfx/mm_inactive/features.gif";
MB_Screens_MO = new Image();			MB_Screens_MO.src 		= "gfx/mm_inactive/screens.gif";
MB_Application_MO = new Image();	MB_Application_MO.src = "gfx/mm_inactive/application.gif";
MB_DemoVersion_MO = new Image();	MB_DemoVersion_MO.src = "gfx/mm_inactive/demo_version.gif";
MB_Samples_MO = new Image();			MB_Samples_MO.src 		= "gfx/mm_inactive/samples.gif";
MB_FAQ_MO = new Image();					MB_FAQ_MO.src 				= "gfx/mm_inactive/faq.gif";
MB_Contact_MO = new Image();			MB_Contact_MO.src 		= "gfx/mm_inactive/contact.gif";

function ShowMO(but) {
	if ( but == "Home" ) 								document.images.HomeButton.src = MB_Home.src;
	else if ( but == "Synthesis" )  		document.images.SynthesisButton.src = MB_Synthesis.src;
	else if ( but == "Features" )				document.images.FeaturesButton.src = MB_Features.src;
	else if ( but == "Screens" )				document.images.ScreensButton.src = MB_Screens.src;
	else if ( but == "Application" )		document.images.ApplicationButton.src = MB_Application.src;
	else if ( but == "Demo Version" )		document.images.DemoVersionButton.src = MB_DemoVersion.src;
	else if ( but == "Samples" )				document.images.SamplesButton.src = MB_Samples.src;
	else if ( but == "FAQ" )						document.images.FAQButton.src = MB_FAQ.src;
	else if ( but == "Contact" )				document.images.ContactButton.src = MB_Contact.src;		
}

function ShowNorm(but) {
	if ( but == "Home" ) 								document.images.HomeButton.src = MB_Home_MO.src;
	else if ( but == "Synthesis" )  		document.images.SynthesisButton.src = MB_Synthesis_MO.src;
	else if ( but == "Features" )				document.images.FeaturesButton.src = MB_Features_MO.src;
	else if ( but == "Screens" )				document.images.ScreensButton.src = MB_Screens_MO.src;
	else if ( but == "Application" )		document.images.ApplicationButton.src = MB_Application_MO.src;
	else if ( but == "Demo Version" )		document.images.DemoVersionButton.src = MB_DemoVersion_MO.src;
	else if ( but == "Samples" )				document.images.SamplesButton.src = MB_Samples_MO.src;
	else if ( but == "FAQ" )						document.images.FAQButton.src = MB_FAQ_MO.src;
	else if ( but == "Contact" )				document.images.ContactButton.src = MB_Contact_MO.src;		
}

function ShowFeature(URL, Target, Parameter) {
	window.open(URL, Target, Parameter);
}

function ShowScreenshot(URL) {
	window.open(URL, "Screenshot","menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes");
}

function GoMSWeb(language) {
	if (language == "de")
		window.open("http://www.microsoft.com/downloads/search.asp?LangID=10&LangDIR=DE","MicrosoftWebsite");
	else if (language =="en")
		window.open("http://www.microsoft.com/downloads/search.asp?","MicrosoftWebsite");
}

function GetWinZip(language) {
	if (language == "de")
		window.open("http://www.winzip.de/","WinzipWebsite");
	else if (language =="en")
		window.open("http://www.winzip.com/","WinzipWebsite");		
}