function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
//tmtC_firstSelect
var tmt_firstSelect = new Array();
//tmtC_firstSelectEnd

function MM_findObj(n, d) { //v4.0
	var p,i,x; 
	if(!d) d=document; 
	if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);
	}
	if(!(x=d[n])&&d.all) x=d.all[n]; 
	for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x) x=document.getElementById(n); return x;
}

function tmt_findObj(n){
	var x,t; 
	if((n.indexOf("?"))>0&&parent.frames.length){
		t=n.split("?");
		x=eval("parent.frames['"+t[1]+"'].document.getElementById('"+t[0]+"')");
	} else {
		x=document.getElementById(n);
	}
	return x;
}

function tmt_DivSelect(){
	var v = (document.layers) ? ".visibility" : ".style.visibility";
	var obj = (document.getElementById) ? "tmt_findObj" : "MM_findObj";
	var divSel = tmt_DivSelect.arguments;
	
	for(var i=0;i<tmt_firstSelect.length;i++){
		if(eval(obj+"(tmt_firstSelect[i])")){
			eval(obj+"(tmt_firstSelect[i])"+v+"='hidden'");}		
			}
	tmt_firstSelect.length = 0;
	for(var h=0;h<divSel.length;h++){
		if(eval(obj+"(divSel[h])")){
			eval(obj+"(divSel[h])"+v+"='visible'");
			tmt_firstSelect[h]=divSel[h];
		}
	}
}