ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <meta name="Generator" content="Microsoft FrontPage 6.0"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=unicode"> <meta name="ProgId" content="FrontPage.Editor.Document"> <META NAME="PhotoImpact Document" CONTENT="menu"> <SCRIPT> <!-- var htmlNBSP = "&nbsp;"; var LinkList = new Array; var ImageNameMap = new Array; var Timer = new Array; function NSMouseCallback(name,callback) { this.name = name; this.callback = callback; } function AddNSMouseCapture(srclayer,name,down_callback,up_callback) { if (null == srclayer.captureEvents) return; //Local var callbacklist; var i; //Capture if (null != srclayer.down_callback) srclayer.releaseEvents(Event.MOUSEDOWN); if (null != srclayer.up_callback) srclayer.releaseEvents(Event.MOUSEUP); srclayer.captureEvents(Event.MOUSEDOWN); srclayer.captureEvents(Event.MOUSEUP); //Init if (null == srclayer.down_callback) srclayer.down_callback = new Array; if (null == srclayer.up_callback) srclayer.up_callback = new Array; //Add Callback for (i = 0; i < srclayer.down_callback.length; i++) { if (srclayer.down_callback[i].name == name) { srclayer.down_callback[i].callback = down_callback; break; } } if (i == srclayer.down_callback.length) srclayer.down_callback[srclayer.down_callback.length] = new NSMouseCallback(name,down_callback); for (i = 0; i < srclayer.up_callback.length; i++) { if (srclayer.up_callback[i].name == name) { srclayer.up_callback[i].callback = up_callback; break; } } if (i == srclayer.up_callback.length) srclayer.up_callback[srclayer.up_callback.length] = new NSMouseCallback(name,up_callback); //Set Handle callbacklist = ""; for (i = 0 ; i < srclayer.down_callback.length; i++) callbacklist = callbacklist + srclayer.down_callback[i].callback; srclayer.onmousedown = new Function("event",callbacklist); callbacklist = ""; for (i = 0 ; i < srclayer.up_callback.length; i++) callbacklist = callbacklist + srclayer.up_callback[i].callback; srclayer.onmouseup = new Function("event",callbacklist); } function RemoveNSMouseCapture(srclayer,name) { if (null == srclayer.releaseEvents) return; srclayer.releaseEvents(Event.MOUSEDOWN); srclayer.releaseEvents(Event.MOUSEUP); srclayer.down_callback = null; srclayer.up_callback = null; } function IsPrefixWith(szSrc,start,szPrefix) { if ("" == szSrc || "" == szPrefix) return false; if (0 == szSrc.length || 0 == szPrefix.length) return false; var i; for(i = 0; 0 != szSrc.charAt(start + i) && 0 != szPrefix.charAt(i); i++) { if (szSrc.charAt(start + i) != szPrefix.charAt(i)) break; } return 0 == szPrefix.charAt(i); } function IsPrefixSpecialChar(szSrc,start) { if ("" == szSrc || 0 == szSrc.length) return false; return '&' == szSrc.charAt(start); } function GetPrefixSpecialCharLen(szSrc,start) { // Gaurd if (0 == szSrc.length || '&' != szSrc.charAt(start)) return 0; // Init var Len = 0 , i; for(i = 0; 0 != szSrc.charAt(i); i++) { if (';' == szSrc.charAt(start + i)) { Len = i + 1; break; } } // Return return Len; } function GoLink(url,target) { // gaurd if (url == null) return; if (url.length == 0) return; // local var target_doc = document; // find link target if (null != window.parent) { if (null != window.parent.frameset) { if (null != window.parent.frameset[target]) target_doc = window.parent.frameset[target]; } } // link if (null == target) document.location.href = url; else if ('_self' == target) document.location.href = url; else if ('_blank' == target) window.open(url); else if (null != target_doc) target_doc.location.href = url; else window.open(url,target); } function HitTest() { if (null == document.all) return true; return ( window.event.x > 0 && window.event.x < document.all[Me.target].offsetWidth && window.event.y > 0 && window.event.y < document.all[Me.target].offsetHeight); } function UpdateSrcText(var_name,update_text) { var i = 0; var parse_text = ""; for (i = 0; i < update_text.length; i ++) { if ('\'' == update_text.charAt(i)) parse_text = parse_text + "\\"; parse_text = parse_text + update_text.charAt(i); } eval(var_name + "='" + parse_text + "'; "); } function AddLink(src_text,text_link) { var text_res = ""; if (text_link.length) text_res = "<A href='" + text_link + "'>" + src_text + "</A>"; else text_res = src_text; return text_res; } function GetLayer(target) { var target_layer; if (document.all) { target_layer = document.all[target]; } else if (document.layers) { if (document.layers[target + "_layer"]) target_layer = document.layers[target + "_layer"]; else target_layer = document.layers[target].document.layers[target + "_layer"]; } return target_layer; } function UpdateLayer(target,restext) { var target_layer; target_layer = GetLayer(target); if (document.all) { target_layer.innerHTML = restext; } else if (document.layers) { target_layer.document.open("text/html"); target_layer.document.write(restext); target_layer.document.close(); } } function AddTextLink(strLink) { LinkList[LinkList.length] = strLink; } function GoTextLink(LinkIndex) { GoLink(LinkList[LinkIndex],''); } function ReloadPage() { for (i = 0 ; i < Timer.length ; i++) clearTimout(Timer[i]); document.location.reload(false); } function setJSTimeout(name,callback,delay) { setTimeout("if ('undefined' != typeof(" + name + ")) " + callback + " else document.location.reload(true);",delay); } function ReplaceImageNS(layername,name, state) { var CurDoc; if (document.layers) CurDoc = document.layers[layername].document.layers[layername + "_layer"].document; else CurDoc = document; if (bIsSupportOK) { for (i = 0; i < imgCounter; i++) { if (CurDoc.images[ImageList[i][NameIndex]] != null) { if ((name == ImageList[i][NameIndex]) && (ImageList[i][state] != null)) CurDoc.images[name].src = ImageList[i][state].src; } } } } //--> </SCRIPT> <SCRIPT> <!-- function TextBlock_Clone() { var newObject = new TextBlock(), i; newObject.UseFont = this.UseFont; newObject.UseSize = this.UseSize; newObject.UseBold = this.UseBold; newObject.UseItalic = this.UseItalic; newObject.UseUnderLine = this.UseUnderLine; newObject.UseTextColor = this.UseTextColor; newObject.UseBackColor = this.UseBackColor; newObject.BackColor = this.BackColor; newObject.TextColor = this.TextColor; newObject.Font = this.Font; newObject.Size = this.Size; return newObject; } function TextBlock() { this.Clone = TextBlock_Clone; this.UseFont = false; this.UseFontSize= false; this.UseBold = false; this.UseItalic = false; this.UseUnderLine = false; this.UseTextColor = false; this.UseBaclColor = false; this.RenderLink = false; } function MakeTextBlock(srctext,block) { var restext = ""; if (block.UseBackColor) restext = restext + "<span style='background-color:" + block.BackColor + "'>" if (block.UseTextColor) restext = restext + "<font color=" + '"' + block.TextColor + '"' + ">"; if (block.UseFont) restext = restext + "<font face='" + block.Font + "'>"; if (block.UseSize) restext = restext + "<font size='" + block.Size + "'>"; if (block.UseBold) restext = restext + "<STRONG>"; if (block.UseItalic) restext = restext + "<EM>"; if (block.UseUnderLine) restext = restext + "<U>"; restext = restext + srctext; if (block.UseUnderLine) restext = restext + "</U>"; if (block.UseItalic) restext = restext + "</EM>"; if (block.UseBold) restext = restext + "</STRONG>"; if (block.UseFont) restext = restext + "</font>"; if (block.UseSize) restext = restext + "</font>"; if (block.UseTextColor) restext = restext + "</font>"; if (block.UseBackColor) restext = restext + "</span>"; return restext; } //--> </SCRIPT> <SCRIPT> <!-- function TextEffect(name,func,param) { this.name = name; this.func = func; this.param= param; } function TextObject_SetBlink(func,param) { this.blink_eff = new TextEffect("blink",func,param) } function TextObject_SetRollover(func,param) { this.rollover_eff = new TextEffect("rollover",func,param) } function TextObject_SetHighlight(func,param) { this.highlight_eff = new TextEffect("highlight",func,param) } function TextObject_Render(IsShowLink) { var restext; var linkhead = ""; var linktail = "</A>" restext = this.srctext; if (this.blink_eff) restext = this.blink_eff.func(restext,this.blink_eff.param); if (this.rollover_eff) restext = this.rollover_eff.func(restext,this.rollover_eff.param); if (this.highlight_eff) restext = this.highlight_eff.func(restext,this.highlight_eff.param); if (null != this.link) if (0 != this.link.length) { linkhead = "<A href='" + this.link + "'"; if (null != this.link_target) if (0 != this.link_target.length) { linkhead = linkhead + " target='" + this.link_target + "'"; } if (null != this.alt) if (0 != this.alt.length) { linkhead = linkhead + " title='" + this.alt + "'"; } linkhead = linkhead + ">" } if (0 != linkhead.length && IsShowLink) restext = linkhead + restext + linktail; // if (0 != this.BgColor.length) // restext = '<span style="background-color :' + this.BgColor + '">' + restext + "</span>"; return restext; } function TextObject_UpdateStatus() { window.status = this.status; } function TextObject_GoLink() { GoLink(this.link,this.link_target); } function TextObject_SetLink(link,link_target,alt,status) { this.link = link; this.link_target = link_target; this.alt = alt; this.status = status; if (this.link && document.all) document.all[this.target].style.cursor = 'hand'; } function TextObject_AdjustLayer() { var target_layer; var NewWidth; var NewHeight; if (document.layers) { if (document.layers[this.target + "_layer"]) target_layer = document.layers[this.target + "_layer"]; else target_layer = document.layers[this.target].document.layers[this.target + "_layer"]; target_layer.resizeTo(this.OrgWidth,this.OrgHeight); } } function TextObject_SetOrgWH(Width,Height) { this.OrgWidth = Width; this.OrgHeight= Height; } function TextObject_SetBgColor(BgColor) { this.BgColor = BgColor; } function TextObject(target,srctext) { this.target = target; this.srctext = srctext; this.Render = TextObject_Render; this.SetBlink= TextObject_SetBlink; this.SetHighlight= TextObject_SetHighlight; this.SetRollover= TextObject_SetRollover; this.UpdateStatus = TextObject_UpdateStatus; this.GoLink = TextObject_GoLink; this.SetLink = TextObject_SetLink; this.SetBgColor = TextObject_SetBgColor; this.SetOrgWH = TextObject_SetOrgWH; this.AdjustLayer = TextObject_AdjustLayer; } //--> </SCRIPT> <SCRIPT> <!-- function BlinkTextBlock(srctext,block) { // Init var restext = ""; var cattext = ""; var curPos = -1; var prechar = 0; var IsInQuote= false; // Compose new text for (i = 0; i < srctext.length; i++) { if ('<' == srctext.charAt(i)) { if ("" != cattext) restext = restext + MakeTextBlock(cattext,block); cattext = ""; IsInQuote = true; } if (false == IsInQuote) curPos ++; if ('>' == srctext.charAt(i)) IsInQuote = false; if (IsInQuote || '>' == srctext.charAt(i)) { restext = restext + srctext.charAt(i); } else { cattext = cattext + srctext.charAt(i); // restext = restext + MakeTextBlock(srctext.charAt(i),block); } prechar = srctext.charAt(i); } if (cattext) restext = restext + MakeTextBlock(cattext,block); return restext; } //--> </SCRIPT> <SCRIPT> <!-- function TextRollOver_HitTest_X(eventNS) { var eventX; if (document.all) eventX = window.event.offsetX; else if (document.layers) eventX = eventNS.layerX - document.layers[this.target + '_layer'].left; IsHit = eventX > 0 && eventX < this.orgWidth; return IsHit; } function TextRollOver_HitTest(eventNS) { var eventX; var eventY; var text_obj = eval(this.textcontent); if (document.all) { eventX = window.event.offsetX; eventY = window.event.offsetY; } else if (document.layers) { var layer; if (document.layers[this.target]) layer = document.layers[this.target].document.layers[this.target + '_layer']; else layer = document.layers[this.target + '_layer']; eventX = eventNS.layerX - layer.left; eventY = eventNS.layerY - layer.top; } if (document.all) IsHit = eventX > 0 && eventX < this.orgWidth && eventY > 0 && eventY < this.orgHeight; else if (document.layers) IsHit = eventX > 0 && eventX < this.orgWidth && eventY > 0 && eventY < text_obj.OrgHeight; return IsHit; } function TextRollOver_ChangeText(target_layer,layer_content,textcolor,backcolor) { with(target_layer) { document.open("text/html"); document.write(layer_content); document.close(); } } function TextRollOver_RollOver(eventname) { var Me = this; var Item = Me.itemlist[eventname]; if (! Item) return; if (document.all) { document.all[Me.target].style.Color = Item.Attribute.TextColor; if (Item.Attribute.UseBackColor) document.all[Me.target].style.backgroundColor = ""; //Item.Attribute.BackColor; var UseBackColor = Item.Attribute.UseBackColor; var text_obj = eval(Me.textcontent); text_obj.SetRollover(BlinkTextBlock,Item.Attribute); // Item.Attribute.UseBackColor = false; document.all[Me.target].innerHTML = text_obj.Render(true); //Item.Attribute.RenderLink); Item.Attribute.UseBackColor = UseBackColor; if (Me.orgWidth > document.all[Me.target].clientWidth) document.all[Me.target].style.posWidth = Me.orgWidth; if (Me.orgHeight > document.all[Me.target].clientHeight) document.all[Me.target].style.posHeight = Me.orgHeight + 2; if (Item.Attribute.UseBackColor) { // in IE5, we need to set document.all[Me.target].style.background if no color specified before if (document.all[Me.target].style.background) document.all[Me.target].style.backgroundColor = Item.Attribute.BackColor; else document.all[Me.target].style.background = Item.Attribute.BackColor; } } else if (document.layers) { var text_obj = eval(Me.textcontent); var layer_content; var target_layer; var resize_target; var NewWidth; var NewHeight; if (document.layers[Me.target + "_layer"]) resize_target = document.layers[Me.target + "_layer"]; else if (document.layers[Me.target]) resize_target = document.layers[Me.target]; if (document.layers[Me.target + "_layer"]) target_layer = document.layers[Me.target + "_layer"]; else target_layer = document.layers[Me.target].document.layers[Me.target + "_layer"]; text_obj.SetRollover(BlinkTextBlock,Item.Attribute); layer_content = text_obj.Render(true); Me.changeText(target_layer,layer_content,Item.Attribute.TextColor,Item.Attribute.BackColor); if (target_layer.document.width < text_obj.OrgWidth) NewWidth = text_obj.OrgWidth; else NewWidth = target_layer.document.width; if (target_layer.document.height < text_obj.OrgHeight) NewHeight = text_obj.OrgHeight; else NewHeight = target_layer.document.height; target_layer.resizeTo(NewWidth,NewHeight); resize_target.resizeTo(NewWidth,NewHeight); if (Item.Attribute.UseBackColor) { if (Item.Attribute.BackColor.length == 0) target_layer.bgColor = null; else target_layer.bgColor = Item.Attribute.BackColor; } } } function TextRollOver_OnMouseDown() { var Me = this; Me.RollOver("onmousedown"); } function TextRollOver_OnMouseUp() { setTimeout(this.name + ".onMouseUpTimer();",10); } function TextRollOver_OnMouseUpTimer() { var Me = this; Me.RollOver("onmouseup"); } function TextRollOver_OnMouseMove(eventNS) { var Me = this; this.Inner = this.HitTest(eventNS); if (false == this.Inner) { if (document.layers) { this.ReleaseNSEvents(); this.onmouseout(eventNS); return false; } } if (Me.IsHit) return; Me.IsHit = true; Me.RollOver("onmousemove"); } function TextRollOver_OnMouseOver(eventNS,srclayer) { var Me = this; // window.status = 'over'; if (Me.IsHit) return; if (this.Inner) return; Me.IsHit = true; Me.RollOver("onmouseover"); if (document.layers) {/* document.captureEvents(Event.MOUSEDOWN); document.captureEvents(Event.MOUSEUP); document.onmousedown = new Function("event",this.name + ".onmousedown(event);"); document.onmouseup = new Function("event",this.name + ".onmouseup(event);"); */ AddNSMouseCapture(srclayer,this.name,this.name + ".onmousedown(event);",this.name + ".onmouseup(event);"); } } function TextRollOver_CaptureNSEvents() { document.captureEvents(Event.MOUSEMOVE); // document.captureEvents(Event.MOUSEDOWN); // document.captureEvents(Event.MOUSEUP); document.onmousemove = new Function("event",this.name + ".onmousemove(event);"); // document.onmousedown = new Function("event",this.name + ".onmousedown(event);"); // document.onmouseup = new Function("event",this.name + ".onmouseup(event);"); } function TextRollOver_ReleaseNSEvents() { document.releaseEvents(Event.MOUSEMOVE); // document.releaseEvents(Event.MOUSEDOWN); // document.releaseEvents(Event.MOUSEUP); } function TextRollOver_OnMouseOut(eventNS,srclayer) { var Me = this; // window.status = 'out'; if (false == Me.IsHit) return; this.Inner = this.HitTest(eventNS); //use HitTest_X to avoid problem if (this.Inner) { this.Inner = true; if (document.layers) this.CaptureNSEvents(); return false; } Me.IsHit = false; Me.RollOver("onmouseout"); if (document.layers) { // document.releaseEvents(Event.MOUSEDOWN); // document.releaseEvents(Event.MOUSEUP); RemoveNSMouseCapture(srclayer,this.name); } } function TextRollOver_Init(target,textcontent,orgtextcolor,orgbackcolor,IsRestore) { var Me = this; Me.target = target; Me.textcontent = textcontent; Me.IsRestore = IsRestore; if (IsRestore) { OrgAttr = new TextBlock(); OrgAttr.TextColor = orgtextcolor; OrgAttr.UseBackColor = true; OrgAttr.BackColor = orgbackcolor; OrgAttr.RenderLink = true; Me.itemlist["onmouseout"] = new RollOverItem("onmouseout",OrgAttr); } // Trick Init if (document.all) { if (document.all[target]) { document.all[target].style.color = orgtextcolor; document.all[target].style.backgroundColor=orgbackcolor; Me.orgWidth = document.all[Me.target].clientWidth; Me.orgHeight = document.all[Me.target].clientHeight; } } else if (document.layers) { var layer; if (document.layers[Me.target]) layer = document.layers[Me.target]; else layer = document.layers[Me.target + "_layer"]; Me.orgWidth = layer.document.width; Me.orgHeight = layer.height; } } function TextRollOver_Apply(trigger,block) { this.itemlist[trigger] = new RollOverItem(trigger,block); } function RollOverItem(trigger,block) { this.trigger = trigger; this.Attribute = block; } function TextRollOver(name) {// Data this.name = name; this.itemlist = new Array; this.IsHit = false; // Method this.Init = TextRollOver_Init; this.changeText = TextRollOver_ChangeText; this.onmouseover= TextRollOver_OnMouseOver; this.onmouseout = TextRollOver_OnMouseOut; this.onmousedown= TextRollOver_OnMouseDown; this.onmouseup = TextRollOver_OnMouseUp; this.onMouseUpTimer = TextRollOver_OnMouseUpTimer; this.onmousemove= TextRollOver_OnMouseMove; this.RollOver = TextRollOver_RollOver; this.Apply = TextRollOver_Apply; this.HitTest = TextRollOver_HitTest; this.HitTest_X = TextRollOver_HitTest_X; this.CaptureNSEvents = TextRollOver_CaptureNSEvents; this.ReleaseNSEvents = TextRollOver_ReleaseNSEvents; } //--> </SCRIPT> <SCRIPT> <!-- function MakeTextStyle(text,font,fontsize,IsBold,IsItalic,color) { var StyleHead = ""; var StyleTail = ""; if (IsBold) StyleHead = '<STRONG>'; if (IsItalic) StyleHead = StyleHead + '<EM>'; StyleHead = StyleHead + '<font color="' + color + '" face="' + font + '" + size=' + fontsize + '>'; StyleTail = '</font>'; if (IsItalic) StyleTail = StyleTail + '</EM>'; if (IsBold) StyleTail = StyleTail + '</STRONG>'; return StyleHead + text + StyleTail; } function WriteLayer(MeLayer,text,font,fontsize,IsBold,IsItalic,color) { with (MeLayer.document) { open(); write(MakeTextStyle(text,font,fontsize,IsBold,IsItalic,color)); close(); } } function PopupEffect_GetItem(name) { for (i = 0 ; i < this.itemlist.length; i++) { if (name == this.itemlist[i].name) return this.itemlist[i]; } } function PopupEffect_enterMenu(event) { var Me = this; var TriggerLayer; Me.IsInMenu = true; if (document.all) TriggerLayer = document.all[this.trigger]; else if (document.layers) { if (document.layers[this.trigger]) TriggerLayer = document.layers[this.trigger].document.layers[this.trigger + "_layer"]; else TriggerLayer = document.layers[this.trigger + "_layer"]; } if (TriggerLayer) { if (TriggerLayer.onmouseover) { if (document.layers) TriggerLayer.handleEvent(event); else TriggerLayer.onmouseover(event); } } } function PopupEffect_leaveMenu(event) { // local var Me = this; var TriggerLayer; Me.IsInMenu = false; if ((false == Me.IsShowMenu) && (false == Me.IsInMenu) && (false == Me.IsInTimer)) { Me.IsInTimer = true; setTimeout(Me.name + ".hideMenuTimer();",100); } if (document.all) TriggerLayer = document.all[this.trigger]; else if (document.layers) { if (document.layers[this.trigger]) TriggerLayer = document.layers[this.trigger].document.layers[this.trigger + "_layer"]; else TriggerLayer = document.layers[this.trigger + "_layer"]; } if (TriggerLayer) { if (TriggerLayer.onmouseout) { if (document.layers) TriggerLayer.handleEvent(event); else TriggerLayer.onmouseout(event); } } } function PopupEffect_enterItem(target,MeLayer,text) { var info = this.GetItem(target); var Me = this; if (document.all) { document.all[target].style.color = Me.focus_color; document.all[target].style.backgroundColor = Me.focus_backcolor; } else if (document.layers) { WriteLayer(MeLayer,text,Me.font,Me.fontsize,Me.IsBold,Me.IsItalic,Me.focus_color); MeLayer.bgColor = Me.focus_backcolor; MeLayer.captureEvents(Event.MOUSEDOWN); Me.OutputDebug("capture " + MeLayer.id); MeLayer.onmousedown = new Function("event",Me.name + ".goLink('" + info.url + "','" + info.target + "','" + Me.target + "','" + info.name + "')" ); } if (0 == info.status.length) window.status = info.url; else window.status = info.status; } function PopupEffect_leaveItem(target,MeLayer,text) { var Me = this; if (document.all) { document.all[target].style.color = Me.normal_color; document.all[target].style.backgroundColor = Me.normal_backcolor; } else if (document.layers) { WriteLayer(MeLayer,text,Me.font,Me.fontsize,Me.IsBold,Me.IsItalic,Me.normal_color); MeLayer.bgColor = Me.normal_backcolor; MeLayer.releaseEvents(Event.MOUSEDOWN); // window.status = "release" + MeLayer.id; } window.status = ""; } function PopupEffect_AlignMenu(MeLayer) { var MaxWidth = 0; for (i = 0; i < this.itemlist.length; i++) { var name = this.itemlist[i].name; var width; if (document.all) width = document.all[name].offsetWidth; else if (document.layers) ; //need check //width = document.layers[name].width; if (width > MaxWidth) MaxWidth = width; } for (i = 0; i < this.itemlist.length; i++) { var name = this.itemlist[i].name; if (document.all) document.all[name].style.width = MaxWidth; else if (document.layers) ; //need check //document.layers[name].width = MaxWidth; } } function PopupEffect_layoutMenu(MeLayer) { // local var Me = this; // Init Me.IsShowMenu = true; trigger = Me.trigger; target = Me.target; trigger_layer = Me.trigger + "_layer"; target_layer = Me.target + "_layer"; // get cell info if (1 == this.type) { CellLeft = Me.AreaLeft; CellTop = Me.AreaTop; CellRight = CellLeft; CellBottom = CellTop; } else { if (document.all) { CellLeft = document.all[trigger].offsetLeft; CellRight = document.all[trigger].offsetLeft + document.all[trigger].offsetWidth; CellTop = document.all[trigger].offsetTop; CellBottom = document.all[trigger].offsetTop + document.all[trigger].offsetHeight; } else if (document.layers) { // CellLeft = document.layers[trigger].document.layers[trigger_layer].pageX; CellLeft = MeLayer.pageX; CellRight = CellLeft + MeLayer.document.width; // CellTop = document.layers[trigger].document.layers[trigger_layer].pageY; CellTop = MeLayer.pageY; CellBottom = CellTop + MeLayer.document.height; } } if (document.all) { MenuWidth = document.all[target].offsetWidth; MenuHeight = document.all[target].offsetWidth; } else if (document.layers) { var CurLayer; if (document.layers[target]) CurLayer = document.layers[target].document.layers[target_layer]; else CurLayer = document.layers[target_layer]; //Tricky case: html text MenuHeight = CurLayer.document.height; MenuWidth = CurLayer.document.layers[0].document.width; } // calc layout position if (0 == Me.xlayout) NewCellLeft = CellLeft - MenuWidth; else if (1 == Me.xlayout) NewCellLeft = CellLeft; else if (2 == Me.xlayout) NewCellLeft = CellRight - MenuWidth; else if (3 == Me.xlayout) NewCellLeft = CellRight; if (0 == Me.ylayout) NewCellTop = CellTop - MenuHeight; else if (1 == Me.ylayout) NewCellTop = CellTop; else if (2 == Me.ylayout) NewCellTop = CellBottom - MenuHeight; else if (3 == Me.ylayout) NewCellTop = CellBottom; // set new position if (document.all) { document.all[target].style.posLeft= NewCellLeft + this.OffsetX; document.all[target].style.posTop = NewCellTop + this.OffsetY; } else if (document.layers) { var CurLayer; if (document.layers[target]) CurLayer = document.layers[target]; else CurLayer = document.layers[target + "_layer"]; CurLayer.left = NewCellLeft + this.OffsetX; CurLayer.top = NewCellTop + this.OffsetY; } } function PopupEffect_showMenu(MeLayer) { var Me = this; Me.IsShowMenu = true; if (document.all) { Me.layoutMenu(); document.all[Me.target].style.visibility ="visible"; } else if (document.layers) { var menu_layer; Me.layoutMenu(MeLayer); if (document.layers[Me.target]) menu_layer = document.layers[Me.target] else menu_layer = document.layers[Me.target + "_layer"]; menu_layer.visibility ="visible"; if (menu_layer.zIndex <= MeLayer.zIndex) menu_layer.moveAbove(MeLayer); } } function PopupEffect_hideMenu() { var Me = this; Me.IsShowMenu = false; if ((false == Me.IsShowMenu) && (false == Me.IsInMenu) && (false == Me.IsInTimer)) { Me.IsinTimer = true; setTimeout(Me.name + ".hideMenuTimer();",100); } } function PopupEffect_hideMenuTimer() { var Me = this; if ((false == Me.IsShowMenu) && (false == Me.IsInMenu)) { if (document.all) { document.all[Me.target].style.visibility="hidden"; } else if (document.layers) { if (document.layers[Me.target]) document.layers[Me.target].visibility="hidden"; else document.layers[Me.target + "_layer"].visibility="hidden"; } window.status = ""; } Me.IsInTimer = false; } function PopupEffect_AddItem(name,text,url,target,status,alt) { var Me = this; Index = Me.itemlist.length; Me.itemlist[Index] = new PopupItem(name,text,url,target,status,alt); } function PopupEffect_InitCell(trigger,target,OffsetX,OffsetY) { var Me = this; this.type = 0; this.trigger = trigger; this.target = target; this.OffsetX = OffsetX; this.OffsetY = OffsetY; } function PopupEffect_InitImageMap(Left,Top,target,OffsetX,OffsetY) { var Me = this; this.type = 1; this.AreaLeft = Left; this.AreaTop = Top; this.target = target; this.OffsetX = OffsetX; this.OffsetY = OffsetY; } function PopupEffect_GoLink(url,target,id,item) { var info = this.GetItem(item); var menu_layer; window.status = info.status; if (document.layers) { // buggy, release event to prevent crash in NS // itemlayer = document.layers[id].document.layers[id + '_layer'].document.layers[item + '_layer']; // itemlayer.releaseEvents(Event.MOUSEDOWN); } if (document.all) { menu_layer = document.all[this.target]; } else { if (document.layers[this.target]) menu_layer = document.layers[this.target] else menu_layer = document.layers[this.target + "_layer"]; } menu_layer.visibility="hidden"; setTimeout(this.name + ".goLinkTimer('" + url + "','" + target + "');",10); } function PopupEffect_GoLinkTimer(url,target) { // local var target_doc = document; // find link target if (null != window.parent) { if (null != window.parent.frameset) { if (null != window.parent.frameset[target]) target_doc = window.parent.frameset[target]; } } // link if (null == target) document.location.href = url; else if ('_self' == target) document.location.href = url; else if ('_blank' == target) window.open(url); else if (null != target_doc) target_doc.location.href = url; else window.open(url,target); } function PopupEffect_CreateMenu(id,font,fontsize,bold,italic,normal_color,focus_color,normal_backcolor,focus_backcolor) { var Me = this; var NSMenuLayer; Me.MenuID = id; Me.normal_color = normal_color; Me.focus_color = focus_color; Me.normal_backcolor = normal_backcolor; Me.focus_backcolor = focus_backcolor; Me.font = font; Me.fontsize = fontsize; Me.IsBold = bold; Me.IsItalic = italic; if (document.layers) { if (document.layers[id]) NSMenuLayer = document.layers[id]; else NSMenuLayer = document.layers[id + '_layer']; NSMenuLayer.visibility ='hidden'; } for (i = 0; i < Me.itemlist.length; i++) { if (document.all) { itemlayer = document.all[Me.itemlist[i].name]; itemlayer.style.color = Me.normal_color; itemlayer.onmousedown = new Function("event",Me.name + ".goLink('" + Me.itemlist[i].url + "','" + Me.itemlist[i].target + "','" + id + "','" + Me.itemlist[i].name + "')" ); } else if (document.layers) { itemlayer = NSMenuLayer.layers[Me.itemlist[i].name]; } } this.AlignMenu(); } function PopupItem(name,text,url,target,status,alt) { this.name = name; this.text = text; this.url = url; this.target = target; this.status = status; this.alt = alt; } function PopupEffect_OutputDebug(msg) { // window.status = msg; } function PopupEffect(name) { // Data this.name = name; this.IsShowMenu = false; this.IsInMenu = false; this.IsInTimer = false; this.xlayout = 1; //xlayout; this.ylayout = 1; //ylayout; this.IsFirst = true; this.itemlist = new Array; this.normal_color = 'blue'; this.focus_color = 'red'; this.UseAnchor = false; this.focus_backcolor = ''; this.normal_backcolor = ''; // Method this.debug = false; this.OutputDebug= PopupEffect_OutputDebug; this.layoutMenu = PopupEffect_layoutMenu; this.AlignMenu = PopupEffect_AlignMenu; this.showMenu = PopupEffect_showMenu; this.hideMenu = PopupEffect_hideMenu; this.hideMenuTimer= PopupEffect_hideMenuTimer; this.enterMenu = PopupEffect_enterMenu; this.leaveMenu = PopupEffect_leaveMenu; this.enterItem = PopupEffect_enterItem; this.leaveItem = PopupEffect_leaveItem; this.InitCell = PopupEffect_InitCell; this.InitImageMap= PopupEffect_InitImageMap; this.addItem = PopupEffect_AddItem; this.createMenu = PopupEffect_CreateMenu; this.goLink = PopupEffect_GoLink; this.goLinkTimer= PopupEffect_GoLinkTimer; this.GetItem = PopupEffect_GetItem; } // function FP_preloadImgs() {//v1.0 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; } } function FP_swapImg() {//v1.0 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_getObjectByID(id,o) {//v1.0 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } --> </SCRIPT> <!--mstheme--><link rel="stylesheet" type="text/css" href="../_themes/waj/waj1011-110.css"><meta name="Microsoft Theme" content="waj 1011"> <meta name="Microsoft Border" content="tlrb, default"> </HEAD> <title>Environmental Public Awareness</title> <BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" style="font-family: arial; font-size: 12pt" onload="FP_preloadImgs(/*url*/'../_borders/buttonA1.jpg',/*url*/'../_borders/buttonA0.jpg',/*url*/'../_borders/button6A.jpg',/*url*/'../_borders/button69.jpg',/*url*/'../_borders/button70.jpg',/*url*/'../_borders/button6F.jpg',/*url*/'../_borders/buttonB9.jpg',/*url*/'../_borders/buttonB8.jpg',/*url*/'../_borders/buttonB6.jpg',/*url*/'../_borders/buttonB5.jpg',/*url*/'../_borders/buttonB10.jpg',/*url*/'../_borders/buttonB3.jpg',/*url*/'../_borders/buttonB0.jpg',/*url*/'../_borders/buttonAF.jpg',/*url*/'../_borders/buttonA5.jpg',/*url*/'../_borders/buttonA4.jpg',/*url*/'../_borders/buttonA8.jpg',/*url*/'../_borders/buttonA7.jpg',/*url*/'../_borders/button7C.jpg',/*url*/'../_borders/button7B.jpg',/*url*/'../_borders/button7F.jpg',/*url*/'../_borders/button7E.jpg',/*url*/'../_borders/button86.jpg',/*url*/'../_borders/button85.jpg',/*url*/'../_borders/button76.jpg',/*url*/'../_borders/button75.jpg',/*url*/'../_borders/button104.jpg',/*url*/'../_borders/button103.jpg',/*url*/'../_borders/button6D.jpg',/*url*/'../_borders/button6C.jpg',/*url*/'../_borders/buttonD1.jpg',/*url*/'../_borders/buttonC.jpg',/*url*/'../_borders/button107.jpg',/*url*/'../_borders/button106.jpg',/*url*/'../_borders/button79.jpg',/*url*/'../_borders/button78.jpg',/*url*/'../images/button7.jpg',/*url*/'../images/button6.jpg',/*url*/'../images/buttonA.jpg',/*url*/'../images/button9.jpg',/*url*/'../images/button13.jpg',/*url*/'../images/buttonF.jpg',/*url*/'../images/button16.jpg',/*url*/'../images/button15.jpg',/*url*/'../images/button22.jpg',/*url*/'../images/button21.jpg',/*url*/'../images/button19.jpg',/*url*/'../images/button18.jpg',/*url*/'../images/button25.jpg',/*url*/'../images/button24.jpg',/*url*/'../images/button2E.jpg',/*url*/'../images/button2D.jpg',/*url*/'../images/button43.jpg',/*url*/'../images/button42.jpg',/*url*/'../images/button46.jpg',/*url*/'../images/button45.jpg')"><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td> <div align="center"> <table border="0" width="100%" align="left" dir="ltr" cellspacing="0" cellpadding="0" id="table1"> <tr> <td width="25%"> <p style="text-align: center; margin-top: 0; margin-bottom: 0"> <font face="Wide Latin" color="#000080">Water Authority of Jordan</font></td> <td width="75%"><font size="6"> <img border="0" src="../images/header.gif" width="700" height="89"></font></td> </tr> <tr> <td colspan="2"><b> <font face="Times New Roman" color="#000080" size="2"> <a target="_blank" href="http://www.mwi.gov.jo">Ministry of Water |</a>&nbsp; <a href="../Top/custmer/service.htm">Citizen's Services</a> | <a href="../Top/Vacancy/vacancy.htm">Employments</a> |<a href="../Tenders/tender52008.htm"> <font color="#000080">Tender</font></a><font color="#000080"> </font> <a href="../Top/contact.htm">Contact Us </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Last Update: 06/01/2008 08:28:22 5</font></b></td> </tr> </table> </div> </td></tr><!--msnavigation--></table><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top" width="1%" bgcolor="#AED7FF"> <p><a href="../index.htm"> <img border="0" id="img2" src="../images/button5.jpg" height="24" width="120" alt="Home Page" fp-style="fp-btn: Border Bottom 3" fp-title="Home Page" onmouseover="FP_swapImg(1,0,/*id*/'img2',/*url*/'../images/button6.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img2',/*url*/'../images/button5.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img2',/*url*/'../images/button7.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img2',/*url*/'../images/button6.jpg')"></a> <a href="../../index.htm"> <img border="0" id="img3" src="../images/button8.jpg" height="24" width="120" alt="Arabic Site" fp-style="fp-btn: Border Bottom 3" fp-title="Arabic Site" onmouseover="FP_swapImg(1,0,/*id*/'img3',/*url*/'../images/button9.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img3',/*url*/'../images/button8.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img3',/*url*/'../images/buttonA.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img3',/*url*/'../images/button9.jpg')"></a></p> <div align="center"> &nbsp;<table border="0" width="75%" align="left" dir="ltr" cellspacing="0" cellpadding="0" id="table2"> <tr> <td><a href="../left/site%20map.htm"> <img border="0" id="img4" src="../images/buttonE.jpg" height="24" width="120" alt=" Site Map" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" Site Map" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'../images/buttonF.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'../images/buttonE.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'../images/button13.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'../images/buttonF.jpg')"></a></td> </tr> <tr> <td><a href="../left/links.htm"> <img border="0" id="img5" src="../images/button14.jpg" height="24" width="120" alt=" Related Links " fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" Related Links " onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'../images/button15.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'../images/button14.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'../images/button16.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'../images/button15.jpg')"></a></td> </tr> <tr> <td> <img border="0" id="img7" src="../images/button20.jpg" height="24" width="120" alt=" E-services" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" E-services" onmouseover="FP_swapImg(1,0,/*id*/'img7',/*url*/'../images/button21.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img7',/*url*/'../images/button20.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img7',/*url*/'../images/button22.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img7',/*url*/'../images/button21.jpg')"></td> </tr> <tr> <td><a href="../left/faq.htm"> <img border="0" id="img6" src="../images/button17.jpg" height="24" width="120" alt=" FAQ" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" FAQ" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'../images/button18.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'../images/button17.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'../images/button19.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'../images/button18.jpg')"></a></td> </tr> <tr> <td><a href="../left/Docs.htm"> <img border="0" id="img8" src="../images/button23.jpg" height="24" width="120" alt=" Publications" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" Publications" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'../images/button24.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'../images/button23.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'../images/button25.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'../images/button24.jpg')"></a></td> </tr> <tr> <td><a href="http://wdc1/mwi/home.htm" target="_blank"> <img border="0" id="img9" src="../images/button2C.jpg" height="24" width="120" alt="Water Doc.Center" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC" fp-title="Water Doc.Center" onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'../images/button2D.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'../images/button2C.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img9',/*url*/'../images/button2E.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img9',/*url*/'../images/button2D.jpg')"></a></td> </tr> <tr> <td> <img border="0" id="img10" src="../images/button41.jpg" height="24" width="120" alt=" Conferences" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" Conferences" onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'../images/button42.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'../images/button41.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'../images/button43.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'../images/button42.jpg')"></td> </tr> <tr> <td><a href="../left/sw.htm"> <img border="0" id="img11" src="../images/button44.jpg" height="24" width="120" alt=" Download SW" fp-style="fp-btn: Corporate 1; fp-font-color-normal: #FFF4CC; fp-font-color-hover: #FFF4CC; fp-font-color-press: #FFF4CC; fp-justify-horiz: 0" fp-title=" Download SW" onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'../images/button45.jpg')" onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'../images/button44.jpg')" onmousedown="FP_swapImg(1,0,/*id*/'img11',/*url*/'../images/button46.jpg')" onmouseup="FP_swapImg(0,0,/*id*/'img11',/*url*/'../images/button45.jpg')"></a></td> </tr> </table> </div> </td><td valign="top" width="24"></td><!--msnavigation--><td valign="top"> <p style="margin-top: 0; margin-bottom: 0">&nbsp;</p> <font face="Times New Roman" color="#000080"> <SCRIPT> <!-- if (document.layers) { if (document.layers['xxID3_layer']) document.layers['xxID3_layer'].top = 83; if (document.layers['xxID3_layer']) document.layers['xxID3_layer'].left = 722; if (document.layers['xxID7_layer']) document.layers['xxID7_layer'].top = 101; if (document.layers['xxID7_layer']) document.layers['xxID7_layer'].left = 16; if (document.layers['xxID9_layer']) document.layers['xxID9_layer'].top = 101; if (document.layers['xxID9_layer']) document.layers['xxID9_layer'].left = 79; if (document.layers['xxID11_layer']) document.layers['xxID11_layer'].top = 101; if (document.layers['xxID11_layer']) document.layers['xxID11_layer'].left = 152; if (document.layers['xxID13_layer']) document.layers['xxID13_layer'].top = 101; if (document.layers['xxID13_layer']) document.layers['xxID13_layer'].left = 254; if (document.layers['xxID15_layer']) document.layers['xxID15_layer'].top = 101; if (document.layers['xxID15_layer']) document.layers['xxID15_layer'].left = 330; if (document.layers['xxID17_layer']) document.layers['xxID17_layer'].top = 101; if (document.layers['xxID17_layer']) document.layers['xxID17_layer'].left = 413; if (document.layers['xxID19_layer']) document.layers['xxID19_layer'].top = 101; if (document.layers['xxID19_layer']) document.layers['xxID19_layer'].left = 548; if (document.layers['xxID21_layer']) document.layers['xxID21_layer'].top = 101; if (document.layers['xxID21_layer']) document.layers['xxID21_layer'].left = 606; if (document.layers['xxID23_layer']) document.layers['xxID23_layer'].top = 101; if (document.layers['xxID23_layer']) document.layers['xxID23_layer'].left = 690; }; if (document.all) { if (document.all['xxID3']) document.all['xxID3'].style.position='absolute' if (document.all['xxID7']) document.all['xxID7'].style.position='absolute' if (document.all['xxID9']) document.all['xxID9'].style.position='absolute' if (document.all['xxID11']) document.all['xxID11'].style.position='absolute' if (document.all['xxID13']) document.all['xxID13'].style.position='absolute' if (document.all['xxID15']) document.all['xxID15'].style.position='absolute' if (document.all['xxID17']) document.all['xxID17'].style.position='absolute' if (document.all['xxID19']) document.all['xxID19'].style.position='absolute' if (document.all['xxID21']) document.all['xxID21'].style.position='absolute' if (document.all['xxID23']) document.all['xxID23'].style.position='absolute' }; content_xxID3 = new TextObject('xxID3','<FONT face=Tahoma color=#ffffff size=2><P align=right DESIGNTIMESP="2266"style="text-decoration: none"><STRONG>&#1593;&#1585;&#1576;&#1610;</STRONG></DIV></FONT>') content_xxID3.SetLink('index_a.html','','','') content_xxID3.SetBgColor(''); content_xxID3.SetOrgWH('35','16'); content_xxID7 = new TextObject('xxID7','<FONT FACE="Times New Roman"style="text-decoration: none"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Home</FONT></STRONG></DIV></FONT>') content_xxID7.SetLink('index.html','','','') content_xxID7.SetBgColor(''); content_xxID7.SetOrgWH('37','16'); content_xxID9 = new TextObject('xxID9','<FONT face="Times New Roman"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>About us</FONT></STRONG></DIV></FONT>') content_xxID9.SetLink('','','','') content_xxID9.SetBgColor(''); content_xxID9.SetOrgWH('55','16'); content_xxID11 = new TextObject('xxID11','<FONT face="Times New Roman"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Unit Sections</FONT></STRONG></DIV></FONT>') content_xxID11.SetLink('','','','') content_xxID11.SetBgColor(''); content_xxID11.SetOrgWH('83','16'); content_xxID13 = new TextObject('xxID13','<FONT face="Times New Roman"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Activities</FONT></STRONG></DIV></FONT>') content_xxID13.SetLink('','','','') content_xxID13.SetBgColor(''); content_xxID13.SetOrgWH('57','16'); content_xxID15 = new TextObject('xxID15','<FONT face="Times New Roman"style="text-decoration: none"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Standards</FONT></STRONG></DIV></FONT>') content_xxID15.SetLink('standards.html','','','') content_xxID15.SetBgColor(''); content_xxID15.SetOrgWH('64','16'); content_xxID17 = new TextObject('xxID17','<FONT face="Times New Roman"style="text-decoration: none"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Religious Grounds</FONT></STRONG></DIV></FONT>') content_xxID17.SetLink('religious_grounds.html','','','') content_xxID17.SetBgColor(''); content_xxID17.SetOrgWH('116','16'); content_xxID19 = new TextObject('xxID19','<FONT face="Times New Roman"style="text-decoration: none"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Tariffs</FONT></STRONG></DIV></FONT>') content_xxID19.SetLink('tariffs.html','','','') content_xxID19.SetBgColor(''); content_xxID19.SetOrgWH('39','16'); content_xxID21 = new TextObject('xxID21','<FONT face="Times New Roman"style="text-decoration: none"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Contracts</FONT></STRONG></DIV></FONT>') content_xxID21.SetLink('contracts.html','','','') content_xxID21.SetBgColor(''); content_xxID21.SetOrgWH('59','16'); content_xxID23 = new TextObject('xxID23','<FONT face="Times New Roman"><P DESIGNTIMESP="21644"><STRONG><FONT face=Arial color=#ffffff size=2>Contact us</FONT></STRONG></DIV></FONT>') content_xxID23.SetLink('','','','') content_xxID23.SetBgColor(''); content_xxID23.SetOrgWH('66','16'); rollover_xxID3 = new TextRollOver('rollover_xxID3'); rollover_xxID3.Init('xxID3','content_xxID3','','',true); attr_xxID3_onmouseover = new TextBlock(); attr_xxID3_onmouseover.UseBold = true; attr_xxID3_onmouseover.UseItalic = false; attr_xxID3_onmouseover.UseUnderLine = false; attr_xxID3_onmouseover.UseFont = true; attr_xxID3_onmouseover.Font = 'Tahoma'; attr_xxID3_onmouseover.UseSize = true; attr_xxID3_onmouseover.Size = 2; attr_xxID3_onmouseover.UseTextColor = true; attr_xxID3_onmouseover.TextColor = '#ffffff'; attr_xxID3_onmouseover.UseBackColor = true; attr_xxID3_onmouseover.BackColor = '#00771e'; rollover_xxID3.Apply('onmouseover',attr_xxID3_onmouseover); rollover_xxID7 = new TextRollOver('rollover_xxID7'); rollover_xxID7.Init('xxID7','content_xxID7','','',true); attr_xxID7_onmouseover = new TextBlock(); attr_xxID7_onmouseover.UseBold = true; attr_xxID7_onmouseover.UseItalic = false; attr_xxID7_onmouseover.UseUnderLine = false; attr_xxID7_onmouseover.UseFont = true; attr_xxID7_onmouseover.Font = 'Arial'; attr_xxID7_onmouseover.UseSize = true; attr_xxID7_onmouseover.Size = 2; attr_xxID7_onmouseover.UseTextColor = true; attr_xxID7_onmouseover.TextColor = '#ffffff'; attr_xxID7_onmouseover.UseBackColor = true; attr_xxID7_onmouseover.BackColor = '#00771e'; rollover_xxID7.Apply('onmouseover',attr_xxID7_onmouseover); rollover_xxID9 = new TextRollOver('rollover_xxID9'); rollover_xxID9.Init('xxID9','content_xxID9','','',true); attr_xxID9_onmouseover = new TextBlock(); attr_xxID9_onmouseover.UseBold = true; attr_xxID9_onmouseover.UseItalic = false; attr_xxID9_onmouseover.UseUnderLine = false; attr_xxID9_onmouseover.UseFont = true; attr_xxID9_onmouseover.Font = 'Arial'; attr_xxID9_onmouseover.UseSize = true; attr_xxID9_onmouseover.Size = 2; attr_xxID9_onmouseover.UseTextColor = true; attr_xxID9_onmouseover.TextColor = '#ffffff'; attr_xxID9_onmouseover.UseBackColor = true; attr_xxID9_onmouseover.BackColor = '#00771e'; rollover_xxID9.Apply('onmouseover',attr_xxID9_onmouseover); rollover_xxID11 = new TextRollOver('rollover_xxID11'); rollover_xxID11.Init('xxID11','content_xxID11','','',true); attr_xxID11_onmouseover = new TextBlock(); attr_xxID11_onmouseover.UseBold = true; attr_xxID11_onmouseover.UseItalic = false; attr_xxID11_onmouseover.UseUnderLine = false; attr_xxID11_onmouseover.UseFont = true; attr_xxID11_onmouseover.Font = 'Arial'; attr_xxID11_onmouseover.UseSize = true; attr_xxID11_onmouseover.Size = 2; attr_xxID11_onmouseover.UseTextColor = true; attr_xxID11_onmouseover.TextColor = '#ffffff'; attr_xxID11_onmouseover.UseBackColor = true; attr_xxID11_onmouseover.BackColor = '#00771e'; rollover_xxID11.Apply('onmouseover',attr_xxID11_onmouseover); rollover_xxID13 = new TextRollOver('rollover_xxID13'); rollover_xxID13.Init('xxID13','content_xxID13','','',true); attr_xxID13_onmouseover = new TextBlock(); attr_xxID13_onmouseover.UseBold = true; attr_xxID13_onmouseover.UseItalic = false; attr_xxID13_onmouseover.UseUnderLine = false; attr_xxID13_onmouseover.UseFont = true; attr_xxID13_onmouseover.Font = 'Arial'; attr_xxID13_onmouseover.UseSize = true; attr_xxID13_onmouseover.Size = 2; attr_xxID13_onmouseover.UseTextColor = true; attr_xxID13_onmouseover.TextColor = '#ffffff'; attr_xxID13_onmouseover.UseBackColor = true; attr_xxID13_onmouseover.BackColor = '#00771e'; rollover_xxID13.Apply('onmouseover',attr_xxID13_onmouseover); rollover_xxID15 = new TextRollOver('rollover_xxID15'); rollover_xxID15.Init('xxID15','content_xxID15','','',true); attr_xxID15_onmouseover = new TextBlock(); attr_xxID15_onmouseover.UseBold = true; attr_xxID15_onmouseover.UseItalic = false; attr_xxID15_onmouseover.UseUnderLine = false; attr_xxID15_onmouseover.UseFont = true; attr_xxID15_onmouseover.Font = 'Arial'; attr_xxID15_onmouseover.UseSize = true; attr_xxID15_onmouseover.Size = 2; attr_xxID15_onmouseover.UseTextColor = true; attr_xxID15_onmouseover.TextColor = '#ffffff'; attr_xxID15_onmouseover.UseBackColor = true; attr_xxID15_onmouseover.BackColor = '#00771e'; rollover_xxID15.Apply('onmouseover',attr_xxID15_onmouseover); rollover_xxID17 = new TextRollOver('rollover_xxID17'); rollover_xxID17.Init('xxID17','content_xxID17','','',true); attr_xxID17_onmouseover = new TextBlock(); attr_xxID17_onmouseover.UseBold = true; attr_xxID17_onmouseover.UseItalic = false; attr_xxID17_onmouseover.UseUnderLine = false; attr_xxID17_onmouseover.UseFont = true; attr_xxID17_onmouseover.Font = 'Arial'; attr_xxID17_onmouseover.UseSize = true; attr_xxID17_onmouseover.Size = 2; attr_xxID17_onmouseover.UseTextColor = true; attr_xxID17_onmouseover.TextColor = '#ffffff'; attr_xxID17_onmouseover.UseBackColor = true; attr_xxID17_onmouseover.BackColor = '#00771e'; rollover_xxID17.Apply('onmouseover',attr_xxID17_onmouseover); rollover_xxID19 = new TextRollOver('rollover_xxID19'); rollover_xxID19.Init('xxID19','content_xxID19','','',true); attr_xxID19_onmouseover = new TextBlock(); attr_xxID19_onmouseover.UseBold = true; attr_xxID19_onmouseover.UseItalic = false; attr_xxID19_onmouseover.UseUnderLine = false; attr_xxID19_onmouseover.UseFont = true; attr_xxID19_onmouseover.Font = 'Arial'; attr_xxID19_onmouseover.UseSize = true; attr_xxID19_onmouseover.Size = 2; attr_xxID19_onmouseover.UseTextColor = true; attr_xxID19_onmouseover.TextColor = '#ffffff'; attr_xxID19_onmouseover.UseBackColor = true; attr_xxID19_onmouseover.BackColor = '#00771e'; rollover_xxID19.Apply('onmouseover',attr_xxID19_onmouseover); rollover_xxID21 = new TextRollOver('rollover_xxID21'); rollover_xxID21.Init('xxID21','content_xxID21','','',true); attr_xxID21_onmouseover = new TextBlock(); attr_xxID21_onmouseover.UseBold = true; attr_xxID21_onmouseover.UseItalic = false; attr_xxID21_onmouseover.UseUnderLine = false; attr_xxID21_onmouseover.UseFont = true; attr_xxID21_onmouseover.Font = 'Arial'; attr_xxID21_onmouseover.UseSize = true; attr_xxID21_onmouseover.Size = 2; attr_xxID21_onmouseover.UseTextColor = true; attr_xxID21_onmouseover.TextColor = '#ffffff'; attr_xxID21_onmouseover.UseBackColor = true; attr_xxID21_onmouseover.BackColor = '#00771e'; rollover_xxID21.Apply('onmouseover',attr_xxID21_onmouseover); rollover_xxID23 = new TextRollOver('rollover_xxID23'); rollover_xxID23.Init('xxID23','content_xxID23','','',true); attr_xxID23_onmouseover = new TextBlock(); attr_xxID23_onmouseover.UseBold = true; attr_xxID23_onmouseover.UseItalic = false; attr_xxID23_onmouseover.UseUnderLine = false; attr_xxID23_onmouseover.UseFont = true; attr_xxID23_onmouseover.Font = 'Arial'; attr_xxID23_onmouseover.UseSize = true; attr_xxID23_onmouseover.Size = 2; attr_xxID23_onmouseover.UseTextColor = true; attr_xxID23_onmouseover.TextColor = '#ffffff'; attr_xxID23_onmouseover.UseBackColor = true; attr_xxID23_onmouseover.BackColor = '#00771e'; rollover_xxID23.Apply('onmouseover',attr_xxID23_onmouseover); popup_xxID9 = new PopupEffect('popup_xxID9'); popup_xxID9.InitCell('xxID9','xxID9Menu',20,16); popup_xxID9.addItem('xxID9Item0','-Letter from The Director' ,'letter_director.html','','',''); popup_xxID9.addItem('xxID9Item1','-Background' ,'background.html','','',''); popup_xxID9.addItem('xxID9Item2','-Mission Statement' ,'mission.html','','',''); popup_xxID9.addItem('xxID9Item3','-Vision' ,'vision.html','','',''); popup_xxID9.addItem('xxID9Item4','-National Committee' ,'national_committee.html','','',''); popup_xxID9.createMenu('xxID9Menu','Arial',2,false,false,'#ffffff','#ffffff','#5374c2','#00771e'); popup_xxID11 = new PopupEffect('popup_xxID11'); popup_xxID11.InitCell('xxID11','xxID11Menu',20,16); popup_xxID11.addItem('xxID11Item0','-Municipal' ,'municipal.html','','',''); popup_xxID11.addItem('xxID11Item1','-Industrial' ,'industrial.html','','',''); popup_xxID11.createMenu('xxID11Menu','Arial',2,false,false,'#ffffff','#ffffff','#5374c2','#00771e'); popup_xxID13 = new PopupEffect('popup_xxID13'); popup_xxID13.InitCell('xxID13','xxID13Menu',20,16); popup_xxID13.addItem('xxID13Item0','-Public Awareness' ,'public_awareness.html','','',''); popup_xxID13.addItem('xxID13Item1','-Projects' ,'projects.html','','',''); popup_xxID13.addItem('xxID13Item2','-Conferences' ,'conferences.html','','',''); popup_xxID13.createMenu('xxID13Menu','Arial',2,false,false,'#ffffff','#ffffff','#5374c2','#00771e'); popup_xxID23 = new PopupEffect('popup_xxID23'); popup_xxID23.InitCell('xxID23','xxID23Menu',20,16); popup_xxID23.addItem('xxID23Item0','-Contacts' ,'contacts.html','','',''); popup_xxID23.addItem('xxID23Item1','-Address' ,'address.html','','',''); popup_xxID23.createMenu('xxID23Menu','Arial',2,false,false,'#ffffff','#ffffff','#5374c2','#00771e'); //--> </SCRIPT> </font> </font> <div align="left"> <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: solid; border-width: 1; padding: 0" id="AutoNumber1" width="773" height="306"> <tr> <td width="773" height="247" align="left"> <div align="center"> <table border="1" cellspacing="1" style="border-color:#000080; border-collapse: collapse" width="75%" id="AutoNumber2" bgcolor="#AED7FF"> <tr> <td align="left"> <font face="Times New Roman"> <p class="MsoTitle" align="left" style="margin:0 .25in; text-align:center" dir="ltr"> <b><font color="#000080" size="4">Environmental Public Awareness</font></b></p> <p class="MsoTitle" align="left" style="margin:0 .25in; text-align:center" dir="ltr"> &nbsp;</p> <p class="MsoTitle" align="center" style="margin: 0 .25in" dir="ltr"> <font face="Times New Roman" color="#000080"> <font color="#000080"> <a href="reuse.htm">reuse unit</a></font> - <font color="#000080"><a href="conferences.html">conferences</a> </font>- <font color="#000080"><a href="contracts.html">contracts</a> </font>- <font color="#000080"><a href="national_committee.html">committees</a></font> - <font color="#000080"><a href="projects.html">projects</a></font> - <font color="#000080"><a href="public_awareness.html">public awareness</a> </font>- <font color="#000080"><a href="religious_grounds.htm">religious grounds</a></font> - <font color="#000080"><a href="standards.htm">standards</a></font> - <font color="#000080"> <a href="Tariffs.htm">tariffs</a></font></font></p> <hr style="color: #000080"> </font> <p class="MsoTitle" style="margin:0 .25in; text-align:justify;text-justify:kashida; text-kashida:0%">&nbsp;</p> <p class="MsoTitle" style="margin:0 .25in; text-align:justify;text-justify:kashida; text-kashida:0%"><font color="#000080" face="Times New Roman"> <span style="font-weight:normal">Under the Jordan Water Reuse Implementation Program  funded by USAID  the prime contractor, PA Governmental Services with the help of the Water Authority of Jordan, a full package of public awareness brochures and flyers was prepared. The team consisted of the following members: </span></font></p> <blockquote> <ul> <li> <p class="MsoTitle" style="margin:0 .5in; text-align: justify; text-justify: kashida; text-kashida: 0%; text-indent: -.25in; "> <font face="Times New Roman" color="#000080"> <span style="font-weight:normal" dir="LTR">Environment &amp; Water Reuse Director, Eng. Saleh Malkawi / WAJ</span></font></p></li> <li> <p class="MsoTitle" style="margin:0 .5in; text-align: justify; text-justify: kashida; text-kashida: 0%; text-indent: -.25in; "> <font face="Times New Roman" color="#000080"> <span style="font-weight:normal" dir="LTR">Project Coordinator, Eng. Nawaf Daoud / PA Governmental Services</span></font></p> </li> <li> <p class="MsoTitle" style="margin:0 .5in; text-align: justify; text-justify: kashida; text-kashida: 0%; text-indent: -.25in; "> <font face="Times New Roman" color="#000080"> <span style="font-weight:normal" dir="LTR">Eng. Mai Abu-Tarbush / PA Governmental Services</span></font></p></li> <li> <p class="MsoTitle" style="margin:0 .5in; text-align: justify; text-justify: kashida; text-kashida: 0%; text-indent: -.25in; "> <font face="Times New Roman" color="#000080"> <span style="font-weight:normal" dir="LTR">Ms. Cheryl Groff / ECODIT</span></font></p></li> <li> <p class="MsoTitle" style="margin:0 .5in; text-align: justify; text-justify: kashida; text-kashida: 0%; text-indent: -.25in; "> <font face="Times New Roman" color="#000080"> <span style="font-weight:normal" dir="LTR">ECO Consult team / ECO Consult</span></font><font face="Times New Roman"></p></li> </ul> </blockquote> </font> <div align="center"> <table border="0" cellpadding="0" style="border-style:solid; border-collapse:collapse" id="AutoNumber3" fpstyle="3,011111100" dir="ltr" class="MsoNormalTable" width="75%"> <tr> <td style="border-width:1; font-weight: bold; color: white; border-style: solid; background-color: #99CCFF; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; text-align:center" height="18" bordercolor="#C0C0C0"> <p style="margin-left: 0.25in; margin-top: 0; margin-bottom:0"> <font color="#000080" face="Times New Roman"><b> Title</b></font></td> <td style="border-width:1; font-weight: bold; color: white; border-style: solid; background-color: #99CCFF; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; text-align:center" height="18" bordercolor="#C0C0C0"> <p style="margin-top: 0; margin-bottom:0"> <font color="#000080" face="Times New Roman"><b> Download</b></font></td> <td style="border-width:1; font-weight: bold; color: white; border-style: solid; background-color: #99CCFF; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1; text-align:center" height="18" bordercolor="#C0C0C0"> <p style="margin-top: 0; margin-bottom:0"> <font color="#000080" face="Times New Roman"><b> Size</b></font></td> </tr> <tr> <td style="border-width:1; border-style:solid; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1" height="18" bordercolor="#C0C0C0"> <p style="margin-left: 0.25in; margin-top: 0; margin-bottom:0"> <font color="#000080" face="Times New Roman">Our water is our life, let us reuse it - Poster</font></td> <td style="border-width:1; border-style:solid; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1" height="18" bordercolor="#C0C0C0"> <p style="margin-top: 0; margin-bottom:0"> <a href="downloads/posters/eco_poster_1406%20.jpg"> <font color="#000080" face="Times New Roman">JPEG File</font></a></td>