function FSfncPopUp(NextPage,width,height) {
	x=self.screenLeft + 10;
	y=self.screenTop + 10;
	FSpopUp=window.open(NextPage,'FSpopUpWindow','toolbar=no,width=' + width + ',height=' + height + ',left=' + x + ',screenX=' + x + ',top=' + y + ',screenY=' + y + ',status=yes,scrollbars=no,resizable=no,menubar=no,directories=no');
	FSpopUp.window.focus();
	}