<html>
<head>
<title>Abakada DHTML Demo: Positioning Objects in Geometric Plane</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style type="text/css">
<!--
body {
overflow: hidden }
#theDiv {
position: absolute; visibility: hidden;
width: 100; height: 100 }
-->
</style>
<script language="JavaScript" src="move.js"></script>
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada DHTML Demo: Diagonally Positioning Objects</h2></div>
<hr size=1 width=92%>
<p class="small">
<a href="#" onclick="
init ( 'theDiv', initLeft ( ), initTop ( ) );
move=setInterval ( 'glideDownRight ( 10, 300 )', 35 );
void 0">Glide Down Right</a>
<a href="#" onclick="
init ( 'theDiv', initRight ( ), initTop ( ) );
move=setInterval ( 'glideDownLeft ( 10, 300 )', 35 );
void 0">Glide Down Left</a>
<a href="#" onclick="
init ( 'theDiv', initLeft ( ), initBott ( ) );
move=setInterval ( 'glideUpRight ( 10, 300 )', 35 );
void 0">Glide Up Right</a>
<a href="#" onclick="
init ( 'theDiv', initRight ( ), initBott ( ) );
move=setInterval ( 'glideUpLeft ( 10, 300 )', 35 );
void 0">Glide Up Left</a>
</p>
<div style="height: 200"><!-- spacer --></div>
<div id="theDiv"><img src="../shared/images/footer.jpg" width=100 height=100 border=0 alt=""></div>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>