// JavaScript Document
$(document).ready(function(){ 
 $('#banner-inicio').flash({
		src: 'flash/banner.swf',
			width: 950,
			height: 280,
			menu: 'false'
			},
		{
			 version: 8
		});
 }); 


//

function swapImage(strID,strNewSrc)
{
  var elem = document.getElementById(strID);
  elem.src = strNewSrc
}






