document.onmouseover = mOver ;document.onmouseout = mOut ;
var message='\n The Graphics on this page are copyrighted and not available for download, replicate or use without a proper written approval from AL EMADI ENTERPRISES Doha State of Qatar.'; 
function click(e) {if (document.all) {if (event.button == 2) {alert(message);return false;}}if (document.layers) {if (e.which == 3) {alert(message);return false;}}}if (document.layers) {document.captureEvents(Event.mousedown);}document.onmousedown=click;
function mOver() {var eSrc = window.event.srcElement ;if ( eSrc.className == "item" ){window.event.srcElement.className = "highlight";}}
function mOut() {var eSrc = window.event.srcElement ;if ( eSrc.className == "highlight" ){window.event.srcElement.className = "item";}}
var bV=parseInt(navigator.appVersion);NS4=(document.layers) ? true : false;IE4=((document.all)&&(bV>=4))?true:false;ver4 = (NS4 || IE4) ? true : false;isExpanded = false;
with ( document )
{write("<STYLE TYPE='text/css'>");write(".item {color: #EFEFEF; text-decoration:none; cursor: hand; line-height:16px; border-bottom:1px solid #E5E5E5}");write(".highlight {color: black; background-color:#FFFF80; text-decoration:none; line-height:16px;}");write("</STYLE>");}

function w(s)
{
document.write(s);
}