/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

jQuery(document).ready(function() {
    initMenu();
    //initMenuScroll();
    
    if (jQuery.embedGm) {
        jQuery.embedGm();
    }
    if (jQuery.embedSwf) {
        jQuery.embedSwf();
    }
    jQuery("a[rel^='prettyPhoto']").prettyPhoto({
        theme: 'facebook'
        
    });
});

