function photolink() {
	window.parent.location = "photogallery"; 
}
function gfxlink()
{
	window.parent.location = "gfxgallery"; 
}
function priceslink()
{
	window.parent.location = "prices.html"; 
}
function contactlink()
{
	window.parent.location = "contactus.html"; 
}
function home()
{
window.parent.location = "http://www.lynesstudio.com/";
}
function pictures()
{
window.parent.location = "http://www.lynesstudio.com/pictures";
}