<!--
function blockError(){return true;}
window.onerror = blockError;
function show_help(filename)
{
	window.open(filename,"_blank","channelmode=0, directories=0, fullscreen=0, height=400, location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=0, toolbar=0, width=500");	
}
function show_comercial(filename)
{
	
//window.open(filename,"_blank","channelmode=0, directories=0, fullscreen=0, height=450, location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=0, toolbar=0, width=750");

		
}
function show_cal(){

	var d = new Date();
	var m = d.getUTCMonth();
	
	var month=new Array(12);
	month[0]="Enero";
	month[1]="Febrero";
	month[2]="Marzo";
	month[3]="Abril";
	month[4]="Mayo";
	month[5]="Junio";
	month[6]="Julio";
	month[7]="Agosto";
	month[8]="Septiembre";
	month[9]="Octubre";
	month[10]="Noviembre";
	month[11]="Deciembre";
		
	window.open('Calendario2009.htm#' + month[m],"_self");
}
function loadStdSWF(){
	
	DrawCust('add1','PropagandaCurso.swf','176','116','true','no','no');
	
	DrawCust('mainLogo','mainRL.swf','176','116','true','no','no');
	
	DrawCust('amigos','RedDeAmigosPub.swf',176,200,'true','no','no');
	
}
// -->