<!-- Hide this script from old browsers --

function ch(docimg, img)
{
	document.images[docimg].src = eval(img+'.src')
}

var msg = new Array()
msg[0] = 'A Homage to Nayden Todorov'
msg[1] = 'Information about the conductor Nayden Todorov'
msg[2] = 'The Record Label Music Minus One'
msg[3] = 'All about the ancient City'
msg[4] = 'Thracia Summer  Music Festival'
msg[5] = 'The Opera & Philharmonic Society in Plovdiv'
msg[6] = 'The Art of conducting & more'
msg[7] = 'International Music Sites'
msg[8] = 'Musicians & Ensembles'
msg[9] = 'Search this Site & the Web'
msg[10] = 'Contact Us'
msg[11] = 'Biography'
msg[12] = 'Activities'
msg[13] = 'Pictures'
msg[14] = 'Recordings'
msg[15] = 'Repertoire'
msg[16] = 'Reviews'
msg[17] = 'Master Classes'
msg[18] = 'Awards'
msg[19] = 'Sample'
msg[20] = 'Contact'
msg[21] = 'Gallery'
msg[22] = 'Keyboard'
msg[23] = 'Strings'
msg[24] = 'Winds'
msg[25] = 'Vocal'
msg[26] = 'Conductors'
msg[27] = 'Composers'
msg[28] = 'Stage Directors'
msg[29] = 'Ensembles'
msg[30] = 'Main Page'
msg[31] = 'Go to Google'
msg[32] = 'Print this Page'
msg[33] = 'Set as Start Page'
msg[34] = 'Bookmark'
msg[35] = 'Close this window'
msg[36] = 'Hotels'
msg[37] = 'Plovdiv'
msg[38] = 'Music Institutes'
msg[99] = 'Microsoft'
msg[100] = 'The Directory'
msg[101] = 'Bojidara Kouzmanova'
msg[102] = 'Mario Hossen'


{
	self.defaultStatus='A Homage to Nayden Todorov'
}

function st(msg)
{
	self.status=msg
	return true
}


function downloaddata(){
marqueedata.startDownload(externalmarquee.src,displaydata)
}
function displaydata(data){
externalmarquee.innerHTML=data
}

function tick() {
marqueedata.startDownload(externalmarquee.src,displaydata)
  var hours, minutes, seconds, ap;
  var intHours, intMinutes, intSeconds;
  var today;

  today = new Date();

  intHours = today.getHours();
  intMinutes = today.getMinutes();
  intSeconds = today.getSeconds();

  if (intHours == 0) {
     hours = "12:";
     ap = "Midnight";
  } else if (intHours < 12) { 
     hours = intHours+":";
     ap = "A.M.";
  } else if (intHours == 12) {
     hours = "12:";
     ap = "Noon";
  } else {
     intHours = intHours - 12
     hours = intHours + ":";
     ap = "P.M.";
  }

  if (intMinutes < 10) {
     minutes = "0"+intMinutes+":";
  } else {
     minutes = intMinutes+":";
  }

  if (intSeconds < 10) {
     seconds = "0"+intSeconds+" ";
  } else {
     seconds = intSeconds+" ";
  } 

  timeString = hours+minutes+seconds+ap;

  Clock.innerHTML = timeString;

  window.setTimeout("tick();", 100);
}

if (document.all)
window.onload=tick



function switcher(name,tag)
{
parent.switcher(name,tag)
}


		

			// Store current date into year, month, day variables

			var date = new Date();

			var day = date.getDate();

			var month = date.getMonth() + 1;

			var year = date.getYear();

			if (year < 1000) year += 1900;

			// Determine month name from month number

			if(month==1) Month="January";

			if(month==2) Month="February";

			if(month==3) Month="March";

			if(month==4) Month="April";

			if(month==5) Month="May";

			if(month==6) Month="June";

			if(month==7) Month="July";

			if(month==8) Month="August";

			if(month==9) Month="September";

			if(month==10) Month="October";

			if(month==11) Month="November";

			if(month==12) Month="December";


			// Write current date to variable DayDateTime.

			var DayDateTime=(Month + " " + day + ", " + year);


			// Displays variable DayDateTime.

			document.write(DayDateTime);


// -- End hiding here -->
