function checksizereload()
{
 /* document.body.onresize = check1;
 /*  onResize="alert('resizedbody');" not functioning */

 window.onresize = myResize;
if (document.body.clientWidth > 1280)
{
   document.write ("<IMG class=fr ALT=\"\" src=\"images/ext-cog2.jpg\">");
   document.write ("<IMG class=fl ALT=\"\" src=\"images/ext-cog1.jpg\">");
}
/*    document.write ("<TD><TABLE><TR><TD>Your Available Screen Size is</TD><TD align=right>"+screen.availWidth+"</TD><TD> x </TD><TD align=right>"+screen.availHeight+"</TD></TR>"); 
    document.write ("<TR><TD color=\"#000000\">Your Available Browser size is </TD><TD align=right>"+document.body.clientWidth+"</TD><TD> x </TD><TD align=right>"+document.body.clientHeight+"</TD></TR></TABLE></TD><TR>");

 document.write (document.body.offsetWidth+"x"+document.body.offsetHeight); */

}

function myResize()
{
  if (document.all)
  {
    window.location.reload();
  }
}


function em()
{
  window.document.load.loading.value="btsoftware" + "@" + "iprimus.com.au";
}

function summary(infob)
{
 spl = "@";
 d1 = "btsoftware" + spl + "iprimus.com.au";
 details="<A HREF=\"mailto:" + d1 + "?subject=Contact-from-Web-Site\">" + d1 + "</A>";
 document.getElementById(infob).innerHTML=details;
}
