				//espey soft 2004 update 2009 modified by ciama
				<!--
				
				function PokazDiva(name)
				
				{
				var div01 = document.getElementById('work_mlikemotion');
				var div02 = document.getElementById('work_volvo');
				var div03 = document.getElementById('work_mojito');
				var div04 = document.getElementById('work_mixture');
				var div05 = document.getElementById('work_ey');
				var div06 = document.getElementById('work_nlb');
				var div07 = document.getElementById('work_bikeadv');
				var div08 = document.getElementById('work_sailboard');
				var div09 = document.getElementById('work_glowna_');
				var div10 = document.getElementById('m_contact');
				var div11 = document.getElementById('m_about');
				var div12 = document.getElementById('work_glowna_2');
				
				div01.style.display = "none";
				div02.style.display = "none";
				div03.style.display = "none";
				div04.style.display = "none";
				div05.style.display = "none";
				div06.style.display = "none";
				div07.style.display = "none";
				div08.style.display = "none";
				div10.style.display = "none";
				div11.style.display = "none";
				div12.style.display = "none";
				
				var Divek = (document.getElementById) ? document.getElementById(name) : document.all[name];

				div09.style.display = "none";
				}
				-->

					$(document).ready(function(){
					$(document.getElementById('work_mlikemotion')).hide();
					$("img.work_mlikemotion").click(function () { 
						$("div#work_mlikemotion").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_volvo')).hide();
					$("img.work_volvo").click(function () { 
						$("div#work_volvo").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_mojito')).hide();
					$("img.work_mojito").click(function () { 
						$("div#work_mojito").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_mixture')).hide();
					$("img.work_mixture").click(function () { 
						$("div#work_mixture").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_nlb')).hide();
					$("img.work_nlb").click(function () { 
						$("div#work_nlb").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_bikeadv')).hide();
					$("img.work_bikeadv").click(function () { 
						$("div#work_bikeadv").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_sailboard')).hide();
					$("img.work_sailboard").click(function () { 
						$("div#work_sailboard").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_ey')).hide();
					$("img.work_ey").click(function () { 
						$("div#work_ey").fadeIn("slow"); 
					return false;
					});
					});
					
/* PAGES */
					$(document).ready(function(){
					$(document.getElementById('m_contact')).hide();
					$("img.m_contact").click(function () { 
						$("div#m_contact").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('m_about')).hide();
					$("img.m_about").click(function () { 
						$("div#m_about").fadeIn("slow"); 
					return false;
					});
					});
					
					$(document).ready(function(){
					$(document.getElementById('work_glowna_2')).hide();
					$("img.work_glowna_2").click(function () { 
						$("div#work_glowna_2").fadeIn("slow"); 
					return false;
					});
					});