/* author: AJB Project Services Ltd */
/* Creation date: 08/08/02 */
function openWindow(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=560,height=480,left=50,top=50');}

function openWindow1(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=600,height=500,left=20,top=20');}

function openWindow2(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=480,height=380,left=50,top=50');}

function openWindow3(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=620,height=400,left=20,top=20');}

function openWindow4(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=550,height=530,left=50,top=50');}

function openWindow5(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=650,height=500,left=50,top=50');}

function openWindow6(url) {
  popupWin = window.open(url, 'remote',  'menubar=no,toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,resizable=no,dependent,width=620,height=500,left=50,top=50');}