$(document).ready(function(){

	$( "#png" ).pngFix();
	$( "#content_container" ).pngFix();

        var active = $('#selected').html();
       
        $( '.home_page' ).removeClass( 'home_page_active' );
        $( '.offers' ).removeClass( 'offers_active' );
        $( '.contact' ).removeClass( 'contact_active' );
        $( '.map' ).removeClass( 'map_active' );
        
        $('.'+active).addClass( active+'_active' );
        


	

});
function getProjectPath(){
	//var loc = location.href.substring(0, location.href.lastIndexOf('web')+4);
	
	var loc= 'http://sdip.com.pl/';
	return loc;
}
