function txtTitle()
{
document.write(toptext);
}
function txtMain()
{
document.write(''+maintext+'');
}
function txtImg()
{
document.write('
');
}
function closethis(id)
{
var divPath = document.getElementById(id);
divPath.style.display='none';
}
function moveIt(id,x)
{
var supported = (document.getElementById);
if(!supported) return;
var divPath = document.getElementById(id);
var currPos = parseInt(divPath.style.bottom);
divPath.style.display='block';
if(currPos < x)
{
currPos += 5;
divPath.style.bottom = currPos + "px";
setTimeout("moveIt('" + id + "'," + x + ")",15);
}
}
document.write(' ');
document.write('');
document.write('');
document.write('