//  ----------------------- jQuery Dynmic Code  ----------------------- 
$j(document).ready(
	function() {
		//  ----------------------- TLN  ----------------------- 	   	
        $j("#findsolutions ul").supersubs({ 
            minWidth:   16, 
            maxWidth:   32 
        }).superfish({ 
            delay:     750, 
            animation: {opacity: 'show'}, 
            speed:     'fast'
        }).find('ul').bgIframe({
            opacity:false
        });
 	}
);