function openImportantInfo()
{
   newWindowID = window.open('../UserMods/moreinfo.asp', 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,width=340, height=240,resizable=0');

   newWindowID.focus();

}

function openProgramme()
{
   newWindowID = window.open('../UserMods/flyerweb.jpg', 'myWin', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,width=655, height=460,resizable=0');

   newWindowID.focus();

}

function openMoreInfo()
{
   newWindowID = window.open('../UserMods/moreinfo.asp', 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,width=500, height=500,resizable=0');

   newWindowID.focus();

}