$(document).ready(function() {
	// slideshow
    $('#homebanner')
//		.before('<div id="slidenav"')
		.cycle({
			fx: 'fade',
			speed: 3000, 
			timeout: 1000, 
			pause: true,
			autostop: 1
//			pager: '#slidenav'
	});

});

function homeshowtab(tabnumber){
	$('.divtab').hide();
	$('#divtab'+tabnumber).show();	

	$('.tab').removeClass('activetab');
	$('#tab'+tabnumber).addClass('activetab');	
}
