var n=0
var mT=new Array(200)
var mI=new Array(200)

mT[n]="07.11.04 : It's alive!"
mI[n]="<a href='http://www.digitallis.co.uk/pc/SplashKiller/index.html'>SplashKiller</a> gets an update to version 1.4.<br><li>Nothing hugely different, but there are a few more splash screens that it will kill."
n++

mT[n]="29.12.03 : Late Christmas presents!"
mI[n]="<a href='http://www.digitallis.co.uk/pc/SplashKiller/index.html'>SplashKiller</a> has had the following added to it:<br><li>An 'ignore' list so you can stop it from accidently hiding windows you need.<br><br>"
mI[n]+="<a href='http://www.digitallis.co.uk/pc/ResizeEnable/index.html'>ResizeEnable</a> has had the following added to it:<br>"
mI[n]+="<li>Double sizing bug on Windows2000 squashed (again).<li>It will learn about windows that can size themselves and not interfere with them again whilst the window isn't destroyed.<li>It will learn about windows that reset themselves and change the cursor to indicate you can't size them."
mI[n]+="<li>-noicon commandline flag to boot without tray icon."
n++

mT[n]="06.09.03 : A long time coming"
mI[n]="After nine months of work, <a href='http://www.digitallis.co.uk/pc/ShortPopUp/index.html'>ShortPopUp</a> version 4.1 is available for download!<br><br>Here's whats been done:<br><br>"
mI[n]+="<li>Fixed bug with /addexplore opening the wrong folder.<br>"
mI[n]+="<li>Fixed bug with /dotitles causing /addexplore on submenus to get incorrect icon."
mI[n]+="<li>Fixed bug with disabling of menu entries for links to non-existant network machines."
mI[n]+="<li>Fixed bug with multiple .pif's all getting the same icon."
mI[n]+="<li>Massive speed increase in SPU appearing."
mI[n]+="<li>Subfolders -always- get added to menus."
mI[n]+="<li>Added /dotitleimages command and params to display an image at the top of a menu."
mI[n]+="<li>Added /blockfolders command and params to remove certain folders from appearing."
mI[n]+="<li>Added /openall command and params to open all files detected in a folder."
mI[n]+="<li>Added /dothumbnailsontooltip command to display thumbnail contents on a tooltip."
mI[n]+="<li>Added /removeallext command to remove all extensions from files."
mI[n]+="<li>Added /imagereductionx and /imagereductiony command to automatically reduce title images by a certain amount."
mI[n]+="<li>Added /inifile command to let you stick all options in an .ini file."
mI[n]+="<li>Added 'clicktoopenfolder' to /dotitles to open the folder when you click on a title."
mI[n]+="<li>Added 'gradient' to /dotitles to draw a normal gradient fill in the title background."
mI[n]+="<li>Added 'usedrivenames' to /dotitles."
mI[n]+="<li>Added 'nobackground' and 'nooutline' to /display and /dotitles."
mI[n]+="<li>Added 'left' to /dotitles to draw the title on the left of the menu."
mI[n]+="<li>Added /onlyfiles to stop subfolders from appearing on a menu."
mI[n]+="<li>Added 'by extension' options to /sort."
mI[n]+="<li>Added /separatorbetweenfilesandfolders command to let you make prettier menus."
mI[n]+="<li>Added /separatorabove and /separatorbelow commands to make the menus prettier."
mI[n]+="<li>Added /barbreakbefore and /barbreakafter commands to let you split the menus up into columns."
mI[n]+="<li>Added /startdirectory command."
mI[n]+="<li>Added a timer parameter to /dieonmouseout to control when SPU dies."
mI[n]+="<li>Added right-click context menu functionality."
mI[n]+="<li>Added 'noclick' to /dotitleimages to block opening/context menu on image."
n++


mT[n]="05.04.03 : Another update to SplashKiller"
mI[n]="The routine that hides the splash screen has been altered so that it moves the splash screen further away from the main window. This is an attempt to stop the bottom right hand corner of the splash screen appearing on the top left of the desktop.<br>As always, you can download it <a href='http://www.digitallis.co.uk/pc/SplashKiller/index.html'>SplashKiller</a> from it's own information <a href='http://www.digitallis.co.uk/pc/SplashKiller/index.html'>page</a>."
n++
mT[n]=""
mI[n]="Just in case you were wondering, we haven't forgotten about <a href='http://www.digitallis.co.uk/pc/ShortPopUp/index.html'>ShortPopUp</a>!<br>We're still working on the next version and there's so much new stuff going in, hopefully your patience will be rewarded."
n++


function DoAllNews()
{
top.OneColumnHeader("info : news",2)
top.OpenContent()

var a
for (a=0;a<n;a++)
{
if (mT[a]!="")
{
document.write("<br>")
top.HeaderItem(1,mT[a])
}
top.HeaderItem(0,"<br>"+mI[a]+"<br><br>")
}
top.CloseContent()
}

function DoFirstNews()
{
var c=0
var a
for (a=0;a<2;a++)
{
do 
{
if (mT[c]!="")
{
document.write("<br>")
top.HeaderItem(1,mT[c])
}
top.HeaderItem(0,"<br>"+mI[c]+"<br><br>")
c++
} while(mT[c]=="")
}
}

