function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++) {
this[i] = initArray.arguments[i];}}
var sptext = "<font size=2><b>www.ics-php.com</b></font>";
var sp = 0;
var color_sp = new initArray(
"green", 
"red", 
"green",
"blue");
if (navigator.appVersion.indexOf("MSIE") != -1)
{blink='<span id="spc">'+sptext+'</span>';}
function chcolor_sp(){ 
if (navigator.appVersion.indexOf("MSIE") != -1)
{document.all.spc.style.color = color_sp[sp];}
(sp < color_sp.length-1) ? sp++ : sp = 0;}
setInterval("chcolor_sp()",123);
if(navigator.appName == "Netscape") 
{document.write("<blink>"+sptext+"</blink>");}
///////////////////////////////////////////////////////////////////////
//Specify the marquee's width (in pixels)
var marqueewidth=134
//Specify the marquee's height (in pixels, pertains only to NS)
var marqueeheight=12
//Specify the marquee's scroll speed (larger is faster)
var speed=2
//Specify the marquee contents
mtc_1='<font color=#00af00 size=2><b>Subscribe to :</b></font>&nbsp;&nbsp;';
mtc_2=blink;
mtc_3='<font color=#00af00 size=2>&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;<font color=#0000aa>Click any character in the table below to surf on &nbsp;<b>Code included pages...</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;You may subscribe on a yearly basis at the special rate of &nbsp; <b>€ 50</b> ... &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color=#0000aa>Click anywhere on <b>text-links</b> in the table below , all pages include <b>source code</b></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...for additional &nbsp;<b>€ 175</b> we offer 5 MB on a Php-dedicated Server for 3 months and include 7 actions to help around while exercising any of our programs on your subdomain @ ics &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>... assistance by E-mail and FTP</b>&nbsp;&nbsp;&nbsp;Visit our exclusive <b><a href=/ev/PHP_CORSO/pwa/registration_scripts_main.php>demo</a></b> registration program , <b>no boring NewsLetter or Spam will be sent !</b></font>';

var marqueecontents=mtc_1+mtc_2+mtc_3;
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}}
function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}
function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}}
window.onload=regenerate2