email 403.809.1176    

Tomax7 - Digital Smiles
"Making Learning Fun Again"


   
Home
Profile
Packages
Portfolio
Web Help
PC Help
Calgary
Greetings
Comedy
Games

 

 

Tomax7
WebDesigns
Welcome!

To one of Calgary's premier computer and web design help sites.

Down to earth ideas and informative articles on Web Design and Computer Management!

Web Pages are ©Copyright 2002 Tomax7 Web Development.

 

 

 

 

 

 

<STYLE>
.DiagonalText { position:absolute;top:0;left:0;color:gold;font-size:36; }
.DisplayText { position:absolute;top:300;left:330;width:200;color:darkblue;font-size:36;visibility:hidden; }
.DisplayPix { position:absolute;top:0;left:0;width:200;visibility:hidden; }
</STYLE>

<SCRIPT>
<!-------------------Global Variable Declarations----------------------->
var i;
var iVertical=0;
var iHorizontal=0;
var iInterval=0;
var vTimerID;
var vDelayStart;
<!---------------------------------------------------------------------->
// Included a setTimeout in BODY onload to delay start of text movement.
function pauseStart()
{
vDelayStart=window.setTimeout("setTimer()", 500);
}
// Set up interval at which the moveDiv function will be called.
function setTimer()
{
vTimerID=window.setInterval("moveDiv()",20);
}
// This function incrementally repositions divMove. It loops through a set number of times.
function moveDiv()
{
for(i=0;i<10;i++)
{
iHorizontal+= 1;
iVertical=iHorizontal;
divMove.style.top=iVertical;
divMove.style.left=iHorizontal;
}
// iInterval tracks how many times moveDiv has looped and clears the interval
//after a set number of loops.
iInterval++;
if(iInterval>25)
{
window.clearInterval(vTimerID);
divToggle.style.visibility="visible";
divToggle2.style.visibility="visible";
}
}
</SCRIPT>

<SCRIPT language=javascript>function click() {if (event.button==2) {alert('COPYRIGHT 2002 T.McLaughlin & Associates')}} document.onmousedown=click
</SCRIPT>


Home | Profile | Packages | Computer Help | Visit Calgary | Contact Tom | Testimonials | Greetings | Comedy | Games
Web Pages and HTML Sources are Copyright 1996-2008  | email: tom@tomax7.com | Visit www.digitalsmiles.com
Site Created using Macromedia Dreamweaver MX2004, Microsoft Front Page 2003, and good ol' Windows Notepad!