var TopLocation=''+window.top.location
   var ThisPageLocation=window.location
   if (TopLocation==ThisPageLocation)
     { top.location='index.asp?src='+ThisPageLocation; }
function autofitIframe(id){
   
	
if (!window.opera && !document.mimeType && document.all && document.getElementById){
parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
}
else if(document.getElementById) {
parent.document.getElementById(id).style.height=this.document.body.scrollHeight+"px"
}
}

function HideIt(elem)
{
    document.getElementById(elem).style.display='none';
}

function ShowIt(elem)
{
    document.getElementById(elem).style.display='block';
}
function hideall(){
HideIt("table1");HideIt("table2");HideIt("table3");HideIt("table4");HideIt("table5")
}
function t1(){
hideall();ShowIt("table1");
}
function t2(){
hideall();ShowIt("table2");
}
function t3(){
hideall();ShowIt("table3");
}
function t4(){
hideall();ShowIt("table4");
}
function t5(){
hideall();ShowIt("table5");
}
function t6(){
hideall();ShowIt("table6");
}