// JavaScript Document

function msover(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_on.src");
	}
}

function msout(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_off.src");
	}
}

			if (document.images){
				nasza_uczelnia_off = new Image();
				nasza_uczelnia_off.src = "http://wsie.pl/templates/public/gfx/des/butt/nasza_uczelnia_off.gif";
				nasza_uczelnia_on = new Image();
				nasza_uczelnia_on.src = "http://wsie.pl/templates/public/gfx/des/butt/nasza_uczelnia_on.gif";
				
				dla_kandydatow_off = new Image();
				dla_kandydatow_off.src = "http://wsie.pl/templates/public/gfx/des/butt/dla_kandydatow_off.gif";
				dla_kandydatow_on = new Image();
				dla_kandydatow_on.src = "http://wsie.pl/templates/public/gfx/des/butt/dla_kandydatow_on.gif";
				
				dla_studentow_off = new Image();
				dla_studentow_off.src = "http://wsie.pl/templates/public/gfx/des/butt/dla_studentow_off.gif";
				dla_studentow_on = new Image();
				dla_studentow_on.src = "http://wsie.pl/templates/public/gfx/des/butt/dla_studentow_on.gif";	
				
				projekty_off = new Image();
				projekty_off.src = "http://wsie.pl/templates/public/gfx/des/butt/projekty_off.gif";
				projekty_on = new Image();
				projekty_on.src = "http://wsie.pl/templates/public/gfx/des/butt/projekty_on.gif";
				
				kontakt_off = new Image();
				kontakt_off.src = "http://wsie.pl/templates/public/gfx/des/butt/kontakt_off.gif";
				kontakt_on = new Image();
				kontakt_on.src = "http://wsie.pl/templates/public/gfx/des/butt/kontakt_on.gif";
				
}
