function portfolio() 
{
	//alert("hi")
 	locationJump = "../gb.cfm";
	windowCaption = "";
  	windowWidth = 252;
  	windowHeight = 164;
  	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
