
function show_popup()
{	top.document.getElementById('linkfield').style.visibility='visible'}

function hide_popup()
{	top.document.getElementById('linkfield').style.visibility='hidden'}



tilelade=new Array
(
"Werbetechnik",
"Digitaldruck",
"Beschriftungen",
"Textildruck",
"Grafik-Design",
"Wir über uns",
"Aktuell",
"Impressum",
"Kontakt"
);

function titlename()
{top.document.getElementById("titletag").firstChild.nodeValue = tilelade[titlevar];}
