function nextStepsWindow() {
  Window3 = window.open("../level6.htm","x","scrollbars=yes,resizable=yes,menubar=yes,status=yes,width=600,height=500")
}
function newWindow(url) {
  Window4=window.open(url,"y")
}
function infoWindow(url) {
  Window5=window.open(url,"z","scrollbars=yes,resizable=yes,menubar=yes,screenX=170,screenY=115,width=400,height=350")
}
function anzWindow() {
  Window6 = window.open("../anzfranchise.htm","anz")
}
function docsWindow(url) {
  Window7 = window.open(url,"tds","scrollbars=yes,resizable=yes,status=yes,width=720,height=600")
}
