function zurueck()
{
var ns4=document.layers
if (ns4)
{
window.back();
}
else
history.back();
}

