$(document).ready(function() {
    $('.mnu-products').click(function() { 
        $(this).colorbox({iframe:true, innerWidth: 550, innerHeight: 481});
     }); 
     
     $('.mnu-services').click(function() { 
        $(this).colorbox({iframe:true, innerWidth: 550, innerHeight: 160});
     }); 
     
     $('.mnu-aboutus').click(function() { 
        $(this).colorbox({iframe:true, innerWidth: 550, innerHeight: 170});
     }); 
     
     $('.mnu-contactus').click(function() { 
        $(this).colorbox({iframe:true, innerWidth: 550, innerHeight: 150});
     });       
     
     
    /*
    $(this).colorbox( { iframe:true,
                               innerWidth:0, 
                               innerHeight:0,
                               scrolling:false,
                               onComplete:function(){   
                                                        $.colorbox.resize( { innerHeight:($('iframe').offset().top + $('iframe').height() ),
                                                                           innerWidth:($('iframe').offset().left + $('iframe').width()) });
                                                        alert( $('.cb_content').offset().top + $('.cb_content').height() );
                                                        alert($('.cb_content').width());
                                                        //alert($('iframe').innerHeight());

                                                    }
                               });
                               
    }); 
      */
});
