function Openme(opc) {

if (opc == 1) {
   flyout1 = window.open("fichas.asp","flyout1","resizable=no,scrollbars=no,width=950,height=500,top=20,left=10")
   }

if (opc == 2) {
   flyout2 = window.open("preguntas.asp","flyout2","resizable=no,scrollbars=yes,width=800,height=370,top=20,left=100")
   }   

if (opc == 3) {
   flyout3 = window.open("19911220.asp","flyout3","resizable=no,scrollbars=yes,width=700,height=520,top=0,left=280")
   }   

if (opc == 4) {
   flyout4 = window.open("intercambio.asp","flyout4","resizable=yes,scrollbars=yes,width=800,height=300,top=50,left=200")
   }   

if (opc == 6) {
   flyout5 = window.open("parcelas.asp","flyout5","resizable=yes,scrollbars=yes,width=800,height=500,top=50,left=200")
   }   

if (opc == 5) {
   flyout5 = window.open("restricted.asp","flyout5","resizable=yes,scrollbars=yes,width=800,height=300,top=50,left=200")
   }   

}

