
 

$('#slideshow').cycle({
    timeout: 4200,
    autostop:  true,
    autostopCount:   7 ,
    speed: 1200
});

$('.cms_special').cycle({
    timeout: 4200,
    autostop:  true,
    autostopCount:   8,
    speed: 1200
});

function showSlides_de()
{
	if (true) {
	  document.write("<div id=\"slideshow\">");
	  document.write("<img style='height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/01_Erfahrung.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/02_Sorgfalt.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/03_Formtreue.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/04_Logistik.jpg' alt='' />");   
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/05_Teamwork.jpg' alt='' />"); 
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/06_Zuverlaessigkeit.jpg' alt='' />");    
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/07_HK-Formwork.jpg' alt='' /></div>");
	}
}

function showSlides_en()
{
	if (true) {
	  document.write("<div id=\"slideshow\">");
	  document.write("<img style='height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/01_Experience.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/02_Diligence.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/03_Accuracy.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/04_Logistics.jpg' alt='' />");   
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/05_Teamwork.jpg' alt='' />"); 
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/06_Reliability.jpg' alt='' />");    
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/07_HK-Formwork.jpg' alt='' /></div>");
	}
}


function cms_showSlides_de()
{
	if (true) {
	  document.write("<div class=\"cms_special\" id=\"slideshow\">");
	  document.write("<img style='height: 470px; width: 587px;' src='fileadmin/templates/multimedia/HK1155_Startseite.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/01_Erfahrung.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/02_Sorgfalt.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/03_Formtreue.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/04_Logistik.jpg' alt='' />");   
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/05_Teamwork.jpg' alt='' />"); 
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/06_Zuverlaessigkeit.jpg' alt='' />");    
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_de/07_HK-Formwork.jpg' alt='' /></div>");
	}
}

function cms_showSlides_en()
{
	if (true) {
	  document.write("<div class=\"cms_special\" id=\"slideshow\">");
	  document.write("<img style='height: 470px; width: 587px;' src='fileadmin/templates/multimedia/HK1155_Startseite.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/01_Experience.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/02_Diligence.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/03_Accuracy.jpg' alt='' />");
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/04_Logistics.jpg' alt='' />");   
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/05_Teamwork.jpg' alt='' />"); 
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/06_Reliability.jpg' alt='' />");    
	  document.write("<img style='display: none; height: 470px; width: 587px;' src='fileadmin/templates/multimedia/intro_en/07_HK-Formwork.jpg' alt='' /></div>");
	}
}
//$(function() {	HK1155_Startseite.jpg 
    //$('#slideshow').everyTime("4s", "", "slideSwitch()", 7);
    //setInterval( "slideSwitch()", 5000 );
//});

