var numArt=10;
function openwindow(URLlink,URLtarget)
{
  newwin=window.open(URLlink, URLtarget,'resizable=yes,width=650,height=500,scrollbars=yes,titlebar=no,status=no,menubar=no,toolbar=no,location=no,left=20,top=20');
};
