function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
  //onClick="openWindow('detail_final.cfm?ArtID=#qGetArtCenter.ArtID#','detailview','width=414,height=550');"
}