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("<TABLE WIDTH='100%' BORDER='0' CELLPADDING='0' CELLSPACING='0' class='tb_top'>\
	<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 align='center'><IMG SRC='../images/topban.gif' name='img_banner' WIDTH='468' HEIGHT='60' BORDER=0></TD>\
	</TR>\
</TABLE>\
<TABLE WIDTH='100%' BORDER='0' CELLPADDING='0' CELLSPACING='0'>\
<TR>\
	<TD width='26' background='../images/bk_cl.gif' rowspan='2'></TD>\
	<TD width='200' align='center' valign='top' class='main_left' rowspan='2'>\
		<a href='../' class='nav2'>Home</a><BR>\
		<a href='../features.htm' class='nav2'>Features</a><BR>\
		<a href='../snapshot.htm' class='nav2'>Snapshot</a><BR>\
		<A HREF='../awards.htm' class='nav2'>Awards</A><BR>\
		<a href='../download.htm' class='nav2'>Download</a><BR>\
		<a href='../faq.htm' class='nav2'>F.A.Q.</a><BR>\
		<a href='../contact.htm' class='nav2'>Contact</a><BR>\
		<A HREF='../tutorial/' class='nav2'>Tutorial</A><BR>\
		<a href='../buynow.htm' onclick='javascript:checkBuyAffiliates(this);' class='nav_buy2'>Buy Now</a><BR>\
		<div class='title'>What?</div>\
		<div class='text' align='left'>\
		<A HREF='screensaver.htm' title='What\'s ScreenSaver Software? What can !Easy ScreenSaver Station make for you?'>What\'s ScreenSaver Software?</A><BR><A HREF='../shareware.htm' title='What's Shareware? !Easy ScreenSaver Station is distributed as SHAREWARE...'>What's Shareware?</A><BR>\
		<A HREF='../update.htm' title='Features added or updated in the new released version?'>What's New in V4.5?</A>\
		</div>\
		<div class='title'>How?</div>\
		<div class='text' align='left'>\
		<A HREF='../how_to_download.htm' title='How to download !Easy ScreenSaver Station to create ScreenSaver software?'>How to download?</A><BR><A HREF='buynow.htm' onclick='javascript:checkBuyAffiliates(this);' title='How to buy !Easy ScreenSaver Station full version to create ScreenSaver?'>How to get full version?</A><BR><A HREF='multi-languages.htm' title='How to select a language to run our ScreenSaver maker software to create ScreenSaver?'>How to select a language?</A>\
		</div>\
		<div class='text'>\
		<IMG SRC='../images/mslogo.gif' WIDTH='94' HEIGHT='124' BORDER=0 ALT='Our ScreenSaver maker software and the ScreenSaver software you create with it are designed for Microsoft Windows 7/VISTA/XP/2000/NT/ME/98.' style='margin-left:30px;'><BR>\
		!Easy ScreenSaver Station and the ScreenSaver creations both work fine on Windows 7 and Windows VISTA as well as Windows XP/2000/NT/ME/98.\
		</div>\
	</TD>\
	<TD align='center' valign='top' style='padding:5px 5px 5px 10px;'>");
}
function Header2(t) {
document.write("<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_tutorial'>!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://www.dd2002.com', '!Easy ScreenSaver Station');";
document.write("</TD><TD width='4' background='../images/bk_cr.gif' rowspan='2'></TD></TR><TR><TD align='center'><div class='linebreak'></div>\
<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>\
<td width='100%' align='center'>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></td>\
</tr></table>\
	</TD>\
</TR>\
</TABLE>");
}
function alphaimg(img, alpha) {
	img.filters.alpha.opacity = alpha ? 100 : 60;
}
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;
}
