<!--
var selectedtablink=""  
var tcischecked=false
function handlelink(aobject){ selectedtablink=aobject.href
tcischecked=(document.tabcontrol && document.tabcontrol.tabcheck.checked)? true : false
if (document.getElementById && !tcischecked){ var tabobj=document.getElementById("tablist")
var tabobjlinks=tabobj.getElementsByTagName("A")    
for (i=0; i<tabobjlinks.length; i++)
tabobjlinks[i].className=""
aobject.className="current"
document.getElementById("tabiframe").src=selectedtablink
return false
}
else
return true  }
function handleview(){ tcischecked=document.tabcontrol.tabcheck.checked
if (document.getElementById && tcischecked){ if (selectedtablink!="")
window.location=selectedtablink   }}
function stopError(){return true;}window.onerror=stopError;
window.moveTo(0,0);
if (document.all) {  top.window.resizeTo(screen.availWidth,screen.availHeight);  }
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;top.window.outerWidth = screen.availWidth;}}
// -->

