// Created by MindSeed Design
// Last Updated: May 26th, 2004

// Status Bar Message
status_text();function status_text()  
{window.status="Pubnico.ca - Oldest Acadian Village in the World - Plus Ancient Village Acadien au Monde";}


// Window Popups
function disc_window(url)
{link=window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=400, height=195, left=230, top=190");}

function map_window(url)
{link=window.open(url, "Link", "toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, width=710, height=480, left=146, top=115");}


// MouseOver Row 1
function onColorOne(lr)
{lr.style.backgroundColor="#bdb7a9"; lr.style.color="#000000";}

function offColorOne(lr)
{lr.style.backgroundColor="#959088"; lr.style.color="#000000";}

// MouseOver Row 2
function onColorTwo(lr)
{lr.style.backgroundColor="#bdb7a9"; lr.style.color="#000000";}

function offColorTwo(lr)
{lr.style.backgroundColor="#7d7972"; lr.style.color="#000000";}

// // MouseOver Row Selected
function onColorSel(lr)
{lr.style.backgroundColor="#bdb7a9"; lr.style.color="#000000";}

function offColorSel(lr)
{lr.style.backgroundColor="#625f5a"; lr.style.color="#ffffff";}