function Channels()
{
var sChannels = "";
sChannels += "<div align='center'>";
sChannels += "<table border='0' width='970' id='table2' cellspacing='0' cellpadding='0'>";
sChannels += "<tr>";
sChannels += "<td width='320'>";
sChannels += "<a href='" + _arabicFolder +"channel/Citizens/index.html'>";
sChannels += "<img border='0' src='" + _arabicFolder +"images/channel/Channel1s.gif' width='320' height='38' alt='بوابة المواطنين'></a></td>";
sChannels += "<td width='5' rowspan='2' class='cannel_s1s'></td>";
sChannels += "<td width='320'><a href='" + _arabicFolder +"channel/Residents/index.html'>";
sChannels += "<img border='0' src='" + _arabicFolder +"images/channel/Channel2s.gif' width='320' height='38' alt='بوابة المقيمين'></a></td>";
sChannels += "<td width='5' rowspan='2'class='cannel_s2s'></td>";
sChannels += "<td width='320'>";
sChannels += "<a href='" + _arabicFolder +"channel/Visitors/index.html'><img border='0' src='" + _arabicFolder +"images/channel/Channel3s.gif' width='320' height='38' alt='بوابة الزوار'></a></td>";
sChannels += "</tr>";
sChannels += "<tr>";
sChannels += "<td width='320' valign='top' class='cannel_bg'></td>";
sChannels += "<td width='320' valign='top' class='cannel_bg2'>";
sChannels += "</td>";
sChannels += "<td width='320' valign='top' class='cannel_bg3'></td>";
sChannels += "</tr>";
sChannels += "</table>";
sChannels += "</div>";
document.write (sChannels);
}
function openW(url, name, popW, popH)
{
	var w = 480, h = 340;

	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}

	

	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
  
  
  var win = window.open(url,
    name,
    'width=' + popW + ', height=' + popH + ', ' +
    'left=' + leftPos + ', top=' + topPos + ', ' +
    'location=no, menubar=no, ' +
    'status=no, toolbar=no, scrollbars=yes, resizable=no');
  // Just in case width and height are ignored


  win.focus();
}
