// AniTuner Online Help
// (C) G.D.G. Software

var bottomtext='&nbsp; <a href="javascript:gotop()">Top Page</a> - Copyright G.D.G. Software 2009. All rights reserved.';

var pageNameStart = location.href.lastIndexOf("/")
var pageNameEnd = location.href.length
var currentPage = location.href.substring(pageNameStart+1,pageNameEnd) 

function gotop(){
scroll(0,0);
}

function bas()
{
  document.write(bottomtext); 
}
function desc()
{
if (parent.first != 1)
{
$(document).ready(function(){
	$(".pclose").click(function(){
		$("#paninf").slideToggle("slow");
		$(this).toggleClass("active"); parent.first = 1; return false;
	});
});
document.write('<div id="paninf" class="gconvinfo"><a href="#" class="pclose"><img style="border: none; float:right" src="/aide/images/cross.png" width="16" height="16" alt="Close"></a>This is the online help of AniTuner, <b>animated cursor software</b><br />Free program to create animated cursors (.ani) for Windows, manipulate them or convert them from/to animated GIF...<br /><a target="_parent" href="/anituner">Learn more</a> - <a target="_parent" href="/download/anituner.aspx">Download</a></div>');
}
}
function detectframe()
{
if (window.name != "right") 
  document.write('<table style="font-family: Verdana, helvetica, arial, sans-serif; width: 100%; border-collapse: collapse; border: 1px solid #669900; background-color: #99FF33; font-size: 10pt; font-weight: bold;"><tr><td style="text-align: center">&laquo;&nbsp;<a href="index.aspx?page=' + currentPage + '">Display the Table of Contents of the AniTuner Online Help</a></td></tr></table>'); 
}
