
//enter the message you wish to be shown, including html tags
//var message='<p align="center"><img border="0" src="../menu/header.jpg" width="800" height="155">'

//var message='<table border="0" width=100%  cellpadding="0" cellspacing="0"><tr><td><img src="/menu/images/index_01.jpg" width="340" height="125"></td><td width="100%"><img src="/menu/images/index_02.jpg" width="100%" height="125"></td><td><img src="/menu/images/index_03.jpg" width="412" height="125"></td></tr></table>'
var message='<table border="0" width="100%" style="border-bottom:2px solid #08BBE0; border-collapse:collapse"><tr>	<td colspan="2" bgcolor="#F4F5F7" ><table border="0"  align="left"  style="border-collapse: collapse">		<tr>			<td>&nbsp;&nbsp; <a href="/">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="/eng//contact">Contact us</a>&nbsp;&nbsp;&nbsp;&nbsp; </td>		</tr>	</table>	<table border="0"  align="right" style="border-collapse: collapse">		<tr>			<td>Language: [English] <a href="/arb/index.php">[Arabic]</A></td>		</tr>	</table>	</td>		</tr><tr><td ><img border="0" src="/menu/eng/header.jpg" width="780" height="100"></td>		<td width=100% valign="top" bgcolor="#F4F5F7" >&nbsp;</td></tr></table>'

document.write(message)

