g_w = 1;

g_h = 20;

the_effect = 'Effect.Shrink';

orc = function (i, j) {
	return Math.abs(g_w/2 - i) * 80 + Math.abs(g_h/2 - j) * 80;
}

/*window.onload = function () {
	slideShow = new LWTSlideShow(['/images/headline/startseite.jpg', '/images/headline/frischemarkt.jpg', '/images/headline/gasthaus.jpg'], {'tiles_x': g_w, 'tiles_y': g_h, 'transition': the_effect, 'tile_orchestration': orc});
}*/
