function popArtistPrice(theURL)
{
 window.open(theURL,"","height=400,width=300,scrollbars=yes,resizable=yes,screenX=100,left=400, screenY=100,top=200");
}

function popStatement(theURL)
{
 window.open(theURL,"","height=500,width=300,scrollbars=yes,resizable=yes,screenX=100,left=400, screenY=100,top=250");
}