function MostrarFichaTecnica(strNombreFichaTecnica)
{
  var objVentana, strPropiedadesVentana;
  var intAncho = screen.width - 100;
  var intAlto = screen.height - 100;

	//alert("Ancho: " + ((screen.width/2) - (intAncho/2)) + " Alto: " + ((screen.height/2) - (intAlto/2)));
	strPropiedadesVentana = "left=" + ((screen.width/2)-(intAncho/2)) + ", top=" + ((screen.height/2)-(intAlto/2)) + ", height=500, width=700";	
	objVentana = open("FichaTecnica.html?FichaTecnica="+ strNombreFichaTecnica, "MostrarFichaTecnica", strPropiedadesVentana);
}

//http://localhost/casabritanica/FichaTecnica.html?FichaTecnica=fichatecnica/FichaTecnicaTwingoAutentique.pdf
