var wlev = 0

function objwspec (theUrl,WinName,WinFeat,StatusMsg) 
  {
        this.theUrl=theUrl
        this.WinName=WinName
        this.WinFeat=WinFeat
        this.StatusMsg=StatusMsg
  }

function windowAcc(wname,wlev) 
  {
  wpath = "../";
  if (wlev == 1) {wpath = ""} 

  if (wname == 'contatti') {
      wspec= new objwspec(wpath + "00-acc/contatti.asp", wname, "scrollbars=no,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }

  if (wname == 'credits') {
      wspec= new objwspec(wpath + "00-acc/credits.asp", wname, "scrollbars=no,menubar=no,resizable=no,location=no,status=no,toolbar=no,width=602,height=339,top=20,left=20")
      }

  if (wname == 'confezione') {
      wspec= new objwspec(wpath + "_confezione/confezione.htm", wname, "scrollbars=no,menubar=no,resizable=no,location=no,status=no,toolbar=no,width=400,height=400,top=20,left=20")
      }

    window.open(wspec.theUrl,wspec.WinName,wspec.WinFeat);

  }

function windowAcc2(wname, IDcontent, wlev) 
  {
  wpath = "../";
  if (wlev == 1) {wpath = ""}

  if (wname == 'news') {
      wspec= new objwspec(wpath + "00-acc/view_news.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }
  if (wname == 'news2') {
      wspec= new objwspec(wpath + "00-acc/view_news.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=40,left=40")
      }

  if (wname == 'evento') {
      wspec= new objwspec(wpath + "00-acc/view_eventi.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }
  if (wname == 'evento2') {
      wspec= new objwspec(wpath + "00-acc/view_eventi.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=40,left=40")
      }

  if (wname == 'press') {
      wspec= new objwspec(wpath + "00-acc/view_press.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }
  if (wname == 'press2') {
      wspec= new objwspec(wpath + "00-acc/view_press.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=40,left=40")
      }
  if (wname == 'rif') {
      wspec= new objwspec(wpath + "00-acc/view_rif.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }
  if (wname == 'rif2') {
      wspec= new objwspec(wpath + "00-acc/view_rif.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=40,left=40")
      }

  if (wname == 'proj') {
      wspec= new objwspec(wpath + "00-acc/view_proj.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=20,left=20")
      }
 if (wname == 'proj2') {
      wspec= new objwspec(wpath + "00-acc/view_proj.asp?IDcontent=" + IDcontent, wname, "scrollbars=yes,menubar=yes,resizable=no,location=no,status=yes,toolbar=yes,width=500,height=400,top=40,left=40")
      }
    window.open(wspec.theUrl,wspec.WinName,wspec.WinFeat);

  }

