document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" class="white_12"><tr>');

document.write('<Td width="15" align="center">&nbsp;&nbsp;</TD>');

//home
if (channel_sel == 1)
{
 document.write('<td height="29" align="center" class="white_12">Home</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in" class="blue_lite_12" target="_blank">Home</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//shows
if (channel_sel == 2)
{
 document.write('<td height="29" align="center" class="white_12">Shows</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/showlist_dailies.asp" class="blue_lite_12" target="_blank">Shows</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//Gallery
if (channel_sel == 3)
{
 document.write('<td height="29" align="center" class="white_12">Gallery</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/gallery.asp" class="blue_lite_12" target="_blank">Gallery</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//videos
if (channel_sel == 4)
{
 document.write('<td height="29" align="center" class="white_12">Videos</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/videos.asp" class="blue_lite_12" target="_blank">Videos</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//Interactives
if (channel_sel == 5)
{
 document.write('<td height="29" align="center" class="white_12">Interactives</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/interactives.asp" class="blue_lite_12" target="_blank">Interactives</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//Forums
if (channel_sel == 6)
{
 document.write('<td height="29" align="center" class="white_12">Forums</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://forum.indya.com/forumdisplay.php?f=8" class="blue_lite_12" target="_blank">Forums</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');

//News
if (channel_sel == 6)
{
 document.write('<td height="29" align="center" class="white_12">News</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/news.aspx" class="blue_lite_12" target="_blank">News</a></td>')
}

document.write('<Td width="30" align="center">&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;</TD>');


//Schedules
if (channel_sel == 7)
{
 document.write('<td height="29" align="center" class="white_12">Schedules</td>')
}
else
{
 document.write('<td height="29" align="center" class="white_12"><a href="http://www.starplus.in/schedule.asp" class="blue_lite_12" target="_blank">Schedules</a></td>')
}

document.write('</tr></table>');
