function one () {
	// flash file set up
	var flash_file_name   = "flash/ban_vse4000.swf";
	var flash_file_width  = 580;
	var flash_file_height = 301;
	var flash_file_base   = "index.htm";
	
	// image file set up
	var image_file_name   = "images/ban_vse4000.jpg";
	var image_file_width  = 580;
	var image_file_height = 301;
	var image_class_name  = "inlineimage";
	var image_alt_text    = "";
	var image_map_name    = "";
	var image_url 		  = "index.htm";
	
	var display_flash_file = ( is_moz || is_nav4up || is_ie4up ) ? has_flash() : false;
	var result = ( display_flash_file ) ? display_flash( flash_file_name, flash_file_width, flash_file_height, flash_file_base ) : display_image( image_file_name, image_file_width, image_file_height, image_class_name, image_alt_text, image_map_name, image_url );
}
function two () {
	// flash file set up
	var flash_file_name   = "flash/ban_lcddisplay.swf";
	var flash_file_width  = 584;
	var flash_file_height = 294;
	var flash_file_base   = "index.htm";
	
	// image file set up
	var image_file_name   = "images/ban_lcddisplay.jpg";
	var image_file_width  = 584;
	var image_file_height = 294;
	var image_class_name  = "inlineimage";
	var image_alt_text    = "";
	var image_map_name    = "";
	var image_url 		  = "index.htm";
	
	var display_flash_file = ( is_moz || is_nav4up || is_ie4up ) ? has_flash() : false;
	var result = ( display_flash_file ) ? display_flash( flash_file_name, flash_file_width, flash_file_height, flash_file_base ) : display_image( image_file_name, image_file_width, image_file_height, image_class_name, image_alt_text, image_map_name, image_url );
}


var cases = 2;
var random = Math.random();
var winner = Math.ceil ( cases*random );

switch ( winner ) {

	case 1:
		one();
		break;
		
	case 2:
		two();
		break;
		
	default:
		two();
		break;	

}

//document.write( "<scr" + "ipt src=\"" + rootDirectory + "/scripts../../../../../flash/dsp_flash_" + flash_file + ".js\" type=\"text/javascript\"><\/scr" + "ipt>" );