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

function showMetorBike(){
  thisMovie("flashContainer").showMetorBike();
	if($('metro_button'))
	{
		$('metro_button').src = $('metro_button').src.replace(/_off/i,'_on');
		$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
	}
}

function showHybridBike(){
  thisMovie("flashContainer").showHybridBike();
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_off/i,'_on');
}



function showMetorBike_us(){
  thisMovie("flashContainer").showBikeByIdx(1);
	if($('metro_button'))
	{
		$('metro_button').src = $('metro_button').src.replace(/_off/i,'_on');
		$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
		$('hybrid_auto_button').src = $('hybrid_auto_button').src.replace(/_on/i,'_off');
	}
}

function showHybridBike_us(){
  thisMovie("flashContainer").showBikeByIdx(3);
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_off/i,'_on');
	$('hybrid_auto_button').src = $('hybrid_auto_button').src.replace(/_on/i,'_off');
}

function showHybridAutoBike_us(){
  thisMovie("flashContainer").showBikeByIdx(5);
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
	$('hybrid_auto_button').src = $('hybrid_auto_button').src.replace(/_off/i,'_on');
}





function showMarathon(){
	thisMovie("flashContainer").showBikeByIdx(1);
	
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
	$('marathon_button').src = $('marathon_button').src.replace(/_off/i,'_on');
	$('marathon_lite_button').src = $('marathon_lite_button').src.replace(/_on/i,'_off');
  $('velociti_button').src = $('velociti_button').src.replace(/_on/i,'_off');
}

function showMarathonLite(){
	thisMovie("flashContainer").showBikeByIdx(2);

	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');	
	$('marathon_button').src = $('marathon_button').src.replace(/_on/i,'_off');
	$('marathon_lite_button').src = $('marathon_lite_button').src.replace(/_off/i,'_on');
  $('velociti_button').src = $('velociti_button').src.replace(/_on/i,'_off');
}

function showVelociti(){
	thisMovie("flashContainer").showBikeByIdx(3);
	
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
	$('marathon_button').src = $('marathon_button').src.replace(/_on/i,'_off');
	$('marathon_lite_button').src = $('marathon_lite_button').src.replace(/_on/i,'_off');
  $('velociti_button').src = $('velociti_button').src.replace(/_off/i,'_on');
}

function showMetro(){
	thisMovie("flashContainer").showBikeByIdx(4);
	
	$('metro_button').src = $('metro_button').src.replace(/_off/i,'_on');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_on/i,'_off');
	$('marathon_button').src = $('marathon_button').src.replace(/_on/i,'_off');
	$('marathon_lite_button').src = $('marathon_lite_button').src.replace(/_on/i,'_off');
  $('velociti_button').src = $('velociti_button').src.replace(/_on/i,'_off');
}

function showHybrid(){
	thisMovie("flashContainer").showBikeByIdx(6);
	
	$('metro_button').src = $('metro_button').src.replace(/_on/i,'_off');
	$('hybrid_button').src = $('hybrid_button').src.replace(/_off/i,'_on');
	$('marathon_button').src = $('marathon_button').src.replace(/_on/i,'_off');
	$('marathon_lite_button').src = $('marathon_lite_button').src.replace(/_on/i,'_off');
  $('velociti_button').src = $('velociti_button').src.replace(/_on/i,'_off');
}