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