<!--
image = new Array(2);
bed = new Array(2);
bat = new Array(2);

image[0] = "<a href = 'http://www.immocalador.com/property.spain.balearic.mallorca/database/index.asp?content=5&loaded=yes&idvi=421702&idLang=1'><img border='0' src='http://www.immocalador.com/images/investment/7056.jpg'> ( FIRST LINE!!! )   REF: 7056 Price:675.000€</a>";

image[1] = "<a href = 'http://www.immocalador.com/property.spain.balearic.mallorca/database/index.asp?content=5&loaded=yes&idvi=243231&idLang=1'><img border='0' src='http://www.immocalador.com/images/investment/7039.jpg'> ( NEAR THE PORT!!! )  REF: 7039 Price:475.000€</a>";


if (nombre == "exinv")
{
		for (c=0; c<2; c++)
		{
		document.write(image[c] +  "<br><br>");
		}
}
else
{
		if (nombre == "exbar")
		{
			for (c=1; c<1; c++)
			{
			document.write(image[c] + "<br><br>");
			}
		}
		else
		{
		alert("there are one problem in investments");
		}
}



//done
// -->
