<!--
if (document.images) {
	 onas_on =new Image();			onas_on.src ="/site_style/clikpl/images/guz_118.jpg"; 
	 onas_off=new Image();			onas_off.src="/site_style/clikpl/images/top_118.jpg"; 
	 webdesign_on =new Image();		webdesign_on.src ="/site_style/clikpl/images/guz_119.jpg"; 
	 webdesign_off=new Image();		webdesign_off.src="/site_style/clikpl/images/top_119.jpg"; 
	 hosting_on =new Image();		hosting_on.src ="/site_style/clikpl/images/guz_120.jpg"; 
	 hosting_off=new Image();		hosting_off.src="/site_style/clikpl/images/top_120.jpg"; 
	 cms_on =new Image();			cms_on.src ="/site_style/clikpl/images/guz_121.jpg"; 
	 cms_off=new Image();			cms_off.src="/site_style/clikpl/images/top_121.jpg";
	 portfolio_on =new Image();		portfolio_on.src ="/site_style/clikpl/images/guz_122.jpg"; 
	 portfolio_off=new Image();		portfolio_off.src="/site_style/clikpl/images/top_122.jpg";
	 kontakt_on =new Image();		kontakt_on.src ="/site_style/clikpl/images/guz_123.jpg"; 
	 kontakt_off=new Image();		kontakt_off.src="/site_style/clikpl/images/top_123.jpg";
	 faq_on =new Image();			faq_on.src ="/site_style/clikpl/images/guz_124.jpg"; 
	 faq_off=new Image();			faq_off.src="/site_style/clikpl/images/top_124.jpg";
	 download_on =new Image();		download_on.src ="/site_style/clikpl/images/guz_126.jpg"; 
	 download_off=new Image();		download_off.src="/site_style/clikpl/images/top_126.jpg";
	 links_on =new Image();			links_on.src ="/site_style/clikpl/images/guz_127.jpg"; 
	 links_off=new Image();			links_off.src="/site_style/clikpl/images/top_127.jpg";
}
	
function onasOver() { 
 if (document.images) document.onas1.src=onas_on.src;
}

function onasOut() {
 if (document.images) document.onas1.src=onas_off.src;
}

function webdesignOver() { 
 if (document.images) document.webdesign1.src=webdesign_on.src;
}

function webdesignOut() {
 if (document.images) document.webdesign1.src=webdesign_off.src;
}

function hostingOver() { 
 if (document.images) document.hosting1.src=hosting_on.src;
}

function hostingOut() {
 if (document.images) document.hosting1.src=hosting_off.src;
}

function cmsOver() { 
 if (document.images) document.cms1.src=cms_on.src;
}

function cmsOut() {
 if (document.images) document.cms1.src=cms_off.src;
}

function portfolioOver() { 
 if (document.images) document.portfolio1.src=portfolio_on.src;
}

function portfolioOut() {
 if (document.images) document.portfolio1.src=portfolio_off.src;
}

function kontaktOver() { 
 if (document.images) document.kontakt1.src=kontakt_on.src;
}

function kontaktOut() {
 if (document.images) document.kontakt1.src=kontakt_off.src;
}

function faqOver() { 
 if (document.images) document.faq1.src=faq_on.src;
}

function faqOut() {
 if (document.images) document.faq1.src=faq_off.src;
}

function downloadOver() { 
 if (document.images) document.download1.src=download_on.src;
}

function downloadOut() {
 if (document.images) document.download1.src=download_off.src;
}

function linksOver() { 
 if (document.images) document.links1.src=links_on.src;
}

function linksOut() {
 if (document.images) document.links1.src=links_off.src;
}

//-->
