function goSlideShow(){
	
									var imgs = [];
					
														imgs.push({
											file: 'topimagefon1.gif',
																	title: '',
											desc: '',
											url: '#'
										  					});
														imgs.push({
											file: 'topimagefon2.gif',
																	title: '',
											desc: '',
											url: '#'
										  					});
														imgs.push({
											file: 'topimagefon3.gif',
																	title: '',
											desc: '',
											url: '#'
										  					});
													imgs.push({
											file: 'topimagefon4.gif',
																	title: '',
											desc: '',
											url: '#'
										  					});
																							
											imgs.push({
											file: 'topimagefon5.gif',
																	title: '',
											desc: '',
											url: '#'
										  					});
													
														
													
									var myshow = new Slideshow('slideshow', { 
										type: 'fade',
										showTitleCaption: 0,
										captionHeight: 45,
										width: 672, 
										height: 224, 
										pan: 50,
										zoom: 50,
										loadingDiv: 0,
										resize: true,
										duration: [2000, 4000],
										transition: Fx.Transitions.Expo.easeOut,
										images: imgs, 
										path: 'buhgalter/maketpics/'
									});
									
									myshow.caps.h2.setStyles({
										color: '#fff',
										fontSize: '13px'
									});
									myshow.caps.p.setStyles({
										color: '#ccc',
										fontSize: '11px'
									});
							
}
							
							


