/**
 * 
 *
 * @version $Id: common.js,v 1.1 2005/08/10 11:26:06 tomek Exp $
 * @copyright 2004 
 **/

// common usefull vars
var isOpr = (navigator.userAgent.indexOf('Opera') != -1) ? 1 : 0;
var isFox = (navigator.userAgent.indexOf('fox') != -1) ? 1 : 0;


// common usefull functions
function reload()
{
	window.location = window.location;
}