<META http-*****="Content-Type" content="text/html; charset=windows-1256">
<style>
<!--
#glowtext{
filter:glow(color=#00FF00,strength=3);
width:100%;
}
-->
</style>

<script language="JavaScript1.2">

/*
Glowing Text Script-
Dynamic Drive (www.dynamicdrive.com)
// Visit http://www.star28.com/ for more code
// Translated By http://www.star28.com/
*/

function glowit(which){
if (********.all.glowtext[which].filters[0].strength==3)
********.all.glowtext[which].filters[0].strength=2;
else
********.all.glowtext[which].filters[0].strength=3;
}

function glowit2(which){
if (********.all.glowtext.filters[0].strength==3)
********.all.glowtext.filters[0].strength=2;
else
********.all.glowtext.filters[0].strength=3;
}

function startglowing(){
if (********.all.glowtext&&glowtext.length){
for (i=0;i<glowtext.length;i++)
eval('setInterval("glowit('+i+')",150)');
}
else if (glowtext);
setInterval("glowit2(0)",150);
}

if (********.all)
window.onload=startglowing;
</script>

<font face="Tahoma" size="2">
<span id="glowtext">يمكنك تغيير الألوان و التحكم بنوع و حجم الخط</span></font>