document.write('<style type="text/css">.caps {text-transform: uppercase;}');
document.write('.bold{font-weight:bold;}');
document.write('.default{background: url(/images/tab_starpravah.png) 55px 0px no-repeat;}');
document.write('.shows{background: url(/images/tab_shows.png) 55px 0px no-repeat;}');
document.write('.schedule{background: url(/images/tab_schedule.png) 55px 0px no-repeat;}');
document.write('.videos{background: url(/images/tab_videos.png) 55px 0px no-repeat;}');
document.write('.sparvah_nav{color:#000000;font-family:Arial; font-size:14px; text-align:center; text-decoration:none;}');
document.write('a.sparvah_nav:hover{color:E81D00;text-decoration:none;}');
document.write('.sparvah_nav_selected{color:#E81D00;font-family:Arial; font-size:14px; text-align:center; text-decoration:none;}');
document.write('.sparvah_nav1{color:#220498;font-family:Arial; font-size:14px; text-align:center; text-decoration:none;}');
document.write('a.sparvah_nav1:hover{color:#000000;text-decoration:none;}');
document.write('.sparvah_nav1_selected{color:#000000;font-family:Arial; font-size:14px; text-align:center; text-decoration:none;}</style>');

arrow_disp_home='';
arrow_disp_photos='';

href_class_home='sparvah_nav caps';
href_class_photos='sparvah_nav caps';
href_class_shows='sparvah_nav1 caps'
href_class_schedule='sparvah_nav1 caps'
href_class_videos='sparvah_nav1 caps'


//Home
if (menuSel == 9)
{
	class_name="default"
	arrow_disp_home='<div align="left" style="margin-left:16px;"><img src="/images/arrow_subnav.gif" alt=" " width="9" height="5" border="0"/></div>';
	href_class_home="sparvah_nav_selected caps";
}

//Show
if (menuSel == 2)
{
	class_name="shows"
	href_class_shows="sparvah_nav1_selected  caps";
}

//Gallery
if (menuSel == 3)
{
	class_name="default"
	arrow_disp_photos='<div align="left" style="margin-left:42px;"><img src="/images/arrow_subnav.gif" alt=" " width="9" height="5" border="0"/></div>';
	href_class_photos="sparvah_nav_selected caps";
}

//Videos
if (menuSel == 4)
{
	class_name="videos"
	href_class_videos="sparvah_nav1_selected caps";
}

//Downloads
if (menuSel == 5)
{
	class_name="default";
}

//Schedules
if (menuSel == 6)
{
	class_name="schedule";
	href_class_schedule="sparvah_nav1_selected caps";
}

//Forum
if (menuSel == 7)
{
	class_name="default"
}

//Media centres
if (menuSel == 8)
{
	class_name="default"
}


document.write('<table border="0" cellpadding="0" cellspacing="0" width="728" class='+class_name+'>');
document.write('		<tr valign="middle">');
document.write('			<td style="height:38px;width:61px;" align="left" height="38">');
document.write('				<div><a href="/index.asp" class="'+href_class_home+'">Home</a></div>');
//home arrow
document.write(arrow_disp_home);
document.write('			</td>');
document.write('			<td style="width:91px;" align="center">');
document.write('				<div><a href="/show.asp" class="'+href_class_shows+'">Shows</a></div>');
document.write('			</td>');
document.write('			<td style="width:125px;" align="center">');
document.write('				<div><a href="/schedules.asp" class="'+href_class_schedule+'">Schedule</a></div>');
document.write('			</td>');
document.write('			<td style="width:91px;" align="center">');
document.write('				<div><a href="/video/" class="'+href_class_videos+'">Videos</a></div>');
document.write('			</td>');
document.write('			<td style="width:94px;" align="center">');
document.write('				<div><a href="/gallery/gallery-collection.asp" class="'+href_class_photos+'">Photos</a></div>');
document.write(arrow_disp_photos);
document.write('			</td>');
document.write('			<!-- <td><img src="/images/top_seperator.gif" alt=" " width="1" height="12" border="0"/>');
document.write('			</td>');
document.write('			<td style="width:72px;" align="center">');
document.write('				<div><a href="/mediacenter.asp" class="sparvah_nav caps">News</a></div>');
document.write('				<div align="left" style="margin-left:32px;"><img src="/images/arrow_subnav.gif" alt=" " width="9" height="5" border="0"/></div>');
document.write('			</td>');
document.write('			<td><img src="/images/top_seperator.gif" alt=" " width="1" height="12" border="0"/>');
document.write('			</td>');
document.write('			<td style="width:90px;" align="center">');
document.write('				<div><a href="#" class="sparvah_nav caps">Engage</a></div>');
document.write('				<div align="left" style="margin-left:38px;"><img src="/images/arrow_subnav.gif" alt=" " width="9" height="5" border="0"/></div>');
document.write('			</td> -->');
document.write('			<td><img src="/images/b.gif" alt=" " width="103" height="1" border="0"/>');
document.write('			</td>');
document.write('		</tr>');
document.write('	</table>');
