﻿// JScript File
//open windows where the features can be added where needed
function WindowOpen(url, Features) {
    window.open(url, '', Features);
}
// used for the currency converter
function OpenPage() {
	 msgWindow=window.open("","popup","scrollbars=no,toolbar=no,WIDTH=600,HEIGHT=150");
}

COPYRIGHT = " &copy; 2007 - ";

   function writeCopyrightQGS()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ". QGS - All rights reserved.");
   }
   
      function writeCopyrightParsett()
   {
      document.write(COPYRIGHT, new Date().getFullYear(), ". Parsett.com.au - All rights reserved.");
   }
