// centrovanie
function center_t(h){
	t=(screen.height-h)/2;
	return t;
}
function center_l(w){
	l=(screen.width-w)/2;
	return l;
}
