var proxyURL = new String( "themeproxy.php" );
var xmlrpcURL = new String( "xmlrpcproxy.php" );
var iconURL = new String( "/templates/oalm/include/images/icons/" );

Ext.BLANK_IMAGE_URL = "templates/oalm/ext2/resources/images/default/s.gif";
Ext.form.Field.prototype.msgTarget = "under";
Ext.MessageBox.minWidth = 300;

String.prototype.trim = function(){ return this.replace( /^\s*|\s*$/g , "" ); }

Ext.onReady( function(){				   	
	Ext.QuickTips.init();
});