/////////////// PLACE APPROPRIATE FLASH OR HTML CODE ON PAGE ////////////////

// Client: Pareja Lecaros.
// Written by: Chris Tapay

 	var flashMovieName; //flash movie url
	var imgNoFlash; //image replacement url
	var width;
	var height;
	var id; //div box id

//////  BOX 1 //////

	//setting the properties of the movie 
	flashMovieName='banners/banner_Clinica.swf';
	imgNoFlash='images/LEC_img_Clinica.jpg';
	width='184';
	height='146';
	id='bannerBOX1';
	
	//no-flash version
	document.write ('<div id="'+id+'" style="float:left; margin-right:5px"><a href="productos.php#Clinica"><img src="'+imgNoFlash+'" border="0" width="'+width+'" height="'+height+'"></a></div>');
	
	//flash version
	var FO1 = { movie:flashMovieName, width:width, height:height, majorversion:"6", build:"40", wmode:"transparent"};
	UFO.create(FO1, id);
	FO1 = null;


//////  BOX 2 //////

//setting the properties of the movie 
	flashMovieName='banners/banner_Lab.swf';
	imgNoFlash='images/LEC_img_Lab.jpg';
	width='184';
	height='146';
	id='bannerBOX2';
	
	//no-flash version
	document.write ('<div id="'+id+'" style="float:left; background: #cccccc"><a href="productos.php#Laboratorio"><img src="'+imgNoFlash+'" border="0" width="'+width+'" height="'+height+'"></a></div>');
	
	//flash version
	var FO2 = { movie:flashMovieName, width:width, height:height, majorversion:"6", build:"40", wmode:"transparent"};
	UFO.create(FO2, id);
	FO2 = null;	


//////  BOX 3 //////

//setting the properties of the movie 
	flashMovieName='banners/banner_Bebes.swf';
	imgNoFlash='images/LEC_img_Bebes.jpg';
	width='166';
	height='146';
	id='bannerBOX3';
	
	//no-flash version
	document.write ('<div id="'+id+'" style="float:right;><a href="productos.php#Bebes"><img src="'+imgNoFlash+'" border="0" width="'+width+'" height="'+height+'"></a></div>');
	
	//flash version
	var FO3 = { movie:flashMovieName, width:width, height:height, majorversion:"6", build:"40", wmode:"transparent"};
	UFO.create(FO3, id);
	FO3 = null;	

// -->
