servicelink = "";

has_flash = false;

if (parent.has_flash) has_flash = true;

if (top==self){
	top.location = 'http://www.taikn.de/index.html'; 
}
function reloadani(pfad){
   parent.serviceclicked = true;
   servicelink = pfad;
   if(has_flash) parent.frames['vt'].location.reload();
}