 var frutiger = {
  src: 'global/swf/Frutiger57Cn.swf'
  ,ratios: [8, 1.41, 11, 1.31, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 70, 1.2, 72, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 83, 1.19, 84, 1.2, 1.19]
};
var frutigerwglow = {
  src: 'global/swf/Frutiger47LightCondensedwGlow.swf'
  ,ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 94, 1.18, 98, 1.17, 100, 1.18, 104, 1.17, 105, 1.18, 110, 1.17, 111, 1.18, 1.17]
};



$(document).ready(function(){

    if(document.getElementById("jcarousel"))
    {

	    $('#simpleCarousel').jcarousel({
		   itemVisible: 1,
           itemScroll: 1,
           autoScroll: 0, 
           wrap: true,
           wrapPrev: true			
	    });
    }
    if(document.getElementById("fourcolCarousel"))
    {

	    $('#fourcolCarousel').jcarousel({
		   itemVisible: 4,
           itemScroll: 1,
           autoScroll: 0, 
           wrap: false,
           wrapPrev: false			
	    });
    }
    
    $("#fourcolCarousel .jcarousel-list li a").hover(
        function()
        {
            $(this).addClass("hover");
        },
        function()
        {
            $(this).removeClass("hover");
        }
    );
});

function enableJSClass()
{
	document.body.className = "jsEnabled";
}

function show(){
  $("#popmenubox").show();
  $(".popmenu").hide()
  return false;
	  
}
function hide(){
  $("#popmenubox").hide();
  $(".popmenu").show()
  return false;
	  
}
