var str;
str = ""
str = "<table height='20' border='0' cellpadding='0' cellspacing='0'> " ;
str += " <tr>  " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='50'><A class=Link href='Index.asp'>Home</A></td> " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='90'><A class=Link href='PgSch.asp'>Programmes</A></td> " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='70'><A class=Link href='ViewSch.asp'>Schedule</A></td> " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='70'><A class=Link href='Tech.asp'>Tech Info</A></td> " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='40'><A class=Link href='Epg.asp' >EPG</A></td> " ;
str += " 	<td width='20'><img src='Images/toparrow.jpg' width='13' height='11' align='middle'></td> " ;
str += " 	<td width='15%'><A class=Link href='Web.asp' align=left >Thagaval.com &nbsp;</A></td> " ;
str += "   </tr> " ;
str += " </table> " ;
document.write(str);

