function mostrarPagina(num)
{
	document.getElementById("paginas").scrollTop = (num-1)*330;
	
}

function ayuda()
{
	x = (screen.width - 700 ) / 2;
	y = (screen.height - 450 ) / 2 - 60;

	if (y <= 0)
		y = 1;
	if (x <= 0)
		x = 1;

	w = window.open('ayuda/ayuda.php','', 'toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,width=700,height=450,screenX='+x+',screenY='+y+',left='+x+',top='+y);
	
}

function demoCursoMultimedia()
{
	document.write('<object type="application/x-shockwave-flash" data="media/demo_curso_multimedia.swf" width="247" height="185"> \
					<param name="movie" value="media/demo_curso_multimedia.swf" /> \
					<p>Para poder reproducir contenidos, debe tener instalado Flash Player en su explorador Web.</p> \
					</object> \
	');	
}

function demoVideo()
{
	document.write('<object type="application/x-shockwave-flash" data="media/demo_video.swf" width="321" height="179"> \
					<param name="movie" value="media/demo_video.swf" /> \
					<p>Para poder reproducir contenidos, debe tener instalado Flash Player en su explorador Web.</p> \
					</object> \
	');	
}

