
top.OneColumnHeader( "pc : released : ShortPopUp", 2 )
top.OpenContent()

var t = "<br>"
t += "ShortPopUp exists to reduce confusion and taskbar clutter. It can be used to tidy "
t += "your desktop too.<br><br>See the pictures on the right for an example of before using "
t += "ShortPopUp and after using ShortPopUp."
t += "<br><br>"
document.write( t )

document.write( "See where on the planet it is being used by clicking <a href='globetrotter.html'>here</a>.<br><br>" )

document.write( "For a list of known problems, then click <a href='knownproblems.html'>here</a>.<br><br>" )

document.write( "v4.1 available for <a href='../downloads/ShortPopUp.zip'>download</a>.<br><br>" )

top.HeaderItem( 1, "People who like ShortPopUp" )
t = "<br>"
t += "&nbsp <a href='http://www.virtualplastic.net'>"
t += "<img src='../../linkimages/virtualplastic.gif' alt='Virtual Plastic' border=0>"
t += "</a>"
t += "&nbsp <a href='http://www.shellcity.net'>"
t += "<img src='../../linkimages/shellcity.gif' alt='Shell eXtension City' border=0>"
t += "</a>"
t += "&nbsp <a href='http://www.desktopian.org'>"
t += "<img src='../../linkimages/desktopian.gif' alt='Desktopian' border=0>"
t += "</a>"
t += "&nbsp <a href='http://www.shellfront.org'>"
t += "<img src='../../linkimages/shellfront.gif' alt='ShellFront' border=0>"
t += "</a>"
t += "&nbsp <a href='http://fpnosa.mostelite.net'>"
t += "<img src='../../linkimages/floach.pimpin.net.gif' alt='F.P.N.' border=0>"
t += "</a>"
t += "<br><br>"
t += "&nbsp <a href='http://www.wincustomize.com'>"
t += "<img src='../../linkimages/wincustomize.gif' alt='WinCustomize' border=0>"
t += "</a>"
t += "&nbsp <a href='http://www.modzine.net'>"
t += "<img src='../../linkimages/modzine.gif' alt='ModZine' border=0>"
t += "</a>"
t += "<br><br>"
top.HeaderItem( 0, t )

document.write( "<br>" )

top.HeaderItem( 1, "Places where you can download v1.0 of ShortPopUp" )
t = "<br>"
t += "&nbsp <a href='http://www.download.com'>"
t += "<img src='../../linkimages/download.gif' alt='download.com' border=0>"
t += "</a>"
t += "&nbsp <a href='http://www.zdnet.com'>"
t += "<img src='../../linkimages/zdnet.gif' alt='ZDNet.com' border=0>"
t += "</a>"
t += "<br><br>"
top.HeaderItem( 0, t )

top.OpenPictures()

top.AddPicture( "1.gif", "1.gif", "before", "" )
top.AddPicture( "2.gif", "2.gif", "after", "" )

top.ClosePictures()
top.CloseContent()


