function openFeedback() 
{
      window.open('feedback.html','feedback','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0,width=800,height=500')
}

function openInkBlot() 
{
      window.open('./RXImages/inkblot.gif','inkblot','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0,width=300,height=300')
}

function openComic() 
{
      window.open('./comics/comic.gif','inkblot','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0')
}

function openAcknowledgements() 
{
      window.open('acknowledgements.html','acknowledgements','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0,width=700,height=300')
}

function openMessage() 
{
      window.open('message.html','message','toolbar=1,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,copyhistory=0,width=700,height=200')
}
