<!-- Hide script from older browsers
//-------------------------------------------------------
//If you're reading this instead of the webpage you expected
//then your browser's Javascript support is broken.
//Please upgrade to a modern standards-compliant browser
//such as Opera (www.opera.com) or Mozilla (www.mozilla.org)
//-------------------------------------------------------
//mailer initialisation script

function openMail(subject) 
{
  mailURL = 'http://www.kyubi.co.uk/mailer.php?subject='+subject;
  newWindow = window.open(mailURL,'newWin','toolbar=no,scrollbars=no,width=450,height=450');
}
// End hiding script -->

