$(document).ready(function() {
	        $("a.group").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 700,
            'frameHeight': 545,
            'padding': 0,
            'overlayShow': true
            });
         $("#autostart").fancybox({'overlayShow':true,frameWidth:600,frameHeight:500}).trigger('click');

    $("a.login").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 720,
            'frameHeight': 400
                         	});
            $("a.fb_reg").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 720,
            'frameHeight': 770,
            'centerOnScroll': false
                         	});
            $("a.parola").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 720,
            'frameHeight': 270,
            'centerOnScroll': false
                         	});
            $("a.details").fancybox({
		    'hideOnContentClick': true,
            'frameWidth' : 720,
            'frameHeight': 600
                         	});
    function refresh()
{ window.location.reload( false );}
            $("a.tpi").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 720,
            'frameHeight': 600,
            'callbackOnClose':refresh
                         	});
            $("#more").fancybox({
		    'hideOnContentClick': false,
            'frameWidth' : 720,
            'frameHeight': 600
                         	});
        //dropdown
        $("#top1").dropdownchecklist({ width: 150, maxDropHeight: 200 });
        $("#top2").dropdownchecklist({ width: 150, maxDropHeight: 200 });


    $('.slideshow').cycle({
      timeout:       4500,
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
//Document ready end
});