<!-- BEGIN LEFT TO RIGHT FADE
IE = (document.all);
if (IE) {
  var chidc = new Array();
  var hexc = new Array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
  var chidn = new Array(100,70,40);
  var step = new Array(10,10,10);
  var chway = new Array(step[0],step[1],step[2]);
  var tone = new Array(1,1,1);
  function chcol() {
    for (i=0; i<3; i++) {
      chidn[i]+=chway[i];
      if (chidn[i]>=255) {
        chidn[i] = 255;
        chway[i] = -step[i];
      }
    else if (chidn[i]<=40) {
        chidn[i] = 40;
        chway[i] = step[i];
        tone[i]>=3? tone[i] = 1:tone[i]++;
      }
      col1 = hexc[Math.floor(chidn[i]/16)];
      col2 = hexc[chidn[i]%16];
      tored = '';
      toblue = '';
      for (j=1; j<tone[i]; j++) tored+='00';
      for (j=3; j>tone[i]; j--) toblue+='00';
      chidc[i] = '#'+tored+col1+col2+toblue;
      td = eval('document.all.chcol'+i);
      td.style.backgroundColor = chidc[i];
    }
    setTimeout('chcol()',100);
  }
}
//  END LEFT TO RIGHT FADE -->

<!-- BEGIN POP UP WINDOWS
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=500,left = 150,top = 50');");
}
<!-- END POP UP WINDOW -->

<!-- BEGIN TELL A FRIEND POP UP WINDOW -->
function pupPop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=205,height=320,left = 300,top = 100');");
}
// END TELL A FRIEND POP UP WINDOW -->

<!-- BEGIN QUESTIONS AND COMMENTS POP UP WINDOW -->
function popPop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=215,height=270,left = 300,top = 100');");
}

<!-- BEGIN 649 Super popUP
function Super649popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left = 100,top = 0');");
}
// END -->

<!-- BEGIN 645 Mega popUP
function Mega645popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600,left = 100,top = 0');");
}
// END -->

// END QUESTIONS AND COMMENTS POP UP WINDOW -->

<!-- BEGIN LINK DESCRIPTION -->
function linkDisplay(selection) {
if (selection=="1") {
document.form.info.value="Everybody has his own money and six <6> numbers to play.  Then who deserves the Lotto Jackpot?  Find out who and why!  It might be you!  Today might be your lucky day!";
document.form.go.value="http://icolony.ph/lotto/features/jackpot.htm";
}
else if(selection=="2") {
document.form.info.value="Want to play but don't want to lose?  Learn how to play wisely and effectively and you will never, ever lose again!  Good Luck!";
document.form.go.value="http://icolony.ph/lotto/features/nolose.htm";
}
else if(selection=="3") {
document.form.info.value="Want to know what pure heart and courage means on this WebSite?  Come, you need this one through and through!";
document.form.go.value="http://icolony.ph/lotto/features/deadragon.htm";
}
else if(selection=="4") {
document.form.info.value="The lotto game cards was designed to make you lose your money as soon as it is validated - too quick, too soon!  You do not even need the lotto ticket.  Use the cards instead to scare or trap the Dragon!!";
document.form.go.value="http://icolony.ph/lotto/features/gamecard.htm";
}
else if(selection=="5") {
document.form.info.value="No. I am not a psychic and I do not predict the next winning numbers!  I may be a Demon but not the Devil!";
document.form.go.value="http://icolony.ph/lotto/features/webmaster.htm";
}
else if(selection=="6") {
document.form.info.value="I will take you back to the year 1812 for some history then we will go back to the future!  Yes, My Friends.  The farthest you can go back, the farthest you can see in the future!";
document.form.go.value="http://icolony.ph/lotto/features/future.htm";
}
else if(selection=="7") {
document.form.info.value="Lotto Dragons! -  They can be so huge and heavy.  Then when they are shot down, they just fade away into the night and all the Filipino have are dead lotto tickets, broken hopes and dreams!";
document.form.go.value="http://icolony.ph/lotto/features/deadragon.htm";
}
else if(selection=="8") {
document.form.info.value="Want to know how all of this started?  I could be doing something else - something that my naughty and mischiveous heart truly desires but fate can be so painful or beautiful!";
document.form.go.value="http://icolony.ph/lotto/features/darktale.htm";
}
else {
document.form.info.value = "For more information, please email us.";
document.form.go.value="http://icolony.ph/lotto/index.html";
   } 
}
function moreInfo() {
var page=document.form.go.value;
window.location=page;
}
<!-- END LINK DESCRIPTION -->

<!-- BEGIN BROWSER WINDOW -->
function writeLayer(text) {
document.frames['myFrame'].location.href = text;
}
function setLayer(text) {
if (text.indexOf("http://",0) <= 0)
text = "http://" +text;
}

function onLoad(text) {
if (text != "Microsoft Internet Explorer") {
alert("Sorry, NetScape Not Yet Supported.");
history.back();
}
return true;
}
<!-- END BROWSER WINDOW -->


