function portfolio() 
{
	//alert("hi")
 	locationJump = "../lightbox/index.cfm";
	windowCaption = "";
  	windowWidth = 550;
  	windowHeight = 310;
  	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
