// preload obrazkov

pic1 = new Image(); 
pic1.src = "img/mn-bg2.gif";

// centrovanie
function center_t(h){
	t=(screen.height-h)/2;
	return t;
}
function center_l(w){
	l=(screen.width-w)/2;
	return l;
}
