 // constants 
var initX = 460; 
// x-coordinate of top left corner of dropdown menu 
var initY = 112; 
// y-coordinate of top left corner of dropdown menu 
var backColor = '#DFE1EE'; 
// the background color of dropdown menu, set empty '' for transparent 
var borderColor = 'white'; 
// the color of dropdown menu border 
var borderSize = '1'; 
// the width of dropdown menu border 
var itemHeight = 16; 
var xOverlap = 1; 
var yOverlap = 0; 
//

menuContent = new Array (); 

menuContent [0] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu 
135, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate 
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate \

new Array ( 
'Usuteaduskond', 'index.php?cmd=db&tk=US', 
'Õigusteaduskond', 'index.php?cmd=db&tk=OI', 
'Arstiteaduskond', 'index.php?cmd=db&tk=AR', 
'Filosoofiateaduskond', 'index.php?cmd=db&tk=FL', 
'Kehakultuuriteaduskond', 'index.php?cmd=db&tk=KK', 
'Loodus-ja tehnoloogiateaduskond', 'index.php?cmd=db&tk=LO', 
'Majandusteaduskond', 'index.php?cmd=db&tk=MJ', 
'Matemaatika-informaatikateaduskond', 'index.php?cmd=db&tk=MT', 
'Sotsiaal- ja haridusteaduskond', 'index.php?cmd=db&tk=SH' 
));


menuContent [1] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu 
135, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate 
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate \

new Array ( 

)); 

menuContent [2] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu 
135, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate 
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate \

new Array ( 

));

menuContent [3] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu 
135, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate 
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate \

new Array ( 
));

menuContent [4] = new Array ( 

-1, // the id of parent menu, -1 if this is a first level menu 
-1, // the number of line in parent menu, -1 if this is a first level menu 
135, // the width of current menu list 
-1, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate 
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate \

new Array ( 
'&Otilde;ppeinfos&uuml;steem', 'https://www.is.ut.ee/pls/ois/', 
'Teadusinfos&uuml;steem', 'http://www.is.ut.ee/pls/ta-info/', 
'E-&Uuml;likool', 'http://www.ut.ee/150430/', 
'P-Am &uuml;likoolide teabekeskus', 'http://www.ut.ee/25724' 
));

function lisainfo (s)
{
w=window.open(s,"","width=450,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=no,titlebar=yes,screenX=510,screenY=260,left=510,top=260")
w.focus()
}

