/**
 * 
 *
 * @version $Id: common.js,v 1.2 2006/12/12 16:14:57 sjs Exp $
 * @copyright 2004 
 **/

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


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