
//var pop_layout;		

//$().ready(function() {


	//$("#popcontent").oneTime(100, "correct form scroll", function() {	 
	
function Init_slideshow() {
		$('#slideshow').cycle({
        speed:  'slow',
        timeout: 0,
        pager:  '#slidenav',
        pagerAnchorBuilder: function(idx, slide) {
            return '#slidenav li:eq(' + (idx) + ') a';
        }
    	});	
}
 
	//});  
//});
