$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollDown' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	var emaail = "mrkbrz" + "." + "com";
	emaail =  "marek" + "@" + emaail;
	
	$('#emmmmail').html(emaail);
});




function showManual() {
day = new Date();
id = day.getTime();
var URL = "manual.html";
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=240,height=360');");
}
