$(document).ready(function(){

	// CYCLE
	$('#cycle').cycle({timeout:6000});

	/*$('#flash-home').flash({
		swf: '/wp-content/themes/startingpoint/videos/dierexibit-movie-d6.swf',
		height: 375,
		width: 676,
		params: {
		wmode: 'transparent'
		}
	}); */
	
	$('#flash-quotes').flash({
		swf: '/wp-content/themes/startingpoint/videos/diers-scrollmovie-d4.swf',
		height: 250,
		width: 300,
		params: {
		wmode: 'transparent'
		}
	});
	
	$('ul#nav li:last-child').css('background-image','none');
	$('ul#footer_nav li:last-child').css('border-right','none');
	
	$(".table-covers").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com/ProductPage.asp?id=92131150916200914&cat=Table%20Coverings',
        'centerOnScroll' : true
    });
	
	$(".outdoor").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://banners4branding.com/',
        'centerOnScroll' : true
    });
	
	$(".briefcase").fancybox({
        'width': 950,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://www.expogo.com/catalogdealer/',
        'centerOnScroll' : true
    });
	
	$(".bannerstands").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com/ProductPage.asp?id=92131150916200914&cat=Banners and Flags',
        'centerOnScroll' : true
    });
	
	$(".total-show").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com/ProductPage.asp?id=92131150916200914&stype=sub&cat=Total Show Packages&sub=Total Show Packages',
        'centerOnScroll' : true
    });
	
	$(".hanging-signs").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com/',
        'centerOnScroll' : true
    });
	
	$("#display-store").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com/',
        'centerOnScroll' : true
    });
	
	$(".high-value-vid").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://www.brandstand.com.au/us/product/Fabricpopup/onefabric/Install.asp',
        'centerOnScroll' : true
    });
	
	$("#sidebar-display-store").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://diersexhibitgroup.tradeshowcityusa.com',
        'centerOnScroll' : true
    });
	
	$("#sidebar-sales-promotion, #exhibitors-handbook").fancybox({
        'width': 800,
        'height': '85%',
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'type': 'iframe',
		'href': 'http://exhibitors-handbook.com',
        'centerOnScroll' : true
    });
	
	$('.collapsible .head').click(function() {
		$(this).next().toggle('slow');
		$(this).toggleClass("active");
		return false;
	}).next().hide();
	
});
