function openMantis() {
	window.open("main.asp","mantisMain","width="+(screen.availWidth-8)+",height="+(screen.availHeight-30)+",top=0,left=0,location=no,toolbar=no,menubar=0");
}
