function ResizeSub(theheight)
            {

	//	document.getElementById("tabsBox").style.height =theheight;
			

	}
	

function ShowCareer(page){
	LeftPosition = (window.screen.width) ? (window.screen.width-550)/2 : 0;
	TopPosition = (window.screen.height) ? (window.screen.height-550)/2 : 0;
	page = "careers/"+page+".html"
	window.open(page,"floorplans","width=550,height=550,top="+TopPosition+",left="+LeftPosition+",toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no");
}
	
	
	
	
	