89 lines
2.9 KiB
HTML
Executable File
89 lines
2.9 KiB
HTML
Executable File
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Discipling the Nations</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" type="text/css" href="dtn.css" />
|
|
|
|
<script type="text/javascript" language="javascript">
|
|
<!--
|
|
if( document.images )
|
|
{
|
|
enter_btn = PreLoad( "enter" );
|
|
}
|
|
|
|
function PreLoad( img )
|
|
{
|
|
img_path = "graphics/buttons/";
|
|
var temp = new Array();
|
|
|
|
temp[ 0 ] = new Image();
|
|
temp[ 1 ] = new Image();
|
|
|
|
temp[ 0 ].src = img_path + img + "_btn1.gif";
|
|
temp[ 1 ].src = img_path + img + "_btn2.gif";
|
|
|
|
return temp;
|
|
}
|
|
|
|
function Swap( btn, mouse_on ) //reads img name from page and which version of the img
|
|
{
|
|
if( document.images )
|
|
{
|
|
var btn_name = ( "portal_" + btn ); //(mouse_on) then inserts correct one
|
|
var temp = eval( btn + "_btn" );
|
|
|
|
document[ btn_name ].src = temp[ mouse_on ].src;
|
|
}
|
|
}
|
|
|
|
//-->
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body bgcolor="#333333">
|
|
<div align="center" class="body_index">
|
|
<table cellpadding="0" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td class="first_strip"><img src="graphics/spacer.gif" border="0" width="1" height="10" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="second_strip_top" style="background-image: url( graphics/index/second_strip_top-index.gif )"><img src="graphics/spacer.gif" border="0" width="1" height="10" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="graphics/spacer.gif" border="0" width="1" height="20" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="collage_table" align="center" valign="middle">
|
|
<table cellpadding="0" cellspacing="0" border="0">
|
|
<tr>
|
|
<td style="background-image: url( graphics/index/collage_leftside.gif ); background-repeat: no-repeat; background-position: top;" align="right" valign="middle" width="188">
|
|
<img src="graphics/spacer.gif" height="10" width="1" /><br />
|
|
<img src="graphics/index/moto.gif" /><img src="graphics/spacer.gif" height="1" width="35" />
|
|
</td>
|
|
<td align="center"><img src="graphics/spacer.gif" width="1" height="3" /><br />
|
|
<img src="graphics/index/collage_rightside.gif" border="0" /><br />
|
|
<a href="home.htm"><img name="portal_enter" src="graphics/buttons/enter_btn1.gif" border="0" onmouseover="Swap( 'enter', 1 )" onmouseout="Swap( 'enter', 0 )" /></a>
|
|
|
|
<br />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><img src="graphics/spacer.gif" border="0" width="1" height="20" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="second_strip_bottom" style="background-image: url( graphics/index/second_strip_bottom-index.gif )"><img src="graphics/spacer.gif" border="0" width="1" height="10" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="first_strip">all site content copyright of Disciple the Nations, all rights reserved | site designed by <a href="http://www.rameydesign.net" target="_blank" class="first_strip">ramey design</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|