// JavaScript Document
function changeLink(){
document.getElementById("test").innerHTML= "<a href='program.php?name=monday'>Monday</a>&nbsp;|&nbsp;<a href='program.php?name=tuesday'>Tuesday</a>&nbsp;|&nbsp<a href='program.php?name=wednesday'>Wednesday</a>&nbsp;|&nbsp;<a href='program.php?name=thursday'>Thursday</a>&nbsp;|&nbsp;<a href='program.php?name=friday'>Friday</a>&nbsp;|&nbsp;<a href='program.php?name=Saturday'>Saturday</a>&nbsp;|&nbsp;<a href='program.php?name=sunday'>Sunday</a>";
}
function RemoveLink(){
var string
string = "document.getElementById('test').innerHTML= '&nbsp;'"
setTimeout(string,8000)
}

/*function PodcastShow(){
document.getElementById("test").innerHTML= "<a href='podcast1.php?name=1'>A State of Trance</a>&nbsp;|&nbsp;<a href='podcast2.php?name=2'>Crossfade</a>";
}
function PodcastHide(){
var string
string = "document.getElementById('test').innerHTML= '&nbsp;'"
setTimeout(string,8000)
}*/

function menu1(){
document.open
document.write('<table width="803" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="19"><img src="images\/menu_left.gif" width="19" height="26"><\/td>');
document.write('<td width="764" class="menu_back"><table  border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td><a href="index.php"><img src="images\/home_button.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="about.php"><img src="images\/about_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="#" onMouseOver="changeLink()" onMouseOut="RemoveLink()"><img src="images\/program_shedule_button_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="rjs.php"><img src="images\/Rjs_button_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="91events.php"><img src="images\/events_button_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="download.php"><img src="images\/download_button_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="garmagaram.php"><img src="images\/garma_garam_new.gif" border="0"><\/a><\/td>');
/*document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="gallery.php"><img src="images\/gallery_button_new.gif" border="0"><\/a><\/td>');
*/
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="podcast.php"><img src="images\/podcasts_button_newer.gif" border="0"><\/a><\/td>');
//document.write('<td><a href="#" onMouseOver="PodcastShow()" onMouseOut="PodcastHide()"><img src="images\/podcasts_button_newer.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="careers.php"><img src="images\/careers_91_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="contact.php"><img src="images\/contact_button_new.gif" border="0"><\/a><\/td>');
document.write('<td><img src="images\/button_line.gif" width="1" height="14" style="padding-left:5px; padding-right:5px "><\/td>');
document.write('<td><a href="forsale.php"><img src="images\/forsale_new.gif" border="0"><\/a><\/td>');
document.write('<\/tr>');
document.write('<\/table>');
document.write('<\/td>');
document.write('<td width="19"><img src="images\/menu_right.gif" width="19" height="26"><\/td>');
document.write('<\/tr>');
document.write('<\/table>');
}
