function liI(url)
{
	newwindow=window.open(url,'name','height=710,width=898','screenX=100 screenY=100');
	if (window.focus) {newwindow.focus()}
	return false;
}
// JavaScript Document
