
function portfolio(propid) 
{
	
 	if(propid == '7')
	{
		
 		locationJump = "splash.html";
	}
	else if(propid == '3')
	{
		
		locationJump = "splash_elcon.html";
	}
	else if(propid == '1')
	{
		
		locationJump = "splash_las_casitas.html";
	}
	else if(propid == '21')
	{
		
		locationJump = "splash_naples.html";
	}
	else if(propid == '5')
	{
		
		locationJump = "splash_reach.html";
	}
	else if(propid == '16')
	{
		
		locationJump = "splash_the_boulders.html";
	}
	/*else if(propid == '4')
	{
		
		locationJump = "splash_el_san_juan.html";
	}*/
	else if(propid == '107')
	{
		
		locationJump = "splash_boca_beach.html";
	}
	else if(propid == '20')
	{
		
		locationJump = "splash_boca_raton.html";
	}
	
	windowCaption = "";
  	/*windowWidth = 925;
  	windowHeight = 600;
  	if (screen.width == 800)
	{
  		windowWidth = 650;
  		windowHeight = 350;
  	}
  	if (screen.width == 1024)
	{
  		windowWidth = 900;
  		windowHeight = 600;
  	} */
	
  windowWidth = 950;
  windowHeight = 600;
  
   if (screen.width == 800){
  windowWidth = 740;
  windowHeight = 670;
  }
   if (screen.width == 960){
  windowWidth = 590;
  windowHeight = 470;
  }
  if (screen.width == 1024){
  windowWidth = 710;
  windowHeight = 620;
  } 
  if (screen.width == 1152){
  windowWidth = 720;
  windowHeight = 630;
  }
 
  if (screen.width == 1280){
  windowWidth = 740;
  windowHeight = 640;
  } 
	
    GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
	redireccionar(propid);
}



