
	var futura = {
		src: 'includes/futura.swf',
	    ratios:[6, 1.49, 8, 1.5, 9, 1.44, 12, 1.45, 17, 1.42, 18, 1.39, 23, 1.4, 24, 1.37, 30, 1.38, 39, 1.37, 54, 1.36, 89, 1.35, 90, 1.34, 92, 1.35, 93, 1.34, 95, 1.35, 1.34]   
	};
	sIFR.activate(futura);
	sIFR.replace(futura, {
		selector: '.sirfmenu'	
		,css:['.sIFR-root { color: #000000; font-weight: bold;text-transform: uppercase; margin_bottom:0;font-size:15px;}',
			'.sIFR-root a { color: #000000; text-decoration: none; }',
			'.sIFR-root a:hover { color: #333333; text-decoration: none; }',
			'.sIFR-root a:visited { color: #FFFFFF; text-decoration: none; }',
			'.sIFR-root a:active { color: #FF0000; text-decoration: none; }']				
		,wmode:'transparent'	  
		 ,selectable: false
		 
	});	
	sIFR.replace(futura, {
		selector: '.sirfmenuactive'	
		,css:['.sIFR-root { color: #DF0078; font-weight: bold;text-transform: uppercase; margin_bottom:0;font-size:15px;}',
			'.sIFR-root a { color: #DF0078; text-decoration: none; }',
			'.sIFR-root a:hover { color: #DF0078; text-decoration: none; }',
			'.sIFR-root a:visited { color: #DF0078; text-decoration: none; }',
			'.sIFR-root a:active { color: #DF0078; text-decoration: none; }']				
		,wmode:'transparent'	  
		 ,selectable: false
		 
	});	
	sIFR.replace(futura, {
		selector: '.sirfwhite'	
		,css:['.sIFR-root { color: #FFFFFF; font-weight: bold;text-transform: uppercase; margin_bottom:0;}',
			'.sIFR-root a { color: #FFFFFF; text-decoration: none; }',
			'.sIFR-root a:hover { color: #FFFFFF; text-decoration: none; }',
			'.sIFR-root a:visited { color: #FFFFFF; text-decoration: none; }']				
		,wmode:'transparent'	  
		 ,selectable: false
		 
	});		
	sIFR.replace(futura, {
		selector: '.sirfyellow'	
		,css:['.sIFR-root { color: #FCC60A; font-weight: bold;text-transform: uppercase; margin_bottom:0;}',
			'.sIFR-root a { color: #FCC60A; text-decoration: none; }',
			'.sIFR-root a:hover { color: #FCC60A; text-decoration: none; }',
			'.sIFR-root a:visited { color: #FCC60A; text-decoration: none; }']				
		,wmode:'transparent'	  
		 ,selectable: false
		 
	});	
	sIFR.replace(futura, {
		selector: '.sirfpuple'	
		,css:['.sIFR-root { color: #E10F80; font-weight: bold;text-transform: uppercase; margin_bottom:0;}',
			'.sIFR-root a { color: #E10F80; text-decoration: none; }',
			'.sIFR-root a:hover { color: #E10F80; text-decoration: none; }',
			'.sIFR-root a:visited { color: #E10F80; text-decoration: none; }']				
		,wmode:'transparent'	  
		 ,selectable: false
		 
	});		
$(document).ready(function() {	
    $(".imgvideo").click(function(){
        var divonshow = $('#videoonshow');
        var divid='#' + this.id.replace("link2","");                
        divid=divid.replace("link","");
        var aid=divid.replace("#","#link");
        var aid2=divid.replace("#","#link2");
        //alert($(divonshow).attr("id"))
        if ($(divonshow).attr("id")!='videoonshow'){
            $(aid).hide();
            $(aid2).hide();
            $(divid).show();
        }else{
           // alert($(divonshow).width())
           var morehtml='<div class="divinner" style="margin:' + ($(window).scrollTop() +100) + 'px 0 0 ' + parseInt(($(divonshow).width()-614)/2) + 'px;"><div class="closediv" onclick="hidevideo();" ></div><div class="clear"></div>';
           $(divonshow).html(morehtml + $(divid).html() + "</div>");
           $(divonshow).css('left',0);	
	       $(divonshow).css('top',0);
	       $(divonshow).css('height',$(document).height());
	       
           
	       //$(divonshow).css('top',(document.documentElement.scrollTop?document.documentElement.scrollTop:0) + document.body.scrollTop);
	       
           $(divonshow).show(); 
        }
    });
    
});
function hidevideo(){
$('#videoonshow').html("");
 $('#videoonshow').hide();
}
 var objprint=null;
		 var newop=null;
		 function printme(divid){
		    if (newop != null) {
		        if (newop.closed == false) {
			        newop.close()
		        }
	        }
		    objprint= document.getElementById(divid).innerHTML;
		    
		    newop= window.open("printme.htm")	
		    with (newop.document){
		        writeln('<html>');
		        writeln('<head>');
		        writeln('<link href="includes/bmconsumer.css" rel="stylesheet" type="text/css" />');
		        writeln('</head>');
                writeln('<body bgcolor="#FFFFFF">');
                writeln('<div class="mainprint">');
                writeln(objprint.replace(/DISPLAY: none/gi,''),'');
                
                writeln('</div>');               
                writeln('</body></html>');
		    }
		    newop.document.close();
		    newop.print()
            
		 }
		
