function reproductor(dir, w, h)
        {
       	window.open("repro.aspx?dir="+dir,"","width=" + 1024 + ",height=" + 768 + ",scrollbars=yes,toolbar=yes,directories=no,location=no,status=yes,menubar=yes,resizable=yes,copyhistory=no,fullscreen=no");	
        }
        
        