// JavaScript Document


<!----hide
function change1()
{
parent.leftFrame.location="list-pages/c-list-please.html";
parent.mainFrame.location="c-artwork.html";
}
function change2()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="c-education.html";
}
function change3()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="c-make-contact.html";
}
function change4()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="c-about-me.html";
}
function change5()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="c-commissions.html";
}
function change6()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="c-achievements.html";
}
function change7()
{
parent.leftFrame.location="c-list-under20.html";
parent.mainFrame.location="../c-under-20.html";
}
function change8()
{
parent.leftFrame.location="c-list-degree.html";
parent.mainFrame.location="../c-degree.html";
}
function change9()
{
parent.leftFrame.location="c-list-graphics.html";
parent.mainFrame.location="../c-graphics.html";
}
function change10()
{
parent.leftFrame.location="c-list-contemporary.html";
parent.mainFrame.location="../c-contemporary.html";
}
function change11()
{
parent.leftFrame.location="c-list.html";
parent.mainFrame.location="content.html";
}