
// #################### Lo haremos #################### // 

function VerGooglePMU ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/santjoan.html';
	Ventana.Open (true);
}

function VerGooglePlaya ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/playa.html';
	Ventana.Open (true);
}

function VerGoogleSantVicenc ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/santvicenc.html';
	Ventana.Open (true);
}

function VerGooglePalafrugell ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/palafrugell.html';
	Ventana.Open (true);
}

function VerGooglePiMaragall ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/pimaragall.html';
	Ventana.Open (true);
}

function VerGoogleGracia ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/gracia.html';
	Ventana.Open (true);
}

function VerGoogleCervantes ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/cervantes.html';
	Ventana.Open (true);
}

function VerGoogleBarbera ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/barbera.html';
	Ventana.Open (true);
}

// #################### Lo estamos haciendo #################### // 

function VerGoogleSol ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/sol.html';
	Ventana.Open (true);
}

function VerGoogleTurull ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/turull.html';
	Ventana.Open (true);
}

function VerGoogleManresa ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/manresa.html';
	Ventana.Open (true);
}


// #################### Lo hemos hecho #################### // 

function VerGoogleLacy ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/lacy.html';
	Ventana.Open (true);
}

function VerGoogleTresCreus ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/trescreus.html';
	Ventana.Open (true);
}

function VerGoogleRaval ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/raval.html';
	Ventana.Open (true);
}

function VerGoogleOleguer ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/oleguer.html';
	Ventana.Open (true);
}

function VerGooglePapa ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/papa.html';
	Ventana.Open (true);
}

function VerGoogleTurullRiego ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/turullriego.html';
	Ventana.Open (true);
}

function VerGoogleBonavista ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/bonavista.html';
	Ventana.Open (true);
}

// #################### Hoteles #################### // 

function VerGoogleDuch ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/duch.html';
	Ventana.Open (true);
}

function VerGoogleHotelLlado ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/hotelllado.html';
	Ventana.Open (true);
}

function VerGooglePalacete ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/palacete.html';
	Ventana.Open (true);
}

function VerGoogleJuanLobo ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/juanlobo.html';
	Ventana.Open (true);
}

function VerGoogleMercer ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/mercer.html';
	Ventana.Open (true);
}

function VerGoogleBoria ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/boria.html';
	Ventana.Open (true);
}

function VerGoogleCastelar ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/castelar.html';
	Ventana.Open (true);
}

function VerGoogleTorner ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/torner.html';
	Ventana.Open (true);
}

function VerGoogleSanAgustin ()
{
	var Ventana = new TVentana ();
	
	Ventana.Redimensionar = true;
	Ventana.FullScreen = true;
	Ventana.Nombre      = 'GoogleMaps';
	Ventana.URL         = '/planos/sanagustin.html';
	Ventana.Open (true);
}



// #################### Flash #################### // 

function FlashIndex () 
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="775" height="475">');
	document.write('<param name="movie" value="habitectura0.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="habitectura0.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="475"></embed>');
	document.write('</object>');
}

function FlashPromociones () 
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="775" height="475">');
	document.write('<param name="movie" value="promociones.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="promociones.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="475"></embed>');
	document.write('</object>');
}

function FlashOficinas () 
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="775" height="475">');
	document.write('<param name="movie" value="oficinas.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="oficinas.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="475"></embed>');
	document.write('</object>');
}

function FlashHoteles () 
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="775" height="475">');
	document.write('<param name="movie" value="hoteles.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="hoteles.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="475"></embed>');
	document.write('</object>');
}


function FlashPromocionTurull () 
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="775" height="475">');
	document.write('<param name="movie" value="promocionturull.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="promocionturull.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="475"></embed>');
	document.write('</object>');
}
























