
//окошко правильного ответа win3

function openWin3()

 {
  myWin= open("smile.html", "displayWindow",
    "width=600,height=500,status=no,toolbar=no,menubar=no,screenX=500,screenY=300");

  myWin.document.open(smile.html);

  myWin.document.close(smile.html);


}


//окошко недостаточного ответа win2


function openWin2()
 {
  myWin= open("uvy.html", "displayWindow",
    "width=600,height=300,status=no,toolbar=no,menubar=no,screenX=500,screenY=300");

  myWin.document.open(uvy.html);

  myWin.document.close(uvy.html);


}



//окошко избыточного ответа win4


function openWin4()

 {
  myWin= open("mnogo.html", "displayWindow",
    "width=600,height=300,status=no,toolbar=no,menubar=no,screenX=500,screenY=300");

  myWin.document.open(mnogo.html);

  myWin.document.close(mnogo.html);


}
