﻿/*
Created by Landon McCord on Aug 30, 2005
copyright - Landon McCord - All Rights Reserved;

This script is open source and can be reused or modified
as needed but this comment must stay intact with out change.
This script is provided as is without warranty expressed or implied.
*/
function openWin(loc) {
    win = window.open(loc.href,"staff","width=620,height=450,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no");
    win.focus();
    if (window.open) return false;
    else return true;
}