<?php	//Movie Params	//$mp_src = "./Parque_de_la_Prehistoria.mov";	$mp_src = "./PpB18.mov";	$mp_controller = "true";	$mp_fullscreen = "full";	$mp_BGCOLOR = "#000000";	$mp_width = "1024";	$mp_height = "784";?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"><html><head>	<title>Parque de la Prehistoria B</title>	<meta name="generator" content="CubicConnector">	<script type="text/javascript" language="JavaScript" src="qt.js"></script></head><body bgcolor="#000000"><table border="0" cellspacing="0" cellpadding="0" align="center"><tr><td align="center">	<!--<h1 style="color: #e6d52d">Visita Virtual Parque de la Prehistoria</h1>-->	<script type="text/javascript" language="JavaScript">	  QT_WriteOBJECT('<?=$mp_src?>', '' + 600 + '', '' + 400 + '', '',			'scale', 'tofit',			'controller', 'true',			'emb#bgcolor', 'black',			'align', 'middle');	</script>	<!--<p style="text-align: center; color: #fff; width: 600px">	Puede "navegar" en la imagen pulsando y arrastrando	</p>-->	<!-- end embedded QuickTime VR Movie --></td></tr></table></body></html>