<!--

// Copyright 2005 Joseph C. Sam (aka KlassengroBpa) ALL RIGHTS RESERVED.   
// This copyright notice must remain in this code per the software license 
// agreement.    
                                                         
  function pop_qotd() {
    mylink='http://www.dailyquestions.com/fragen/germanclub/Q_builder.php';
 Q_date = new Date(); Q_all = (Q_date.getMonth()+1) + '-' + Q_date.getDate() + '-' + Q_date.getFullYear(); function Q_newwin(mylink, Q_all) { x=window.open(mylink+'?heute='+Q_all,'QOTD','height=420,width=740,location=1,menubar=0,resizable=1,scrollbars=1,status=1,toolbar=1,left=20,top=20');
}  Q_newwin(mylink, Q_all); return false;
  }

// button code, bring in the mouseover button images

  home = new Image();
  home.src = "buttons/home_over.jpg";

  study_corner = new Image();
  study_corner.src = "buttons/study_corner_over.jpg";

  german_media = new Image();
  german_media.src = "buttons/german_media_over.jpg";

  club_updates = new Image();
  club_updates.src = "buttons/club_updates_over.jpg";

  study_abroad = new Image();
  study_abroad.src = "buttons/study_abroad_over.jpg";

  webtreff = new Image();
  webtreff.src = "buttons/webtreff_over.jpg";

  recipes = new Image();
  recipes.src = "buttons/recipes_over.jpg";

  useful_links = new Image();
  useful_links.src = "buttons/useful_links_over.jpg";

  pictures = new Image();
  pictures.src = "buttons/pictures_over.jpg";

  officers = new Image();
  officers.src = "buttons/officers_over.jpg";

  archives = new Image();
  archives.src = "buttons/archives_over.jpg";



// Foto des Tages code

  function foto_des_tages() {
    win1 = window.open("foto_des_tages/foto.html","foto","location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); 
  }

// For Displaying the Salzburg Dom Foto

  function display_foto() {
    win1 = window.open("images/salzdom_big.jpg","dom_foto","location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,height=620,width=440"); 
  }

// -->
