// funcion pop-up window

  function video_uno() {
  
    window.open('video_australia.html', 'popup', 'width=432, height=350, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}
  function video_dos() {
  
    window.open('video_holand.html', 'popup', 'width=432, height=350, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}
  function video_tres() {
  
    window.open('video_medicina.html', 'popup', 'width=432, height=350, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}
  function video_medicina() {
  
    window.open('video_medicina.html', 'popup', 'width=425, height=350, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}
  function video_expo() {
  
    window.open('video_expo.html', 'popup', 'width=425, height=350, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}

  function video_gales() {
  
    window.open('http://www.grupogales.com/comercial_gales/comercial.html', 'popup', 'width=720, height=480, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}

 /* function chat() {
  
    window.open('http://www.grupogales.com/chat/chat.html', 'popup', 'width=460, height=300, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}
*/
 /* function calendar() {
  
    window.open('http://www.grupogales.com/gales_calendar/gales_calendar.html', 'popup', 'width=520, height=420, top=100, left=100, menubar=0, scrollbars=false, location=0, toolbar=0,  resizable=1, status=0');
    
}*/
// funcion pop-up window fin

