function Header() {
document.body.onmouseover = xmo;
var img = new Array("top_bk.gif", "ddsoft_logo.jpg", "nav_bk.gif", "c_bk.gif", "bottom_bk.gif", "ezsssbk.gif");
for(i=0; i<img.length; i++) {
	eval("img__"+i+"=new Image();");
	eval("img__"+i+".src='/images/"+img[i]+"';");
}
document.write("<center>\
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 background='../images/top_bk.gif'>\
	<TR>\
		<TD WIDTH=250 HEIGHT=88 background='../images/ddsoft_logo.jpg' align='right' valign='top'><OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='250' height='88' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME='movie' VALUE='../flash/light.swf'><PARAM NAME='quality' VALUE='high'><PARAM NAME='wmode' VALUE='transparent'></OBJECT></TD>\
		<TD WIDTH=500 align='center'><IMG SRC='../images/topban.gif' WIDTH='468' HEIGHT='60' BORDER=0></TD>\
	</TR>\
</TABLE>\
<TABLE WIDTH=750 HEIGHT=46 BORDER=0 CELLPADDING=0 CELLSPACING=0 background='../images/nav_bk.gif'>\
	<TR>\
		<TD width='100%' HEIGHT=46 align='right'><a href='/' class='nav'>Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../features.htm' class='nav'>Features</a>&nbsp;|&nbsp;<a href='../snapshot.htm' class='nav'>Snapshot</a>&nbsp;|&nbsp;<a href='../download.htm' class='nav'>Download</a>&nbsp;|&nbsp;<a href='../faq.htm' class='nav'>F.A.Q.</a>&nbsp;|&nbsp;<a href='../contact.htm' class='nav'>Contact</a>&nbsp;|&nbsp;<a href='../affiliates.htm' class='nav'>Affiliates</a>&nbsp;|&nbsp;<A HREF='./' class='nav'>Tutorial</A>&nbsp;|&nbsp;<a href='../buynow.htm' class='nav_buy'>Buy Now</a>&nbsp;&nbsp;</TD>\
	</TR>\
</TABLE></center></div><div align='center'><center><TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0 background='../images/c_bk.gif' align='center'>");
}
function Header2(t) {
document.write("<TR>\
		<TD width='40' height='300'></TD>\
		<TD width='700' align='center'>\
			<div><center><table border='0' cellpadding='10' cellspacing='0' width='90%'><tr><td width='10%' height='40'><img src='images/18.gif' width='32' height='32' border='0'></TD><TD width='90%'><A HREF='index.html' class='nav'>!Easy ScreenSaver Station Online Tutorial</A></td></tr><tr><td class='b2' colspan='2' height='32' align='center'>"+t+"</td></tr></table></center></div>");
}
function Tail() {
var cv = "javascript:window.external.AddFavorite('http://regnow.dd2002.com', '!Easy ScreenSaver Station');";
document.write("<div align='center'><hr size=1 width='680' color='#3333FF'>\
<table border='0' cellpadding='0' cellspacing='0' width='680'><tr>\
<td width='100%' align='right'>Copyright &copy 2002-2010 <B>DDSoft</B>, All Rights Reserved.<BR><a href=\"");
document.write(cv);
document.write("\" title=\"Bookmark this site\">Bookmark</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../privacy_policy.htm'>Privacy Policy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF='mailto:support@dd2002.com?subject=About !Easy ScreenSaver Station'>Support</A>\
</td></tr></table>\
</div>");
document.write("</TD><TD width='10'></TD>\
</TR></TABLE>\
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>\
<TR>\
	<TD height='2' background='../images/bottom_bk.gif'><IMG SRC='../images/spacer.gif' WIDTH='1' HEIGHT='1' BORDER=0></TD>\
</TR>\
</TABLE>\
</center>");
}
function show_desc(current_div) {
	document.all[last_div].style.display = "none";
	document.all[current_div].style.display = "block";
	last_div = current_div;
	document.all["desc"].focus();
	return false;
}
function change_tree(current_tree) {
	if(last_tree!="") {
		if(last_tree==current_tree) {
			document.all[last_tree].style.display = document.all[last_tree].style.display=="none" ? "block" : "none";;
		}
		else {
			document.all[last_tree].style.display = "none";;
		}
	}
	if(last_tree!=current_tree) {
		document.all[current_tree].style.display = "block";
		last_tree = current_tree;
	}
	show_desc("tree");
	document.all["desc"].focus();
	return false;
}
