function h_about()
{
	document.getElementById('a_left').innerHTML = '<img class="box" src="src/image.php?id=113" alt="" />';   
    document.getElementById('a_p_top').innerHTML = '.. <span class="myLink" onclick="fixURL(\'#about\')">close</span>';     
	include('a_right','src/about.php');
	p_open();
}

function h_artists()
{
	a_open();
    include('a_p_content','src/about_a.php');
	document.getElementById('location').innerHTML = '<span class="myLink" onclick="fixURL(\'#index\')">INDEX</span> | <span class="myLink" onclick="fixURL(\'#about\')">ABOUT</span> | ARTISTS';
    document.title = 'redstarcommunity.com | about | artists';
}

function h_pre_release(release)
{
	r_kinds_current = 0;
	createCookie('kindscookie',0,0.08);
	r_fill();
	fixURL(release)
}

function h_releases()
{
	a_open();
    include('a_p_content','src/releases.php');
	document.getElementById('location').innerHTML = '<span class="myLink" onclick="fixURL(\'#index\')">INDEX</span> | <span class="myLink" onclick="fixURL(\'#about\')">ABOUT</span> | RELEASES';
    document.title = 'redstarcommunity.com | about | releases';
}

function h_distribution(label)
{
	a_open();
    include('a_p_content','src/releases.php?label=' + label);
	document.getElementById('location').innerHTML = '<span class="myLink" onclick="fixURL(\'#index\')">INDEX</span> | <span class="myLink" onclick="fixURL(\'#about\')">ABOUT</span> | DISTRIBUTION';
    document.title = 'redstarcommunity.com | about | distribution';
}

function h_contact()
{
	a_open();
	include('a_p_content','src/about_c.php');
	document.getElementById('location').innerHTML = '<span class="myLink" onclick="fixURL(\'#index\')">INDEX</span> | <span class="myLink" onclick="fixURL(\'#about\')">ABOUT</span> | CONTACT';
	document.title = 'redstarcommunity.com | about | contact';
}

function h_end()
{
	a_close();
	document.getElementById('location').innerHTML = '<span class="myLink" onclick="fixURL(\'#index\')">INDEX</span> | ABOUT';
	document.title = 'redstarcommunity.com | about';
}