<!--
	
	   NS4 = (document.layers);
	   IE4 = (document.all);
	  ver4 = (NS4 || IE4);   
	 isMac = (navigator.appVersion.indexOf("Mac") != -1);
	isMenu = (NS4 || (IE4 && !isMac));

	function popUp(){return};
	function popDown(){return};

	if (!ver4) event = null;


if (isMenu) {
    menuVersion = 3;
    
    menuWidth = 180;
    childOverlap = 50;
    childOffset = 5;
    perCentOver = 10;
    secondsVisible = .7;
    
    fntCol = "#000000";
    fntSiz = "10";
    fntBold = true;
    fntItal = false;
    fntFam = "Verdana, Tahoma";
    
    backCol = "#EEEE99";
    overCol = "#000000";
    overFnt = "#FFFF99";
    
    borWid = 2;
    borCol = "#000000";
    borSty = "solid";
    itemPad = 3;
    
    imgSrc = "strzalka.gif";
    imgSiz = 10;
    
    separator = 1;
    separatorCol = "#FFCC00";
    
    isFrames = false;      // <-- IMPORTANT for full window
    navFrLoc = "left";     // <-- display. see below
    
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}

arMenu1 = new Array(
"",
"","",
"","",
"","",
"","",
"Informacje ogólne","infos.htm",0,
"Stypendium socjalne","styps.htm",0,
"Stypendium mieszkaniowe","stypm.htm",0,
"Stypendium na wyżywienie","stypw.htm#graf",0,
"Stypendium specjalne dla osób niepełnosprawnych","stypns.htm",0,
"Zapomoga","zapom.htm ",0,
"Stypendium za wyniki w nauce lub sporcie","stypwns.htm",0,
"Pliki do pobrania","skrypty.htm",0,
"Skrypty &ndash; menu","../../../../str/skrypty.htm#menu",0,
"Nawigacja"," ",0
)


//-->