// Application: Salary calculator
// Author: Ruslan Ulanov 
// Created: Feb. 12, 2006
// Description: This program allows you to evaluate your salary 
//  for different periods based on hourly or yearly salary.
// Notes: The calculations are based on 8-hour day, 5 business days a week
// License: Freeware
// Web: http://www.ulanoff.com
//
// History: 
//  Feb. 12, 2006: 
//    [+] initial release
//  Feb. 15, 2006: 
//    [+] added command-line parameters /h, /y, /?
