// messaggioAttendere - rel. 1.0
// created by Gianluca Celentano for INFOSERV s.r.l.
// (c) 2004 - all rights reserved

var messaggioAttendere = document.createElement("div");

function inizializzaMessaggioAttendere(){

	messaggioAttendere.innerHTML =
			"<div style=\"position:absolute; top:25; left:130; zIndex=10; visibility:hidden\" id=\"messaggioAttendere\" border=\"0\">"+
				"<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"302\" height=\"137\">"+
					"<tr>"+
						"<td width=\"297\" height=\"132\">"+
							"<table border=\"1\" bordercolor=\"#666600\"  bgcolor=\"#FFFFFF\" height=\"132\" width=\"297\" cellspacing=\"0\" cellpadding=\"2\">"+
								"<tr>"+
									"<td width=\"100%\" valign=\"top\">"+
										"<table bgcolor=\"#999900\" height=\"18\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">"+
											"<tr>"+
												"<td>"+
													"<p class=\"txt-standard\" align=\"center\">"+
														"<b><font color=\"#FFFFFF\">ATTENDERE</font></b>"+
													"</p>"+
												"</td>"+
											"</tr>"+
										"</table>"+
										"<p align=center class=\"txt-piccolo\">"+
											"<img src=\"/jobw/images/clessidra.gif\" width=32 height=32 vspace=0 border=0>"+
										"</p>"+
										"<p align=center class=\"txt-piccolo\" style=\"word-spacing: 0; line-height: 100%; margin-top: 0; margin-bottom: 0\">"+
											"<br>Attendere prego, elaborazione in corso...<br><br>"+
										"</p>"+
									"</td>"+
								"</tr>"+
							"</table>"+
						"</td>"+
						"<td width=\"5\" height=\"132\">"+
							"<table style=\"filter:alpha(opacity=70)\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"5\" height=\"132\">"+
								"<tr>"+
									"<td width=\"5\" height=\"5\">"+
										"<p>"+
										"</p>"+
									"</td>"+
								"</tr>"+
								"<tr>"+
									"<td width=\"5\" bgcolor=\"#333300\" height=\"127\">"+
										"<p>"+
										"</p>"+
									"</td>"+
								"</tr>"+
							"</table>"+
						"</td>"+
					"</tr>"+
					"<tr>"+
						"<td width=\"297\" height=\"5\">"+
							"<table style=\"filter:alpha(opacity=70)\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"297\" height=\"5\">"+
								"<tr>"+
									"<td width=\"5\" height=\"5\">"+
										"<p>"+
										"</p>"+
									"</td>"+
									"<td width=\"295\" height=\"5\" bgcolor=\"#333300\">"+
										"<p>"+
										"</p>"+
									"</td>"+
								"</tr>"+
							"</table>"+
						"</td>"+
						"<td style=\"filter:alpha(opacity=70)\" width=\"5\" height=\"5\" bgcolor=\"#333300\">"+
							"<p>"+
							"</p>"+
						"</td>"+
					"</tr>"+
				"</table>"+
			"</div>";

	messaggioAttendere.style.display = "inline";
	document.body.appendChild(messaggioAttendere);
}
