// JavaScript Document
function CambiarHHs() {
	var glypha = {
		src: '/Scripts/sifr.swf'
	};
	sIFR.activate(glypha);
	
	sIFR.replace(glypha, {
	selector: 'h1'
	 ,css: [
	   '.sIFR-root { color: #6CAA29; font-size: 18px; text-align: left; line-height: 20px; font-weight:bold;}'
	   ,'a { text-decoration: none; }'
	   ,'a:link { color: #CCCC34; }'
	   ,'a:hover { color: #908b20; }'
	 ], wmode:'transparent'
	});
	sIFR.replace(glypha, {
	selector: 'h2'
	 ,css: [
	   '.sIFR-root { color: #6CAA29; font-size: 14px; text-align: left; line-height: 16px;}'
	   ,'a { text-decoration: none; }'
	   ,'a:link { color: #CCCC34; }'
	   ,'a:hover { color: #908b20; }'
	 ], wmode:'transparent'
	});
	
}

//CambiarHHs();

function AbrirVentana(theURL,winName,features) 
{ 
  var _W=window.open(theURL,winName,features);
	  _W.focus();
} 
