// JavaScript Document
ss = new slideshow("ss");
ss.prefetch = 1;
ss.sizelmt = true;
ss.repeat = true;
	s = new slide();
	s.src = "/UploadFiles/Banner/1.jpg";
	s.title = "Accumulator Type Hydraulic Slow Closing Butterfly Valve";
	s.link = "#";
	s.con = "Upholding the spirit of single-minded creates professional, professional casts best, tUpholding the spirit of single-minded creates professional, professional casts best.";
	ss.add_slide(s);
	
	s = new slide();
	s.src = "/UploadFiles/Banner/2.jpg";
	s.title = "Counter Weight Hydraulic Slow Closing Butterfly Valve";
	s.link = "#";
	s.con = "the company has been gradually completed the transition from labor-intensive to technology-intensive, and comes to be one of the leading enterprises in the technological development area.";
	ss.add_slide(s);

	s = new slide();
	s.src = "/UploadFiles/Banner/3.jpg";
	s.title = "Accumulator Type Hydraulic Slow Closing Butterfly Valve";
	s.link = "#";
	s.con = "Upholding the spirit of single-minded creates professional, professional casts best, tUpholding the spirit of single-minded creates professional, professional casts best.";
	ss.add_slide(s);
	
	s = new slide();
	s.src = "/UploadFiles/Banner/4.jpg";
	s.title = "Butterfly Valve";
	s.link = "#";
	s.con = "the company has been gradually completed the transition from labor-intensive to technology-intensive, and comes to be one of the leading enterprises in the technological development area.";
	ss.add_slide(s);

	s = new slide();
	s.src = "/UploadFiles/Banner/5.jpg";
	s.title = "Ball Valve";
	s.link = "#";
	s.con = "Upholding the spirit of single-minded creates professional, professional casts best, tUpholding the spirit of single-minded creates professional, professional casts best.";
	ss.add_slide(s);

	s = new slide();
	s.src = "/UploadFiles/Banner/6.jpg";
	s.title = "Gate Valve";
	s.link = "#";
	s.con = "the company has been gradually completed the transition from labor-intensive to technology-intensive, and comes to be one of the leading enterprises in the technological development area.";
	ss.add_slide(s);

	s = new slide();
	s.src = "/UploadFiles/Banner/7.jpg";
	s.title = "Globe Valve";
	s.link = "#";
	s.con = "Upholding the spirit of single-minded creates professional, professional casts best, tUpholding the spirit of single-minded creates professional, professional casts best.";
	ss.add_slide(s);
	for (var i=0; i < ss.slides.length; i++) {
		s = ss.slides[i];
		s.target = "_blank";
	}
