		<!--
		var cdhs = hs;
		hs.graphicsDir = 'graphics/';
    	hs.outlineType = 'rounded-white';
    	hs.outlineWhileAnimating = true;
    	hs.showCredits = true;
    	hs.expandDuration = 250;
		hs.anchor = 'auto';
		hs.align = 'auto';
		hs.transitions = ["expand"];
		hs.dimmingOpacity = 0;
		hs.lang = {
		   loadingText :     'Loading...',
		   loadingTitle :    'Click to cancel',
		   focusTitle :      'Click to bring to front',
		   fullExpandTitle : 'Expand to actual size',
		   fullExpandText :  'Full size',
		   creditsText :     'Powered by Highslide JS',
		   creditsTitle :    'Go to the Highslide JS homepage',
		   previousText :    'Previous',
		   previousTitle :   'Previous (arrow left)',
		   nextText :        'Next',
		   nextTitle :       'Next (arrow right)',
		   moveTitle :       'Move',
		   moveText :        'Move',
		   closeText :       'Close',
		   closeTitle :      'Close (esc)',
		   resizeTitle :     'Resize',
		   playText :        'Play',
		   playTitle :       'Play slideshow (spacebar)',
		   pauseText :       'Pause',
		   pauseTitle :      'Pause slideshow (spacebar)',   
		   number :          'Image %1 of %2',
		   restoreTitle :    'Click to close image, click and drag to move. Use arrow keys for next and previous.'
		};
		//-->
		

		<!--
		jQuery(function($) {
			// tabs element
			var tab_instance = $('#magictabs_zw13X');
			
			// create tabs instance
			tab_instance.tabs({ event: 'mouseover', fx: { opacity: 'toggle' } });
		
			// prev - next buttons
			$('#magictabs_zw13X').find('div.buttons a').each(function(n, el) {
				$(this).click(function (){
					var selected = tab_instance.tabs('option', 'selected');
					var count = selected + 1;
					if ($(el).hasClass('prev')) count = selected - 1;
					tab_instance.tabs('select', count);
					return false;
				});
			});
			
		});
		//-->
		

		<!--
		jQuery(function($) {
			// tabs element
			var tab_instance = $('#magictabs_cVg9K');
			
			// create tabs instance
			tab_instance.tabs({ event: 'mouseover', fx: { opacity: 'toggle' } });
		
			// prev - next buttons
			$('#magictabs_cVg9K').find('div.buttons a').each(function(n, el) {
				$(this).click(function (){
					var selected = tab_instance.tabs('option', 'selected');
					var count = selected + 1;
					if ($(el).hasClass('prev')) count = selected - 1;
					tab_instance.tabs('select', count);
					return false;
				});
			});
			
		});
		//-->
		

		<!--
		jQuery(function($) {
			// tabs element
			var tab_instance = $('#magictabs_60pa9');
			
			// create tabs instance
			tab_instance.tabs({ event: 'mouseover', fx: { opacity: 'toggle' } });
		
			// prev - next buttons
			$('#magictabs_60pa9').find('div.buttons a').each(function(n, el) {
				$(this).click(function (){
					var selected = tab_instance.tabs('option', 'selected');
					var count = selected + 1;
					if ($(el).hasClass('prev')) count = selected - 1;
					tab_instance.tabs('select', count);
					return false;
				});
			});
			
		});
		//-->
		
window.addEvent('load', function() {
	var imgs = [];
	imgs.push({file: '01.jpg', url: '/production.html', title: '<a href=>soldering | brazing</a>', desc: '<a href=>vacuum | belt furnace | inductive | fluxless</a>'});
	imgs.push({file: '06.jpg', title: 'scanning electron microscopy', desc: 'energy dispersive x-ray analysis', url: '/development_and_testing.html'});
	imgs.push({file: '05.jpg', title: 'soldering | brazing', desc: 'vacuum | belt furnace | inductive | fluxless', url: '/production.html'});
	imgs.push({file: '02.jpg', title: 'visual and cross-sectional research', desc: 'optical microscopy', url: '/development_and_testing.html'});
	imgs.push({file: '04.jpg', title: 'soldering | brazing', desc: 'shielded | manual | aluminum | metal-ceramic', url: '/production.html'});
	imgs.push({file: '07.jpg', title: 'Research concerning climatic changes', desc: 'Thermal cycling tests (TCT), Thermal shock tests (TST), Temperature/humidity tests, High temperature storage tests, Vibration testing', url: '/development_and_testing.html'});
	imgs.push({file: '03.jpg', title: 'combinations with additional processes', desc: 'hardening | glowing | thermal cleaning', url: '/production.html'});
	imgs.push({file: '08.jpg', title: 'metallographic research', desc: 'magnifications up to 300.000x', url: '/development_and_testing.html'});
	imgs.push({file: '09.jpg', title: 'alternative lead-free solder material with lower melting temperature for electronic applications', desc: 'High temperature diffusion  soldering', url: '/development_and_testing.html'});

	var myshow = new Slideshow('slideshow', { 
		type: 'fade',
		externals: 0,
		showTitleCaption: 1,
		captionHeight: 45,
		width: 960, 
		height: 200, 
		pan: 20,
		zoom: 20,
		loadingDiv: 1,
		resize: true,
		duration: [2000, 9000],
		transition: Fx.Transitions.Expo.easeOut,
		images: imgs, 
		path: '/banners/'
	});

	myshow.caps.h2.setStyles({color: '#fff', fontSize: '13px'});
	myshow.caps.p.setStyles({color: '#ccc', fontSize: '11px'});
});
		window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
