function roll(what) {
    var it = document.getElementById("second_menu");
	spacer_ = '&nbsp;|&nbsp;';
	if (what == 'aquo') {
	
		it.innerHTML = '<a href="?c=filozofia">filozofia</a>'+spacer_+'<a href="?c=naszzespol">nasz zespół</a>'+spacer_+'<a href="?c=salonstandard">salon standard</a>'+spacer_+'<a href="?c=galeria">galeria</a>'+spacer_+'<a href="?c=partnerzy">partnerzy</a>';
	
	}
	if (what == 'oferta') {
	
		it.innerHTML = '<a href="?c=kosmetyka">kosmetyka</a>'+spacer_+'<a href="?c=zabieginacialo">zabiegi na ciało</a>'+spacer_+'<a href="?c=masaze">masaże</a>'+spacer_+'<a href="?c=medycynaestetyczna">medycyna estetyczna</a>'+spacer_+'<a href="?c=pielegnacjadloniistop">pielęgnacja dłoni i stóp</a>'+spacer_+'<a href="?c=zabiegidlamezczyzn">zabiegi dla mężczyzn</a>'+spacer_+'<a href="?c=wizaz">wizaż</a>'+spacer_+'<a href="?c=fryzjerstwo">fryzjerstwo</a>';
	
	}
	if (what == 'makijazpermanentny') {
	
		it.innerHTML = '<a href="?c=makijazpermanentny">makijaż permanentny</a>';
	
	}
	if (what == 'pakiety') {
	
		it.innerHTML = '<a href="?c=vouchery">vouchery</a>'+spacer_+'<a href="?c=pakietyzabiegowe">pakiety zabiegowe</a>'+spacer_+'<a href="?c=promocje">promocje</a>';
	
	}
	if (what == 'cennik') {
	
		it.innerHTML = '<a href="img/cennik_aquo_day_spa.pdf">pobierz cennik w formacie pdf</a>';
	
	}
	if (what == 'kontakt') {
	
		it.innerHTML = '<a href="?c=daneteleadresowesalonu">dane teleadresowe salonu</a>'+spacer_+'<a href="?c=formularzkontaktowy">formularz kontaktowy</a>';
	
	}
	
    it.style.height = (windowHeight() - 259) + "px";
	
    var divWidth = windowWidth();
    it.style.width = (divWidth + "px");
    it.style.left = ((  (windowWidth()-divWidth)/2  ) + "px");
}




	hs.graphicsDir = 'js/images/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.outlineType = 'rounded-white';
	hs.fadeInOut = true;
	//hs.dimmingOpacity = 0.75;

	// Add the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
			opacity: .75,
			position: 'bottom center',
			hideOnMouseOut: true
		}
	});

