/* $Id: pu_conf.js,v 1.2 2005/09/29 19:05:32 psubhedar Exp $ */

var pu_conf = [
	{ re: /Konqueror/, width: 1, height: 1 },
	{ re: /(Windows NT 5\..*Opera|Opera.*Windows)/, width: 1, height: 1 },
	{ re: /Windows NT 5\.0.*Gecko.*Fire/, width: 0, height: 0 },
	{ re: /Windows NT 5\.0.*Gecko/, width: 0, height: 5 },
	{ re: /./, width: 0, height: 0 }
];
