jq(document).ready(function(){ 
//		if(typeof initialize == 'function') {
//			initialize();
//		}
		//initialize();
		//jq("#tabs").tabs();
		
		//jq(document.body).imageZoom();
		
		//jq("ul.gallery").prettyGallery();
		
		//jq("a[rel^='prettyPhoto']").prettyPhoto();

        jq("a[rel^='prettyPhoto']").prettyPhoto({theme: 'facebook', opacity: 0.50});        
	
		//		jq(this).addClass("current");
		//		jq(this).parent().addClass("current");
		//jq("*").removeClass("current");
		//        alert(window.location);
		//var pathname = new String(window.location)
		//var temp = new Array();
		//temp = pathname.split("/");
		//temp[3]='/'+temp[3];
		//temp[4]=temp[3]+'/'+temp[4];
		//alert(temp[3]);
		//alert(temp[4]);
		//jq("a.sf-with-ul[href='"+temp[3]+"']").parent().addClass("current");
		//jq("a.navbar-item[href='"+temp[4]+"']").parent().addClass("current");					
        
        
        //jq("ul.sf-menu").superfish(); 



		window.setTimeout(function() {
            jq('.skype_pnh_container').html('');
            jq('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
            }, 800);
        
        
        
        jq("ul.sf-menu").supersubs
            ({ 
                minWidth:    15,
                maxWidth:    15,
                extraWidth:  1 
            }).superfish();  


        jq("#browser").treeview
            ({
                animated: "fast",
                unique: true,
                persist: "location"
           
            });            
        
		//jq("#tabs").tabs();
		//jq("#tabs").tabs();
		//jq("#tabs").tabs();
		//initialize();
		//if(typeof initialize == 'function') {
//			initialize();
		//}

    }); 

