function abrir(cual)
{
window.open(''+cual
+'','','scrollbars=no,width=782,height=576,top=100,left=100');
}
