$(function(){
  ddsmoothmenu.init({
	mainmenuid: "menu", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	shadow:{enable:true,offsetx:0,offsety:0},
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
});
  
  $('a[rel*="external"]').click( function() {
    window.open(this.href);
    return false;
    });
    
        $(".privacybox").fancybox({
        width: 700,
        height: 500,
        autoScale: true,
        transitionIn: 'elastic',
        transitionOut: 'elastic',
        speedIn: 750,
        speedOut: 750,
        titleShow: false,
        type: 'iframe',
        overlayOpacity: 0.85,
        overlayColor: '#000000'
        });
        
      $(".contactbox").fancybox({
        width: 370,
        height: 520,
        autoScale: true,
        transitionIn: 'elastic',
        transitionOut: 'elastic',
        speedIn: 750,
        speedOut: 750,
        titleShow: false,
        type: 'iframe',
        overlayOpacity: 0.85,
        overlayColor: '#000000'
        });

$.ajaxSetup({ cache: false });
$.getJSON("whos-online/include-whos-online-header.php?callback=?", { 'wo-last-url': fixtile},function (data) {
            $('#online').html(data.now);
            $('#maxonline').html(data.today);
            $('#maxonl').html(data.today);
            }
            );

$(pagegroup).addClass("current");
$(subpagegroup).clone().show().appendTo("#sidebarmenu");
if(subpagegroup=="#sub_g"){$("#sidebarmenu ul ul").hide();}
$("#sidebarmenu ul li"+page).addClass("current");

});

