function openWindow(imagen) {
leftVal = ((screen.width/2)-505);
topVal = ((screen.height/2)-187);

window.open(imagen,null,'height=448,width=1010, left='+leftVal+', top='+topVal+', status=yes,toolbar=no,menubar=no,location=no');
}
