function abrir1()
		{
		var rscrecobarraprox,complejoancho,complejoancho;
		rscrecobarraprox=15;
		complejoancho=((screen.width-700)*0.5)-rscrecobarraprox;
		complejoalto=((screen.height-596)*0.5);
		ventanasec=open("heritage-virtual-tour.htm","virtualtours","toolbar=0,width=700,height=596,top=200,left=300");
		ventanasec.moveTo(complejoancho,complejoalto);
		}
function abrir2()
		{
		var rscrecobarraprox,complejoancho,complejoancho;
		rscrecobarraprox=15;
		complejoancho=((screen.width-700)*0.5)-rscrecobarraprox;
		complejoalto=((screen.height-600)*0.5);
		ventanasec=open("heritage-virtual-tour-s.htm","virtualtours","toolbar=0,width=700,height=600,top=200,left=300");
		ventanasec.moveTo(complejoancho,complejoalto);
		}

