<!--

function startZOOMfront(frontURL)
{

  var back = window.open( frontURL, "_blank", "width=565,height=245,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
}

function startZOOMback(backURL)
{

  var back = window.open( backURL, "_blank", "width=565,height=260,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
}

function startZOOMtray(trayURL)
{

  var tray = window.open( trayURL, "_blank", "width=420,height=220,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
}

function startZOOMtrayLarge(trayURL)
{

  var tray = window.open( trayURL, "_blank", "width=420,height=388,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0")
}

// -->