<!--
function popUp(t,w,h,b){
	if(b)	s="width="+w+", height="+h+", scrollbars";
	else s="width="+w+", height="+h;
	window.open(t,'popwin',s);
}

function doForm(f,a){
	s="document.all."+f+"."+a+"()";
	eval(s);}

function pos(){
	w=((W=document.body.clientWidth)<801)?800:W;
	h=((H=document.body.clientHeight)<451)?450:H;
	m=MM_findObj('mainthing');MM_findObj('textbox');
	t=((H=h/3-125)<26)?15:H;l=w/2-400;
	m.style.left=l;m.style.top=t;MM_showHideLayers('mainthing','','show');
	b.style.left=l;b.style.top=t+400;MM_showHideLayers('textbox','','show');
}
//-->
