function getLoader1(x) {
	if (typeof(x) == 'undefined' || x == '') x = 'Loading';
	return '<img style="display: inline" src="images/loader1.gif" width="208" height="13" alt="" align="absmiddle" /> &nbsp; '+x+'...';
}
