function openings()
{

openingstxt ="<div align='center'><center><table border='0' cellpadding='0' cellspacing='0' width='100%'>     <tr><td width='100%' bgcolor='#E2E2E2' colspan='2'><b>&nbsp;Careers</b></td></tr><tr><td width='100%' height='1' bgcolor='#858585' colspan='2'><img border='0' src='images/spacer.gif' width='1' height='1'></td>   </tr><tr><td valign='middle'>&nbsp;<img border='0' src='images/arrow_red.gif' width='11' height='7'></td><td width='100%' class='active'>&nbsp;Current Openings</td></tr><tr><td width='100%' background='images/dotlinebg_horiz.gif' height='1' colspan='2'><img border='0' src='images/spacer.gif' width='1' height='1'></td></tr><tr><td>&nbsp;</td><td width='50%'><a href='LifeatAscendum.asp' class='leftmain'>&nbsp;Life @ Ascendum</a></td></tr><tr><td width='100%' colspan='2' background='images/dotlinebg_horiz.gif' height='1'><img border='0' src='images/spacer.gif' width='1' height='1'></td></tr></table></center></div>";

document.write (openingstxt);

}

function life()
{

lifetxt ="<div align='center'><center><table border='0' cellpadding='0' cellspacing='0' width='100%'>     <tr><td width='100%' bgcolor='#E2E2E2' colspan='2'><b>&nbsp;Careers</b></td></tr><tr><td width='100%' height='1' bgcolor='#858585' colspan='2'><img border='0' src='images/spacer.gif' width='1' height='1'></td>   </tr><tr><td valign='middle'>&nbsp;</td><td width='100%'><a href='CurrentOpenings.asp' class='leftmain'>&nbsp;Current Openings</a></td></tr><tr><td width='100%' background='images/dotlinebg_horiz.gif' height='1' colspan='2'><img border='0' src='images/spacer.gif' width='1' height='1'></td></tr><tr><td>&nbsp;<img border='0' src='images/arrow_red.gif' width='11' height='7'></td><td width='50%' class='active'>&nbsp;Life @ Ascendum</a></td></tr><tr><td width='100%' colspan='2' background='images/dotlinebg_horiz.gif' height='1'><img border='0' src='images/spacer.gif' width='1' height='1'></td></tr></table></center></div>";

document.write (lifetxt);

}