
function EDUITlaunch(){
	if (document.all) {
		windowheight = screen.availHeight;
		rightwidth=100;
		leftwidth=0;
		EDUITwindow=window.open('../Welcome/default.asp?toolbar=no&action=login&topicid=&faqid=','EDUIT','height='+(windowheight-51)+',screenX=0,screenY=0,top=0,left=0,toolbar=0,location=0,scrollbars=1,status=1,menubar=0,resizable=1');
		EDUITwindow.focus();
	} else {
		EDUITwindow=window.open('../Welcome/default.asp?toolbar=no&action=login&topicid=&faqid=','','width=760,height=480,toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1');
	}
}

