var s;
document.write('<div id="layout"><div id="linksbar"><div id="linksleftpart" align="center">');
document.write('<table width="80%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td align="center"><img src="images/login.gif" alt="Login" width="17" height="8" />');
document.write('&nbsp;&nbsp;<a href="login.php">');
document.write('Login</a></td><td width="2" align="center">');
document.write('<img src="images/horbreak.gif" width="2" height="18" /></td>');
document.write('<td align="center"><img src="images/cart.gif" alt="View Cart" width="13" height="11" />');
document.write('&nbsp;&nbsp;<a href="view_cart.php">View Cart</a></td>');
document.write('</tr></table></div><div id="links">');
document.write('<table border="0" cellpadding="0" cellspacing="0" id="linkstable">');
document.write('<tr><td class="withlink"><a href="home.php">');
if(s=='1'){
document.write('<font color="#28abfa">Home</font>');
}else{
document.write('Home</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><a id="menu1" href="about_us.php">');
if(s=='2'){
document.write("<font color='#28abfa'>About Us</font>");
}else{
document.write("About Us</a></td>");}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write(' <td class="withlink"><a id="menu2" href="ministries.php">');
if(s=='3'){
document.write('<font color="#28abfa">Ministries</font>');
}else{
document.write('Ministries</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><font color="#28abfa"><a href="shp_cart.php">');
if(s=='8'){
document.write('<font color="#28abfa">Our Products</a></font>');
}else{
document.write('Our Products</a></td>');}

document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write(' <td class="withlink"><a id="menu3" href="media.php">');
if(s=='4'){
document.write('<font color="#28abfa">Media</font>');
}else{
document.write('Media</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><a id="menu4" href="javascript:;">');
if(s=='5'){
document.write('<font color="#28abfa">Branches</font>');
}else{
document.write('Branches</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><a href="events.php">');
if(s=='6'){
document.write('<font color="#28abfa">Events</font>');
}else{
document.write('Events</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><a id="menu5" href="javascript:;">');
if(s=='7'){
document.write('<font color="#28abfa">Contact Us</font>');
}else{
document.write('Contact Us</a></td>');}
document.write('<td><img src="images/linksbreak.gif" width="2" height="18" /></td>');
document.write('<td class="withlink"><a href="login_intranet.php" target="_blank">Intranet</a></td>');
document.write('<td class="withlink"><a href="account_new.php">');
if(s=='11'){
document.write('<font color="#28abfa">My Account</font>');
}else{
document.write('My Account</a></td>');}

document.write('</tr></table></div></div></div>');
