MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b2432/mcfidbfdexpertsince2003.com/wp-content/themes/metro-creativex/js/
File Upload :
Current < : /hermes/sb_web/b2432/mcfidbfdexpertsince2003.com/wp-content/themes/metro-creativex/js/script.js

// jshint ignore: start
jQuery( document ).ready(function() {

	/* Get window sizes */

	var wheight = jQuery(window).height();

	var wwidth = jQuery(window).width();

	jQuery(".header").css({
		"min-height":wheight+"px",
	});

	jQuery("#content").css({
		"min-height":wheight+"px",
	});

	/* Responsive menu */

	jQuery(".openmenuresp").click(function() {
		jQuery("nav").toggleClass("mobilenavopen");
		var text = $(this).text() == 'Close Menu' ? 'Open Menu' : 'Close Menu';
		jQuery(this).text(text);
	});

	/* Limit menu nr of elements */
	var full_width = 0;

	/* Using custom configuration */
	jQuery(".img_gallery").carouFredSel({
		direction: 'up',
		scroll: {
			fx: 'fade',
			duration: 700
		},
		items: {
			visible: 1
		},
		auto: true,
	});
});