function AW_SpawnWindow(windowName,url,targetName,specs){
  eval(windowName+"=window.open('"+url+"','"+targetName+"','"+specs+"')")
}

