var url = function (str_url) {
	return 'http://localhost/spirospolikandriotis.com/'+str_url;
}

$(document).ready(function() {
	$('#acc .acc-content').show();
});