/*   *********** region.js   **************   */


/*
    This bit of JavaScript tells the Second Site software
    which region it is building a database for. Second Site 
    uses this inforamtion to pull the correct immages and 
    text for each specific region.  

    This is for the 'German' region.  

*/

    var page_type = "german";

