function blogon()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ home ]";
}

function blogout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

function photographyon()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ photography ]";
}

function photographyout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

function arton()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ artwork ]";
}

function artout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

function doomon()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ doom ]";
}

function doomout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

function videoson()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ videos ]";
}

function videosout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

function abouton()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ about ]";
}

function aboutout()
{
var test = document.getElementById("p1");
test.innerHTML="&raquo; [ + ]";
}

