$(document).ready(function(){

    //alert("test"); 
    $('#footer-menu ul li:first-child').css({'padding-left':'0px'});
    $('#footer-menu ul li:last-child').css({border:'none'});
    $('#header-menu ul li:first-child').css({'padding-left':'0px'});
    $('#header-menu ul li:last-child').css({border:'none'});
    $("#popLink").fancybox({
            'width'             : '80%',
            'height'            : '80%',
            'autoScale'         : false,
            'transitionIn'      : 'none',
            'transitionOut'     : 'none',
            'type'              : 'iframe'
        });
    
    //jQuery.fn.colorbox({href:"/popup.htm", iframe:true, innerWidth:480, innerHeight:390});

});
