function contheight1()
 { 
  if (parent.document.all["groupframe1"]!=null)
   {parent.document.all["groupframe1"].style.height = document.body.scrollHeight;}
 }

function contheight2()
 { 
  if (parent.document.all["groupframe2"]!=null)
   {parent.document.all["groupframe2"].style.height = document.body.scrollHeight;}
 }
 function contheight3()
 { 
  if (parent.document.all["groupframe3"]!=null)
   {parent.document.all["groupframe3"].style.height = document.body.scrollHeight;}
 }

function contheight4()
 { 
  if (parent.document.all["groupframe4"]!=null)
   {parent.document.all["groupframe4"].style.height = document.body.scrollHeight;}
 }
 
 function contheight5()
 { 
  if (parent.document.all["groupframe5"]!=null)
   {parent.document.all["groupframe5"].style.height = document.body.scrollHeight;}
 }
 function contheight6()
 { 
  if (parent.document.all["groupframe6"]!=null)
   {parent.document.all["groupframe6"].style.height = document.body.scrollHeight;}
 }