/*
/*	Dynamic design functions and onLoad events
/*	----------------------------------------------------------------------
/* 	Creates added dynamic functions and initializes loading.
*/
$(document).ready(function() { if (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) < 7) { $('ul.sf-menu').superfish({ delay: 400, animation: { height: 'show' }, speed: 275 }) } else { $('ul.sf-menu').supersubs({ minWidth: 12, maxWidth: 27, extraWidth: 0 }).superfish({ delay: 400, animation: { height: 'show' }, speed: 275 }) } var overlayColor = $('#fancy_overlay').css('background-color') || '#2c2c2c';   }); 
