
function loadapp(url)
{
	var shi=screen.height - 100;
	var swi=screen.width - 5;
	var wstr="menubar=1,toolbar=0,scrollbars=1,location=0,directories=no,left=0,top=0,width=" + swi + ",height=" + shi + ",status=0";
	newWindow=window.open("","",wstr);
	newWindow.location.href=url;
}
