//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// Generelle Funktionen
function show_link_over( _text)
{
obj = eval(_text);
if (document.layers)
   {
    obj.visibility="show";
	obj.color="#000000";
	obj.backgroundColor="#E79694";
	} // ende if
	
if (document.all)
   {
    obj.style.visibility="visible";
	obj.style.color="#000000";
    obj.style.background="#E79694";	
	} //ende if
} //ende function


function show_link_out( _text)
{
obj = eval(_text);
if (document.layers)
   {
    obj.visibility="show";
	obj.color="#000000";
	obj.background="#FFFFFF";
	alert("1");
	}
	
if (document.all)
   {
    obj.style.visibility="visible";
	obj.style.color="#000000";
    obj.style.background="#FFFFFF";	
	}
}
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// archive

function show_archive()
{
parent.frames["control00"].set_activated("archive");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function archive_on_mouse_over()
{show_link_over("td_archive");}

function archive_on_mouse_out()
{show_link_out("td_archive");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// event-shop

function show_eventshop()
{
parent.frames["control00"].set_activated("eventshop");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function eventshop_on_mouse_over()
{show_link_over("td_eventshop");}

function eventshop_on_mouse_out()
{ show_link_out("td_eventshop");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// gallery

function show_gallery()
{
parent.frames["control00"].set_activated("gallery");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function gallery_on_mouse_over()
{show_link_over("td_gallery");}

function gallery_on_mouse_out()
{show_link_out("td_gallery");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//Japan

function show_japan()
{
parent.frames["control00"].set_activated("japan");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function japan_on_mouse_over()
{show_link_over("td_japan");}

function japan_on_mouse_out()
{show_link_out("td_japan");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// institutions

function show_institutions()
{
parent.frames["control00"].set_activated("institutions");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function institutions_on_mouse_over()
{show_link_over("td_institutions");}


function institutions_on_mouse_out()
{show_link_out("td_institutions");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// Portfolio

function show_portfolio()
{
parent.frames["control00"].set_activated("portfolio");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function portfolio_on_mouse_over()
{show_link_over("td_portfolio");}

function portfolio_on_mouse_out()
{show_link_out("td_portfolio");}

//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
// references

function show_references()
{
parent.frames["control00"].set_activated("references");
location.href="http://www.spotlight-photographics.de/index2.htm";
}

function references_on_mouse_over()
{show_link_over("td_references");}


function references_on_mouse_out()
{show_link_out("td_references");}
