var browserName=navigator.appName; 
var browserVer=parseInt(navigator.appVersion);
var topPosition = 102; 

if (browserName=="Microsoft Internet Explorer" && browserVer <= 4)
 {
  topPosition = 95;
 }

// Specify the top position of the menu


// Define each of the top level menu items
// The last number at the very end corresponds to height which must be equal or greater
// to the height of the drop down menu
var myMenuOnAir = new ypSlideOutMenu('menuOnAir', 'down', 100, topPosition, 92, 110);
var myMenuContests = new ypSlideOutMenu('menuContests', 'down',100, topPosition, 126, 200);
var myMenuGoingOn = new ypSlideOutMenu('menuGoingOn', 'down', 0, topPosition, 126, 182);
var myMenuContactUs = new ypSlideOutMenu('menuContactUs', 'down', 0, topPosition, 92, 464);
var myMenuStudentLogin = new ypSlideOutMenu('menuStudentLogin', 'down', 0, 227, 92, 0);
var myMenuAboutUs = new ypSlideOutMenu('menuAboutUs', 'down',100, topPosition, 92, 100);


ypSlideOutMenu.writeCSS();

