function changeIt(newLoc)  {
      location.href=newLoc
}

parent.quizstatus = 1;

var NN3 = false;

bwName=navigator.appName;
bwVersion=parseFloat(navigator.appVersion);
bwNetscape=bwName== "Netscape" && bwVersion >= 3;
bwMicrosoft=bwName== "Microsoft Internet Explorer" && bwVersion >= 4;

if (bwNetscape) { NN3 = true}
if (bwMicrosoft) { NN3 = true}

if (NN3) 

{
image1 = new Image();
image1.src = "../images/but_con_naechsterpunkt_n.gif";
image1on = new Image;
image1on.src = "../images/but_con_naechsterpunkt_h.gif";

image2 = new Image();
image2.src = "../images/logo_impact_grau.gif";
image2on = new Image;
image2on.src = "../images/logo_impact.gif";

image3 = new Image();
image3.src = "../images/logo_prehkeytec_grau.gif";
image3on = new Image;
image3on.src = "../images/logo_prehkeytec.gif";

image4 = new Image();
image4.src = "../images/logo_ttid_grau.gif";
image4on = new Image;
image4on.src = "../images/logo_ttid.gif";

image5 = new Image();
image5.src = "images/but_con_hierklicken_n.gif";
image5on = new Image;
image5on.src = "images/but_con_hierklicken_h.gif";
}

function on3(name)   {
        document[name].src = eval(name + "on.src");}

function off3(name)  {
        document[name].src = eval(name + ".src");}

function on(name)  {        
        if (NN3) on3(name);}

function off(name)  {
        if (NN3) off3(name);}

